    fade.addRule('fadeRule1',"#000","#CCCCCC", "background-color", 100, 1);
    fade.addRule('fadeRule2',"#000","#ccc", "border-color", 30, 1);
    fade.addRule('fadeRule3',"#CCC","#33CCFF", "color", 50, 1);

function add2Fav(x){ 
if (document.all && !window.opera) { 
if (typeof window.external == "object") { 
window.external.AddFavorite(document.location, document.title); 
return true; 
} 
else return false; 

} 
else{ 
x.href=document.location; 
x.title=document.title; 
x.rel = "sidebar"; 
return true; 
} 
}
