function write(str){
	document.write(str);
	return true;
}
