// JavaScript Document

document.open();
document.writeln('<embed src="movie.swf" width="480" height="353" type="application/x-shockwave-flash"/>');
document.close();


