function doSomethingWithData(str)
{
	document.getElementById('Introduction_Body').innerHTML = str;
}

