/**
 * @author Starchild
 */
$(document).ready(function() {
	var flashvars = { file: 'Kage.flv', autostart: "true", repeat: "false", bufferlength: "10" };
	var params = { quality: "autohigh", wmode: "transparent", allowScriptAccess: "always"};
	var attributes = { id: "flashContent"};
	swfobject.embedSWF("swf/flvplayer.swf", "toReplace", "525", "350", "9.0.0","../js/expressInstall.swf", flashvars, params, attributes);
	swfobject.embedSWF("swf/flvplayer.swf", "toReplace2", "525", "350", "9.0.0", "../js/expressInstall.swf", { file: "AwesomeWeapon.flv", repeat: "false", bufferlength: "10"}, params, { id: "flashContent2"});
	swfobject.embedSWF("swf/flvplayer.swf", "toReplace3", "525", "350", "9.0.0", "../js/expressInstall.swf", { file: "CondoSnowRemoval.flv", repeat: "false", bufferlength: "10"}, params, { id: "flashContent2"});
		swfobject.embedSWF("swf/flvplayer.swf", "toReplace4", "525", "350", "9.0.0", "../js/expressInstall.swf", { file: "ToyStory.flv", repeat: "false", bufferlength: "10"}, params, { id: "flashContent2"});

});
