if($.browser.msie){
        if(document.location.href =='http://refworld.com' || document.location.href == 'http://www.refworld.com'){
                document.location.replace('/index.php');
        }else if(document.location.href == 'http://admin.refworld.com'){
                document.location.replace('/backend.php');

        }
}


