if(hasRightVersion) {  // if we've detected an acceptable version
	document.writeln ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="413" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">');
	document.writeln ('<param name="movie" value="SebelLoad.swf" />');
	document.writeln ('<param name="quality" value="high" />');
	document.writeln ('<param name="scale" value="noscale" />');
	document.writeln ('<param name="bgcolor" value="#666362" />');
	document.writeln ('<embed src="SebelLoad.swf" quality="high" scale="noscale" bgcolor="#666362" width="100%" height="413" name="SebelLoad" align="middle" play="true" loop="false" quality="high" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> <\/embed>');
	document.writeln ('</object>');
} 
else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'This content requires Macromedia Flash Player 8.'
   	+ '<a href=http://www.macromedia.com/go/getflash/>Get Flash Here</a>';
    document.write(alternateContent);  // insert non-flash content
  }