/*--------------------------------------------------------------------------*
 *-- GZipped/Cached by ScripZip (c)2006-2007( http://www.php-vision.de/ ) --*
 *--------------------------------------------------------------------------*
 *   Orginal Script Filesize: 629	Bytes             
 *   GZipped Script Filesize: 259	Bytes             
 *   GZip Compression Level : 9 GZip Compression Rate : 41.18% of Org. File *
 *   Last Time File Changed : Mon, 08 Jan 2007 14:09:29 GMT                 *
 *   Last Browser Load File : Fri, 30 Jul 2010 06:31:02 GMT                 *
 *   Cached File Expires on : Fri, 06 Aug 2010 06:31:02 GMT                 *
 *--------------------------------------------------------------------------*
 *-- Download ScripZip and speed up your Page on http://www.php-vision.de/  *
 *--------------------------------------------------------------------------*/

function highlightCurrentPageLink() { var anzHrefs = document.getElementsByTagName("a").length; 
 for (var i = 0; i <= anzHrefs - 1; i++) { if (document.getElementsByTagName("a")[i].href == document.location.href) { document.getElementsByTagName("a")[i].className = "sbilinkactive"; }
 }
}
 
function addLoadEvent(func){ var oldonload = window.onload; if (typeof window.onload != 'function'){
  window.onload = func; } else {
 window.onload = function(){
 oldonload(); func(); }
 }

}

addLoadEvent(highlightCurrentPageLink); 