<!--

// ***********************************************
// 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 image() {
};

image = new image();
number = 0;

today = new Date();
day = today.getDate();

// imageArray
image[number++] = "<a href='http://www.detropolis.com/'><img src='http://www.detropolis.com/ads/detropolis_banner1.gif' width='500' height='50' border='1' alt='www.detropolis.com'></a>"
image[number++] = "<a href='http://www.microdetroit.com/'><img src='http://www.detropolis.com/ads/microdetroit_banner2.gif' width='500' height='50' border='1' alt='www.microdetroit.com'></a>"
image[number++] = "<a href='http://www.hoodresearch.org/'><img src='http://www.detropolis.com/ads/hoodresearch_banner1.gif' width='500' height='50' border='1' alt='www.hoodresearch.org'></a>"


// keep adding items here...

increment = Math.floor(Math.random() * number);
//increment = day%number;

document.write(image[increment]);

//-->

