function flvplayer_function(swfpath, flvpath, width, height) {
	var oeTags = '<embed src="' + swfpath + '" width="' + width + '" height="' + height + '" allowfullscreen="true" allowscriptaccess="always" flashvars="&file=' + flvpath + '&height=' + height + '&width=' + width + '" />'
	document.write(oeTags);
};
