jQuery(document).ready(function(){jQuery("#navigation li.topLevelMenu").bind("mousedown",function(){jQuery(this).addClass("expand")}).bind("mouseup",function(){jQuery(this).removeClass("expand");jQuery(this).addClass("selected")});jQuery("#right_button div.green_link").bind("mousedown",function(){jQuery(this).addClass("lineblue")}).bind("mouseup",function(){jQuery(this).removeClass("lineblue");jQuery(this).addClass("selectblue")});jQuery("#right_button div.green_link").hover(function(){jQuery(this).addClass("hover")},function(){jQuery(this).removeClass("hover")});if(FEPoller){FEPoller.init({callback:function(a){if(!a){return}if(a.frontend_online){jQuery("#right_button")[0].className="fe_online"}else{jQuery("#right_button")[0].className="fe_offline"}},pollUrl:"/c/portal/front_end/state_poller",pollInterval:10000});FEPoller.start()}});Liferay.Portlet.ready(function(b,a){});jQuery(document).last(function(){});