jQuery(document).ready(function()
   {	


	//Embed Clip on the homepage

   var homeEmbed = '<object width="480" height="270" id="wistia_152481" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="movie" value="http://embed.wistia.com/flash/embed_player_v1.1.swf"/><param name="allowfullscreen" value="true"/><param name="allowscriptaccess" value="always"/><param name="wmode" value="opaque"/><param name="flashvars" value="videoUrl=http://embed.wistia.com/deliveries/b3309dca58d60b2374189cab67c3f1b3fe2c9eed.bin&stillUrl=http://embed.wistia.com/deliveries/8c4df28e19afd7931ec9421401275eb35ea89cc1.bin&unbufferedSeek=true&controlsVisibleOnLoad=false&autoPlay=false&playButtonVisible=true&embedServiceURL=http://distillery.wistia.com/x&accountKey=wistia-production_3147&mediaID=wistia-production_152481&mediaDuration=103.07"/><embed src="http://embed.wistia.com/flash/embed_player_v1.1.swf" width="480" height="270" name="wistia_152481" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" wmode="opaque" flashvars="videoUrl=http://embed.wistia.com/deliveries/b3309dca58d60b2374189cab67c3f1b3fe2c9eed.bin&stillUrl=http://embed.wistia.com/deliveries/8c4df28e19afd7931ec9421401275eb35ea89cc1.bin&unbufferedSeek=true&controlsVisibleOnLoad=false&autoPlay=false&playButtonVisible=true&embedServiceURL=http://distillery.wistia.com/x&accountKey=wistia-production_3147&mediaID=wistia-production_152481&mediaDuration=103.07"></embed></object>';
   
	jQuery("#homeClip").html(homeEmbed);
	
});
