
function writeToBrowser(m_sContent) {
	document.write(m_sContent);
}


