function gowanloch()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<br><a href="http://www.ducati-gowanloch.com/special_deals.htm"><img SRC="http://www.ducati-gowanloch.com/images/bg/navspecials_1.gif" ALT="Specials" BORDER=0 height=156 width=145></a>'); } // leftspecials
if (ranNum == 1){document.write('<br><a href="http://www.ducati-gowanloch.com/special_deals.htm"><img SRC="http://www.ducati-gowanloch.com/images/bg/navspecials_2.gif" ALT="Specials" BORDER=0 height=156 width=145></a>'); } // leftspecials2
if (ranNum == 2){document.write('<br><a href="http://www.ducati-gowanloch.com/catalog/apparel/index.htm"><img SRC="http://www.ducati-gowanloch.com/images/bg/navspecials_3.gif" ALT="Ducati T-Shirts" BORDER=0 height=156 width=145></a>'); } // tshirts
if (ranNum == 3){document.write('<br><a href="http://www.ducati-gowanloch.com/catalog/bikes/index.htm"><img SRC="http://www.ducati-gowanloch.com/images/bg/navspecials_4.gif" ALT="Ducati T-Shirts" BORDER=0 height=156 width=145></a>'); } // gallery
}

