// JavaScript Document
function flashobject(movie,width,height,wmode){
document.write('<object data="'+movie+'.swf" width="'+width+'" height="'+height+'" type="application/x-shockwave-flash" >'+'<param name="movie" value="'+movie+'.swf" />'+'<param name="wmode" value="'+wmode+'" />'+'</object>');}
