function loadFlash(){
	var flashDiv1 = document.getElementById('flashPlaceholder1');
	if(flashDiv1 != null)
		flashDiv1.innerHTML = '<object type="application/x-shockwave-flash" data="' + swfURL1 + '" width="' + swfWidth1 + '" height="' +  swfHeight1 + '"><param name="movie" value="' + swfURL1 + '">You cannot view this because you do not have the proper Flash plugin installed. <a href="http://www.adobe.com/products/flashplayer/">Click here</a> to go to Macromedia and download the Flash plugin.</object>';

	var flashDiv2 = document.getElementById('flashPlaceholder2');
	if(flashDiv2 != null)
		flashDiv2.innerHTML = '<object type="application/x-shockwave-flash" data="' + swfURL2 + '" width="' + swfWidth2 + '" height="' +  swfHeight2 + '"><param name="movie" value="' + swfURL2 + '"></object>';

}

