<!--begin

var height=425;
var width=425;
var left=(screen.width/2)-(425/2);
var top=(screen.height/2)-(425/2);

function instantwin(){
var popurl="http://www.500wordpage.com/winpop.htm";
winpops=window.open(popurl, "","height="+height+",width="+width+",top="+top+",left="+left+",location=no,menubar=no,resizable=yes,scrollbars=no,status=no,titlebar=no,toolbar=no,directories=no");
}

// end -->