jQuery(function(){
	if ( $('div#submit_nojs').length > 0 ) {
			$('div#submit_nojs').hide();
			$('div#submit_js').show();
	}

});

//function navigate(to) {
//	$('span.number').click(function(){
//		$.ajax({
//			type: "POST",
//			url:   "/mahout_cms/plugins/personalanfrage/ajax.php",
//			data: 'nav='+to,
//			async: true
//		});
//	});
//}
