/*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/http://www.indieshowcase.net/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="Severin Browne";
url="http://www.indieshowcase.net/index.php?page=SeverinBrowne";
alt="Severin Browne";
banner="http://www.indieshowcase.net/images/featured/SeverinBrowne.jpg";
width="150";
height="200";
}

 if (ad==2) {
txt="Chico Schwall";
url="http://www.indieshowcase.net/index.php?page=ChicoSchwall";
alt="Chico Schwall";
banner="http://www.indieshowcase.net/images/featured/ChicoSchwall.jpg";
width="150";
height="150";
}

 if (ad==3) {
txt="John Roy Zat";
url="http://www.indieshowcase.net/index.php?page=JohnRoyZat";
alt="John Roy Zat";
banner="http://www.indieshowcase.net/images/featured/JohnRoyZat.jpg";
width="150";
height="168";
}

 if (ad==4) {
txt="Brite Vu";
url="http://www.indieshowcase.net/index.php?page=britevu";
alt="Brite Vu";
banner="http://www.indieshowcase.net/images/featured/britevu.jpg";
width="150";
height="84";
}

 if (ad==5) {
txt="George Hartline & The Harmless Doves";
url="http://www.indieshowcase.net/index.php?page=GeorgeHartline";
alt="George Hartline & The Harmless Doves";
banner="http://www.indieshowcase.net/images/featured/GeorgeHartline.jpg";
width="150";
height="100";
}

 if (ad==6) {
txt="John Batdorf";
url="http://www.indieshowcase.net/index.php?page=JohnBatdorf";
alt="John Batdorf";
banner="http://www.indieshowcase.net/images/featured/JohnBatdorf.jpg";
width="150";
height="150";
}

 if (ad==7) {
txt="Mark Cote";
url="http://www.indieshowcase.net/index.php?page=MarkCote";
alt="Mark Cote";
banner="http://www.indieshowcase.net/images/featured/MarkCote.jpg";
width="150";
height="150";
}

 if (ad==8) {
txt="Tima Montemayor";
url="http://www.indieshowcase.net/index.php?page=TimaMontemayor";
alt="Tima Montemayor";
banner="http://www.indieshowcase.net/images/featured/TimaMontemayor.jpg";
width="150";
height="142";
}

 if (ad==9) {
txt="Wildon Ash";
url="http://www.indieshowcase.net/index.php?page=WildonAsh";
alt="Wildon Ash";
banner="http://www.indieshowcase.net/images/featured/WildonAsh.jpg";
width="150";
height="179";
}

 if (ad==10) {
txt="Jenna Murphy";
url="http://www.indieshowcase.net/index.php?page=JennaMurphy";
alt="Jenna Murphy";
banner="http://www.indieshowcase.net/images/featured/JennaMurphy.jpg";
width="150";
height="225";
}

/*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>');
-->


