function be() {

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

}

function calcpos() {

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


$("#db").css('min-height',$("#ba").height()+$("#ba").position().top-$("#db").position().top+(0)+"px");


$("#ib").css("left",Math.floor($("#o9").position().left+0*($("#o9").width())/100+0.5+(10))+"px");


$("#jb").css("left",Math.floor($("#o9").position().left+0*($("#o9").width())/100+0.5+(12))+"px");


$("#kb").css("left",Math.floor($("#o9").position().left+0*($("#o9").width())/100+0.5+(0))+"px");


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


$("#lb").css("left",Math.floor($("#o9").position().left+0*($("#o9").width())/100+0.5+(7))+"px");


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


$("#lb").width(Math.floor(100*($("#o9").width())/100+0.5+(-5))+"px");


$("#mb").css("left",Math.floor($("#o9").position().left+100*($("#o9").width())/100+0.5+(2))+"px");


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


$("#nb").css("left",Math.floor($("#o9").position().left+100*($("#o9").width())/100+0.5+(2))+"px");


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


$("#ob").css("left",Math.floor($("#o9").position().left+100*($("#o9").width())/100+0.5+(2))+"px");


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


$("#ob").height(Math.floor(100*($("#o9").height())/100+0.5+(-10))+"px");


this.busy=0;

}
