// JavaScript Document

/* Perform these functions once the page is finished loading */
$(function() {

	khcfvideoflash = "<object width=\"720\" height=\"530\"><param name=\"movie\" value=\"khcf-video.swf\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"khcf-video.swf\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"720\" height=\"530\"></embed></object>";
	
	$("#khcf-video").html( khcfvideoflash );

	});
