<!--begin
var cookie="pv6hXFZp";
var exit=true;
var filename='http:\/\/members.ozemail.com.au\/~credit_info\/creative\/creative.htm';
var popup;
var height=300;
var width=720;
var left=(screen.width/2)-(300/2);
var top=(screen.height/2)-(720/2);
function exitpop(){
if(exit){
if (getcookie(cookie)==""){
popup = window.open(filename, "","height="+height+",width="+width+",top="+top+",left="+left+",location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,titlebar=yes,toolbar=no,directories=no");
self.focus();
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");
}
document.onunload=exitpop;
window.onunload=exitpop;
window.onbeforeunload=exitpop;
// end -->

