function show_news(){$("#news_story").show();$("#news").show();}
function hide_news(){$("#news_story").hide();$("#news_story").hide();}
function init_news(){$('#more_news li a').click(function(){var hash="news?story="+$(this).attr('name');$.history.add(hash);return false;});$('#twitter_carosel').jCarouselLite({visible:1,auto:20000,speed:1500,vertical:true});stLight.onReady();}
function show_story(){$('#news_story').fadeIn('fast');$("#fiveChunk").data("domLoaded",false);}
function hide_story(){$('#news_story').fadeOut('fast');stLight.onReady();}
var init_twitter=function(){$('#twitter_carosel ul').load("/news/ajax?id=twitter",function(){init_news();});}
$(document).ready(function(){setTimeout("init_twitter()",500);});
