


<!-- Begin
var how_many_ads = 12;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {

banner="images/pics/pic1.jpg";
width="185";
height="209";
alt = "<empty>";
}
if (ad==2) {

banner="images/pics/pic2.jpg";
width="185";
height="209";
alt = "<empty>";
}
if (ad==3) {

banner="images/pics/pic3.jpg";
width="185";
height="209";
alt = "<empty>";
}
if (ad==4) {

banner="images/pics/pic4.jpg";
width="185";
height="209";
alt = "<empty>";
}

if (ad==5) {
banner="images/pics/pic5.jpg";
width="185";
height="209";
alt = "<empty>";
}

if (ad==6) {
banner="images/pics/pic6.jpg";
width="185";
height="209";
alt = "<empty>";
}

if (ad==7) {
banner="images/pics/pic7.jpg";
width="185";
height="209";
alt = "<empty>";
}

if (ad==8) {
banner="images/pics/pic8.jpg";
width="185";
height="209";
alt = "<empty>";
}
if (ad==9) {
banner="images/pics/pic9.jpg";
width="185";
height="209";
alt = "<empty>";
}
if (ad==10) {
banner="images/pics/pic012.jpg";
width="185";
height="209";
alt = "<empty>";
}
if (ad==11) {
banner="images/pics/pic010.jpg";
width="185";
height="209";
alt = "<empty>";
}
if (ad==12) {
banner="images/pics/pic011.jpg";
width="185";
height="209";
alt = "<empty>";
}


document.write('<center>');

document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0>');
document.write('');
// End -->