_d = document;
var ns4 = (navigator.appName.indexOf("Netscape")>=0 && parseInt(navigator.appVersion) < 4.99)? true : false;
function writePage(){
  _s = "";
	if (ns4) {
	_s += "<layer z-index=0 visibility=show id=bg top="+bg_y+" left="+bg_x+"><img src=\"images\/bg"+bg_pix+".gif\"><\/layer>\n";
	_s += "<layer z-index=0 visibility=show id=cw top="+cw_y+" left="+cw_x+"><img src=\"images\/creative"+bg_pix2+".gif\"><\/layer>\n";
	_s += "<layer z-index=0 visibility=show id=cw2 top="+cw2_y+" left="+cw2_x+"><img src=\"images\/writing"+bg_pix2+".gif\"><\/layer>\n";
	}
	else {
	_s += "<div z-index=0 id=bg style=\"position:absolute;top:"+bg_y+"px;left:"+bg_x+"px;\"><img src=\"images\/bg"+bg_pix+".gif\"><\/div>\n";	
	_s += "<div z-index=0 id=cw style=\"position:absolute;top:"+cw_y+"px;left:"+cw_x+"px;\"><img src=\"images\/creative"+bg_pix2+".gif\"><\/div>\n";
	_s += "<div z-index=0 id=cw2 style=\"position:absolute;top:"+cw2_y+"px;left:"+cw2_x+"px;\"><img src=\"images\/writing"+bg_pix2+".gif\"><\/div>\n";
	}
  _d.write(_s);
}

function setStatus(ms){
	window.status=ms;
	return true;
}
writePage();