$(document).ready(function() {

$('#tx-srfeuserregister-pi1-password').tooltip({
	    bodyHandler: function() { 
	        return $('.note-password').html(); 
	    } 
	});
	// Teaser 
	$('#headerTeaserBox').cycle({
		random:		0,
		fx:			'fade',
		timeout:	1000,
		speed:		1000,
		pause:		1,
		delay:		-2000
	});	
/*
	// Tooltip
	$('.tooltipLink, .topProducts-imageZoom, .fs-products-imageZoom').tooltip({ 
	    bodyHandler: function() { 
	        return $($(this).attr("rel")).html(); 
	    }, 
	    track: true,
		delay: 100,
		showURL: false,
		fixPNG: false
	});

	// Tooltip
	$('.teaserProducts-imageZoom').tooltip({ 
		bodyHandler: function() { 
			return $($(this).attr("rel")).html(); 
		}, 
		track: true,
		delay: 100,
		showURL: false,
		fixPNG: false
	});	
	$('.topProducts-imageZoom').tooltip({ 
		bodyHandler: function() { 
			return $($(this).attr("rel")).html(); 
		}, 
		track: true,
		delay: 100,
		showURL: false,
		fixPNG: false
	});
	*/
});
