/*This is for rotation of inline ads for Updates.  Change line 2 to reflect the # of ads ... not to exceed 4.  Copy lines 7-13 for each add'l ad, changing "ad==" to reflect number of ad */
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.svguide.com";
   alt="Click to read the Sun Valley Guide magazine online";
   banner="../ads/svguide120x600.gif";
   width="120";
   height="600";
   }
   if (ad==2) {
   url="http://www.sunvalleycentral.com/tables/tables.pdf";
   alt="Click to read the Tables magazine online";
   banner="../ads/tables120x600.gif";
   width="120";
   height="600";
   }
   if (ad==3) {
   url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://visitsunvalley.com/store&amp;ad=chambercert_NU1";	
   alt="Click to go to the Chamber Store";
   banner="../ads/chamberchoicecert.jpg";
   width="120";
   height="600";
   }
   if (ad==4) {
   url="http://www.svguide.com/habitat/index.htm";
   alt="Click to read Habitat magazine online";
   banner="../ads/habitat120x600.jpg";
   width="120";
   height="600";
   }
    if (ad==2) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://www.svsef.org/Events/Other.aspx&amp;ad=SVSEF_swap";	
alt="Sun Valley Ski Education";
banner="../ads/svsef120x600.jpg";
width="120";
height="600";
}


 
 
 end javascript commented section
if (ad==1) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://svbrokers.com&amp;ad=svbrokers_newsupdates_IME2";
alt="Sun Valley Brokers";
banner="../ads/mtxpress.svbAD3.jpg";
width="120";
height="600";



}*/
if (ad==1) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://financialservicesinc.ubs.com/fa/toddharmon/index.html&amp;ad=ubs_mte1";	
alt="UBS";
banner="../ads/31.26_UZ1117_HarT_120x600.gif";
width="120";
height="600";
}

if (ad==2) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://www.sunvalley-realestate.com&amp;ad=REG_house_finest";	
alt="Real Estate Guide";
banner="../ads/11-06-29REG120x600.jpg";
width="120";
height="600";
} 
 if (ad==3) {
url="http://www.mtexpress.com/cgi-bin/redir.pl?url=http://svguide.com&amp;ad=svg";	
alt="Real Estate Guide";
banner="../ads/house_svg120x600.jpg";
width="120";
height="600";
} 


document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0  style = \"float: right; margin-left: 20px; margin-bottom: 6px;\"></a><br>');
// End -->
