function go(){
	FLIR.init( { path: '/app/webroot/js/facelift/' } );
	//FLIR.replace( '#claim' , new FLIRStyle({ cFont:'myriadBold' }) );
	
	$("#claim").each( function() {
		FLIR.replace(this, new FLIRStyle({ cFont:'myriadBold' }));
	});
	/*
	$("#headline").children(".textblock").each( function() {
		FLIR.replace(this, new FLIRStyle({ cFont:'myriadBold', mode:'wrap' }));
	});
	$("h3").each( function() {
		FLIR.replace(this, new FLIRStyle({ cFont:'myriadSemiBold', mode:'wrap' }));
	});
	$("h1").each( function() {
		FLIR.replace(this, new FLIRStyle({ cFont:'myriadSemiBold', mode:'wrap' }));
	});
	*/
	/*
	$("#mainmenu").children("ul").children("li").children("a").each( function() {
		FLIR.replace(this, new FLIRStyle({ cFont:'myriad' }));
	});
	
	$("#submenu").children("ul").children("li").children("a").each( function() {
		FLIR.replace(this, new FLIRStyle({ cFont:'myriad' }));
	});
	*/
	//FLIR.replace( '#headline' , new FLIRStyle({ cFont:'myriadBold', mode:'wrap' }) );
	$('#shutter').fadeIn(2000);
}