function open_video (url, thumb)
{
	$("#video").flashembed({
		src: "http://blip.tv/scripts/flash/showplayer.swf?file=http://blip.tv/rss/flash/" + url + "&brandname=marksteines.com&brandlink=&backcolor=0x33261D&frontcolor=0xFFFFFF&thumb=" + thumb + "&showsharebutton=false&showmorebutton=false&showguidebutton=false&smokeduration=0",
		width: "560px",
		height: "340px",
		allowscriptaccess: "always",
		allowFullScreen: "true"
	});
}
