// JavaScript Document
function LoadThisBRIGHTCOVE(MOVIE){	

strFLV = "<embed src=\"http://services.brightcove.com/services/viewer/federated_f8/"+MOVIE+"\" bgcolor=\"#FFFFFF\" ";
	strFLV += "flashVars=\"useOverlayMenu=false";
	strFLV += "&playerId="+MOVIE+"";
	strFLV += "&viewerSecureGatewayURL=https://services.brightcove.com/services/amfgateway";
	strFLV += "&servicesURL=http://services.brightcove.com/services";
	strFLV += "&cdnURL=http://admin.brightcove.com";
	strFLV += "&domain=embed";
	strFLV += "&autoStart=true&\"";
	strFLV += " base=\"http://admin.brightcove.com\"";
	strFLV += " name=\"flashObj\"";
	strFLV += " width=\"917\"";
	strFLV += " height=\"606\"";
	strFLV += " preloadBackColor=\"#FFFFFF\"";
	strFLV += " seamlesstabbing=\"false\""; 
	strFLV += " type=\"application/x-shockwave-flash\"";
	strFLV += " swLiveConnect=\"true\"";
	strFLV += " pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\"></embed>";
	
		document.getElementById('isVideo').innerHTML = strFLV;
}
