// JavaScript Document
function make_flash(string){
  document.write(string);
}