// JavaScript Document
function showVideo3(passedFlash)
{
	if (passedFlash != "")
	{
		var mySwf = document.getElementById('myVideoSpace');
		mySwf.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH="280" HEIGHT="235" id="ShockwaveFlash1" VIEWASTEXT><param name="wmode" value="transparent"><param NAME="movie" VALUE="http://serve.a-widget.com/kickapps/flash/premium_drop_v3.swf?autoPlay=true&mediaId=' + passedFlash + '&mediaType=VIDEO&widgetHost=serve.a-widget.com&pageId=73400&asId=5786&playerWidth=280&playerHeight=235&v=build_3_0_113&r=' + Math.round(Math.random() * 99999) + '"><param NAME="menu" VALUE="false"><param NAME="quality" VALUE="high"><embed wmode="transparent" src="http://serve.a-widget.com/kickapps/flash/premium_drop_v3.swf?autoPlay=true&mediaId=' + passedFlash + '&mediaType=VIDEO&widgetHost=serve.a-widget.com&pageId=73400&asId=5786&playerWidth=280&playerHeight=235&v=build_3_0_113&r=' + Math.round(Math.random() * 99999) + '" menu="false" quality="high" scale="exactfit" bgcolor="transparent" WIDTH="280" HEIGHT="235" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></object>';
		var myVN = document.getElementById('vidFooter');
		myVN.innerHTML = myVidName[num];
	}
	else
	{
		var myVN = document.getElementById('vidFooter');
		myVN.innerHTML = "Select A Video From The Drop-Down List";
	}	
}

// http://serve.a-widget.com/kickapps/flash/premium_drop_v3.swf?autoPlay=true&mediaId=301963&mediaType=VIDEO&widgetHost=serve.a-widget.com&pageId=73400&asId=5786&playerWidth=280&playerHeight=235&v=build_3_0_113
// http://serve.a-widget.com/kickapps/flash/premium_drop_v3.swf?autoPlay=true&mediaId=301987&mediaType=VIDEO&widgetHost=serve.a-widget.com&pageId=73400&asId=5786&playerWidth=280&playerHeight=235&v=build_3_0_113
// http://serve.a-widget.com/kickapps/flash/premium_drop_v3.swf?autoPlay=true&mediaId=196240&mediaType=VIDEO&widgetHost=serve.a-widget.com&pageId=73400&asId=5786&playerWidth=280&playerHeight=235&v=build_3_0_113
// http://serve.a-widget.com/kickapps/flash/premium_drop_v3.swf?autoPlay=true&mediaId=184823&mediaType=VIDEO&widgetHost=serve.a-widget.com&pageId=73400&asId=5786&playerWidth=280&playerHeight=235&v=build_3_0_113
