var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
url="a href=../gallery/photo.aspx?PictureID=260 target=blank";
banner="../photos/gallery/hot_image/260.jpg";
width="162";
height="210";
border="0";
}

if (ad==2) {
url="a href=../gallery/photo.aspx?PictureID=3 target=blank";
banner="../photos/gallery/hot_image/3.jpg";
width="162";
height="210";
border="0";
}

if (ad==3) {
url="a href=../gallery/photo.aspx?PictureID=167 target=blank";
banner="../photos/gallery/hot_image/167.jpg";
width="162";
height="210";
border="0";
}

if (ad==4) {
url="a href=../gallery/photo.aspx?PictureID=143 target=blank";
banner="../photos/gallery/hot_image/143.jpg";
width="162";
height="210";
border="0";
}

if (ad==5) {
url="a href=../gallery/photo.aspx?PictureID=12 target=blank";
banner="../photos/gallery/hot_image/12.jpg";
width="162";
height="210";
border="0";
}

if (ad==6) {
url="a href=../gallery/photo.aspx?PictureID=258 target=blank";
banner="../photos/gallery/hot_image/258.jpg";
width="162";
height="210";
border="0";
}

if (ad==7) {
url="a href=../gallery/photo.aspx?PictureID=69 target=blank";
banner="../photos/gallery/hot_image/69.jpg";
width="162";
height="210";
border="0";
}
document.write('<' + url + '>');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('border=0');
document.write('</a>');

