
var numOfBanners = 30;
function banner() {


var image = new Array(numOfBanners);
var links = new Array(numOfBanners);
image[0]="bannereso.jpg";
image[1]="bannereso.jpg";
image[2]="fear.jpg";
image[3]="bouhgumshoesmall.png";
image[4]="DElogoSale.jpg";
image[5]="DElogoSale.jpg";
image[6]="horror.jpg";
image[7]="QueloAdBar.PNG";
image[8]="AzenomeiAdBarOption2.PNG";
image[9]="gumshoe.jpg"
image[10]="gumshoe.jpg"
image[11]="bannerpagexx.jpg"
image[12]="trail.png"
image[13]="trail.png"
image[14]="trail.png"
image[15]="sixpacked.png"
image[16]="fields.png"
image[17]="albion small.png"
image[18]="spiritbanner.png"
image[19]="bannercoldcity.png"
image[20]="iprbanner.png"
image[21]="bannereldritch.png"
image[22]="bannerscreen.png"
image[23]="mutant468.gif"
image[24]="mutant468.gif"
image[25]="dcg_factions_banner1.jpg"
image[26]="316ad.jpg"
image[27]="316ad.jpg"
image[28]="DElogoSale.jpg"
image[29]="DElogoSale.jpg"

links[0]="http://www.pelgranepess.com/gumshoe/esoterrorists"
links[1]="http://www.pelgranepess.com/gumshoe/esoterrorists"
links[2]="http://www.pelgranepess.com/gumshoe/fearitself"
links[3]="http://www.indiepressrevolution.com/xcart/product.php?productid=16389&cat=0&page=1"
links[4]="http://pelgranepress.com/shop"
links[5]="http://pelgranepress.com/shop"
links[6]="http://pelgranepress.com/gumshoe/horror.html"
links[7]="http://www.rpgnow.com/product_info.php?products_id=12194&it=1&src=PageXX&affiliate_id=76764"
links[8]="http://www.rpgnow.com/product_info.php?products_id=12193&it=1&src=pageXX&affiliate_id=76764"
links[9]="http://pelgranepress.com/gumshoe"
links[10]="http://pelgranepress.com/gumshoe"
links[11]="http://www.rpgnow.com/product_info.php?products_id=50677&src=PageXX&affiliate_id=76764"
links[12]="http://www.indiepressrevolution.com/xcart/product.php?productid=16474&cat=0&page=1"
links[12]="http://www.indiepressrevolution.com/xcart/product.php?productid=16474&cat=0&page=1"
links[13]="http://www.indiepressrevolution.com/xcart/product.php?productid=16474&cat=0&page=1"
links[14]="http://www.indiepressrevolution.com/xcart/product.php?productid=16474&cat=0&page=1"
links[15]="http://www.indiepressrevolution.com/xcart/product.php?productid=16390&cat=0&page=5"
links[16]="http://www.indiepressrevolution.com/xcart/product.php?productid=16487&cat=0&page=2"
links[17]="http://www.indiepressrevolution.com/xcart/product.php?productid=16488&cat=0&page=1"
links[18]="http://www.indiepressrevolution.com/xcart/product.php?productid=16199&cat=0&page=2"
links[19]="http://www.indiepressrevolution.com/xcart/product.php?productid=16188&cat=0&page=1"
links[20]="http://www.indiepressrevolution.com/xcart/home.php"
links[21]="http://www.pelgranepress.com/shop/default.asp"
links[22]="http://www.pelgranepress.com/shop/default.asp"
links[23]="http://www.pelgranepress.com/GUMSHOE/mutant"
links[24]="http://www.profantasy.com/GUMSHOE/mutant"
links[25]="http://www.firestorm-ink.com/"
links[26]="http://boxninja.com/"
links[27]="http://boxninja.com/"
links[28]="http://pelgranepress.com/shop"
links[29]="http://pelgranepress.com/shop"

indxOfimage = rndInteger();
strImage = image[indxOfimage];
strLink = links[indxOfimage];
return "<p align=center><a href=\""+strLink+"\"><img src=\"images/"+strImage+"\"></a><br><font face=Tahoma size=1><strong>Support See Page XX by purchasing our fine products</strong></font>";
} 

function rndInteger() {
var rndNumber = -1;
while (rndNumber <0 || rndNumber > numOfBanners || isNaN(rndNumber)) {
     rndNumber = parseInt(Math.random() * (numOfBanners));
     }
return rndNumber;
}

function test() {

	return "<img src=\"images/BannerTT1.jpg\">";
}
