/*Scripts By http://scriptsinclude.com */

/*Simply add this code to display more banner

if (ad==5) {
txt="";
url="http://scriptsinclude.com";
alt="ScriptsInclude";
banner="http://www.scriptsinclude.com/images/sibangear.gif";
width="468";
height="60";
}
*/      

<!-- Begin
var how_many_ads = 10;//configure to the number of banner are displaying
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

 if (ad==1) {
txt="Thy Last Scream";
url="index.php?page=ThyLastScream";
alt="Thy Last Scream";
banner="images/featured/ThyLastScream.jpg";
width="150";
height="150";
}

 if (ad==2) {
txt="Broken Trail";
url="index.php?page=BrokenTrail";
alt="Broken Trail";
banner="images/featured/BrokenTrail.jpg";
width="150";
height="147";
}

 if (ad==3) {
txt="Tracy Newman";
url="index.php?page=TracyNewman";
alt="Tracy Newman";
banner="images/featured/TracyNewman.jpg";
width="150";
height="176";
}

 if (ad==4) {
txt="Terry Holder";
url="index.php?page=TerryHolder";
alt="Terry Holder";
banner="images/featured/TerryHolder.jpg";
width="150";
height="235";
}

 if (ad==5) {
txt="Matt Muldoon";
url="index.php?page=MattMuldoon";
alt="Matt Muldoon";
banner="images/featured/MattMuldoonandBand.jpg";
width="150";
height="111";
}

 if (ad==6) {
txt="Conrad Bigknife";
url="index.php?page=ConradBigknife";
alt="Conrad Bigknife";
banner="images/featured/ConradBigknife.jpg";
width="150";
height="124";
}

 if (ad==7) {
txt="Orly Vardy";
url="index.php?page=OrlyVardy";
alt="Orly Vardy";
banner="images/featured/OrlyVardy.jpg";
width="150";
height="180";
}

 if (ad==8) {
txt="Hans York";
url="index.php?page=HansYork";
alt="Hans York";
banner="images/featured/HansYork.jpg";
width="150";
height="149";
}

 if (ad==9) {
txt="Mark Marshall";
url="index.php?page=MarkMarshall";
alt="Mark Marshall";
banner="images/featured/MarkMarshall.jpg";
width="150";
height="79";
}

 if (ad==10) {
txt="Olivia Gray";
url="index.php?page=OliviaGray";
alt="Olivia Gray";
banner="images/featured/OliviaGray.jpg";
width="150";
height="182";
}

/*banner add some more if you like*/

document.write('<center>');
document.write('<a href=\"' + url + '\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
-->

