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