/* Add links to navigation items. Complete navigation item (html element li) can be clicked to activate the link. The url from the link with class will be used as a target. When links with a class are clicked the script will ignore the click and the original url form the target link will be used. */ Event.observe(window, "load", function() { var navigation = $("navigation").getElementsByTagName("li"); for (i=0; i