//all supporting functions are contained in flashInclude.cfm
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {	
					document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"')
					document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0"')
					document.write('width="310"')
					document.write('height="290"')
					document.write('id="intro">')
					document.write('<param name="movie" value="images/homePage.swf">')
					document.write('<param name="quality" value="high">')
					document.write('<param name="bgcolor" value="#BDCCF9">')
					document.write('<embed src="images/homePage.swf"')
					document.write('width="310"')
					document.write('height="290"')
					document.write('quality="high"')
					document.write('bgcolor="#BDCCF9"')
					document.write('name="intro"')
					document.write('type="application/x-shockwave-flash"')
					document.write('pluginspace="http://www.macromedia.com/go/getflashplayer">')
					document.write('</embed>')
					document.write('</object>')
}
else{
		document.write('<h1>Professional Organizing, Quite Simply</h1>')
		document.write('<br><br>')
		document.write('<p>Reduce stress, save time, and get more done.</p>')
		document.write('<p>Simply Organized and Kasey Vejar are here to help you achieve those goals.</p>')
}