 function redirect_whatsnew()
 { 
  window.location = "http://www.livelyomaha.org/whatsnew/whats_new.htm"
 }
 
 setTimeout("redirect_whatsnew();", 4000)
 

