jQuery(function(){
	//Font-replacement
	Cufon.replace('h1, h2, a.block', {
		fontFamily: 'Mic',
		hover: true
	});

	var FO = {
		movie:"/media/header.swf",
		width:"900",
		height:"276",
		majorversion:"8",
		build:"0",
		wmode:"transparent"
	};
	
	UFO.create(FO,"intro");
	
	$(function(){
		$('#intro p').show();
	});
});

