function do_overlay() {
/*
	var type = readCookie("Type");
	var count = readCookie("557bf6b227e03deb215d58a43dd9472f");
	var loc = new String(window.location);

	if(type != "M" && count==2 && (loc.search(/dnsreport/) == -1) ) {
		$('overlay').innerHTML = "<input type=\"button\" onclick=\"hideoverlay();\" class=\"close btn_free\" value=\"X\" />\n";
		$('overlay').innerHTML += "<p class=\"top\"><strong><img src=\"http://graphics.dnsstuff.com/images/misc/overlay_3.png\" alt=\"3\" /> ways to check us out:</strong></p>\n";
		$('overlay').innerHTML += "<ol>\n<li>Worry about being on a SPAM blacklist? <br />Run our <a href=\"http://member.dnsstuff.com/info/overview.php#alertservice\">Spam Database Lookup</a> tool and find out if you are.</li>\n<li>Interested to know if your company DNS is configured properly?<br /> Run a <a href=\"http://member.dnsstuff.com/pages/dnsreport.php\">DNSreport</a> now and look like a hero.</li>\n<li>Want to learn more about DNS than you really want to?<br /> Visit our <a href=\"http://member.dnsstuff.com/rc/\">Resource Center</a>.</li>\n</ol>\n";
		$('overlay').innerHTML += "<p><a href=\"http://member.dnsstuff.com/amember/signup.php?price_group=-4\">Join</a> as a member today. Unlimited tool access, the ability to ask tough questions directly to our DNS experts, education, resources, content and more. All in one place. Only $3 per month.</p>\n";
		$('overlay').innerHTML += "<p class=\"centered\"><a href=\"javascript: hideoverlay()\">close</a></p>";
	
	//debug info
	//$('overlay').innerHTML += "<p>type="+type+" count="+count+"</p>\n";
	
		$('overlay').style.display = "";
	}
*/
}

function hideoverlay() {
	$('overlay').style.display = "none";
}
