function flashWrite(content){
	document.write(content);
}
function AnimWrite(content){
	document.write(content);
}
