var isLink=false;
function doClose()
{
	if(!isLink)
	{
		myPopup = window.open("", "myPopup", "scrollbars=no,location=no,status=no,titlebar=no,toolbar=no,resizeable=no,height=525,width=525");
		
		myPopup.document.write("<html><head><title>Other Hot Products</title>");
		
		myPopup.document.write("<style type=\"text/css\">* {margin: 0; padding: 0}body {font-family: arial, helvetica, sans-serif; text-align: center}h1 {font-size: 24px; color: #c00; margin-top: 10px}h2 {font-size: 18px; font-weight: normal; color: #c00; margin-bottom: 15px}ul {list-style-type: none; color: #000; margin: 0 20px; padding: 15px; border: 2px solid #c00; width: 450px}li {font-weight: bold; margin-bottom: 18px}a:link {font-size: 14px; color: #c00}</style>");
		
		myPopup.document.write("</head><body>");
		
		myPopup.document.write("<h1>Don't GO Yet!</h1><h2>Other Websites We \"HIGHLY Recommend!\"</h2>");
		
		myPopup.document.write("<ul>");
		myPopup.document.write("<li>Male Libido Enhancement Was Never This Easy<br /><a target=\"_blank\"  href=\"http://www.vigrxplus.com/clicks/console.html"+ popuser +"\">http://www.vigrxplus.com</a></li>");
		myPopup.document.write("<li>Medically Proven Penis Enlargement Device<br /><a href=\"http://www.proextender.com/clicks/console.html"+ popuser +"\">http://www.ProExtender.com</a></li>");
		myPopup.document.write("<li>Reverse The Effects of Aging With HGH<br /><a href=\"http://www.genf20.com/clicks/console.html"+ popuser +"\">http://www.genf20.com</a></li>");
		myPopup.document.write("<li>Turn-On Cream For Women - Ultimate Arousal & Pleasure!<br /><a href=\"http://www.vigorelle.com/clicks/console.html"+ popuser +"\">http://www.vigorelle.com</a></li>");
		myPopup.document.write("<li>Get Rock-Solid Erections In 60 Seconds Or Less!<br /><a href=\"http://www.vigrxoil.com/clicks/console.html"+ popuser +"\">http://www.vigrxoil.com</a></li>");
		myPopup.document.write("<li>Attract Women Instantly!<br /><a href=\"http://www.nexuspheromones.com/clicks/console.html"+ popuser +"\">http://www.nexuspheromones.com</a></li>");
		myPopup.document.write("<li>Increase Male Orgasm Power<br /><a href=\"http://www.semenax.com/clicks/console.html"+ popuser +"\">http://www.semenax.com</a></li>");
		myPopup.document.write("</ul>");
		
		myPopup.document.write("</body></html>");
		
		myPopup.focus();
	}
	return true;
}