<!-- Begin Mt Express Banner Ads
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.sunvalleycentral.com/svtransferandstorage&amp;ad=svtransfer_IME1";
title="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://ww2.cox.com/residential/idaho/phone.cox?sc_id=ban_ida_mtnex_468x60_0711&amp;ad=cox_PHONE_july11";
title="Click to go to the Cox Communication website";
banner="../ads/CDTCOX_PHONE_2011.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";
title="Click to go to the Hailey AmericInn website";
banner="../ads/americinn468x60.gif" ;
width="468";
height="60";
}


document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('title=\"' + title + '\" border=0></a><br>');
// End -->
