// JavaScript Document
function WriteFlash(flash){
    document.write(flash);
}
