function readData() {
	var szFlashArea;
	var srchString = decodeURIComponent(location.search.substring(1,location.search.length));
	if (srchString == 'noFlash') {
		szFlashArea = '<img src="images/homepage.jpg" width="870" height="427" />'
		window.document.getElementById('flashArea').innerHTML = szFlashArea;
	}
}
