// JavaScript Document

 
onload = function () 
{ 
for (var lnk = document.links, j = 0; j < lnk.length; j++) 
if (lnk [j].href == document.URL) lnk [j].style. background = 'url(/images/tmbh.jpg)', lnk [j].style.color = '#ffff00'; 
   
} 

