var logo='http://www.juggernart.com/games/img/logo232x60.gif';
var zyPopupURL = 'http://main.zylom.com/servlet/PPTrack?pid=3418&l=1&t=0';
if (typeof logo != 'undefined') {
zyPopupURL = zyPopupURL + "&o=" + escape(logo);
}
function zyAffPopUp(s) {
zyPopUp(zyPopupURL + '&s='+s);
}
function zyPopUp(zyPopupURL) {
width = 700; height = 550; leftPosition = (screen.width) ? (screen.width-width)/2 : 0;
if (screen.height && (screen.height <= 600)) { topPosition = 0; } else { topPosition = (screen.height) ? (screen.height-height)/2 : 0; }
var settings='width='+width+',height='+height+',left='+leftPosition+',top='+topPosition+'toolbar=0,location=0,directories=0,menubar=0,scrollbar=0,resizable=0,status=0';
var zyWin=window.open(zyPopupURL, 'gamepopup', settings); zyWin.focus();
}