
function body_id(str){
    return $('body').attr('id') == str;
}