try{
    var a = location.href.split('/')
    document.getElementsByTagName('body')[0].id = a[a.length-1]
}catch(e){}

