var content='<table id=content_table width=100%><tr><td align=left colspan=9 id=content_td style="color:#000000;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:18px;"><b>&nbsp;&nbsp;&nbsp;Could You Tell Us Why You\'re Leaving?</b><p style="padding:0; border:0; margin:0; font-size:13px;">&nbsp;</p></td></tr><tr><td style="width:10px;padding-left: 20px;padding-top:2px;" valign=top><a href="http://doublehead.popwash.hop.clickbank.net/?tid=POP1" style="text-decoration: none;"><img src="http://exitpopmonetizer.com/pop/script/point.gif\" border=0></td><td style="padding-right: 10px;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;" align=left><a href="http://doublehead.popwash.hop.clickbank.net/?tid=POP1" style="color:#000000;text-decoration: none;">I was looking for a pop up blocker</a></td></tr><tr><td style="width:10px;padding-left: 20px;padding-top:2px;" valign=top><a href="http://doubleheadpublishing.com/idevaffiliate/signup.php" style="text-decoration: none;"><img src="http://exitpopmonetizer.com/pop/script/point.gif\" border=0></td><td style="padding-right: 10px;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;" align=left><a href="http://doubleheadpublishing.com/idevaffiliate/signup.php" style="color:#000000;text-decoration: none;">I was looking for your affiliate program</a></td></tr><tr><td style="width:10px;padding-left: 20px;padding-top:2px;" valign=top><a href="http://doublehead.bizzydays.hop.clickbank.net/?tid=POP2" style="text-decoration: none;"><img src="http://exitpopmonetizer.com/pop/script/point.gif\" border=0></td><td style="padding-right: 10px;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;" align=left><a href="http://doublehead.bizzydays.hop.clickbank.net/?tid=POP2" style="color:#000000;text-decoration: none;">I wanted a regular unblockable pop up</a></td></tr><tr><td style="width:10px;padding-left: 20px;padding-top:2px;" valign=top><a href="http://doublehead.maffi.hop.clickbank.net/?tid=POP3" style="text-decoration: none;"><img src="http://exitpopmonetizer.com/pop/script/point.gif\" border=0></td><td style="padding-right: 10px;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;" align=left><a href="http://doublehead.maffi.hop.clickbank.net/?tid=POP3" style="color:#000000;text-decoration: none;">I wanted something more flashy</a></td></tr><tr><td style="width:10px;padding-left: 20px;padding-top:2px;" valign=top><a href="http://articlesubmitterpro.com" style="text-decoration: none;"><img src="http://exitpopmonetizer.com/pop/script/point.gif\" border=0></td><td style="padding-right: 10px;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;" align=left><a href="http://articlesubmitterpro.com" style="color:#000000;text-decoration: none;">I heard you have a great article submitter</a></td></tr></table>';
var headtitle="Before you go....";
var xpos,ypos;
var dhtmlwindow={
		imagefiles:['windowfiles/min.gif', 'windowfiles/close.gif', 'windowfiles/restore.gif', 'windowfiles/resize.gif'], 
		ajaxbustcache: true,
	
	minimizeorder: 0,
	tobjects: [], 
	init:function(t){
		var domwindow=document.createElement("div")
				domwindow.id=t
				domwindow.className="dhtmlwindow"
				domwindow.style.position='absolute';
				domwindow.style.border='2px solid #003366';
				domwindow.style.visibility='hidden';
				domwindow.style.background='white';
		var domwindowdata=''
				domwindowdata='<div class="drag-handle" style="text-indent: 3px;font-family:Verdana,Tahoma,Arial;font-size:12px;font-weight:bold;background:url(\'http://exitpopmonetizer.com/pop/script/title_bg.gif\');background-repeat: repeat-y;background-color: #95B8E2;height:19px;padding-left:10px;color: white;cursor: move;overflow: hidden;width: auto;"  align=left><div style="height:2px;font-size: 1px" >&nbsp;</div>'
				domwindowdata+=headtitle+'<div class="drag-controls" style="position: absolute;right: 1px;top: 2px;cursor: hand;cursor: pointer;margin-right:1px;"><img title="Close" src="http://exitpopmonetizer.com/pop/script/close_16.jpg" onClick=javascript:;> </div>'
				domwindowdata+='</div>'
				domwindowdata+='<div class="drag-contentarea" style="border-top: 1px solid gray;padding: 2px;padding-top:15px;overflow: auto;background-color: #c3d9ff; color: #000000;"></div>'
				domwindowdata+='<div class="drag-statusarea" style="border-top: 1px solid gray;background-color: gray;height: 0px;"><div class="drag-resizearea" style="float: right;width: 13px;height: 1px;cursor: nw-resize;font-size: 0;background: transparent url('+this.imagefiles[3]+') top right no-repeat;">&nbsp;</div></div>'
				domwindowdata+='</div>'
				domwindow.innerHTML=domwindowdata
		document.getElementById("dhtmlwindowholder").appendChild(domwindow)
		this.zIndexvalue=(this.zIndexvalue)? this.zIndexvalue+1 : 100 
		var t=document.getElementById(t)
		var divs=t.getElementsByTagName("div")
		for (var i=0; i<divs.length; i++){
			if (/drag-/.test(divs[i].className))
				t[divs[i].className.replace(/drag-/, "")]=divs[i]
		}
		t.style.zIndex=this.zIndexvalue
		t.handle._parent=t
		t.resizearea._parent=t
		t.controls._parent=t
		t.onclose=function(){return true}
		t.onmousedown=function(){dhtmlwindow.zIndexvalue++; this.style.zIndex=dhtmlwindow.zIndexvalue}
		t.handle.onmousedown=dhtmlwindow.setupdrag
		t.resizearea.onmousedown=dhtmlwindow.setupdrag
		t.controls.onclick=dhtmlwindow.enablecontrols
		t.show=function(){dhtmlwindow.show(this)}
		t.hide=function(){dhtmlwindow.close(this)}
		t.setSize=function(w, h){dhtmlwindow.setSize(this, w, h)}
		t.moveTo=function(x, y){dhtmlwindow.moveTo(this, x, y)}
		t.isResize=function(bol){dhtmlwindow.isResize(this, bol)}
		t.isScrolling=function(bol){dhtmlwindow.isScrolling(this, bol)}
		t.load=function(contenttype, contentsource, title){dhtmlwindow.load(this, contenttype, contentsource, title)}
		this.tobjects[this.tobjects.length]=t
		return t
	},
	
	open:function(t, contenttype, contentsource, title, attr, recalonload){
		var d=dhtmlwindow
		function getValue(Name){
			var config=new RegExp(Name+"=([^,]+)", "i")
			return (config.test(attr))? parseInt(RegExp.$1) : 0 
		}
		if (document.getElementById(t)==null)
			t=this.init(t)
		else
			t=document.getElementById(t)
		t.setSize(getValue(("width")), (getValue("height")))
		var peremennaya='right';
		var vertical_peremennaya='top';
		if (!peremennaya) peremennaya='middle'
		if (!vertical_peremennaya) vertical_peremennaya='middle'
		if (peremennaya=='middle'){
			xpos=getValue("center")? "middle" : getValue("left")
			if (vertical_peremennaya=='middle') ypos=getValue("center")? "middle" : getValue("top")
				else ypos=20;
		}
		if (peremennaya=='left'){
			xpos=20
			if (vertical_peremennaya=='middle') ypos=getValue("center")? "middle" : getValue("top")
				else ypos=20;
		}
		
		if (peremennaya=='right'){
			xpos=screen.width-500-50;
			if (vertical_peremennaya=='middle') ypos=getValue("center")? "middle" : getValue("top")
				else ypos=20;
		}

		if (typeof recalonload!="undefined" && recalonload=="recal" && this.scroll_top==0){
			if (window.attachEvent && !window.opera)
				this.addEvent(window, function(){setTimeout(function(){t.moveTo(xpos, ypos)}, 400)}, "load")
			else
				this.addEvent(window, function(){t.moveTo(xpos, ypos)}, "load")
		}
		t.isResize(getValue("resize"))
		t.isScrolling(getValue("scrolling"))
		t.style.visibility="hidden"
		t.style.display="block"
		t.contentarea.style.display="block"
		t.moveTo(xpos, ypos)
		t.load(contenttype, contentsource, title)
		if (t.state=="minimized" && t.controls.firstChild.title=="Restore"){
			t.controls.firstChild.setAttribute("src", dhtmlwindow.imagefiles[0]) 
			t.controls.firstChild.setAttribute("title", "Minimize")
			t.state="fullview"
		}
		t.style.visibility='hidden';
		return t
	},
	
	setSize:function(t, w, h){
		t.style.width=Math.max(parseInt(w), 150)+"px"
		t.contentarea.style.height=Math.max(parseInt(h), 100)+"px"
	},

	moveTo:function(t, x, y){
		this.getviewpoint()
			t.style.left=(x=="middle")? this.scroll_left+(this.docwidth-t.offsetWidth)/2+"px" : this.scroll_left+parseInt(x)+"px"
			t.style.top=(y=="middle")? this.scroll_top+(this.docheight-t.offsetHeight)/2+"px" : this.scroll_top+parseInt(y)+"px"
		},
		
		isResize:function(t, bol){
			t.statusarea.style.display=(bol)? "block" : "none"
			t.resizeBool=(bol)? 1 : 0
		},

		isScrolling:function(t, bol){
			t.contentarea.style.overflow=(bol)? "auto" : "hidden"
		},

		load:function(t, contenttype, contentsource, title){
			var contenttype=contenttype.toLowerCase()
			if (typeof title!="undefined")
			t.handle.firstChild.nodeValue=title
			if (contenttype=="inline")
				t.contentarea.innerHTML=contentsource
			else if (contenttype=="div"){
				t.contentarea.innerHTML=document.getElementById(contentsource).innerHTML
				document.getElementById(contentsource).style.display="none"
				}
				else if (contenttype=="iframe"){
					t.contentarea.style.overflow="hidden"
					if (!t.contentarea.firstChild || t.contentarea.firstChild.tagName!="IFRAME")
			t.contentarea.innerHTML='<iframe src="" style="margin:0; padding:0; width:100%; height: 100%" name="_iframe-'+t.id+'"></iframe>'
				window.frames["_iframe-"+t.id].location.replace(contentsource)
				}
			else if (contenttype=="ajax"){
				this.ajax_connect(contentsource, t)
			}
			t.contentarea.datatype=contenttype
		},

		setupdrag:function(e){
	var d=dhtmlwindow
	var t=this._parent
	d.etarget=this
	var e=window.event || e
	d.initmousex=e.clientX
	d.initmousey=e.clientY
	d.initx=parseInt(t.offsetLeft)
	d.inity=parseInt(t.offsetTop)
	d.width=parseInt(t.offsetWidth)
	d.contentheight=parseInt(t.contentarea.offsetHeight)
	if (t.contentarea.datatype=="iframe"){
		t.style.backgroundColor="#F8F8F8"
		t.contentarea.style.visibility="hidden"
	}
	document.onmousemove=d.getdistance
	document.onmouseup=function(){
		if (t.contentarea.datatype=="iframe"){
			t.contentarea.style.backgroundColor="white"
			t.contentarea.style.visibility="visible"
		}
		d.stop()
	}
	return false
},

getdistance:function(e){
	var d=dhtmlwindow
	var etarget=d.etarget
	var e=window.event || e
	d.distancex=e.clientX-d.initmousex
	d.distancey=e.clientY-d.initmousey
	if (etarget.className=="drag-handle")
		d.move(etarget._parent, e)
	else if (etarget.className=="drag-resizearea")
		d.resize(etarget._parent, e)
	return false
},

getviewpoint:function(){
	var ie=document.all && !window.opera
	var domclientWidth=document.documentElement && parseInt(document.documentElement.clientWidth) || 100000
	this.standardbody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body
	this.scroll_top=(ie)? this.standardbody.scrollTop : window.pageYOffset
	this.scroll_left=(ie)? this.standardbody.scrollLeft : window.pageXOffset
	this.docwidth=(ie)? this.standardbody.clientWidth : (/Safari/i.test(navigator.userAgent))? window.innerWidth : Math.min(domclientWidth, window.innerWidth-16)
	this.docheight=(ie)? this.standardbody.clientHeight: window.innerHeight
},

rememberattrs:function(t){
	this.getviewpoint()
	t.lastx=parseInt((t.style.left || t.offsetLeft))-dhtmlwindow.scroll_left
	t.lasty=parseInt((t.style.top || t.offsetTop))-dhtmlwindow.scroll_top
	t.lastwidth=parseInt(t.style.width)
},

move:function(t, e){
	t.style.left=dhtmlwindow.distancex+dhtmlwindow.initx+"px"
	t.style.top=dhtmlwindow.distancey+dhtmlwindow.inity+"px"
},

resize:function(t, e){
	t.style.width=Math.max(dhtmlwindow.width+dhtmlwindow.distancex, 150)+"px"
	t.contentarea.style.height=Math.max(dhtmlwindow.contentheight+dhtmlwindow.distancey, 100)+"px"
},

enablecontrols:function(e){
	var d=dhtmlwindow
	var sourceobj=window.event? window.event.srcElement : e.target
	if (/Minimize/i.test(sourceobj.getAttribute("title")))
		d.minimize(sourceobj, this._parent)
	else if (/Restore/i.test(sourceobj.getAttribute("title")))
		d.restore(sourceobj, this._parent)
	else if (/Close/i.test(sourceobj.getAttribute("title")))
		d.close(this._parent)
	return false
},

restore:function(button, t){
	dhtmlwindow.getviewpoint()
	//button.setAttribute("src", dhtmlwindow.imagefiles[0])
	//button.setAttribute("title", "Minimize")
	t.state="fullview"
	t.style.display="block"
	t.contentarea.style.display="block"
	if (t.resizeBool)
		t.statusarea.style.display="block"
	t.style.left=parseInt(t.lastx)+dhtmlwindow.scroll_left+"px"
	t.style.top=parseInt(t.lasty)+dhtmlwindow.scroll_top+"px"
	t.style.width=parseInt(t.lastwidth)+"px"
},

show:function(t){
	if (t.lastx)
		dhtmlwindow.restore(t.controls.firstChild, t)
	else
		t.style.display="block"
	t.state="fullview"
},

close:function(t){
	
	try{
		var closewinbol=t.onclose();
	}
	catch(err){
		var closewinbol=true
 }
	finally{
		if (typeof closewinbol=="undefined"){
			alert("An error has occured somwhere inside your \"onclose\" event handler")
			var closewinbol=true
		}
	}
	if (closewinbol){
		if (t.state!="minimized")
			dhtmlwindow.rememberattrs(t)
		t.style.display="none"
	}

	var IE = document.all?true:false;

	return closewinbol
},
stop:function(){
	dhtmlwindow.etarget=null //clean up
	document.onmousemove=null
	document.onmouseup=null
}
}

