var hasFlash=function(){
var _1=6;
if(navigator.appVersion.indexOf("MSIE")!=-1&&navigator.appVersion.indexOf("Windows")>-1){
document.write("<script language=\"VBScript\"> \non error resume next \nhasFlash = (IsObject(CreateObject(\"ShockwaveFlash.ShockwaveFlash.\" & "+_1+"))) \n</script> \n");
if(window.hasFlash!=null){
return window.hasFlash;
}
}
if(navigator.mimeTypes&&navigator.mimeTypes["application/x-shockwave-flash"]&&navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin){
var _2=(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]).description;
return parseInt(_2.substr(_2.indexOf(".")-2,2),10)>=_1;
}
return false;
}();
String.prototype.normalize=function(){
return this.replace(/\s+/g," ");
};
if(Array.prototype.push==null){
Array.prototype.push=function(){
var i=0,_4=this.length,_5=arguments.length;
while(i<_5){
this[_4++]=arguments[i++];
}
return this.length;
};
}
if(!Function.prototype.apply){
Function.prototype.apply=function(_6,_7){
var _8=[];
var _9,_a;
if(!_6){
_6=window;
}
if(!_7){
_7=[];
}
for(var i=0;i<_7.length;i++){
_8[i]="args["+i+"]";
}
_a="oScope.__applyTemp__("+_8.join(",")+");";
_6.__applyTemp__=this;
_9=eval(_a);
_6.__applyTemp__=null;
return _9;
};
}
var parseSelector=function(){
var _c=/^([^#.>`]*)(#|\.|\>|\`)(.+)$/;
function parseSelector(_d,_e){
var _f=_d.split(/\s*\,\s*/);
var _10=[];
for(var i=0;i<_f.length;i++){
_10=_10.concat(doParse(_f[i],_e));
}
return _10;
}
function doParse(_12,_13,_14){
_12=_12.replace(" ","`");
var _15=_12.match(_c);
var _16,_17,_18,_19,i,_1b;
var _1c=[];
if(_15==null){
_15=[_12,_12];
}
if(_15[1]==""){
_15[1]="*";
}
if(_14==null){
_14="`";
}
if(_13==null){
_13=document;
}
switch(_15[2]){
case "#":
_19=_15[3].match(_c);
if(_19==null){
_19=[null,_15[3]];
}
_16=document.getElementById(_19[1]);
if(_16==null||(_15[1]!="*"&&!matchNodeNames(_16,_15[1]))){
return _1c;
}
if(_19.length==2){
_1c.push(_16);
return _1c;
}
return doParse(_19[3],_16,_19[2]);
case ".":
if(_14!=">"){
_17=getElementsByTagName(_13,_15[1]);
}else{
_17=_13.childNodes;
}
for(i=0,_1b=_17.length;i<_1b;i++){
_16=_17[i];
if(_16.nodeType!=1){
continue;
}
_19=_15[3].match(_c);
if(_19!=null){
if(_16.className==null||_16.className.match("(\\s|^)"+_19[1]+"(\\s|$)")==null){
continue;
}
_18=doParse(_19[3],_16,_19[2]);
_1c=_1c.concat(_18);
}else{
if(_16.className!=null&&_16.className.match("(\\s|^)"+_15[3]+"(\\s|$)")!=null){
_1c.push(_16);
}
}
}
return _1c;
case ">":
if(_14!=">"){
_17=getElementsByTagName(_13,_15[1]);
}else{
_17=_13.childNodes;
}
for(i=0,_1b=_17.length;i<_1b;i++){
_16=_17[i];
if(_16.nodeType!=1){
continue;
}
if(!matchNodeNames(_16,_15[1])){
continue;
}
_18=doParse(_15[3],_16,">");
_1c=_1c.concat(_18);
}
return _1c;
case "`":
_17=getElementsByTagName(_13,_15[1]);
for(i=0,_1b=_17.length;i<_1b;i++){
_16=_17[i];
_18=doParse(_15[3],_16,"`");
_1c=_1c.concat(_18);
}
return _1c;
default:
if(_14!=">"){
_17=getElementsByTagName(_13,_15[1]);
}else{
_17=_13.childNodes;
}
for(i=0,_1b=_17.length;i<_1b;i++){
_16=_17[i];
if(_16.nodeType!=1){
continue;
}
if(!matchNodeNames(_16,_15[1])){
continue;
}
_1c.push(_16);
}
return _1c;
}
return null;
}
function getElementsByTagName(_1d,_1e){
if(_1e=="*"&&_1d.all!=null){
return _1d.all;
}
return _1d.getElementsByTagName(_1e);
}
function matchNodeNames(_1f,_20){
if(_20=="*"){
return true;
}
return _1f.nodeName.toLowerCase().replace("html:","")==_20.toLowerCase();
}
return parseSelector;
}();
function named(_21){
return new named.Arguments(_21);
}
named.Arguments=function(_22){
this.oArgs=_22;
};
named.Arguments.prototype.constructor=named.Arguments;
named.extract=function(_23,_24){
var _25,_26;
var i=_23.length;
while(i--){
_26=_23[i];
if(_26!=null&&_26.constructor!=null&&_26.constructor==named.Arguments){
_25=_23[i].oArgs;
break;
}
}
if(_25==null){
return;
}
for(sName in _25){
if(_24[sName]!=null){
_24[sName](_25[sName]);
}
}
return;
};
var sIFR=function(){
var _28="http://www.w3.org/1999/xhtml";
var _29=false;
var _2a=false;
var _2b=false;
var _2c;
var _2d=[];
var UA=function(){
var sUA=navigator.userAgent.toLowerCase();
var _30={bIsWebKit:sUA.indexOf("applewebkit")>-1,bIsSafari:sUA.indexOf("safari")>-1,bIsKonq:navigator.product!=null&&navigator.product.toLowerCase().indexOf("konqueror")>-1,bIsOpera:sUA.indexOf("opera")>-1,bIsXML:document.contentType!=null&&document.contentType.indexOf("xml")>-1,bHasTransparencySupport:true,bUseDOM:true,nFlashVersion:null,nOperaVersion:null,nGeckoBuildDate:null,nWebKitVersion:null};
_30.bIsKHTML=_30.bIsWebKit||_30.bIsKonq;
_30.bIsGecko=!_30.bIsWebKit&&navigator.product!=null&&navigator.product.toLowerCase()=="gecko";
if(_30.bIsGecko&&sUA.match(/.*gecko\/(\d{8}).*/)){
_30.nGeckoBuildDate=new Number(sUA.match(/.*gecko\/(\d{8}).*/)[1]);
}
if(_30.bIsOpera&&sUA.match(/.*opera(\s|\/)(\d+\.\d+)/)){
_30.nOperaVersion=new Number(sUA.match(/.*opera(\s|\/)(\d+\.\d+)/)[2]);
}
_30.bIsIE=sUA.indexOf("msie")>-1&&!_30.bIsOpera&&!_30.bIsKHTML&&!_30.bIsGecko;
_30.bIsIEMac=_30.bIsIE&&sUA.match(/.*mac.*/)!=null;
if(_30.bIsIE||(_30.bIsOpera&&_30.nOperaVersion<7.6)){
_30.bUseDOM=false;
}
if(_30.bIsWebKit&&sUA.match(/.*applewebkit\/(\d+).*/)){
_30.nWebKitVersion=new Number(sUA.match(/.*applewebkit\/(\d+).*/)[1]);
}
if(window.hasFlash&&(!_30.bIsIE||_30.bIsIEMac)){
var _31=(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]).description;
_30.nFlashVersion=parseInt(_31.substr(_31.indexOf(".")-2,2),10);
}
if(sUA.match(/.*(windows|mac).*/)==null||_30.bIsIEMac||_30.bIsKonq||(_30.bIsOpera&&_30.nOperaVersion<7.6)||(_30.bIsSafari&&_30.nFlashVersion<7)||(!_30.bIsSafari&&_30.bIsWebKit&&_30.nWebKitVersion<312)||(_30.bIsGecko&&_30.nGeckoBuildDate<20020523)){
_30.bHasTransparencySupport=false;
}
if(!_30.bIsIEMac&&!_30.bIsGecko&&document.createElementNS){
try{
document.createElementNS(_28,"i").innerHTML="";
}
catch(e){
_30.bIsXML=true;
}
}
_30.bUseInnerHTMLHack=_30.bIsKonq||(_30.bIsWebKit&&_30.nWebKitVersion<312);
return _30;
}();
if(window.hasFlash==false||!document.createElement||!document.getElementById||(UA.bIsXML&&(UA.bUseInnerHTMLHack||UA.bIsIE))){
return {UA:UA};
}
function sIFR(e){
if((!_33.bAutoInit&&(window.event||e)!=null)||!mayReplace(e)){
return;
}
_29=true;
for(var i=0,_35=_2d.length;i<_35;i++){
replaceElement.apply(null,_2d[i]);
}
_2d=[];
}
var _33=sIFR;
function mayReplace(e){
if(_2a==false||_33.bIsDisabled==true||((UA.bIsXML&&UA.bIsGecko||UA.bIsKHTML)&&e==null&&_29==false)||document.getElementsByTagName("body").length==0){
return false;
}
return true;
}
function escapeHex(_37){
if(UA.bIsIE){
return _37.replace(new RegExp("%d{0}","g"),"%25");
}
return _37.replace(new RegExp("%(?!d)","g"),"%25");
}
function matchNodeNames(_38,_39){
if(_39=="*"){
return true;
}
return _38.nodeName.toLowerCase().replace("html:","")==_39.toLowerCase();
}
function fetchContent(_3a,_3b,_3c,_3d,_3e){
var _3f="";
var _40=_3a.firstChild;
var _41,_42,_43,_44;
if(_3d==null){
_3d=0;
}
if(_3e==null){
_3e="";
}
while(_40){
if(_40.nodeType==3){
_44=_40.nodeValue.replace("<","&lt;");
switch(_3c){
case "lower":
_3f+=_44.toLowerCase();
break;
case "upper":
_3f+=_44.toUpperCase();
break;
default:
_3f+=_44;
}
}else{
if(_40.nodeType==1){
if(matchNodeNames(_40,"a")&&!_40.getAttribute("href")==false){
if(_40.getAttribute("target")){
_3e+="&sifr_url_"+_3d+"_target="+_40.getAttribute("target");
}else{
if(UA.bIsGecko){
_3e+="&sifr_url_"+_3d+"_target=_parent";
}
}
_3e+="&sifr_url_"+_3d+"="+escapeHex(_40.getAttribute("href")).replace(/&/g,"%26");
if(_40.getAttribute("onclick")){
var _45=_40.getAttribute("onclick");
if(typeof _45=="function"){
_45=_40.attributes["onclick"].value;
}
if(UA.bIsGecko){
_45="parent."+_45;
}
_3e+="&onclick="+_45;
}
if(_40.getAttribute("onmouseover")){
var _46=_40.getAttribute("onmouseover");
if(typeof _46=="function"){
_46=_40.attributes["onmouseover"].value;
}
if(UA.bIsGecko){
_46="parent."+_46;
}
_3e+="&onmouseover="+_46;
}
if(_40.getAttribute("onmouseout")){
var _47=_40.getAttribute("onmouseout");
if(typeof _47=="function"){
_47=_40.attributes["onmouseout"].value;
}
if(UA.bIsGecko){
_47="parent."+_47;
}
_3e+="&onmouseout="+_47;
}
_3f+="<a href=\"asfunction:_root.launchURL,"+_3d+"\">";
_3d++;
}else{
if(matchNodeNames(_40,"br")){
_3f+="<br/>";
}
}
if(_40.hasChildNodes()){
_43=fetchContent(_40,null,_3c,_3d,_3e);
_3f+=_43.sContent;
_3d=_43.nLinkCount;
_3e=_43.sLinkVars;
}
if(matchNodeNames(_40,"font")){
_3f+="</FONT>";
}
if(matchNodeNames(_40,"a")){
_3f+="</a>";
}
}
}
_41=_40;
_40=_40.nextSibling;
if(_3b!=null){
_42=_41.parentNode.removeChild(_41);
_3b.appendChild(_42);
}
}
return {"sContent":_3f,"nLinkCount":_3d,"sLinkVars":_3e};
}
function createElement(_48){
if(document.createElementNS&&UA.bUseDOM){
return document.createElementNS(_28,_48);
}else{
return document.createElement(_48);
}
return null;
}
function createObjectParameter(_49,_4a,_4b){
var _4c=createElement("param");
_4c.setAttribute("name",_4a);
_4c.setAttribute("value",_4b);
_49.appendChild(_4c);
}
function appendToClassName(_4d,_4e){
var _4f=_4d.className;
if(_4f==null){
_4f=_4e;
}else{
_4f=_4f.normalize()+(_4f==""?"":" ")+_4e;
}
_4d.className=_4f;
}
function prepare(_50){
var _51=document.documentElement;
if(_33.bHideBrowserText==false){
_51=document.getElementsByTagName("body")[0];
}
if((_33.bHideBrowserText==false||_50)&&_51){
if(_51.className==null||_51.className.match(/\bsIFR\-hasFlash\b/)==null){
appendToClassName(_51,"sIFR-hasFlash");
}
}
}
function replaceElement(_52,_53,_54,_55,_56,_57,_58,_59,_5a,_5b,_5c,_5d,_5e,_5f){
if(!mayReplace()){
return _2d.push(arguments);
}
prepare();
named.extract(arguments,{sSelector:function(_60){
_52=_60;
},sFlashSrc:function(_61){
_53=_61;
},sColor:function(_62){
_54=_62;
},sLinkColor:function(_63){
_55=_63;
},sHoverColor:function(_64){
_56=_64;
},sBgColor:function(_65){
_57=_65;
},nPaddingTop:function(_66){
_58=_66;
},nPaddingRight:function(_67){
_59=_67;
},nPaddingBottom:function(_68){
_5a=_68;
},nPaddingLeft:function(_69){
_5b=_69;
},sFlashVars:function(_6a){
_5c=_6a;
},sCase:function(_6b){
_5d=_6b;
},sWmode:function(_6c){
_5e=_6c;
},sNoFrame:function(_6d){
_5f=_6d;
}});
var _6e=parseSelector(_52);
if(_6e.length==0){
return false;
}
if(_5c!=null){
_5c="&"+_5c.normalize();
}else{
_5c="";
}
if(_54!=null){
_5c+="&textcolor="+_54;
}
if(_56!=null){
_5c+="&hovercolor="+_56;
}
if(_56!=null||_55!=null){
_5c+="&linkcolor="+(_55||_54);
}
if(_58==null){
_58=0;
}
if(_59==null){
_59=0;
}
if(_5a==null){
_5a=0;
}
if(_5b==null){
_5b=0;
}
if(_57==null){
_57="#FFFFFF";
}
if(_5e=="transparent"){
if(!UA.bHasTransparencySupport){
_5e="opaque";
}else{
_57="transparent";
}
}
if(_5e==null){
_5e="";
}
var _6f,_70,_71,_72,_73,_74,_75,_76,_77;
var _78=null;
for(var i=0,_7a=_6e.length;i<_7a;i++){
_6f=_6e[i];
if(_6f.className!=null&&_6f.className.match(/\bsIFR\-replaced\b/)!=null){
continue;
}
_70=_6f.offsetWidth-_5b-_59;
_71=_6f.offsetHeight-_58-_5a;
if(isNaN(_70)||isNaN(_71)){
_33.bIsDisabled=true;
document.documentElement.className=document.documentElement.className.replace(/\bsIFR\-hasFlash\b/,"");
return null;
}
_75=createElement("span");
_75.className="sIFR-alternate";
_77=fetchContent(_6f,_75,_5d);
_74="txt="+escapeHex(_77.sContent).replace(/\+/g,"%2B").replace(/&/g,"%26").replace(/\"/g,"%22").normalize()+_5c+"&w="+_70+"&h="+_71+_77.sLinkVars;
appendToClassName(_6f,"sIFR-replaced");
if(_78==null||!UA.bUseDOM){
if(!UA.bUseDOM){
if(!UA.bIsIE){
_6f.innerHTML=["<embed class=\"sIFR-flash\" type=\"application/x-shockwave-flash\" src=\"",_53,"\" quality=\"best\" wmode=\"",_5e,"\" bgcolor=\"",_57,"\" flashvars=\"",_74,"\" width=\"",_70,"\" height=\"",_71,"\" sifr=\"true\"></embed>"].join("");
}else{
_6f.innerHTML=["<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" sifr=\"true\" width=\"",_70,"\" height=\"",_71,"\" class=\"sIFR-flash\">","<param name=\"movie\" value=\"",_53,"\"></param>","<param name=\"flashvars\" value=\"",_74,"\"></param>","<param name=\"quality\" value=\"best\"></param>","<param name=\"wmode\" value=\"",_5e,"\"></param>","<param name=\"bgcolor\" value=\"",_57,"\"></param>","</object>"].join("");
}
}else{
if(UA.bIsOpera){
_76=createElement("object");
_76.setAttribute("data",_53);
createObjectParameter(_76,"quality","best");
createObjectParameter(_76,"wmode",_5e);
createObjectParameter(_76,"bgcolor",_57);
}else{
_76=createElement("embed");
_76.setAttribute("src",_53);
_76.setAttribute("quality","best");
_76.setAttribute("flashvars",_74);
_76.setAttribute("wmode",_5e);
_76.setAttribute("bgcolor",_57);
_76.setAttribute("pluginspace","http://www.macromedia.com/go/getflashplayer");
_76.setAttribute("scale","noscale");
}
_76.setAttribute("sifr","true");
_76.setAttribute("type","application/x-shockwave-flash");
_76.className="sIFR-flash";
if(!UA.bIsKHTML||!UA.bIsXML){
_78=_76.cloneNode(true);
}
}
}else{
_76=_78.cloneNode(true);
}
if(UA.bUseDOM){
if(UA.bIsOpera){
createObjectParameter(_76,"flashvars",_74);
}else{
_76.setAttribute("flashvars",_74);
}
_76.setAttribute("width",_70);
_76.setAttribute("height",_71);
_76.style.width=_70+"px";
_76.style.height=_71+"px";
if(UA.bIsGecko&&!_5f&&(_77.nLinkCount>0)){
nodeFrame=createElement("iframe");
nodeFrame.setAttribute("marginWidth","0");
nodeFrame.setAttribute("marginHeight","0");
nodeFrame.setAttribute("leftMargin","0");
nodeFrame.setAttribute("topMargin","0");
nodeFrame.setAttribute("width",_70);
nodeFrame.setAttribute("height",_71);
nodeFrame.setAttribute("allowtransparency","true");
nodeFrame.setAttribute("scrolling","no");
nodeFrame.style.border=0;
nodeFrame.style.width=_70+"px";
nodeFrame.style.width=_70+"px";
nodeFrame.style.overflow="hidden";
_6f.appendChild(nodeFrame);
nodeFrame.contentWindow.document.open();
nodeFrame.contentWindow.document.write(["<html><head><title>Blank Page</title><style type=\"text/css\">body {margin:0px;padding:0px;}</style></head><body><embed class=\"sIFR-flash\" type=\"application/x-shockwave-flash\" src=\"",_53,"\" quality=\"best\" wmode=\"",_5e,"\" bgcolor=\"",_57,"\" flashvars=\"",_74,"\" width=\"",_70,"\" height=\"",_71,"\" sifr=\"true\"></embed></body></html>"].join(""));
nodeFrame.contentWindow.document.close();
}else{
_6f.appendChild(_76);
}
}
_6f.appendChild(_75);
if(UA.bUseInnerHTMLHack){
_6f.innerHTML+="";
}
}
if(UA.bIsIE&&_33.bFixFragIdBug){
setTimeout(function(){
document.title=_2c;
},0);
}
return true;
}
function updateDocumentTitle(){
_2c=document.title;
}
function setup(){
if(_33.bIsDisabled==true){
return;
}
_2a=true;
if(_33.bHideBrowserText){
prepare(true);
}
if(window.attachEvent){
window.attachEvent("onload",sIFR);
}else{
if(!UA.bIsKonq&&(document.addEventListener||window.addEventListener)){
if(document.addEventListener){
document.addEventListener("load",sIFR,false);
}
if(window.addEventListener){
window.addEventListener("load",sIFR,false);
}
}else{
if(typeof window.onload=="function"){
var _7b=window.onload;
window.onload=function(){
_7b();
sIFR();
};
}else{
window.onload=sIFR;
}
}
}
if(!UA.bIsIE||window.location.hash==""){
_33.bFixFragIdBug=false;
}else{
updateDocumentTitle();
}
}
function debug(){
prepare(true);
}
debug.replaceNow=function(){
setup();
sIFR();
};
_33.UA=UA;
_33.bAutoInit=true;
_33.bFixFragIdBug=true;
_33.replaceElement=replaceElement;
_33.updateDocumentTitle=updateDocumentTitle;
_33.appendToClassName=appendToClassName;
_33.setup=setup;
_33.debug=debug;
_33.bIsDisabled=false;
_33.bHideBrowserText=true;
return _33;
}();
if(typeof sIFR=="function"&&!sIFR.UA.bIsIEMac&&(!sIFR.UA.bIsWebKit||sIFR.UA.nWebKitVersion>=100)){
sIFR.setup();
}

