
j=jQuery;function loopli(){j(".newsreel li:eq(0)").slideDown(1000);j(".newsreel li:last").css("display","none").clone().insertBefore(".newsreel li:first");j(".newsreel li:last").remove();}
function expressMenuItem(eq,m){$li=j('.big_arrow_link:eq('+eq+')');if($li.css('color')=='#ffffff'||$li.css('color')=='rgb(255, 255, 255)'||m=='remove'||m==false){$li.removeClass('exxagerateMenuItem');}else{$li.addClass('exxagerateMenuItem');}}
j(document).ready(function(){j(".newsreel li:last").css("display","none").clone().insertBefore(".newsreel li:first");j(".newsreel li:last").remove();setInterval("loopli()",3000);window.timer=setTimeout("j('.newsreel li:first a').text('Browse the directory of content.'); window.rtimer = setInterval('expressMenuItem(1);', 1000);",8000);j('.big_arrow_link').hover(function(){expressMenuItem(1,false);clearInterval(window.rtimer);clearTimeout(window.timer);},function(){});j('.panel:not(.sidepanel), .smallpanel').click(function(){window.location=j(this).attr("rel");}).filter(':not(.infocus)').hover(function(){panel=j(this).addClass('infocus');panel.find('img').css('opacity',0.25);panel.find('.panel_title').css('background','none');},function(){panel=j(this).removeClass('infocus');panel.find('img').css('opacity',1);panel.find('.panel_title').css('background','none repeat scroll 0 0 #000000');});});