if(typeof deconcept=="undefined"){
var deconcept=new Object();
}
if(typeof deconcept.util=="undefined"){
deconcept.util=new Object();
}
if(typeof deconcept.SWFObjectUtil=="undefined"){
deconcept.SWFObjectUtil=new Object();
}
deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){
if(!document.getElementById){
return;
}
this.DETECT_KEY=_a?_a:"detectflash";
this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);
this.params=new Object();
this.variables=new Object();
this.attributes=new Array();
if(_1){
this.setAttribute("swf",_1);
}
if(id){
this.setAttribute("id",id);
}
if(w){
this.setAttribute("width",w);
}
if(h){
this.setAttribute("height",h);
}
if(_5){
this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));
}
this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();
if(!window.opera&&document.all&&this.installedVer.major>7){
deconcept.SWFObject.doPrepUnload=true;
}
if(c){
this.addParam("bgcolor",c);
}
var q=_7?_7:"high";
this.addParam("quality",q);
this.setAttribute("useExpressInstall",false);
this.setAttribute("doExpressInstall",false);
var _c=(_8)?_8:window.location;
this.setAttribute("xiRedirectUrl",_c);
this.setAttribute("redirectUrl","");
if(_9){
this.setAttribute("redirectUrl",_9);
}
};
deconcept.SWFObject.prototype={useExpressInstall:function(_d){
this.xiSWFPath=!_d?"expressinstall.swf":_d;
this.setAttribute("useExpressInstall",true);
},setAttribute:function(_e,_f){
this.attributes[_e]=_f;
},getAttribute:function(_10){
return this.attributes[_10];
},addParam:function(_11,_12){
this.params[_11]=_12;
},getParams:function(){
return this.params;
},addVariable:function(_13,_14){
this.variables[_13]=_14;
},getVariable:function(_15){
return this.variables[_15];
},getVariables:function(){
return this.variables;
},getVariablePairs:function(){
var _16=new Array();
var key;
var _18=this.getVariables();
for(key in _18){
_16[_16.length]=key+"="+_18[key];
}
return _16;
},getSWFHTML:function(){
var _19="";
if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){
if(this.getAttribute("doExpressInstall")){
this.addVariable("MMplayerType","PlugIn");
this.setAttribute("swf",this.xiSWFPath);
}
_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";
_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";
var _1a=this.getParams();
for(var key in _1a){
_19+=[key]+"=\""+_1a[key]+"\" ";
}
var _1c=this.getVariablePairs().join("&");
if(_1c.length>0){
_19+="flashvars=\""+_1c+"\"";
}
_19+="/>";
}else{
if(this.getAttribute("doExpressInstall")){
this.addVariable("MMplayerType","ActiveX");
this.setAttribute("swf",this.xiSWFPath);
}
_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";
_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";
var _1d=this.getParams();
for(var key in _1d){
_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";
}
var _1f=this.getVariablePairs().join("&");
if(_1f.length>0){
_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";
}
_19+="</object>";
}
return _19;
},write:function(_20){
if(this.getAttribute("useExpressInstall")){
var _21=new deconcept.PlayerVersion([6,0,65]);
if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){
this.setAttribute("doExpressInstall",true);
this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));
document.title=document.title.slice(0,47)+" - Flash Player Installation";
this.addVariable("MMdoctitle",document.title);
}
}
if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){
var n=(typeof _20=="string")?document.getElementById(_20):_20;
n.innerHTML=this.getSWFHTML();
return true;
}else{
if(this.getAttribute("redirectUrl")!=""){
document.location.replace(this.getAttribute("redirectUrl"));
}
}
return false;
}};
deconcept.SWFObjectUtil.getPlayerVersion=function(){
var _23=new deconcept.PlayerVersion([0,0,0]);
if(navigator.plugins&&navigator.mimeTypes.length){
var x=navigator.plugins["Shockwave Flash"];
if(x&&x.description){
_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));
}
}else{
if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){
var axo=1;
var _26=3;
while(axo){
try{
_26++;
axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);
_23=new deconcept.PlayerVersion([_26,0,0]);
}
catch(e){
axo=null;
}
}
}else{
try{
var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
}
catch(e){
try{
var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
_23=new deconcept.PlayerVersion([6,0,21]);
axo.AllowScriptAccess="always";
}
catch(e){
if(_23.major==6){
return _23;
}
}
try{
axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
}
catch(e){
}
}
if(axo!=null){
_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));
}
}
}
return _23;
};
deconcept.PlayerVersion=function(_29){
this.major=_29[0]!=null?parseInt(_29[0]):0;
this.minor=_29[1]!=null?parseInt(_29[1]):0;
this.rev=_29[2]!=null?parseInt(_29[2]):0;
};
deconcept.PlayerVersion.prototype.versionIsValid=function(fv){
if(this.major<fv.major){
return false;
}
if(this.major>fv.major){
return true;
}
if(this.minor<fv.minor){
return false;
}
if(this.minor>fv.minor){
return true;
}
if(this.rev<fv.rev){
return false;
}
return true;
};
deconcept.util={getRequestParameter:function(_2b){
var q=document.location.search||document.location.hash;
if(_2b==null){
return q;
}
if(q){
var _2d=q.substring(1).split("&");
for(var i=0;i<_2d.length;i++){
if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){
return _2d[i].substring((_2d[i].indexOf("=")+1));
}
}
}
return "";
}};
deconcept.SWFObjectUtil.cleanupSWFs=function(){
var _2f=document.getElementsByTagName("OBJECT");
for(var i=_2f.length-1;i>=0;i--){
_2f[i].style.display="none";
for(var x in _2f[i]){
if(typeof _2f[i][x]=="function"){
_2f[i][x]=function(){
};
}
}
}
};
if(deconcept.SWFObject.doPrepUnload){
if(!deconcept.unloadSet){
deconcept.SWFObjectUtil.prepUnload=function(){
__flash_unloadHandler=function(){
};
__flash_savedUnloadHandler=function(){
};
window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);
};
window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);
deconcept.unloadSet=true;
}
}
if(!document.getElementById&&document.all){
document.getElementById=function(id){
return document.all[id];
};
}
var getQueryParamValue=deconcept.util.getRequestParameter;
var FlashObject=deconcept.SWFObject;
var SWFObject=deconcept.SWFObject;

