// Include the SWFObject js file
document.write('<script type="text/javascript" src="/scripts/swfobject/swfobject.js"><\/script>');

function redirect(path) {
	if (deconcept.SWFObjectUtil.getPlayerVersion()['major'] >= 9) {
		location.href = path;
	} else {
		document.write("<div id=\"flashmessage\"><h1>You need Adobe Flash Player!<\/h1><p>To properly view our site, you need Adobe Flash Player 9. It seems that you do not have Flash Player or that you need to install a newer version.<\/p><p><a href=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\">Download the free Flash Player here<\/a> &raquo;<\/p><\/div>");
	}
}