$(function(){
$(".news").loopedSlider({
autoStart: 5000,
restart: 10000
});
var centerh = $("#center").height() - 5;
if(centerh < 297) { centerh = 297; }
$("#row2").css("height",centerh);
var forumc = Math.floor((centerh - 22) / 45);
for(i=forumc;i<=10;i++) {
$("#forumbar .topic").eq(i).css("display","none");
}
$("a.boxlink").click(function(){
var toopen = $(this).attr("rel");
$(toopen).addClass('current').siblings().removeClass('current')
.parents('div.items').find('div.box').hide().end().find(toopen).fadeIn(150);
});
$(".openbox").fancybox({'width':560,'height':320,'autoScale':false,'transitionIn':'none','transitionOut':'none','type': 'iframe'});
$(".openonline").fancybox({'width':660,'height':620,'autoScale':false,'transitionIn':'none','transitionOut':'none','type': 'iframe'});
});
