
function highlight_anchored()
{

    //alert(location.hash);
	id = location.hash.substring(1);
    
    if(id)
    {
        
        _Find(id).className += " SearchMessage";
    }
    
    
    
}



