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