function renderRecent(id)
{
	$("#" + id).html("");
	$("#" + id).flash(
	{
		swf: "/movies/recent11.swf",
		width: 630,
		height: 225,
		version: "9",
		bgcolor: "#000000",
		params: {
			salign: "tl",
			scalemode: "noscale",
			wmode: "transparent",
			allowfullscreen: "false"
		}
	})
}