if(!Function.apply){
Function.prototype.apply=function(_1,_2){
_1.____apply=this;
var _3="thisArg.____apply(";
if(typeof (_2)=="object"&&typeof (_2.length)!="undefined"){
var _4,comma;
for(i=0;i<_2.length;i++){
_4=typeof (_2[i])=="string"?"\"":"";
comma=(i+1)<_2.length?",":"";
_3+=_4+_2[i]+_4+comma;
}
}else{
if(typeof (_2)!="undefined"){
throw TypeError;
}
}
_3+=")";
var _5=eval(_3);
delete _1.____apply;
return _5;
};
}
if(![].push){
Array.prototype.push=function(){
for(var i=0;i<arguments.length;i++){
this[this.length-1]=arguments[i];
}
return this.length;
};
}
if(![].pop){
Array.prototype.pop=function(){
var _7=this[this.length-1];
this.length--;
return _7;
};
}
if(![].shift){
Array.prototype.shift=function(){
return this.splice(0,1)[0];
};
}
if(![].splice){
Array.prototype.splice=function(s,d){
var _a=Math.max,min=Math.min,a=[],e,i=_a(arguments.length-2,0),k=0,l=this.length,n,v,x;
s=s||0;
if(s<0){
s+=l;
}
s=_a(min(s,l),0);
d=_a(min(isNumber(d)?d:l,l-s),0);
v=i-d;
n=l+v;
while(k<d){
e=this[s+k];
if(!isUndefined(e)){
a[k]=e;
}
k+=1;
}
x=l-s-d;
if(v<0){
k=s+i;
while(x){
this[k]=this[k-v];
k+=1;
x-=1;
}
this.length=n;
}else{
if(v>0){
k=1;
while(x){
this[n-k]=this[l-k];
k+=1;
x-=1;
}
}
}
for(k=0;k<i;++k){
this[s+k]=arguments[k+2];
}
return a;
};
}
if(![].unshift){
Array.prototype.unshift=function(){
this.splice.apply(this,[0,0].concat(Array.prototype.slice.apply(arguments)));
return this.length;
};
}
if(typeof unFocus=="undefined"){
var unFocus={};
}
if(!unFocus.Utilities){
unFocus.Utilities={};
}
unFocus.Utilities.EventManager=function(_b){
this._listeners={};
for(var i=0;i<arguments.length;i++){
this._listeners[arguments[i]]=[];
}
};
unFocus.Utilities.EventManager.prototype={addEventListener:function(_d,_e){
for(var i=0;i<this._listeners[_d].length;i++){
if(this._listeners[_d][i]==_e){
return;
}
}
this._listeners[_d].push(_e);
},removeEventListener:function(_10,_11){
for(var i=0;i<this._listeners[_10].length;i++){
if(this._listeners[_10][i]==_11){
this._listeners.splice(i,1);
return;
}
}
},notifyListeners:function(_13,_14){
for(var i=0;i<this._listeners[_13].length;i++){
this._listeners[_13][i](_14);
}
}};
unFocus.Utilities.Browser=(function(){
var w=window;
var d=w.document;
var ua=navigator.userAgent.toLowerCase();
var obj=new Object();
if(!undefined){
var _1a;
}
obj.ie=w.VBArray!=_1a;
obj.ie5=(obj.ie&&(!d.createEventObject||!d.namespaces));
obj.ie55=(obj.ie&&!d.implementation);
obj.ie6=(obj.ie&&d.implementation!=_1a&&!w.XMLHttpRequest);
obj.ie7=(obj.ie&&w.XMLHttpRequest!=_1a);
obj.opera=w.opera!=_1a;
obj.gecko=(w.netscape!=_1a&&!this.opera);
obj.khtml=(/safari/.test(ua)||/konqueror/.test(ua));
obj.safari3=(obj.khtml&&w.devicePixelRatio!=_1a);
return obj;
})();
unFocus.History=(function(){
function Keeper(){
if(!undefined){
var _1b;
}
var _1c=this;
var _1d=200;
var _1e=_getHash();
var _1f=setInterval(_watchHash,_1d);
function _getHash(){
return location.hash.substring(1);
}
function _setHash(str){
window.location.hash=str;
}
function _watchHash(){
var _21=_getHash();
if(_1e!=_21){
_1e=_21;
_1c.notifyListeners("historyChange",_21);
}
}
function _createAnchor(str){
if(!_checkAnchorExists(str)){
var _23;
if(unFocus.Utilities.Browser.ie){
anchor=document.createElement("<a name=\""+str+"\">"+str+"</a>");
}else{
anchor=document.createElement("a");
anchor.setAttribute("name",str);
}
with(anchor.style){
position="absolute";
display="block";
top=_getScrollY()+"px";
left=_getScrollX()+"px";
}
document.body.insertBefore(anchor,document.body.firstChild);
}
}
function _checkAnchorExists(str){
if(document.getElementsByName(str).length>0){
return true;
}else{
return false;
}
}
function _getScrollY(){
var _25;
if(self.pageYOffset){
_25=self.pageYOffset;
}else{
if(document.documentElement&&document.documentElement.scrollTop){
_25=document.documentElement.scrollTop;
}else{
if(document.body){
_25=document.body.scrollTop;
}
}
}
}
function _getScrollX(){
var _26;
if(self.pageXOffset){
_26=self.pageXOffset;
}else{
if(document.documentElement&&document.documentElement.scrollLeft){
_26=document.documentElement.scrollLeft;
}else{
if(document.body){
_26=document.body.scrollLeft;
}
}
}
}
function _addHistory(str){
if(_1e!=str){
_createAnchor(str);
_1e=str;
_setHash(str);
_1c.notifyListeners("historyChange",str);
}
return true;
}
_1c.addHistory=function(str){
_createAnchor(_1e);
_1c.addHistory=_addHistory;
return _1c.addHistory(str);
};
_1c.getCurrent=function(){
return _1e;
};
if(unFocus.Utilities.Browser.khtml==true&&unFocus.Utilities.Browser.safari3==false){
var _29=history.length;
var _2a=new Object();
var _2b=false;
var _2c;
_2a[_29]=_1e;
clearInterval(_1f);
_1f=setInterval(_watchHistoryLength,_1d);
function _watchHistoryLength(){
if(!_2b){
var _2d=history.length;
if(_2d!=_29){
_29=_2d;
var _2e=_getHash();
if(_1e!=_2e){
_1e=_2e;
_1c.notifyListeners("historyChange",_2e);
}
}
}
}
function _createSafariSetHashForm(){
_2c=document.createElement("form");
_2c.id="unFocusHistoryForm";
_2c.method="get";
var _2f=window.location.search.substring(1);
var _30=_2f.split("&");
for(var i=0;i<_30.length;++i){
var _32=_30[i].split("=");
var _33=document.createElement("input");
_33.type="hidden";
_33.name=_32[0];
_33.value=_32[1]==_1b?"":_32[1];
_2c.appendChild(_33);
}
document.body.insertBefore(_2c,document.body.firstChild);
}
_setHash=function(str){
_2a[_29]=str;
_2c.action="#"+_getHash();
_2c.submit();
};
_getHash=function(){
return _2a[_29];
};
_1c.addHistory=function(str){
_createAnchor(_1e);
_createSafariSetHashForm();
_1c.addHistory=function(str){
if(_1e!=str){
_createAnchor(str);
_1e=str;
_29=history.length+1;
_2b=true;
_setHash(str);
_1c.notifyListeners("historyChange",str);
_2b=false;
}
return true;
};
return _1c.addHistory(str);
};
}else{
if(unFocus.Utilities.Browser.ie==true&&unFocus.Utilities.Browser.ie5==false){
var _37;
var _38;
_1c.addEventListener("historyChange",function(str){
_setHash(str);
});
function _createHistoryFrame(){
var _3a="unFocusHistoryFrame";
_37=document.createElement("iframe");
_37.setAttribute("name",_3a);
_37.setAttribute("id",_3a);
_37.setAttribute("src","javascript:;");
_37.style.position="absolute";
_37.style.top="-900px";
document.body.insertBefore(_37,document.body.firstChild);
_38=frames[_3a];
_createHistoryHTML(_1e,true);
}
function _createHistoryHTML(str){
with(_38.document){
open("text/html");
write("<html><head></head><body onl","oad=\"parent.unFocus.History._updateFromHistory('"+str+"');\">",str+"</body></html>");
close();
}
}
_1c._updateFromHistory=function(){
_1c._updateFromHistory=function(str){
_1e=str;
_1c.notifyListeners("historyChange",str);
};
};
_1c.addHistory=function(str){
_createHistoryFrame();
_1c.addHistory=function(str){
if(_1e!=str){
_1e=str;
_createHistoryHTML(str);
}
return true;
};
return _1c.addHistory(str);
};
}
}
}
Keeper.prototype=new unFocus.Utilities.EventManager("historyChange");
return new Keeper();
})();

