<!-- Begin Mt Express Banner Ads
var how_many_ads = 4;
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.sunvalleycentral.com/svtransferandstorage&amp;ad=svtransfer_IME1";
alt="Sun Valley Transfer & Storage";
banner="../ads/svtransfer_468x60.gif" ;
width="468";
height="60";
}
if (ad==2) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://www.cox.com/idaho/telephone&amp;ad=cox_IME1";
alt="Click to go to the Cox Communication website";
banner="../ads/cox_468x60_animated2.gif" ;
width="468";
height="60";
}
if (ad==3) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://www.americinn.com/hotels/ID/Hailey&amp;ad=americinn_IME1";
alt="Click to go to the Hailey AmericInn website";
banner="../ads/americinn468x60.gif" ;
width="468";
height="60";
}
if (ad==4) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://nancyhaupt.com/&amp;ad=nancy2list_IME2";
alt="Nancy Haupt";
banner="../ads/windenancy_468x60.gif" ;
width="468";
height="60";
}
//if (ad==5) {
//url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://www.mtexpress.com/shotinthearm&amp;ad=shotinarm_IME1";
//alt="Shot in the Arm";
//banner="../ads/shotinthearm.jpg";
//width="468";
//height="60";
//}
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a><br>');
// End -->