// Created By Brad K
// ccom Video function

function getVideo(url)
{
	return '<embed src="' + url + '" allowFullScreen="true" width="540" height="438" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" bgcolor="transparent" wmode="transparent"><param name = "wmode" value="transparent"/> <param name="bgcolor" value="transparent" /></embed>';
}

function getVideoDimension(url,width,height)
{
	return '<embed src="' + url + '" allowFullScreen="true" width="' + width + '" height="' + height + '" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" bgcolor="transparent" wmode="transparent"><param name = "wmode" value="transparent"/> <param name="bgcolor" value="transparent" /></embed>';
}


function viddlerVideo(id)
	{		
		//return '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="540" height="399" id="viddler_' + id + '"><param name="movie" value="http://www.viddler.com/simple/' + id + '/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"/><param name="flashvars" value="autoplay=t" /><embed src="http://www.viddler.com/simple//" width="540" height="399" type="application/x-shockwave-flash" allowScriptAccess="always" flashvars="autoplay=t" allowFullScreen="true" name="viddler_' + id + '" wmode="transparent" ></embed></object>';			
		return '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="548" height="410" id="viddler_' + id + '"><param name="movie" value="http://www.viddler.com/player/' + id + '/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"/><param name="flashvars" value="autoplay=t" /><embed src="http://www.viddler.com/player/' + id + '/" width="548" height="410" type="application/x-shockwave-flash" allowScriptAccess="always" flashvars="autoplay=t" allowFullScreen="true" name="viddler_' + id + '" wmode="transparent"  ></embed></object>';
		
	}