x5a = 0;
var x5b = new Array("FFCC33","FFFF66","CCFF33","66FFFF","66CCFF","9999FF","CC99FF","CC33FF","FF00CC","FF0066","FF6633");
var x5c = navigator.appName=='Microsoft Internet Explorer'?true:false;
var x5d = window.opera?true:false;
function x5e(x5){
if(x5c){
x5f = event.srcElement;
}
else {
x5f = x5.target;
}
return x5f;
}
function x5g(){
if(x5h){
x5h.style.color = "#"+x5b[x5a++];
}
if(x5a==x5b.length){
x5a = 0;
}
}
function x5i(x5){
if(x5d){
return;
}
var x5f = x5e(x5);
if(x5f.tagName=="A"){
x5h = x5f;
x5k = x5f.style.color;
x5l = setInterval("x5g()", 150);
}
return true;
}
function x5j(x5){
var x5f = x5e(x5);
if(x5d){
return;
}
if(x5h && x5f.tagName=="A"){
x5h = null;
x5f.style.color = x5k;
clearInterval(x5l);
}
}
document.onmouseover = x5i;
document.onmouseout = x5j;
