function writeString(strStringToWrite) {
	document.write(strStringToWrite);
}