
var popupa;
var heighta=420;
var widtha=420;
var lefta=(screen.width/2)-(420/2);
var topa=(screen.height/2)-(420/2);
function linkpop(filename){
popupa = window.open(filename, "","height="+heighta+",width="+widtha+",top="+topa+",left="+lefta+",location=no,menubar=no,resizable=yes,scrollbars=no,status=no,titlebar=no,toolbar=no,directories=no");
}

var cookie="Sb33BJfvx";

var width=335;
var left=0;
var top=0;
setTimeout("entrypop('http://www.popupmaster.com/discountpop.php');",60000);
var popup;
function entrypop(filename){
if (getcookie(cookie)==""){
popup = window.open(filename, "","height="+height+",width="+width+",top="+top+",left="+left+",location=no,menubar=no,resizable=yes,scrollbars=auto,status=no,titlebar=no,toolbar=no,directories=no");
setcookie();
}
}
function getcookie(cookieName) {
var id = cookieName + "=";
var cookievalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(id);
if (offset != -1) {
cookievalue = "x";
}
}
return cookievalue;
}
function setcookie () {
document.cookie = cookie
+ "="
+ escape ("done");
}