// JavaScript Document
function WriteFlash(flashdata)
{
	document.write(flashdata);
}
