﻿function dirtypop(strValue)
{
  var generator=window.open('','name','height=450,width=500,scrollbars=yes');
  
  generator.document.write('<html><head><title>Popup ArianaLTD Whois</title>');
  generator.document.write('</head><body style="font-family:Verdana;font-size:8.5pt;padding:15px;">');
  generator.document.write('<p>' + strValue + '</p>');
  generator.document.write('<p style="font-size:7.5pt;">Copyright © 2010 <a href="http://whois.arianaltd.com/">Ariana LTD</a>, All rights reserved.</p>');
  generator.document.write('<p><a href="javascript:self.close()">Close</a> the popup.</p>');
  generator.document.write('</body></html>');
  generator.document.close();
  if (window.focus) {generator.focus()}

}
