// JavaScript Document
// Java Document

function flash(tag) {
document.write(tag);
} 