function be() {

$(document).ready(calcpos); $(window).resize(calcpos);

}

function calcpos() {

if (this.busy) {alert('reentry detected'); return;} this.busy=1;
$("#k9").css("left",Math.max(0,Math.floor(50*($("#k9").offsetParent().width())/100-($("#k9").width())*50/100+0.5+(0)))+"px");


$("#m9").height(Math.max(0,Math.floor($("#ea").position().top+100*($("#ea").height())/100+0.5+(-10))-$("#m9").position().top));


$("#n9").css("top",Math.floor($("#m9").position().top+100*($("#m9").height())/100+0.5+(0))+"px");


$("#o9").css("top",Math.floor($("#n9").position().top+100*($("#n9").height())/100+0.5+(0))+"px");


$("#ga").css("top",Math.floor($("#n9").position().top+100*($("#n9").height())/100+0.5+(-15))+"px");


var topmax=$("#aa").position().top+$("#aa").height()+(-10);

topmax=Math.max(topmax,$("#ga").position().top+$("#ga").height()+(-10));

$("#p9").css("top",topmax+"px");

delete topmax;


$("#o9").height(Math.max(0,Math.floor($("#p9").position().top+0*($("#p9").height())/100+0.5+(0))-$("#o9").position().top));


$("#ia").css("left",Math.max(0,Math.floor($("#p9").position().left+100*($("#p9").width())/100-($("#ia").width())*100/100+0.5+(0)))+"px");


$("#ia").css("top",Math.max(0,Math.floor($("#p9").position().top+100*($("#p9").height())/100-($("#ia").height())*100/100+0.5+(35)))+"px");


this.busy=0;

}
