/**
 * @author LEC
 * purpose is to embed flash movie in homepage
 */
var baseURL = "/SiteCollectionDocuments/flash/"
try{
	//swfobject.embedSWF(baseURL + "logo.swf", "logo", "256", "75", "8","", variables, params, attributes);
	swfobject.embedSWF(baseURL + "wtgc_loop.swf", "logoReplace", "456", "75", "8");
}
catch(err){
	//window.alert(err);
}
