function writeFlashTag(p) { var a = []; var names = ["id", "left", "top", "width", "height", "movie", "version", "style"]; for (var i=0; i'; embedParams += i+'="'+p[i]+'" '; } document.write('' +'' +' ' + objectParams +' ' +'' ); if (a.id != "") return document.getElementById(a.id); }