<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Arizona Highways";
url="http://www.amazon.com/exec/obidos/ASIN/B000066HUX/thearizonareport";
alt="amazon.com";
banner="../images/books/B000066HUX01.jpg";
width="90";
height="100";
}
if (ad==2) {
txt="Arizona Monthly";
url="http://www.amazon.com/exec/obidos/ASIN/B00067PFK2/thearizonareport";
alt="cybershop.com";
banner="../images/books/B00067PFK201.jpg";
width="90";
height="100";
}
if (ad==3) {
txt="Arizona Wildlife Views"; 
url="http://www.amazon.com/exec/obidos/ASIN/B000060MJU/thearizonareport";
alt="goto.com";
banner="../images/books/B000060MJU01.jpg";
width="90";
height="100";
}
if (ad==4) {
txt="Arizona Outdoorsman"; 
url="http://www.amazon.com/exec/obidos/ASIN/B00008RUFD/thearizonareport";
alt="Arizona Outdoorsman Magazine";
banner="../images/books/B00008RUFD01.jpg";
width="90";
height="100";
}
if (ad==5) {
txt="Arizona Foothills : The Lifestyle Magazine For Affluent Dese"; 
url="http://www.amazon.com/exec/obidos/ASIN/B00007AVD5/thearizonareport";
alt="Arizona Foothills Magazine";
banner="../images/books/B00007AVD501.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 -->

