function writeFlash(src,width,height,alt){

document.write('<object type="application/x-shockwave-flash" data="'+src+'" width="'+width+'" height="'+height+'">');
document.write('<param name="movie" value="'+src+'">');
document.write('<param name="loop" value="false">');
document.write('<param name="allowFullScreen" value="false" />');
document.write(alt);
document.write('</object>');

}