function embed_swf (source, flashVars) {
	document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="978" height="600" id="swfbb-swf">');
	document.writeln('<param name="movie" VALUE="'+source+'">');
	document.writeln('<param name="quality" VALUE="high">');
	document.writeln('<param name="flashVars" VALUE="'+flashVars+'">');
	document.writeln('<embed src="'+source+'" quality="high" flashVars="'+flashVars+'" width="978" height="600" name="swfbb-swf" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer"</embed>');
	document.writeln('</object>');
}