//Random banner Made By Lee20 Of InvisionFree
var max_img = 4;
var ad1 = parseInt(Math.random() * max_img);
var alt1="please reload the page to see the logo";
var url1="http://store.itbgames.com/";
if (ad1==0) {
banner1="http://www.itbgames.com/images/ads/GameStore01.jpg";
url1="http://store.itbgames.com/";
}
if (ad1==1) {
banner1="http://www.itbgames.com/images/ads/GameStore02.jpg";
url1="http://store.itbgames.com/";
}
if (ad1==2) {
banner1="http://www.itbgames.com/images/ads/GameStore03.jpg";
url1="http://store.itbgames.com/";
}
if (ad1==3) {
banner1="http://www.itbgames.com/images/ads/PreVa01.jpg";
url1="http://store.itbgames.com/";
}
if (ad1==4) {
banner1="http://www.itbgames.com/images/ads/TellUs.jpg";
url1="http://www.itbgames.com/contact.html";
}
if (ad1==5) {
banner1="http://www.itbgames.com/images/ads/Writer.jpg";
url1="http://www.itbgames.com/contact.html";
}
document.write('<a href="'+url1+'" target="blank">');
document.write('<img src="'+banner1+'"></a>');
