F32={redirect:function(_1,_2){
//if(F32.SWFPlayer.valid()&&_2){
var _3=String(window.location.pathname).substr(1);
var _4=String(window.location.search);
var _5=String(window.location.hash).substr(1);
var _6;
if(_1!="default"&&_1!=null&&_1!=""){
if(_5!=""){
if(_3.indexOf(_1)>-1){
cleanURL=_3.substr(_3.indexOf(_1)+_1.length);
}
_3=_3.substr(0,_3.indexOf(cleanURL));
_6="/"+_3+"#/"+_5+":"+cleanURL+_4;
}else{
if(_3.indexOf(_1)>-1){
cleanURL=_3.substr(_3.indexOf(_1)+_1.length);
}
_3=_3.substr(0,_3.indexOf(cleanURL));
_6="/"+_3+"#/"+cleanURL+_4;
}
}else{
if(_5!=""){
_6="/telecurso/index.html#/"+_5+":"+_3+_4;
}else{
_6="/telecurso/index.html#/"+_3+_4;
}
}
window.location.replace(_6);
//}
},SWFPlayer:{major:function(){
return F32.SWFPlayer.version()[0];
},minor:function(){
return F32.SWFPlayer.version()[1];
},revision:function(){
return F32.SWFPlayer.version()[2];
},detected:null,version:function(){
if(F32.SWFPlayer.detected!=null){
return F32.SWFPlayer.detected;
}
if(navigator.plugins&&navigator.mimeTypes.length){
var x=navigator.plugins["Shockwave Flash"];
if(x&&x.description){
return F32.SWFPlayer.detected=(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));
}
}else{
try{
var _8=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
}
catch(e){
try{
var _8=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
var _9=[6,0,21];
_8.AllowScriptAccess="always";
}
catch(e){
if(_9 && _9[0]==6){
F32.SWFPlayer.detected=_9;
return F32.SWFPlayer.detected;
}
}
try{
_8=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
}
catch(e){
}
}
if(_8!=null){
return (_8.GetVariable("$version").split(" ")[1].split(","));
}
}
return F32.SWFPlayer.detected=[0,0,0];
},valid:function(){
return (F32.SWFPlayer.major()>6)||(F32.SWFPlayer.major()>=6&&F32.SWFPlayer.revison()>=25);
},correct:function(){
return (F32.SWFPlayer.major()>=F32.SWFPlayer.correctVersion);
},correctVersion:8}};

if(document.cookie.indexOf('lumMode=1') == -1 && document.cookie.indexOf('TDBViewHTML') == -1)
	F32.redirect("default","true");