  // add your FlashVars
  var vars = { xml_location : 'http://chkhosting.com/CU3ER-config.xml' }; 
  // add Flash embedding parameters, etc. wmode, bgcolor...
  var params = { bgcolor : '#000000', wmode : 'transparent' };
  // Flash object attributes id and name
  var attributes = { id:'CU3ER', name:'CU3ER' };
  // dynamic embed of Flash, set the location of expressInstall if needed

	swfobject.embedSWF('http://chkhosting.com/CU3ER.swf',  "CU3ER", 999, 334, "10.0.0", "http://chkhosting.com/js/expressinstall.swf", vars, params, attributes );
	
// initialize CU3ER class containing Javascript controls and events for CU3ER
  var CU3ER_object = new CU3ER("CU3ER");
