/*JavaScript File*/

	function embedNewSWF(swfName, title, duration, added) {	
		var flashvars = {allowFullScreen:true};
		var params = {allowFullScreen:true};
		params.wmode = "transparent";
		var attributes = {};
		swfobject.embedSWF(swfName+"&rel=0&color1=0x26140A&amp;color2=0xF18717&bgcolor=0xFFFFFF&amp;showinfo=0", "feedvideo", "640", "385", "9.0.0", "#FFFFFF", '', flashvars, params);
		document.getElementById("videotitle").innerHTML =  title;	
		document.getElementById("video").style.height = "385px";
		//document.getElementById("videoduration").innerHTML =  "<strong>Duration:</strong> " + duration;	
		//document.getElementById("videoadded").innerHTML =  "<strong>Added:</strong> " + added;
	}