function rfclogin()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<a href="http://www.powersurfcentral.com/reports/?id=2&b=4"target="_blank"><img src="http://adkreator.com/memberbanners/31_20090812004427.jpg"></a>'); } // 1
if (ranNum == 1){document.write('<a href="http://www.powersurfcentral.com/reports/?id=2&b=7"target="_blank"><img src="http://adkreator.com/memberbanners/31_20090811234044.jpg"></a>'); } // 2
if (ranNum == 2){document.write('<a href="http://www.powersurfcentral.com/reports/?id=2&b=6"target="_blank"><img src="http://adkreator.com/memberbanners/31_20090811231615.jpg"></a>'); } // 3
if (ranNum == 3){document.write('<a href="http://adkreator.com/?rid=safari"target="_blank"><img src="http://adkreator.com/memberbanners/31_20090812003045.jpg"></a>'); } // 4
}