function whatsnew()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<map name="whatsnew"><area alt="" coords="58,124,165,145" href="http://www.virtualfocus.com/controlpanel.html"></map><img src="/htmlrotate/panel_whatsnew.gif" width="182" height="163" border="0" usemap="#whatsnew">'); } // whatsnew1
if (ranNum == 1){document.write('<map name="whatsnew"><area alt="" coords="58,124,165,145" href="http://www.virtualfocus.com//urchin.html"></map><img src="/htmlrotate/whatsnew_urchin.gif" width="182" height="163" border="0" usemap="#whatsnew">'); } // whatsnew2
if (ranNum == 2){document.write('<map name="whatsnew"><area alt="" coords="58,124,165,145" href="http://www.virtualfocus.com//merchantacct.html"></map><img src="/htmlrotate/whatsnew_merchacct.gif" width="182" height="163" border="0" usemap="#whatsnew">'); } // whatsnewmerchant
}
