// 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 = 2;
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==1) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://www.willstoyota.com&amp;ad=willstoyota_inline1";
alt="Click for more information about our internet advertising program";
banner="../ads/willstoyota.jpg";
width="386";
height="348";
} */
/*if (ad==3) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://mtexpress.com/womanoftheyear&amp;ad=womanyear2011";
alt="Woman of the Year";
banner="../ads/womanoftheyear350x300.jpg";
width="386";
height="348";
} 
if (ad==1) {
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==3) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://ftsfundraiser.org&amp;ad=fighttosurvive1";
alt="Fight To Survive";
banner="../ads/fighttosurvive.jpg";
width="386";
height="348";
}


*/
if (ad==1) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://www.sunvalley-realestate.com&amp;ad=realestate_house1";
alt="Real Estate Guide";
banner="../ads/realestate_house2.jpg";
width="386";
height="348";
}

if (ad==2) {
url="";
alt="MTExpress Top 10";
banner="../ads/house_top10.jpg";
width="386";
height="348";
}
if (ad==1) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://www.svguide.com&amp;ad=svguide1";
alt="Sun Valley Guide";
banner="../ads/house_svg350x300.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 -->
