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

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

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

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

 if (ad==5) {
txt="Nothing Sacred";
url="http://www.indieshowcase.net/index.php?page=NothingSacred";
alt="Nothing Sacred";
banner="http://www.indieshowcase.net/images/featured/NothingSacred.jpg";
width="150";
height="100";
}

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

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

 if (ad==8) {
txt="Heather Leigh";
url="http://www.indieshowcase.net/index.php?page=HeatherLeigh";
alt="Heather Leigh";
banner="http://www.indieshowcase.net/images/featured/HeatherLeigh.jpg";
width="150";
height="123";
}

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

 if (ad==10) {
txt="Friends Of Emmett";
url="http://www.indieshowcase.net/index.php?page=FriendsOfEmmett";
alt="Friends Of Emmett";
banner="http://www.indieshowcase.net/images/featured/FriendsOfEmmett.jpg";
width="150";
height="150";
}

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

