function banner() {};

banner = new banner();
number = 0;

banner[number++] = '<!-- SiteSearch Google --><form method="get" action="http://www.google.com/custom" target="google_window"><table border="0" bgcolor="#004088" height="80" align="right"><tr><td valign="bottom"><input type="hidden" name="domains" value="peugeot.mainspot.net"></input><input type="text" name="q" size="40" maxlength="255" style="font-size: 10px value=""></input>&nbsp;<input type="submit" name="sa" value="Google Search" style="font-size: 10px"></input></td></tr><tr><td valign="top"><table style="font-family: Arial; font-size: 10px"><tr><td><input type="radio" name="sitesearch" value=""></input><font size="-1" color="white">Web</font></td><td><input type="radio" name="sitesearch" value="peugeot.mainspot.net" checked="checked"></input><font size="-1" color="white">peugeot.mainspot.net</font></td></tr></table><input type="hidden" name="client" value="pub-6007359245341076"></input><input type="hidden" name="forid" value="1"></input><input type="hidden" name="channel" value="1486324457"></input><input type="hidden" name="ie" value="ISO-8859-1"></input><input type="hidden" name="oe" value="ISO-8859-1"></input><input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:FFFFFF;ALC:000000;LC:000000;T:0000FF;GFNT:0000FF;GIMP:0000FF;LH:50;LW:148;L:http://peugeot.mainspot.net/logo_search.jpg;S:http://peugeot.mainspot.net/;FORID:1;"></input><input type="hidden" name="hl" value="en"></input></td></tr></table></form><!-- SiteSearch Google -->'

increment = Math.floor(Math.random() * number);

document.write(banner[increment]);
