// JavaScript Document
function flashwriter(str){
		document.write(str);
	}
