﻿<!--//--><![CDATA[//><!--
/* Check to see if the version meets the requirements for playback */
if (hasReqestedVersion) {
	/* if we've detected an acceptable version */
	/* embed the Flash Content SWF when all tests are passed */
	AC_FL_RunContent(
				"src", "Images/Nutronics",
				"width", "797",
				"height", "504",
				"align", "middle",
				"id", "tcAni_HomeAnimation",
				"quality", "high",
				"bgcolor", "#000000",
				"wmode", "transparent",
				"name", "tcAni_HomeAnimation",
				"allowScriptAccess","sameDomain",
				"type", "application/x-shockwave-flash",
				'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0',
				"pluginspage", "http://www.adobe.com/go/getflashplayer"
	);
	
} else {  /* flash is too old or we can't detect the plugin */
	var alternateContent =  '<img src="Images/Nutronics.jpg" width="797" height="504" id="nutronics" alt="NutronicsHealth.com Home Page Flash Animation" />';
	document.write(alternateContent);  /* insert non-flash content */
}
//--><!]]>
