
/*Residential Services - SBC en Casa
 if (location.href.toLowerCase().indexOf("residential_customers") != -1){
document.write('<link rel="stylesheet" type="text/css" href="/mlcomm/styles/residential.css">');
}
else{}
//Help -Ayuda
 if (location.href.toLowerCase().indexOf("help") != -1){
document.write('<link rel="stylesheet" type="text/css" href="/mlcomm/styles/help.css">');
}
else{}
//Press Kits - Conoce M&aacute;s de SBC
if (location.href.toLowerCase().indexOf("press_kits") != -1){
document.write('<link rel="stylesheet" type="text/css" href="/mlcomm/styles/press.css">');
}
else{}
//News - Noticias
if (location.href.toLowerCase().indexOf("news_room") != -1){
document.write('<link rel="stylesheet" type="text/css" href="/mlcomm/styles/news.css">');
}
//Landing
else{document.write('<link rel="stylesheet" type="text/css" href="/mlcomm/styles/landing.css">');
}*/

//navigator
if (navigator.appName == 'Netscape')
{
//Mac
if (navigator.appVersion.indexOf("Macintosh") > -1 )
document.write("");
//PC
else 
document.write("");
}
//ie
else
{
//Mac
if (navigator.appVersion.indexOf("Macintosh") > -1 )
document.write("");
//PC
else
document.write("");
}


document.write("<link rel='stylesheet' href='/mlcomm/styles/spanish.css'>");
document.write("<link rel='stylesheet' href='/mlcomm/styles/residential.css'>");
