<!--
var hasReqestedVersion = DetectFlashVer(9, 0, 16);
if (hasReqestedVersion) {
	AC_FL_RunContent('codebase', 'https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,16,0','width', '950','height', '527','src', 'index','quality', 'high','pluginspage', 'http://www.adobe.com/go/getflashplayer','align', 'middle','play', 'true','loop', 'true','scale', 'showall','wmode', 'transparent','devicefont', 'false','id', 'index','bgcolor', '#ffffff','name', 'index','menu', 'true','allowFullScreen', 'false','allowScriptAccess','sameDomain','movie', 'index');
} else {
	var alternateContent = '<p style="margin-top:100px;margin-bottom:400px;text-align:center;font-family:Arial,Helvetica,sans-serif;font-size:11px;">This page requires Adobe Flash Player 9. <strong><a href="http://www.adobe.com/go/getflash/">Please upgrade your Flash plugin.</a></strong></p>';
	document.write(alternateContent);
}
// -->