// NetCom Interactive UFO JavaScript Document Copyright 2008

   function startVideo() {
	     var FO = { movie:"branded-player.swf", width:"360", height:"450", majorversion:"8", build:"0", xi:"true", wmode:"transparent", flashvars:"wVideo=http://bitcast-a.bitgravity.com/netcom/scbc/MCCS-Script1.flv" };
		UFO.create(FO, "netcomBox");
		//alert('startVideo Function Called');
	}
	
	function endVideo() {
		var FO = { movie:"playbtn.swf", width:"100", height:"50", majorversion:"8", build:"0", xi:"true", wmode:"transparent", flashvars:"wVideo=http://bitcast-a.bitgravity.com/netcom/scbc/MCCS-Script1.flv" };
		UFO.create(FO, "netcomBox");
		//alert('endVideo Function Called');
	}

startVideo();

