$(document).ready(function () {
	sIFR.replaceElement("div.title p", named({
		sFlashSrc: 	"/flash/helveticaneue.swf", 
		sWmode: 	"transparent", 
		sColor:		"#777777"
	}));
	
	
	$('#print_button').click(function(){
		window.print();
	});
	
	//DD_belatedPNG.fix('#homepage_bg');
});