// <![CDATA[
function LoadHomepageFlash()
{
	var so =  new SWFObject("flash/home_anim.swf", "flashtop", "800", "122", "8", "#FFFFFF");
	so.addParam("wmode", "transparent");
	so.write("flashtop");
}

function LoadNewsFlash()
{
	var so =  new SWFObject("flash/video.swf", "newsvideoclip", "384", "288", "8", "#FFFFFF");
	so.addParam('allowfullscreen', 'true');
	so.addVariable('width', '475');
	so.addVariable('height', '450');
	so.addVariable('displayheight', '350');
	so.addVariable('file', 'flash/AGM_1611072.flv');
	so.addVariable('overstretch', 'true');
	so.addVariable('showdigits', 'true');
	so.addVariable('autostart', 'true');
	so.addVariable('shuffle', 'false');
	so.addVariable('repeat', 'list');
	so.addVariable('showicons', 'true');
	so.addVariable('thumbsinplaylist', 'true');
	so.write("newsvideoclip");
}

// ]]>
