$(function() {
	$('div#content h1').sifr({ strSWF: '/flash/georgia-bold.swf', strColor: '#4b370a', strWmode: 'transparent', intPadding: [0, 0, 0, 2], strFlashVars: 'letterSpacing=3&', strCase: 'upper' },{ expressInstall: true });
	$('div.home-push h2').sifr({ strSWF: '/flash/georgia-bold.swf', strColor: '#4b370a', strWmode: 'transparent', strFlashVars: 'letterSpacing=1&', strCase: 'upper' },{ expressInstall: true });
	
	
	$("body.home div#masthead").flash({src:"/flash/home-masthead.swf", width:955, height:230, wmode:"transparent", quality:"high"},{version:"8"});
	
	$("div#photo-gallery").flash({src:"/flash/photo-gallery.swf", width:530, height:387, wmode:"transparent", quality:"high"},{version:"8"});
	
	
	//Blog icons
	$(".post").each(function(){
		var thisPost = $(this);
		$("a.post-icon",thisPost).click(function(){
			$(".post-details a",thisPost).click();
			return false;
		});
		$("#comment-btn a",thisPost).click(function(){
			$("form#blog-comment",thisPost).removeClass("hide-form");
			$(this).remove();
			return false;
		});
	});
	
	
});
