// JavaScript Document

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