function writeflash(src,width,height,xparams) {
	if (typeof(xparams)=='undefined') xparams='';
	if (xparams.indexOf('quality')==-1) xparams+=' quality=high';
	document.write('<EMBED src="'+src+'" WIDTH='+width+' HEIGHT='+height+' '+xparams+' TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash></EMBED>');
}
//<OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0 WIDTH='+width+' HEIGHT='+height+' '+xparams+'><PARAM NAME=movie VALUE="'+src+'"><PARAM NAME=quality VALUE=high>
//</OBJECT>