function bizzcopyright()
{
//0
var ranNum= Math.round(Math.random() * 0);
if (ranNum == 0){document.write('Copyright &copy; 2005 Bizz WebSolutions, LLC.&nbsp;&nbsp;'); } // copyright
}