/* Livesystem /de/index    /en/index 
/* Last updated 04-05-2010
/* JQuery

Remove the linkbox class from the bauma logo box on startpage

*/


this.removeBox = function(){	
	
	
	
	$(".linkbox a[href$='bauma.html']").parent("div.linkbox").removeClass("linkbox");	

	
 

};


 $(document).ready(function(){
   removeBox();
  });
