<!--
var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if (hasReqestedVersion) {
	AC_FL_RunContent(
				"src", "swf/homepage",
				"width", "762",
				"height", "322",
				"align", "middle",
				"id", "homepageFlash",
				"quality", "high",
				"wmode", "transparent",
				"bgcolor", "#303030",
				"name", "homepageFlash",
				"allowScriptAccess","sameDomain",
				"type", "application/x-shockwave-flash",
				'codebase', 'https://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab',
				"pluginspage", "https://www.adobe.com/go/getflashplayer"
	);
} else {
	var alternateContent = '	<div id="homepage-swf">'
	+'			<h2>The Ultimate Sales Saving Tool</h2>'
	+'			<p><em>intellichat</em> jumps in just as your customers attempt to exit your website at the purchasing stage</p>'
	+'			<ul>'
	+'				<li>Convert your leaving visitors into customers</li>'
	+'				<li>Increase sales by as much as 25% instantly</li>'
	+'				<li>No Setup Fees</li>'
	+'				<li>No Monthly Fees</li>'
	+'				<li>100% Pay Per Perfomance</li>'
	+'			</ul>'
	+'	</div>';
	document.write(alternateContent); 
}
// -->