$(document).ready( function () { /* begin: main menu routines */ $("#kone-mainmenu li").hover( function(){ $("ul", this).slideDown(400); }, function() { } ); if (document.all) { $("#kone-mainmenu li").hoverClass("sfHover"); } /* end: main menu routines */ $('#most_viewed').click(function(){ toggleTabs(this, '#top_story', '#most_viewed_news', '#top_story_news'); }) $('#top_story').click(function(){ toggleTabs(this, '#most_viewed', '#top_story_news', '#most_viewed_news'); }) } );