function a()
{
//9
var ranNum= Math.round(Math.random() * 9);
if (ranNum == 0){document.write('<a href="http://fletchersite.com"><img src="http://fletchersite.com/images/fletchersite.gif" border="0"></a>'); } // 001
if (ranNum == 1){document.write('<img src="http://fletchersite.com/images/banner3.gif">'); } // 003
if (ranNum == 2){document.write('<a href="http://fletchersite.com/repairtips.html"><img src="http://fletchersite.com/images/freetips.gif" border="0"></a>'); } // 004
if (ranNum == 3){document.write('<a href="http://fletchersite.com"><img src="http://fletchersite.com/images/banner5.gif" border="0"></a>'); } // 005
if (ranNum == 4){document.write('<a href="http://fletchersite.com"><img src="http://fletchersite.com/images/mb1.gif"></a>'); } // mb1
if (ranNum == 5){document.write('<a href="http://fletchersite.com/samsclub.html"><img src="http://fletchersite.com/images/mb2.gif" border="0"></a>'); } // mb2
if (ranNum == 6){document.write('<a href="http://fletchersite.com"><img src="http://fletchersite.com/images/mb3.gif"></a>'); } // mb3
if (ranNum == 7){document.write('<a href="http://fletchersite.com/ask.html"><img src="http://fletchermanuals.com/images/mb4.gif" border="0" alt="Get help from a fletchersite tech."></a>'); } // mb4
if (ranNum == 8){document.write('<a href="http://fletchersite.com/livehelp/index.php"><img src="http://fletchersite.com/images/livehelpbanner.gif" border="0"></a>'); } // LiveHelp
if (ranNum == 9){document.write('<a href="http://fletchersite.com/newsletter.html"><img src="http://fletchersite.com/images/newsletterbanner.gif" border="0"></a>'); } // Newsletter
}