<!-- Begin
<!-- INSTRUCTIONS -->
<!-- Enter the total # of ads to be rotated after the "= " on line #6 -->
<!-- Copy line #11 -#17 ... change "ad==" number to indicate if it is ad # 1,2,3 or 4 ... change url, alt and banner -->
<!-- Note: ads should be 336 x 280 pixels overlayed on 386 x 348 "Story Continues Below" box.  Comments.jpg and reprints.jpg are wrong size -->
var how_many_ads =3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://www.sunvalley-realestate.com/reg/reg.pdf&amp;ad=svguide_IME1";
alt="Click to read the Real Estate Guide magazine online";
banner="../ads/reg-promo336x280.gif";
width="386";
height="348";
}
if (ad==2) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://www.bondinternationalcharters.com&amp;ad=bond_inline1";
alt="Click for more information about our internet advertising program";
banner="../ads/bond386x348.jpg";
width="386";
height="348";
} 
if (ad==3) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://www.svbrokers.com&amp;ad=svbrokers_instory_IME1";
alt="Sun Valley Brokers";
banner="../ads/svbrokers_instory386x348.jpg";
width="386";
height="348";
}
/* if (ad==5) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://www.stthomassunvalley.org&amp;ad=stthomas_IME1";
alt="Click here to come visit us";
banner="../ads/st_thomas_386x348.jpg";
width="386";
height="348";
}
 if (ad==2) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://www.svguide.com&amp;ad=svguide_IME1";
alt="Click to read the Sun Valley Guide magazine online";
banner="../ads/svguide336x280.gif";
width="386";
height="348";
}

if (ad==4) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://www.visitsunvalley.com&amp;ad=visitsvnoel_IME1";
alt="Click here to come visit us";
banner="../ads/iamsunvalley336x280_2_noel.jpg";
width="386";
height="348";
}
if (ad==5) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://www.visitsunvalley.com&amp;ad=visitsvheather_IME1";
alt="Click here to come visit us";
banner="../ads/iamsunvalley336x280_heather.jpg";
width="386";
height="348";
}
if (ad==6) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://mtexpress.com/yardsales&amp;ad=yardsales_inline_IME1";
alt="Click here to view the Yard Sales maps";
banner="../ads/yardsales336x280.jpg";
width="386";
height="348";
}
*/
document.write('<div align=center><a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a><br></div>');
// End -->