// JavaScript Document

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

