var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version
	document.write('<object width="980px" height="740px"><param name="movie" value="http://www.ppiwidget.com/campaigns/'+module_root+''+lang_id+'/homepage.swf?inst_id='+parameter_inst_id+'&initial_serverroot='+initial_serverroot+'"/><embed src="http://www.ppiwidget.com/campaigns/'+module_root+''+lang_id+'/homepage.swf?inst_id='+parameter_inst_id+'&initial_serverroot='+initial_serverroot+'" type="application/x-shockwave-flash" width="980px" height="740px"></embed></object>');
  } else {  // flash is too old or we can't detect the plugin
    document.write('Alternate HTML content should be placed here. This content requires the Macromedia Flash Player.<a href="http://www.macromedia.com/go/getflash/">Get Flash</a>');  // insert non-flash content
  }

  
