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