<!--
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', '931','height', '190','src', '/ctindex/subpage','quality', 'high','pluginspage', 'http://www.adobe.com/go/getflashplayer','align', 'middle','play', 'true','loop', 'true','scale', 'showall','wmode', 'transparent','devicefont', 'false','id', 'searchtab','bgcolor', '#ffffff','name', 'searchtab','menu', 'true','allowFullScreen', 'false','allowScriptAccess','sameDomain','movie', '/ctindex/subpage','FlashVars', '<?=$receive_variable?>');
} else {
	var alternateContent = '<p style="margin-top:60px;text-align:center;font-family:Arial,Helvetica,sans-serif;font-size:11px;">Navigation of 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);
}
// -->