function checkRedirect( version ) {
	var path = window.location.href;
	if( path.indexOf( "#" ) == -1 && path != window.location.hostname && typeof( swfobject ) != "undefined" && swfobject.hasFlashPlayerVersion( version ) ) {
		var href = window.location.protocol + "//" + window.location.host + "/#" + window.location.pathname;
		window.location.href = href;
	}
}