$(function(){
$("#top_ad_area").accordion({
active:"h3.selected",
header:"h3.topics",
alwaysOpen:false,
autoHeight:false
});
});


$(function(){
$("div.others").accordion({
active:"h3.selected",
header:"h3.topics",
alwaysOpen:false,
autoHeight:false
});

});

