jQuery(document).ready(function(){

	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});
	
	jQuery("#subnavigation li ul:empty").remove();
	

	jQuery(".LinkIcon").rollover();


});


jQuery(document).ready(function(){
	jQuery("#subnavigation107 a").attr("href",  "#rep").attr("name",  "top");
	jQuery("#subnavigation108 a").attr("href",  "#assi");
	jQuery("#subnavigation109 a").attr("href",  "#pre");
	jQuery("#subnavigation110 a").attr("href",  "#end");
	});