function redir(_loc){
	if (swfobject.getFlashPlayerVersion().major >= 9) {
		window.document.location.href = '/#'+_loc;
	}
}
