var whatsnew=0;
var revdate='7/11/2010';
function whatsnu() {
     ts="<form id=w method=post><table width=654 bgcolor=#000000><tr><th><table width=650 bgcolor=#e0e0e0 height=300><tr bgcolor=#AFAEC7>"   
     ts+="<td><b>What's New with the New York State Elks?<tr><td><font face=arial size=2>"      
     ts+="<br><br>As a feature, you will ONLY see this frame when something has changed on the website. However, it is always available by clicking 'What's New' in the right hand column<br><br>" // enter news here      
     ts+="<ul class=w2>"
     ts+="<li class=w2>--<a href='#' onclick=\"wn.style.visibility='hidden';top.go(540,540)\" >Grand Lodge Youth Activities Seminar</a></li>"
     ts+="<li class=w2>--<a href='#' onclick=\"wn.style.visibility='hidden';top.go(656,540)\" >Mother of PSP Frank Melino Passes Away</a></li>" 
     ts+="<li class=w2>--<a href='#' onclick=\"wn.style.visibility='hidden';top.go(655,540)\" >Major Projects Donations</a></li>" 
     ts+="<li class=w2>--<a href='#' onclick=\"wn.style.visibility='hidden';top.go(653,540)\" >Accident Prevention Workshop</a></li>" 
     ts+="<li class=w2>--<a href='#' onclick=\"wn.style.visibility='hidden';top.go(652,540)\" >Junior Golf Information</a></li>" 
     ts+="<li class=w2>--<a href='#' onclick=\"wn.style.visibility='hidden';top.go(651,540)\" >Passing of J. Wesley Conklin</a></li>" 
// end of news           
   ts+="</ul><br><tr><th>"+revdate+"<br><br><br><input type=button value=OK onclick=wn.style.visibility='hidden' class=ib></table></table></form> "   
   wn.innerHTML=ts   
   wn.style.top=100    
   wn.style.left=125      
   wn.style.visibility='visible' 
} 