var navegador = navigator.appName;

if (navegador == "Microsoft Internet Explorer") {
pob=document.all.tags("a");
}else{
pob=document.getElementsByTagName("a");
}

for(i=0; i<pob.length; i++){
if(pob[i].getAttribute("href").substr(0,32) == "http://dmcfans.mforos.com/users/" || pob[i].getAttribute("href").substr(0,7) == "/users/")
{
pob[i].style.color='#FF0000';

}

if(pob[i].getAttribute("href") == "/users/devil.may.cry/" || pob[i].getAttribute("href") == "http://dmcfans.mforos.com/users/devil.may.cry/")
{
pob[i].style.color='#BFBFBF';
pob[i].style.fontStyle='italic';
pob[i].style.fontWeight='bold';


}


if(pob[i].getAttribute("href") == "/users/nerosparda/" || pob[i].getAttribute("href") == "http://dmcfans.mforos.com/users/nerosparda/")
{
pob[i].style.color='#BFBFBF';
pob[i].style.fontStyle='italic';
pob[i].style.fontWeight='bold';


}


if(pob[i].getAttribute("href") == "/users/devil-angel/" || pob[i].getAttribute("href") == "http://dmcfans.mforos.com/users/devil-angel/")
{
pob[i].style.color='#BFBFBF';
pob[i].style.fontStyle='italic';
pob[i].style.fontWeight='bold';


}

if(pob[i].getAttribute("href") == "/users/nero.wolfe/" || pob[i].getAttribute("href") == "http://dmcfans.mforos.com/users/nero.wolfe/")
{
pob[i].style.color='#BFBFBF';
pob[i].style.fontStyle='italic';
pob[i].style.fontWeight='bold';


}

}