var pathname = window.location.pathname; 

if(pathname.indexOf("Backoffice")==1){

    document.write('<link href=\"/css/mundoemfesta_quirks.css\" rel=\"stylesheet\" type=\"text/css\" />');

}
else{
    document.write('<script type=\"text/javascript\" src=\"http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js\"></script>');
}
