// JavaScript Document
function RunVideo(src) {
	document.write('<EMBED TYPE="application/x-mplayer2" SRC="'+src+'" WIDTH="320" HEIGHT="280" AUTOSTART="1" SHOWCONTROLS="1"></EMBED>');
}