	function div_initialize(oimage,image,nlid,aid){
		var mainDiv = document.createElement("div")
		mainDiv.id="fixme";
		mainDiv.style.height="1px";
		mainDiv.style.width="100%";
		mainDiv.style.backgroundImage="url('" + oimage + "')";
		mainDiv.style.backgroundRepeat="repeat-x";
		mainDiv.innerHTML = '<img style="position: absolute; left: 50%; margin-left: -498px" src="' + image + '" border="0" vspace="5"/><div style="position: absolute; width: 996px; height: 130px; left: 50%; margin-left: -498px;"><form method="get" action="http://af3.gophercentral.com/sprocess.fc" id="frmSubmit" onsubmit="return sad_submit()"><input id="nlid" type="hidden" name="nlid" value="'+nlid+'" /><input type="hidden" name="aid" value="'+aid+'"><input type="hidden" name="raddr" value="' + document.location.href + '"><input tabindex="1000" type="text" id="Semail" name="email" style="width: 250px; position: relative; left: 58.2%; top: 80px;" value="enter email address" onclick="if(this.value==\'enter email address\')this.value=\'\'" /></form><a href="javascript:subform();" onclick="return validform()"><img src="http://www.dealnooz.com/images/subform.png" style="position: absolute; left: 85.8%; top: 76px;" tabindex="1001" border="0"  /><a href="javascript:collapse_div(130)"><img src="http://www.dealnooz.com/images/closebutton.png" style="position: absolute; left: 95.5%; top: 56px;" border="0" /></a></div>';
		document.getElementsByTagName("body")[0].appendChild(mainDiv);
		if(readCookie("adShown")!="t"){
			expand_div(1);
		}
		document.cookie="adShown=t";
	}
	function subform(){
		if(document.getElementById("Semail").value!=''){
			document.cookie="adShown=t";
			var nlid = document.getElementById("nlid").value;
			if(nlid=="438" || nlid=="451"){
				alert("Thank You, you will receive your first deal shortly");
			}else{
				alert("Thank You... A confirmation email is being sent... ");
			}
			document.getElementById("frmSubmit").submit();
			return true;
		}else{
			return false;
		}
	}
	function sad_submit(){
		if(document.getElementById("Semail").value!=''){
			var nlid = document.getElementById("nlid").value;
			if(nlid=="438" || nlid=="451"){
				alert("Thank You, you will receive your first deal shortly");
			}else{
				alert("Thank You... A confirmation email is being sent... ");
			}
			document.cookie="adShown=t";
			return true;
		}else{
			return false;
		}
	}
	function expand_div(height){
		document.getElementById('fixme').style.height=height+"px";
		height+=5;
		if(height<130){
			setTimeout("expand_div("+height+")",20);
		}else{
			document.getElementById('fixme').style.height="130px";
		}
	}
	function collapse_div(height){
		document.getElementById('fixme').style.height=height+"px";
		height-=5;
		if(height>1){
			setTimeout("collapse_div("+height+")",20);
		}
	}
	function bodyLoad(oimage,image,nlid,aid){
		if(readCookie("adShown")!="t"){
			div_initialize(oimage,image,nlid,aid);
		}
	}
	function readCookie(name) {
	var nameEQ = name + "=";
	var ca = document.cookie.split(';');
	for(var i=0;i < ca.length;i++) {
		var c = ca[i];
		while (c.charAt(0)==' ') c = c.substring(1,c.length);
		if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
	}
		return null;
	}


