var whatsnew=0 
var revdate='3/3/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(634,540)\" >Elk Postage Stamps</a></li>"  
     ts+="<li class=w2>--<a href='#' onclick=\"wn.style.visibility='hidden';top.go(110,540)\" >February GR Newsletter</a></li>"  
     ts+="<li class=w2>--<a href='#' onclick=\"wn.style.visibility='hidden';top.go(633,540)\" >State HoopShoot Results</a></li>"  
     ts+="<li class=w2>--<a href='#' onclick=\"wn.style.visibility='hidden';top.go(632,540)\" >GL Contest Deadlines</a></li>"  
     ts+="<li class=w2>--<a href='#' onclick=\"wn.style.visibility='hidden';top.go(631,540)\" >Passing of Anita Litster, wife of PSP Alex Litster</a></li>"  
     ts+="<li class=w2>--<a href='#' onclick=\"wn.style.visibility='hidden';top.go(630,540)\" >Public Relations Placemats</a></li>"  
     ts+="<li class=w2>--<a href='#' onclick=\"wn.style.visibility='hidden';top.go(629,540)\" >Central Region HoopShoot Pictures</a></li>"  
     ts+="<li class=w2>--<a href='#' onclick=\"wn.style.visibility='hidden';top.go(628,540)\" >Elks Memorial Service Winners</a></li>"  
     ts+="<li class=w2>--<a href='#' onclick=\"wn.style.visibility='hidden';top.go(627,540)\" >NYS Bowling</a></li>"  
     ts+="<li class=w2>--<a href='#' onclick=\"wn.style.visibility='hidden';top.go(521,540)\" >Ritual Schedule</a></li>"  
     ts+="<li class=w2>--<a href='#' onclick=\"wn.style.visibility='hidden';top.go(405,540)\" >Spring Convention Reservation Form</a></li>"  
     ts+="<li class=w2>--<a href='#' onclick=\"wn.style.visibility='hidden';top.go(626,540)\" >New Scholarship Chair Info</a></li>"  
     ts+="<li class=w2>--<a href='2010 Orlando GL Reservation Form.pdf' onclick=\"wn.style.visibility='hidden';\" target='_blank'>2010 GL Reservation Form</a></li>"  
     ts+="<li class=w2>--<a href='StoryOfShay_2009.pdf' onclick=\"wn.style.visibility='hidden';\" target='_blank'>Drug Awareness Message</a></li>"  
     ts+="<li class=w2>--<a href='#' onclick=\"wn.style.visibility='hidden';top.go(623,540)\" >QuickBooks Templates for Lodges</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'
}
