var how_many_ads = 9;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="<a href='http://www.funnynames.info/pictures/blood.jpg' title='Blood' target='_blank' /><img src='/pictures/blood.jpg' width='300' height='200' alt='Blood' style='vertical-align:bottom;' border=0></a>"; 
}
if (ad==2) {
txt="<a href='http://www.funnynames.info/pictures/fucking.jpg' title='Fucking' target='_blank' /><img src='/pictures/fucking.jpg' width='300' height='200' alt='Fucking' style='vertical-align:bottom;' border=0></a>"; 
}
if (ad==3) {
txt="<a href='http://www.funnynames.info/pictures/gamble.jpg' title='Gamble' target='_blank' /><img src='/pictures/gamble.jpg' width='300' height='200' alt='Gamble' style='vertical-align:bottom;' border=0></a>"; 
}
if (ad==4) {
txt="<a href='http://www.funnynames.info/pictures/grimm.jpg' title='Grimm' target='_blank' /><img src='/pictures/grimm.jpg' width='300' height='200' alt='Grimm' style='vertical-align:bottom;' border=0></a>"; 
}
if (ad==5) {
txt="<a href='http://www.funnynames.info/pictures/intercourse.jpg' title='Intercourse' target='_blank' /><img src='/pictures/intercourse.jpg' width='300' height='200' alt='Intercourse' style='vertical-align:bottom;' border=0></a>"; 
}
if (ad==6) {
txt="<a href='http://www.funnynames.info/pictures/lerch.jpg' title='Lerch' target='_blank' /><img src='/pictures/lerch.jpg' width='300' height='200' alt='Lerch' style='vertical-align:bottom;' border=0></a>"; 
}
if (ad==7) {
txt="<a href='http://www.funnynames.info/pictures/shades-of-death.jpg' title='Shades of Death' target='_blank' /><img src='/pictures/shades-of-death.jpg' width='300' height='200' alt='Shades of Death' style='vertical-align:bottom;' border=0></a>"; 
}
if (ad==8) {
txt="<a href='http://www.funnynames.info/pictures/strange.jpg' title='Strange' target='_blank' /><img src='/pictures/strange.jpg' width='300' height='200' alt='Strange' style='vertical-align:bottom;' border=0></a>"; 
}
if (ad==9) {
txt="<a href='http://www.funnynames.info/pictures/gay-street.jpg' title='Gay Street' target='_blank' /><img src='/pictures/gay-street.jpg' width='300' height='200' alt='Gay Street' style='vertical-align:bottom;' border=0></a>"; 
}
document.write('' + txt + '');
// End -->
