// JavaScript Document

var img_width = "400";
var img_height = "300";
var img_title = "Check out COTM!";


var ad=new Array()
ad[0]="http://www.newtiburon.com/images/cotm/banners/cotm.jpg";
ad[1]="http://www.newtiburon.com/images/cotm/banners/cots.jpg";
ad[2]="http://www.newtiburon.com/images/cotm/banners/potm.jpg";



var links=new Array()
links[0]="http://www.newtiburon.com/forums/forumdisplay.php?f=132";
links[1]="http://www.newtiburon.com/forums/forumdisplay.php?f=132";
links[2]="http://www.newtiburon.com/forums/forumdisplay.php?f=132";



var title=new Array()
title[0]="Car of the Month";
title[1]="Car of the Season";
title[2]="Picture of the MOnth";




var xy=Math.floor(Math.random()*ad.length);
document.write('<a href="'+links[xy]+'" target="_blank"><img src="'+ad[xy]+'" width="'+img_width+'" height="'+img_height+'" alt="'+title[xy]+'" border="0"></a>');