Warning: Division by zero in /home-nfs/sites/webmasteroo.com/www/live/index.php on line 18
Warning: Cannot modify header information - headers already sent by (output started at /home-nfs/sites/webmasteroo.com/www/live/index.php:18) in /home-nfs/sites/webmasteroo.com/www/live/index.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home-nfs/sites/webmasteroo.com/www/live/index.php:18) in /home-nfs/sites/webmasteroo.com/www/live/index.php on line 37
var ct=0;
function delcpt()
{
var code = 'link';
var cpt = document.getElementById(code+'001');
if (cpt)
{
cpt.style.display='none';
}
else if (ct < 100)
{
ct+=1;
setTimeout('delcpt()',100);
}
}
delcpt();