function InsertHome(movie) {
	document.write('<object type="application/x-shockwave-flash" data="/flash/' + movie + '.swf" width="288" height="220">\n');
	document.write('<param name="movie" value="/flash/' + movie + '.swf" />\n');
	document.write('<img src="/_img/core_noflash.gif" border="0" alt="Green Steel Homes" />\n');
	document.write('</object>\n');
}

