function emu()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<table BORDER=0 CELLSPACING=0 WIDTH="160" BGCOLOR="#999999" ><tr><td ALIGN=LEFT WIDTH="100%"><font color="#FFFFFF"><font size=-1>Featured Site</font></font><table BORDER=0 CELLSPACING=0 CELLPADDING=2 WIDTH="100%" BGCOLOR="#CCCCCC" ><tr><td ALIGN=LEFT VALIGN=CENTER BGCOLOR="#E0E1E4"></td></tr><tr><td ALIGN=CENTER VALIGN=TOP WIDTH="100%" BGCOLOR="#F9F8EC"><a href="http://www.legendofthemotorcycle.com/" target=_blank><img SRC="http://www.cybermotorcycle.com/images/adverts/legend_hr_ad_110.jpg" ALT="Legend of the Motorcycle" BORDER=0 height=110 width=110></a><br><font size=-1><a href="http://www.legendofthemotorcycle.com/" target=_blank>Legend of the Motorcycle</a></font><br></td></tr></table></td></tr></table>'); } // legend
if (ranNum == 1){document.write('<table BORDER=0 CELLSPACING=0 WIDTH="160" BGCOLOR="#999999" ><tr><td ALIGN=LEFT WIDTH="100%"><font color="#FFFFFF"><font size=-1>Featured Site</font></font><table BORDER=0 CELLSPACING=0 CELLPADDING=2 WIDTH="100%" BGCOLOR="#CCCCCC" ><tr><td ALIGN=LEFT VALIGN=CENTER BGCOLOR="#E0E1E4"></td></tr><tr><td ALIGN=CENTER VALIGN=TOP WIDTH="100%" BGCOLOR="#F9F8EC"><a href="http://www.ashesandsnow.org/" target=_blank><img SRC="http://www.cybermotorcycle.com/images/adverts/ashesandsnow110.jpg" ALT="Ashes and Snow" BORDER=0 height=60 width=110></a><br><font size=-1><a href="http://www.ashesandsnow.org/" target=_blank>Ashes and Snow</a></font><br></td></tr></table></td></tr></table>'); } // ashesandsnow
if (ranNum == 2){document.write('<div style="width:160px;font-family: sans-serif;font-weight: bold;text-transform: capitalize;text-align: center;padding: 4pt;border: 2pt;border-style: double;border-color: grey;padding:10px;background-color:#FFFFFF;border:1px solid black;"><a href="http://www.automedon.fr/" target=_blank><img SRC="http://www.cybermotorcycle.com/images/adverts/automedon110.jpg" ALT="Automedon Paris 2009" BORDER=0 height=173 width=110></a><br><font size=-1><a href="http://www.automedon.fr/" target=_blank>Automedon Paris 2009</a></font></DIV>'); } // automedon
if (ranNum == 3){document.write('<table BORDER=0 CELLSPACING=0 WIDTH="160" BGCOLOR="#999999" ><tr><td ALIGN=LEFT WIDTH="100%"><font color="#FFFFFF"><font size=-1>Featured Site</font></font><table BORDER=0 CELLSPACING=0 CELLPADDING=2 WIDTH="100%" BGCOLOR="#CCCCCC" ><tr><td ALIGN=LEFT VALIGN=CENTER BGCOLOR="#E0E1E4"></td></tr><tr><td ALIGN=CENTER VALIGN=TOP WIDTH="100%" BGCOLOR="#F9F8EC"><a href="http://www.meadowbrookconcours.org/" target=_blank><img SRC="http://www.cybermotorcycle.com/images/adverts/meadow_brook_110.jpg" ALT="Meadow Brook Concours" BORDER=0 height=87 width=110></a><br><font size=-1><a href="http://www.meadowbrookconcours.org/" target="_blank">Meadow Brook<br>Concours d\'Elegance </a></font><br></td></tr></table></td></tr></table>'); } // meadowbrook
}
