var status=0;

xmlHttp = new XMLHttpRequest();
xmlHttp.onreadystatechange = function()	{
  if(xmlHttp.readyState == 4) {
		var response0 = xmlHttp.responseText;
		var response1 = response0.split("&");
		var status0 = response1[0];
		var status1 = status0.split("=");
		status = status1[1];
  }
}
xmlHttp.open("GET", "http://www.neoworx.net/neocounter/neocounter2/check_sub.php?counter_id="+counter_id, false);
xmlHttp.send(null);


if(status == 0)
{
	document.write('<div align="center" style="padding:10px;color: black; background: white; border:1px solid black">');
	document.write('<p>NEOWORX HAS DISCONTINUED ITS FREE COUNTERS.</p>');
	document.write('<p>YOU CAN EITHER SUBSCRIBE TO OUR <a style="color:red" href="http://www.neoworx.net/blue/shop/subscribe_step1.php">PAID SERVICE</a> OR REMOVE THIS SCRIPT</p>');
	document.write('<p>THANK YOU FOR YOUR UNDERSTANDING.</p>');
	document.write('</div>');
}
else
{
if((counter_id == 685340000)||(counter_id == 791410000)||(counter_id == 765001000)||(counter_id == 299720000)||(counter_id == 305230000)||(counter_id == 964060000)||(counter_id == 476670000)||(counter_id == 601350000))
{

document.write('YOUR WIDGET WILL SOON BE BACK. THANK YOU FOR YOUR PATIENCE.');

}
else
{

document.write('<object data="http://neopod.neoworx-blog-tools.net/neoPod_L.swf" width="200" height="376" type="application/x-shockwave-flash">');
document.write('<param name="movie" value="http://neopod.neoworx-blog-tools.net/neoPod_L.swf" />');
document.write('<param name="FlashVars" value="registered_id='+registered_id+'&counter_id='+counter_id+'" />');
document.write('<param name="allowScriptAccess" value="always">');
document.write('<param name="wmode" value="transparent">');
document.write('</object>');
 }
}
