function insertFlash(src, width, height) {
	document.write('<object data="'+src,'" type="application/x-shockwave-flash" width="'+width,'" height="'+height,'">');
	document.write('<param name="movie" value="'+src,'" />');
	document.write('</object>');
}