function InsertCore(movie) {
	document.write('<object type="application/x-shockwave-flash" data="/' + movie + '.swf" width="509" height="459">\n');
	document.write('<param name="movie" value="/' + movie + '.swf" />\n');
	document.write('<img src="/_img/nonflash.jpg" border="0" width="509" height="459" alt="" />\n');
	document.write('</object>\n');
}
