<!-- Begin
var how_many_ads = 22;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="";
target="";
src="images/top/t_01.jpg";
width="354";
height="128";
}
if (ad==2) {
url="";
target="";
src="images/top/t_02.jpg";
width="354";
height="128";
}
if (ad==3) {
url="";
target="";
src="images/top/t_03.jpg";
width="354";
height="128";
}
if (ad==4) {
url="";
target="";
src="images/top/t_04.jpg";
width="354";
height="128";
}
if (ad==5) {
url="";
target="";
src="images/top/t_05.jpg";
width="354";
height="128";
}
if (ad==6) {
url="";
target="";
src="images/top/t_06.jpg";
width="354";
height="128";
}
if (ad==7) {
url="";
target="";
src="images/top/t_07.jpg";
width="354";
height="128";
}
if (ad==8) {
url="";
target="";
src="images/top/t_08.jpg";
width="354";
height="128";
}
if (ad==9) {
url="";
target="";
src="images/top/t_09.jpg";
width="354";
height="128";
}
if (ad==10) {
url="";
target="";
src="images/top/t_10.jpg";
width="354";
height="128";
}
if (ad==11) {
url="";
target="";
src="images/top/t_11.jpg";
width="354";
height="128";
}
if (ad==12) {
url="";
target="";
src="images/top/t_12.jpg";
width="354";
height="128";
}
if (ad==13) {
url="";
target="";
src="images/top/t_13.jpg";
width="354";
height="128";
}
if (ad==14) {
url="";
target="";
src="images/top/t_14.jpg";
width="354";
height="128";
}
if (ad==15) {
url="";
target="";
src="images/top/t_15.jpg";
width="354";
height="128";
}
if (ad==16) {
url="";
target="";
src="images/top/m_falcon.jpg";
width="354";
height="128";
}
if (ad==17) {
url="";
target="";
src="images/top/t_virus.jpg";
width="354";
height="128";
}
if (ad==18) {
url="";
target="";
src="images/top/maul_bub_spald.jpg";
width="354";
height="128";
}
if (ad==19) {
url="";
target="";
src="images/top/h_hound.jpg";
width="354";
height="128";
}
if (ad==20) {
url="";
target="";
src="images/top/t_5_element.jpg";
width="354";
height="128";
}
if (ad==21) {
url="";
target="";
src="images/top/t_casinochips.jpg";
width="354";
height="128";
}
if (ad==22) {
url="";
target="";
src="images/top/h_hound_2.jpg";
width="354";
height="128";
}
// document.write('<a href=\"' + url + '\" target=\"' + target + '\" onFocus=\"if(this.blur)this.blur()\">');
document.write('<img src=\"' + src + '\" width=')
document.write(width + ' height=' + height + ' border=0>');
// End -->