if(typeof thetainteractive=="undefined"){
var thetainteractive=new Object();
}
if(typeof thetainteractive.classes=="undefined"){
thetainteractive.classes=new Object();
}
if(typeof thetainteractive.utilities=="undefined"){
thetainteractive.utilities={getBrowserDimensions:function(){
var x,y;
if(self.innerHeight){
x=self.innerWidth;
y=self.innerHeight;
}else{
if(document.documentElement&&document.documentElement.clientHeight){
x=document.documentElement.clientWidth;
y=document.documentElement.clientHeight;
}else{
if(document.body){
x=document.body.clientWidth;
y=document.body.clientHeight;
}
}
}
return ([x,y]);
},getRequestParameter:function(_2){
var _3=document.location.search||document.location.hash;
if(_3){
var _4=_3.indexOf(_2+"=");
var _5=(_3.indexOf("&",_4)>-1)?_3.indexOf("&",_4):_3.length;
if(_3.length>1&&_4>-1){
return _3.substring(_3.indexOf("=",_4)+1,_5);
}
}
return "";
},getBrowserCode:function(){
if(navigator.userAgent.toLowerCase().indexOf("safari")!=-1){
return "SF";
}else{
if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){
return "MZ";
}else{
return "IE";
}
}
},includeScript:function(_6){
var _7=document.getElementsByTagName("head").item(0);
var _8=document.createElement("script");
_8.setAttribute("language","javascript");
_8.setAttribute("type","text/javascript");
_8.setAttribute("src",_6);
_7.appendChild(_8);
}};
}
if(typeof thetainteractive.classes.Cookie=="undefined"){
new function(){
thetainteractive.classes.Cookie=this;
this.set=function(_9,_a,_b){
var _c="";
if(_b){
var _d=new Date();
_d.setTime(_d.getTime()+(_b*24*60*60*1000));
_c="; expires="+_d.toGMTString();
}
document.cookie=_9+"="+_a+_c+"; path=/";
};
this.get=function(_e){
var _f=_e+"=";
var ca=document.cookie.split(";");
for(var i=0;i<ca.length;i++){
var c=ca[i];
while(c.charAt(0)==" "){
c=c.substring(1,c.length);
}
if(c.indexOf(_f)==0){
return c.substring(_f.length,c.length);
}
}
return "";
};
this.kill=function(_13){
this.set(_13,"",-1);
};
};
}
if(typeof thetainteractive.classes.Suckerfish=="undefined"){
new function(){
thetainteractive.classes.Suckerfish=this;
function parse(eid,tag){
var _16;
var _17=document.getElementById(eid);
if(_17!=null){
_16=_17.getElementsByTagName(tag);
for(var i=0;i<_16.length;i++){
_16[i].onmouseover=function(){
this.className+=" sfhover";
};
_16[i].onmouseout=function(){
this.className=this.className.replace(new RegExp(" sfhover\\b"),"");
};
}
}
}
function init(){
parse("navigation","li");
}
this.repair=function(eid,tag){
parse(eid,tag);
};
if(window.attachEvent){
window.attachEvent("onload",init);
}
};
}

