Cufon.replace('h1', {
	textShadow: '0px 1px 1px #000000'
});
Cufon.replace('.cufon-replace');

// PNG-FIX

$(document).ready(function(){ 
	$(document).pngFix(); 
}); 

// Glow-Effekt beim Button

(function($) {
	$(document).ready(function() {
		$('.glow').sprite({fps: 7, no_of_frames: 10});
	});
})(jQuery);
