// !!! Reload page
// add 1,2,3 'img'
var NumberOfAds = 11;
var now = new Date()
var sec = now.getSeconds()
var AdNumber = sec % NumberOfAds;
AdNumber +=1;

if (AdNumber==1)

{

 url="http://www.gotosonora.com/alamos-son-mx.htm";
 Graphic="http://www.gotosonora.com/images/r-alamos.gif";
 width = "166"
 height = "75"

}

if (AdNumber==2)

{

 url="http://www.gotosonora.com/hermosillo-son-mx.htm";
 Graphic="http://www.gotosonora.com/images/r-hermosillo.gif";
 width = "166"
 height = "75"

}

if (AdNumber==3)

{

 url="http://www.gotosonora.com/san-carlos-son-mx.htm";
 Graphic="http://www.gotosonora.com/images/r-san-carlos.gif";
 width = "166"
 height = "75"

}

if (AdNumber==4)

{

 url="http://www.gotosonora.com/caborca-son-mx.htm";
 Graphic="http://www.gotosonora.com/images/r-caborca.gif";
 width = "166"
 height = "75"

}

if (AdNumber==5)

{

 url="http://www.gotosonora.com/guaymas-son-mx.htm";
 Graphic="http://www.gotosonora.com/images/r-guaymas.gif";
 width = "166"
 height = "75"

}

if (AdNumber==6)

{

 url="http://www.gotosonora.com/kino-bay-sonora.htm";
 Graphic="http://www.gotosonora.com/images/r-kino.gif";
 width = "166"
 height = "75"

}

if (AdNumber==7)

{

 url="http://www.gotosonora.com/magdalena-son-mx.htm";
 Graphic="http://www.gotosonora.com/images/r-magdalena.gif";
 width = "166"
 height = "75"

}

if (AdNumber==8)

{

 url="http://www.gotosonora.com/obregon-son-mx.htm";
 Graphic="http://www.gotosonora.com/images/r-obregon.gif";
 width = "166"
 height = "75"

}

if (AdNumber==9)

{

 url="http://www.gotosonora.com/puerto-penasco-son-mx.htm";
 Graphic="http://www.gotosonora.com/images/r-penasco.gif";
 width = "166"
 height = "75"

}

if (AdNumber==10)

{

 url="http://www.gotosonora.com/rio-sonora-route.htm";
 Graphic="http://www.gotosonora.com/images/r-rioson.gif";
 width = "166"
 height = "75"

}

if (AdNumber==11)

{

 url="http://www.gotosonora.com/sierra-alta-route-sonora.htm";
 Graphic="http://www.gotosonora.com/images/r-sierra.gif";
 width = "166"
 height = "75"

}

document.write('<center>');
document.write('<a href=\"' + url + '\">');
document.write('<img src=\"' + Graphic + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('border=0><br>');
document.write('</a>');
document.write('</center>');
