// In this section we set up the content to be placed dynamically on the page.
// Customize movie tags and alternate html content below.

if (!useRedirect) {    // if dynamic embedding is turned on
  if(hasRightVersion) {  // if we've detected an acceptable version
    var oeTags = '';

    document.write(oeTags);   // embed the flash movie
  } else {  // flash is too old or we can't detect the plugin
    // NOTE: height, width are required!
    var alternateContent =''
    + '<div style="margin:0 auto; text-align:center;"><div style=" background-color:#2E2E2E; width:950px; height:130px; margin:0 auto; padding:8px; font-size:13px; font-family : Trebuchet MS">'
	+ '<br /> <br /> <strong>ATTENZIONE</strong>: '	
	+ ' Per scaricare manualmente il Flash player</strong> '
	+ 'seguite '
	+ '<strong><a href="http://www.macromedia.com/go/getflash/" target="_blank">'
	+ 'questo link</a></strong>'
	+ '</div></div>';

    document.write(alternateContent);  // insert non-flash content
  }
}
