//Path to FCPlayer Folder (must end in a backslash)
var fcp_path = "/FCPlayer/";
	
if(!window["FCPlayerConfig"]){
	document.write("<script type='text/javascript' src='" + fcp_path + "config/FCPlayerConfig.js'></script>");
}