function movie()
{
   document.write('<object\n');
	 document.write('type="application/x-shockwave-flash"');
	 document.write('data="../flash/dellas_graphics.swf"');
	 document.write('width="360" height="233">\n');
	 document.write('<param name="loop" value="true" />\n');
	 document.write('<param name="movie" value="../flash/dellas_graphics.swf" />\n');
	 document.write('...');
	 document.write('<p>This is alternative content</p>\n');
	 document.write('</object>\n');
}
