
(function($) { // i'm a ninja
	$(document).ready(function() {
		$('#langswitch').click(function() {
			return false;
	});			
})(jQuery);

