<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Hiking Grand Canyon National Park ";
url="http://www.amazon.com/exec/obidos/ASIN/1560445661/thearizonareport";
target="_new";
alt="amazon.com";
banner="../images/books/156044566101.jpg";
width="90";
height="100";
}
if (ad==2) {
txt="Fodor's Arizona 2005 (Fodor's Arizona)";
url="http://www.amazon.com/exec/obidos/ASIN/1400014352/thearizonareport";
target="_new";
alt="cybershop.com";
banner="../images/books/140001435201.jpg";
width="90";
height="100";
}
if (ad==3) {
txt="Day Trips from Phoenix, Tucson, and Flagstaff"; 
url="http://www.amazon.com/exec/obidos/ASIN/0762722797/thearizonareport";
target="_new";
alt="Day Trips from Phoenix, Tucson, and Flagstaff";
banner="../images/books/076272279701.jpg";
width="90";
height="100";
}
if (ad==4) {
txt="Gem Trails of Arizona"; 
url="http://www.amazon.com/exec/obidos/ASIN/1889786144/thearizonareport";
target="_new";
alt="Gem Trails of Arizona";
banner="../images/books/188978614401.jpg";
width="90";
height="100";
}
if (ad==5) {
txt="Murder in Tombstone : The Forgotten Trial of Wyatt Earp "; 
url="http://www.amazon.com/exec/obidos/ASIN/030010426X/thearizonareport";
target="_new";
alt="Murder in Tombstone : The Forgotten Trial of Wyatt Earp ";
banner="../images/books/030010426X01.jpg";
width="90";
height="100";
}
if (ad==6) {
txt="Sedona's Best Vortex Guidebook"; 
url="http://www.amazon.com/exec/obidos/ASIN/1886966184/thearizonareport";
target="_new";
alt="Sedona's Best Vortex Guidebook";
banner="../images/books/188696618401.jpg";
width="90";
height="100";
}

document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->
