// popup window script generated at http://javascript.about.com/

function goWin() {
var mh = 274;
var mw = 374;
TheWin = window.open('','image','height=' + mh + ',width=' + mw + ',toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
TheWin.resizeTo(mw+2,mh+30);
TheWin.document.write('<!DOCTYPE html PUBLIC "-\/\/W3C\/\/DTD XHTML 1.0Transitional\/\/EN" "http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-transitional.dtd"><html xmlns="http:\/\/www.w3.org\/1999\/xhtml">');
TheWin.document.write('<head><title>Popup<\/title><\/head><body style="overflow:hidden" bgcolor="black">');
TheWin.document.write('<h4 style="color: #D0C77B; font-weight: bold; font-family: verdana, arial, sans-serif; font-size: 11px;">Click on the link below to generate two random Leesburg restaurant suggestions');
TheWin.document.write('<a style="color: #CC6633; font-weight: bold; font-family: verdana, arial, sans-serif; font-size: 11px;" href="http:\/\/www.leesburgfire.org\/cgi-bin\/4.pl"><p>Restaurant Choices<\/a>');
TheWin.moveTo(20,20);
TheWin.focus();
}