var ad_number = 8;
var ad = parseInt(Math.random() * ad_number) + 1;
var img = "Image Url Here";
var link = "http://www.itbgames.com/?page_id=18";

/////////These stay forever
if (ad == 1)
{
	img = "http://www.itbgames.com/ad_space/MedKino01.jpg";
	link = "http://www.kinoone.com/";
}
if (ad == 2)
{
	img = "http://www.itbgames.com/ad_space/MedPreVa01.jpg";
	link = "http://www.itbgames.com/preva/";
}
if (ad == 3)
{
	img = "http://www.itbgames.com/ad_space/MedKino02.jpg";
	link = "http://www.kinoone.com/";
}
if (ad == 4)
{
	img = "http://www.itbgames.com/ad_space/MedPreVa02.jpg";
	link = "http://www.itbgames.com/preva/";
}
if (ad == 5)
{
	img = "http://www.itbgames.com/ad_space/MedKino03.jpg";
	link = "http://www.kinoone.com/";
}
if (ad == 6)
{
	img = "http://www.itbgames.com/ad_space/MedPreVa03.jpg";
	link = "http://www.itbgames.com/preva/";
}

if (ad == 7){	img = "http://www.itbgames.com/ad_space/AngryInterns160_180.jpg";	link = "https://chrome.google.com/webstore/detail/oenhbmaofkphcfnfclaenalmlgbijjol?hl=en-US";}

if (ad == 8){	img = "http://www.itbgames.com/ad_space/GameNacho.png";	link = "http://gamenacho.com/";}
///////////////

////////////////////These should be removed at the date listed
/*Example:
if (ad == 1)
{////////////Remove On: 7/19/10
	img = "http://www.itbgames.com/images/ads/Writer.jpg";
	link = "http://www.itbgames.com/contact";
}*/
////////////////////////////////////
document.write('<div style="padding:0;"><a href="'+link+'" target="_blank"><img alt="Please Reload the Page" src="'+img+'"/></a></div>');
