function main(){

if (detection_flashVersion() >= 5){

document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="727" height="198">');
document.write ('<param name="movie" value="swf/golf.swf">');
document.write ('<param name="quality" value="high">');
document.write ('<embed src="swf/golf.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="727" height="198"></embed>');
document.write ('</object>');

}
else if (detection_flashVersion() == "–³‚µ"){
	document.write ('<img src="images/flash_substitute.jpg" width="727" height="198" border="0" usemap="#Map1">');
}
else{
	document.write ('<img src="images/flash_substitute.jpg" width="727" height="198" border="0" usemap="#Map1">');
}

}




