// This is used to embed Flash documents, because Internet Explorer sucks
function embedFlash(src, width, height) {
	document.write('<object type="application/x-shockwave-flash" data="/flash/'+src+'" width="'+width+'" height="'+height+'">');
	document.write('<param name="movie" value="/flash/'+src+'" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('</object>');
}
	