function clients()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<a href="http://www.birkenstockcentral.com/" target="_blank"><img src="http://www.vcart.com/htmlrotate/birkenstock_central.gif" width="195" height="65" border="0" alt=""></a>'); } // BirkenstockCentral
if (ranNum == 1){document.write('<a href="http://www.groundedsoles.com/" target="_blank"><img src="http://www.virtualfocus.com/htmlrotate/grounded_soles.gif" width="185" height="73" border="0" alt=""></a>'); } // GroundedSoles
if (ranNum == 2){document.write('<a href="http://www.tradeshow-stuff.com/" target="_blank"><img src="http://www.virtualfocus.com/htmlrotate/tradeshow-stuff-logo.jpg" width="195" height="43" border="0" alt=""></a>'); } // TradeShowStuff
}