<!-- 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.silver-creek.com&amp;ad=silverck_IME1";
alt="Click to go to the Silver Creek Outfitters website";
banner="../ads/silverck_468x60.gif";
width="468";
height="60";
}
if (ad==2) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://www.pioneerfcu.org&amp;ad=pioneerfcu_IME1";
alt="Click to go to the Pioneer FCU website";
banner="../ads/pioneer_fed468x60.gif";
width="468";
height="60";
}
if (ad==3) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://sunvalleysmiles.com&amp;ad=svdentalgroup_IME2";
alt="Sun Valley Dental Group";
banner="../ads/svdentalgroup468x60.gif" ;
width="468";
height="60";
}
if (ad==4) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=https://www.mountainwestbank.com/persCheck.cfm&amp;ad=mountwestbank_IME_Bank1";
alt="Mountain West Bank";
banner="../ads/MWB_468x60-free-checking.jpg" ;
width="468";
height="60";
}
/*if (ad==5) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://www.svvacationrentals.com&amp;ad=lenore_banner_IME_1";
alt="SV Vacation Rentals";
banner="../ads/lenore468x60.gif" ;
width="468";
height="60";
} */
/*if (ad==6) {
	url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://mtexpress.com/pizzapolitics&amp;ad=pizzapol_ad3";
alt="Pizza & Politics";
banner="../ads/pizzapolitics_468x60.jpg";
alt="Pizza & Politics";
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 -->