
var wcVideo;
var wcThumbnail;
var wcSkin = "ClearOverPlaySeekMute.swf";
var wcDomain = "http://www.willowcreek.com/events/leadership/2009/flash/";
var width = "480";
var height = "270";

switch(wcVid){

	case "SummitNSEedit":
		wcVideo = "http://tube.willowcreek.com/video/Summit2009/NSEWebcast2009.flv";
		wcThumbnail = "http://www.willowcreek.com/events/leadership/2009/imgs/thumbs/vid_nsewebcast2009_bg.jpg";
		width = "432";
		height= "244";
		break;

	case "SummitNSE":
		wcVideo = "http://tube.willowcreek.com/video/Summit2009/NSEevent_090224.flv";
		wcThumbnail = "http://www.willowcreek.com/events/leadership/2009/imgs/thumbs/vid_nseevent_090224_bg.jpg";
		width = "432";
		height= "244";
		break;

	case "SummitPromo":
		wcVideo = "http://tube.willowcreek.com/video/Summit2009/Summit_Hilite.flv";
		wcThumbnail = "http://www.willowcreek.com/events/leadership/2009/imgs/thumbs/vid_summitHighlight_bg.jpg";
		break;

	case "TasteGroeschel":
		wcVideo = "http://tube.willowcreek.com/video/Summit2009/tasteOfSummit_Groeschel.flv";
		wcThumbnail = "http://www.willowcreek.com/events/leadership/2009/imgs/thumbs/vid_tasteOfSummit_Groeschel_bg.jpg";
		break;

	case "TasteHaugen":
		wcVideo = "http://tube.willowcreek.com/video/Summit2009/tasteOfSummit_Haugen.flv";
		wcThumbnail = "http://www.willowcreek.com/events/leadership/2009/imgs/thumbs/vid_tasteOfSummit_Haugen_bg.jpg";
		break;

	case "TasteRohr":
		wcVideo = "http://tube.willowcreek.com/video/Summit2009/tasteOfSummit_Rohr.flv";
		wcThumbnail = "http://www.willowcreek.com/events/leadership/2009/imgs/thumbs/vid_tasteOfSummit_Rohr_bg.jpg";
		break;


}

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="' + width + '" height="' + height + '"><param name="movie" value="'+ wcDomain +'VideoPlayer.swf?vFile=' + wcVideo +'&vThumb=' + wcThumbnail +'&vSkin='+ wcDomain + wcSkin +'" /><param name="menu" value="false" /><param name="wmode" value="transparent" /><embed src="'+ wcDomain +'VideoPlayer.swf?vFile=' + wcVideo +'&vThumb=' + wcThumbnail +'&vSkin='+ wcDomain + wcSkin +'" menu="false" width="' + width + '" height="' + height + '" wmode="transparent" /></object>');
