
//external flash writer
function writeFlash(content){
	document.write(content);
}
