// JavaScript Document

function run_flash() 
{ 
document.write('<object classid="cclsid:d27cdb6e-ae6d" >\n'); 
document.write('<param name="movie" value="images/img-index/anim-photo.swf">\n'); 
document.write('<embed src="images/img-index/anim-photo.swf" width="330" height="155" type="application/x-shockwave-flash">\n'); 
document.write('</embed>\n'); 
document.write('</object>\n'); 
}
