// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function banner() {
};

banner = new banner();
number = 0;

// bannerArray
banner[number++] = "<a href='http://www.alexmalclub.org.au/tentbanners.html'><img src='banners/alexban2.gif' border='0' width=400 height=100></a>"
banner[number++] = "<a href='http://www.mctavish.com.au' target=_blank><img src='banners/McTavish-Banner.gif' border='0' width=450 height=125></a>"
banner[number++] = "<a href='http://www.montezumas.com.au' target=_blank><img src='banners/montezumas_banner.gif' border='0' width=450 height=125></a>"
banner[number++] = "<a href='http://www.haydensurf.com/' target=_blank><img src='banners/HaydenBanner1.gif' border='0' width=405 height=115></a>"

// keep adding items here...
// dont forget if it is a link outside of alex to add target='_blank'

increment = Math.floor(Math.random() * number);

document.write(banner[increment]);

//-->              