//document.write is written here to avoid clicking flash object twice
function WriteFlashObject(str){
	document.write(str);
}


