$(window).bind('load',function()
{
		$('#latestcontainer>div').css('display','none');
		
		$('#latestnewscontainer').onioticker();

  setTimeout(function(){
  		$('.textcontent').jScrollPane({showArrows: true});
  	},500
  )		




})
