// JavaScript Document

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