if(typeof thetainteractive=="undefined"){
var thetainteractive=new Object();
}
if(typeof thetainteractive.classes=="undefined"){
thetainteractive.classes=new Object();
}
if(typeof thetainteractive.classes.AjaxConnection=="undefined"){
thetainteractive.classes.AjaxConnection=function(){
var _1=this;
var _2=new Object();
var _3;
function getXMLHTTPObject(){
var _4;
try{
_4=new ActiveXObject("Msxml2.XMLHTTP");
}
catch(e){
try{
_4=new ActiveXObject("Microsoft.XMLHTTP");
}
catch(oc){
_4=null;
}
}
if(!_4&&typeof XMLHttpRequest!="undefined"){
_4=new XMLHttpRequest();
}
if(_4){
return _4;
}
}
function getNameValuePairs(){
var _5="";
for(var _6 in _2){
_5+="&"+escape(_6)+"="+escape(_2[_6]);
}
return _5.substring(1);
}
function parseXMLasObject(_7){
var o=new Object();
for(var i=0;i<_7.childNodes.length;++i){
var _a=_7.childNodes[i];
var _b=_a.nodeName;
var _c=_a.hasChildNodes();
var _d=_a.nodeValue;
o._name=_b;
o._value=_d;
o.attributes=_a.attributes;
o[_b]=arguments.callee(_a);
}
return o;
}
this.load=function(_e){
_3=getXMLHTTPObject();
_3.open("GET",_e,true);
_3.onreadystatechange=function(){
if(_3.readyState==4){
_1.onLoad();
}
};
_3.send(null);
};
this.sendAndLoad=function(_f,_10){
var _11=getNameValuePairs();
if(_10==undefined){
_10="POST";
}
if(_10=="GET"){
_f+="?"+_11;
_11=null;
}
_3=getXMLHTTPObject();
_3.open(_10,_f,true);
_3.onreadystatechange=function(){
if(_3.readyState==4){
_1.onLoad();
}
};
_3.setRequestHeader("Content-Type","application/x-www-form-urlencoded");
_3.send(_11);
};
this.setVariable=function(_12,_13){
_2[_12]=_13;
};
this.getText=function(){
return _3.responseText;
};
this.getXML=function(){
return _3.responseXML;
};
this.getObjectXML=function(){
return parseXMLasObject(this.getXML().firstChild);
};
this.onLoad=function(){
};
};
}

