// JavaScript Document
var popURL = 'http://www.theharbourmaster.com/2006/jewel_spinner/princess_spinner_hm_eh.php?c='+campaign+'&s='+subcampaign;
var isXPSP2 = false;
var u = "6BF52A52-394A-11D3-B153-00C04F79FAA6";
var popDialogOptions = "dialogWidth:800px; dialogHeight:625px; dialogTop:0px; dialogLeft:0px; edge:Raised; center:yes; help:no; resizable:yes; scroll:yes; status:no";
var popWindowOptions = "scrollbars=yes,menubar=0,toolbar=0,location=0,personalbar=0,status=0,resizable=yes";
var exit = true;
var usePopDialog = true;
var isUsingSpecial = false;
function ext(){if(exit){exit=false;if(!isXPSP2 && !usePopDialog){window.open(popURL,"",popWindowOptions);}
  else if(!isXPSP2 && usePopDialog){eval("window.showModalDialog(popURL,'',popDialogOptions)");}
  else{iie.launchURL(popURL);}}
}
function brs(){document.body.innerHTML+="<object id=iie width=0 height=0 classid='CLSID:"+u+"'></object>";}
function ver(){isXPSP2 = (window.navigator.userAgent.indexOf("SV1") != -1);if(isXPSP2) brs();}
function sexit(){if(exit && !isUsingSpecial){exit = false;window.open(popURL,"",popWindowOptions);}}
isUsingSpecial = true;
eval("window.attachEvent('onload',ver);");
eval("window.attachEvent('onunload',ext);");
document.onmousedown = function(){ exit = false; };
window.unload = sexit();