<!--
function random_content(){
var mycontent=new Array()

mycontent[1]='pop-sponsor';
mycontent[2]='pop-sponsor';
mycontent[3]='pop-sponsor';
mycontent[4]='pop-sponsor';

var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1;
document.write("<script language=javascript src="+mycontent[ry]+".js></script>");
}
random_content()



function tellFriend()
{
window.open("http://www.bestwebhosters.com/recomend.html","MyWindow","toolbar=no,location=no,directories=no,status=no,menubar=no" + 
",scrollbars=no,resizable=no,width=460,height=240");
}

function host_lost_pw()
{
window.open("http://www.bestwebhosters.com/host_lost_pw.html","MyWindow","toolbar=no,location=no,directories=no,status=no,menubar=no" + 
",scrollbars=no,resizable=no,width=300,height=140");
}


image1 = new Image();
image1.src = "iimgs/whitelists_over.jpg";

image2 = new Image();
image2.src = "iimgs/blacklists_over.jpg";

-->