if(typeof thetainteractive=="undefined"){
var thetainteractive=new Object();
}
if(typeof thetainteractive.utilities=="undefined"){
thetainteractive.utilities=new Object();
}
if(typeof thetainteractive.utilities.History=="undefined"){
new function(){
thetainteractive.utilities.History=this;
var _1;
function getSWFObject(){
if(navigator.appName.indexOf("Microsoft")!=-1){
return window[_1];
}else{
return document[_1];
}
}
function setBrowserState(_2){
if(_2==""||_2=="null"||_2==null||_2==undefined){
return;
}
getSWFObject().thetainteractive_utilities_History_setHistory(_2);
}
this.SWFID=function(id){
_1=id;
};
this.listener=function(_4){
setBrowserState(_4);
};
this.setHistory=function(_5){
if(_5==""||_5=="null"||_5==null||_5==undefined){
return;
}
unFocus.History.addHistory(_5);
};
this.getHistory=function(){
return unFocus.History.getCurrent();
};
unFocus.History.addEventListener("historyChange",this.listener);
};
}
var History=thetainteractive.utilities.History;

if(typeof redrocketcms=="undefined"){
var redrocketcms=new Object();
}
if(typeof redrocketcms.classes=="undefined"){
redrocketcms.classes=new Object();
}
if(typeof redrocketcms.utilities=="undefined"){
redrocketcms.utilities={bypassFlash:function(){
var _1=thetainteractive.classes.Cookie;
var _2=thetainteractive.utilities.getRequestParameter("flash");
if(_2!=""){
_1.set("flash",_2);
return _2=="false";
}
_2=_1.get("flash");
if(_2!=""){
return _2=="false";
}
return false;
},createCSS:function(_3,_4){
var _h=document.getElementsByTagName("head")[0];
var _s=document.createElement("style");
var _u=navigator.userAgent.toLowerCase();
var _8=/msie/.test(_u)&&!/opera/.test(_u)&&/win/.test(_u);
if(!_8){
_s.appendChild(document.createTextNode(_3+" {"+_4+"}"));
}
_s.setAttribute("type","text/css");
_s.setAttribute("media","screen");
_h.appendChild(_s);
if(_8&&document.styleSheets&&document.styleSheets.length>0){
var _9=document.styleSheets[document.styleSheets.length-1];
if(typeof _9.addRule=="object"){
_9.addRule(_3,_4);
}
}
},DOMLoad:function(_a){
var u=navigator.userAgent.toLowerCase();
var ie=false;
if(/webkit/.test(u)){
timeout=setTimeout(function(){
if(document.readyState=="loaded"||document.readyState=="complete"){
_a();
}else{
setTimeout(arguments.callee,10);
}
},10);
}else{
if((/mozilla/.test(u)&&!/(compatible)/.test(u))||(/opera/.test(u))){
document.addEventListener("DOMContentLoaded",_a,false);
}else{
if(ie){
(function(){
var _d=document.createElement("document:ready");
try{
_d.doScroll("left");
_a();
_d=null;
}
catch(e){
setTimeout(arguments.callee,0);
}
})();
}else{
window.onload=_a;
}
}
}
}};
}
if(typeof redrocketcms.classes.FlashSite=="undefined"){
new function(){
redrocketcms.classes.FlashSite=this;
var _e=null;
var _f=true;
var _10="None";
var _11=0;
var _12=0;
var _13=0;
var _14=0;
var _15=redrocketcms.utilities.bypassFlash()==false;
var _16="";
var _17="";
var _18="";
var _19="";
var _1a;
var _1b=false;
function getDataValue(_1c,_1d){
var _1e=_1d.split(".");
if(!_1c){
return null;
}
var _1f=_1c.getXML();
for(var i=0;i<_1e.length;++i){
_1f=_1f.getElementsByTagName(_1e[i])[0];
}
if(!_1f){
return null;
}
if(!_1f.firstChild){
return null;
}
return _1f.firstChild.nodeValue;
}
function init(){
if(_1b==true){
return;
}
_1b=true;
if(_15==true){
if(_18!=""){
document.location.href=_18+"#"+_19;
return;
}
_1a=new thetainteractive.classes.AjaxConnection();
_1a.onLoad=function(){
var _21=thetainteractive.utilities.History.getHistory();
_16=getDataValue(_1a,"title_prefix")==null?"":getDataValue(_1a,"title_prefix");
_17=getDataValue(_1a,"title_postfix")==null?"":getDataValue(_1a,"title_postfix");
redrocketcms.classes.FlashSite.titleFunction(_21);
};
_1a.load("index.xml");
redrocketcms.utilities.createCSS("#container","display: none");
redrocketcms.utilities.DOMLoad(embedSwfs);
}
}
function embedSwfs(){
var _22=document.getElementById("container");
_22.style.display="block";
thetainteractive.utilities.History.SWFID("loader");
var _23=new deconcept.SWFObject("assets/movies/loader.swf","loader","100%","100%","8",_e);
_23.useExpressInstall("publish/_api/expressinstall.swf");
_23.write("container");
ResizeFlash(0,0);
if(_f){
var _24=document.createElement("div");
_24.id="redrocket-soundtrack";
_24.style.height="0px";
_24.style.overflow="hidden";
var _25=new FlashObject("publish/_api/soundtrack.swf","soundtrack","100%","100%","8");
_25.write(_24);
document.body.appendChild(_24);
}
unFocus.History.addEventListener("historyChange",redrocketcms.classes.FlashSite.titleFunction);
}
function titleEvent(_26){
var _27=_26.split("-");
for(var i=0;i<_27.length;++i){
_27[i]=_27[i].substring(0,1).toUpperCase()+_27[i].substring(1);
}
_27.pop();
document.title=_16+_27.join(" ")+_17;
}
function resizeEvent(w,h){
if(_10=="AutoHeight"){
resizeAutoHeight(h);
}else{
if(_10=="ExactHeight"){
resizeExactHeight(h);
}
}
}
function resizeAutoHeight(h){
var _2c=thetainteractive.utilities.getBrowserDimensions();
var _2d=document.getElementById("container");
var _2e=document.getElementById("loader");
var _2f;
_2f=parseInt(h);
_2f=isNaN(_2f)?0:_2f;
_2f+=_11;
if(_2f<_12){
_2f=_12;
}
if(_2f<_2c[1]){
_2f="100%";
}else{
_2f=_2f+"px";
}
_2d.style.height=_2f;
_2e.style.height=_2f;
window.scrollTo(0,0);
window.focus();
}
function resizeExactHeight(h){
var _31=document.getElementById("container");
var _32=document.getElementById("loader");
var _33;
_33=parseInt(h);
_33=isNaN(_33)?0:_33;
_33+=_11;
if(_33<_12){
_33=_12;
}
_33=_33+"px";
_31.style.height=_33;
_32.style.height=_33;
window.scrollTo(0,0);
window.focus();
}
this.start=function(){
init();
};
this.resizeFunction=function(w,h){
resizeEvent(w,h);
};
this.titleFunction=function(str){
titleEvent(str);
};
this.setSwfColor=function(str){
_e=str;
};
this.useSoundtrack=function(_38){
_f=_38;
};
this.setSiteRootPath=function(str){
_18=str;
};
this.setSiteRootHash=function(str){
_19=str;
};
this.setResizeStyle=function(str){
_10=str;
};
this.setResizeMetrics=function(n1,n2,n3,n4){
if(n1){
_11=n1;
}
if(n2){
_12=n2;
}
if(n3){
_13=n3;
}
if(n4){
_14=n4;
}
};
this.isLoaded=function(){
return _15;
};
};
}
function ResizeFlash(w,h){
redrocketcms.classes.FlashSite.resizeFunction(w,h);
}
FlashSite=redrocketcms.classes.FlashSite;

