function inf_bot() {};

inf_bot = new inf_bot();
number = 0;
menu = '<H2 style="margin-top:8'+';'+'margin-bottom:8"><A href="http://peugeot.mainspot.net/main.shtml">HOME</A> :: <A href="http://peugeot.mainspot.net/about.shtml">About Us</A> :: <A href="http://peugeot.mainspot.net/clubreg.shtml">Club Registered</A> :: <A href="http://peugeot.mainspot.net/maillist.shtml">NewsLetter</A> :: <A href="http://peugeot.mainspot.net/guestadd.shtml">Guest Book</A> :: <A href="http://peugeot.mainspot.net/contact.shtml">Contact Us</A> :: <A href="http://peugeot.mainspot.net/support.shtml">Support Us</A> :: <A href="http://peugeot.mainspot.net/stats/index.shtml">Site Stats</A> :: <A href="http://forum.mainspot.net">Forum</A> :: <A href="http://cars.mainspot.net">Videos</A> :: <A href="http://www.censin.com">eStore</A></H2>';

inf_bot[number++] = "<H2><FONT color='#00FF00'>Fells free to write us a comment or suggestion to improve this website. Happy Driving!</FONT></H2>"
inf_bot[number++] = "<H2><FONT color='#00FF00'>A wallpaper from us will be a nice souvenir to decorate your computer screen. Drive safely!</FONT></H2>"

increment = Math.floor(Math.random() * number);
inf_bot[increment] = inf_bot[increment] + menu;

document.write(inf_bot[increment]);