jQuery(document).ready(function() {
	jQuery('#mn_superstolz').click(function() {
			document.location.href = '/index.php?id=33';
	});
	jQuery('#mn_superstolz').hover(function() {
		jQuery(this).css('cursor', 'pointer');
	}, function() {
		jQuery(this).css('cursor', 'pointer');
	});	
});
