<!-- Begin
// please keep these lines on when you copy the source
// made by: codemasterden - http://www.madog.com
function popupPage()
{
var page="Pop-up-G-Day.html";

windowprops="width=290,height=237,top=240,left=470"
+ "fullscreen=0,location=0,toolbars=0,directories=0,status=0,menubars=0,scrollbars=0,resizable=1,dependent=1";
window.open(page,"WELCOME",windowprops);
}
popupPage();
//  End -->