//load flash file or alternate image file
if (DetectFlashVer(8,0,0)) {
	AC_FL_RunContent(
					"width","263",
					"height","202",
					"BASE",".",
					"data","images/RDI-019_graph.swf",	
					"movie","images/RDI-019_graph",								
					"allowScriptAccess","sameDomain",
					"loop","true",
					"quality","high");
}else{
	document.write('<img src="images/img_home.jpg" border="0" width="263" height="202" alt="Predictive Modeler Image" />');
}