document.write('<div id="dhtmlwindowholder"><span style="display:none">.</span></div>')

  var IE = document.all?true:false;
	var s=document.URL;var l=s.length-1;var last=s.substr(l,1);
	var viewed=0;
	var scrolllength=0;	
	var h=210;
	//if(IE) h+=20;
	dhtmlwindow.open("popupbox", "inline", content, headtitle, "width=500px,height="+h+"px,resize=0,scrolling=1,center=1", "recal");
	
	window.onload = function(){
		;
	}

	window.onscroll = function (e) {
		if (self.pageYOffset) { 
			scrolllength  = self.pageYOffset;
		}else if (document.documentElement && document.documentElement.scrollTop){	
				scrolllength = document.documentElement.scrollTop;
			}
			else if (document.body)	{
				scrolllength = document.body.scrollTop;
			}
		
		if (ypos=='middle') ty=screen.height/2-200;
			else ty=ypos;
		document.getElementById('popupbox').style.top=scrolllength+ty+'px';
	}


	document.onmousemove = getMouseXY;
	var tempX = 0;
	var tempY = 0;
	
	function getMouseXY(e) {
		if (IE) {
			tempX = event.clientX;
			tempY = event.clientY;
		}
		else {
			tempX = e.pageX - scrolllength;
			tempY = e.pageY - scrolllength;
		}  
		if (tempX < 0){tempX = 0;}
		if (tempY < 0){tempY = 0;}  

		if (tempY < 20 && viewed==0) {
				document.getElementById('popupbox').style.visibility='visible';
				viewed=1
		}
	}