

if (document.getElementById) {

document.write("<div id=\"warning\" style=\"visibility:hidden; position:absolute; background: #FF6; width:80%; left: 10%; top:150px; padding: 10px 10px 10px 10px; border: 1px solid black; \">");
document.write("<p>Important: <b>It appears that you are using an AdBlocking software.</b></p>");
document.write("<p>This site is supported by advertising revenue.  If you are browsing this site without the accompanying advertisments, you are harming the owner who provides this information at significant expense.  Sometimes you may, without your knowledge, have software on your computer that deletes ads.");
document.write(" Please note that this site supports only ads that are NOT ANNOYING </p>");
document.write("<p>And the number of ads is also very LOW</a>.</p>");
document.write("<p><div align=center><a href=\"javascript:hidediv()\">Click here to close this notice</a>.<br>");
document.write("So please consider disabling the adblocking software in this site! </p></div></div>");

}

function hidediv() {

document.getElementById('warning').style.visibility = 'hidden';

} 



  if (AdBlock) {
	document.getElementById('warning').style.visibility = 'visible';
     }
  


