

  $(document).ready(function(){
    
  
      $(this).delay(10,function(){$("div#styled_news").fadeIn(10)});


	 
	  return false;
  

  });
  
  
