function embed_video(file) {
	str = '<EMBED SRC="http://www.iwsfiles.com/~eaf/' + file +'" WIDTH="300" HEIGHT="318" ShowControls="1" ShowStatusBar="0" ShowDisplay="1" bgcolor="#000" controller="true" scale="tofit" autoplay="true" autostart="true"></EMBED>';
	
	document.write(str);
	
}

