if(window.document.location.href.match('fb_xd_fragment')!=null)
{
    var reg=/\?/
    window.document.location.href.match('fb_xd_fragment');
    var start=window.document.location.href.search(reg)
    window.location=window.document.location.href.substring(0,start);
}
