// moss.info.com JS


jQuery(document).ready(function(){

// add link to logo
jQuery('#logo_link').attr('href', jQuery('#mainlevel-nav > li a:first').attr('href'));


// move language switch
jQuery('#jflanguageselection').appendTo('#top-header');



// disable english
/*
jQuery('#jflanguageselection span a:odd').addClass('disabled');
jQuery('#jflanguageselection span a.disabled').css('opacity','0.5');
jQuery('#jflanguageselection span a.disabled').click(function(){
	alert('English section currently not available – in course of being developed');
	return false;
});
*/


});
