<!--

// ***********************************************
// 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.littlebrothermusicinc.com' target='_blank'><img src='http://www.hiphopbattle.com/images/Lil Bro.gif' border='0' width='468' height='60'></a>"
banner[number++] = "<a href='http://www.biggieduets.com' target='_blank'><img src='http://www.hiphopbattle.com/images/Biggie.gif' border='0' width='468' height='60'></a>"
banner[number++] = "<a href='http://www.glishproductions.net' target='_blank'><img src='http://www.glishproductions.net/img/gp468x60_2.gif' border='0' width='468' height='60'></a>"
banner[number++] = "<a href='http://www.saigonnation.com' target='_blank'><img src='http://hiphopbattle.com/images/saigon.gif' border='0' width='468' height='60'></a>"
// keep adding items here...

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

document.write(banner[increment]);

//-->
