// ***********************************************
// 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.cyprusexplorer.globalfolio.net/rus/index.php' target='_blank'><img src='http://www.globalfolio.net/_scripts/includes/left200x90/images/kolossi200x90.jpg' class='border_img_small'></a>"
banner[number++] = "<a href='http://www.cyprusexplorer.globalfolio.net/rus/index.php' target='_blank'><img src='http://www.globalfolio.net/_scripts/includes/left200x90/images/kolossi200x90.jpg' class='border_img_small'></a>"


// keep adding items here...

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

document.write(banner[increment]);
  