$(function() {

	/* On load, handle playing the flash movie if the user's browser supports it. */
	$("#flashPortfolio").replaceWith("<object width=\"1000\" height=\"381\"><param name=\"movie\" value=\"flash/portfolio.swf\"></param><embed src=\"flash/portfolio.swf\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"1000\" height=\"381\"></embed></object>");

});