{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}
{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 /**\par
 * SWFObject v1.4: Flash Player detection and embed - http://blog.deconcept.com/swfobject/\par
 *\par
 * SWFObject is (c) 2006 Geoff Stearns and is released under the MIT License:\par
 * http://www.opensource.org/licenses/mit-license.php\par
 *\par
 * **SWFObject is the SWF embed script formarly known as FlashObject. The name was changed for\par
 *   legal reasons.\par
 */\par
if(typeof deconcept=="undefined")\{var deconcept=new Object();\}\par
if(typeof deconcept.util=="undefined")\{deconcept.util=new Object();\}\par
if(typeof deconcept.SWFObjectUtil=="undefined")\{deconcept.SWFObjectUtil=new Object();\}\par
deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a,_b)\{\par
if(!document.createElement||!document.getElementById)\{return;\}\par
this.DETECT_KEY=_b?_b:"detectflash";\par
this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);\par
this.params=new Object();\par
this.variables=new Object();\par
this.attributes=new Array();\par
if(_1)\{this.setAttribute("swf",_1);\}\par
if(id)\{this.setAttribute("id",id);\}\par
if(w)\{this.setAttribute("width",w);\}\par
if(h)\{this.setAttribute("height",h);\}\par
if(_5)\{this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));\}\par
this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion(this.getAttribute("version"),_7);\par
if(c)\{this.addParam("bgcolor",c);\}\par
var q=_8?_8:"high";\par
this.addParam("quality",q);\par
this.setAttribute("useExpressInstall",_7);\par
this.setAttribute("doExpressInstall",false);\par
var _d=(_9)?_9:window.location;\par
this.setAttribute("xiRedirectUrl",_d);\par
this.setAttribute("redirectUrl","");\par
if(_a)\{this.setAttribute("redirectUrl",_a);\}\};\par
deconcept.SWFObject.prototype=\{setAttribute:function(_e,_f)\{\par
this.attributes[_e]=_f;\par
\},getAttribute:function(_10)\{\par
return this.attributes[_10];\par
\},addParam:function(_11,_12)\{\par
this.params[_11]=_12;\par
\},getParams:function()\{\par
return this.params;\par
\},addVariable:function(_13,_14)\{\par
this.variables[_13]=_14;\par
\},getVariable:function(_15)\{\par
return this.variables[_15];\par
\},getVariables:function()\{\par
return this.variables;\par
\},getVariablePairs:function()\{\par
var _16=new Array();\par
var key;\par
var _18=this.getVariables();\par
for(key in _18)\{\par
_16.push(key+"="+_18[key]);\}\par
return _16;\par
\},getSWFHTML:function()\{\par
var _19="";\par
if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length)\{\par
if(this.getAttribute("doExpressInstall"))\{this.addVariable("MMplayerType","PlugIn");\}\par
_19="<embed type=\\"application/x-shockwave-flash\\" src=\\""+this.getAttribute("swf")+"\\" width=\\""+this.getAttribute("width")+"\\" height=\\""+this.getAttribute("height")+"\\"";\par
_19+=" id=\\""+this.getAttribute("id")+"\\" name=\\""+this.getAttribute("id")+"\\" ";\par
var _1a=this.getParams();\par
for(var key in _1a)\{_19+=[key]+"=\\""+_1a[key]+"\\" ";\}\par
var _1c=this.getVariablePairs().join("&");\par
if(_1c.length>0)\{_19+="flashvars=\\""+_1c+"\\"";\}\par
_19+="/>";\par
\}else\{\par
if(this.getAttribute("doExpressInstall"))\{this.addVariable("MMplayerType","ActiveX");\}\par
_19="<object id=\\""+this.getAttribute("id")+"\\" classid=\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\" width=\\""+this.getAttribute("width")+"\\" height=\\""+this.getAttribute("height")+"\\">";\par
_19+="<param name=\\"movie\\" value=\\""+this.getAttribute("swf")+"\\" />";\par
var _1d=this.getParams();\par
for(var key in _1d)\{_19+="<param name=\\""+key+"\\" value=\\""+_1d[key]+"\\" />";\}\par
var _1f=this.getVariablePairs().join("&");\par
if(_1f.length>0)\{_19+="<param name=\\"flashvars\\" value=\\""+_1f+"\\" />";\}\par
_19+="</object>";\}\par
return _19;\par
\},write:function(_20)\{\par
if(this.getAttribute("useExpressInstall"))\{\par
var _21=new deconcept.PlayerVersion([6,0,65]);\par
if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version")))\{\par
this.setAttribute("doExpressInstall",true);\par
this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));\par
document.title=document.title.slice(0,47)+" - Flash Player Installation";\par
this.addVariable("MMdoctitle",document.title);\}\}\par
if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version")))\{\par
var n=(typeof _20=="string")?document.getElementById(_20):_20;\par
n.innerHTML=this.getSWFHTML();\par
return true;\par
\}else\{\par
if(this.getAttribute("redirectUrl")!="")\{document.location.replace(this.getAttribute("redirectUrl"));\}\}\par
return false;\}\};\par
deconcept.SWFObjectUtil.getPlayerVersion=function(_23,_24)\{\par
var _25=new deconcept.PlayerVersion([0,0,0]);\par
if(navigator.plugins&&navigator.mimeTypes.length)\{\par
var x=navigator.plugins["Shockwave Flash"];\par
if(x&&x.description)\{_25=new deconcept.PlayerVersion(x.description.replace(/([a-z]|[A-Z]|\\s)+/,"").replace(/(\\s+r|\\s+b[0-9]+)/,".").split("."));\}\par
\}else\{try\{\par
var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");\par
for(var i=3;axo!=null;i++)\{\par
axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+i);\par
_25=new deconcept.PlayerVersion([i,0,0]);\}\}\par
catch(e)\{\}\par
if(_23&&_25.major>_23.major)\{return _25;\}\par
if(!_23||((_23.minor!=0||_23.rev!=0)&&_25.major==_23.major)||_25.major!=6||_24)\{\par
try\{_25=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));\}\par
catch(e)\{\}\}\}\par
return _25;\};\par
deconcept.PlayerVersion=function(_29)\{\par
this.major=parseInt(_29[0])!=null?parseInt(_29[0]):0;\par
this.minor=parseInt(_29[1])||0;\par
this.rev=parseInt(_29[2])||0;\};\par
deconcept.PlayerVersion.prototype.versionIsValid=function(fv)\{\par
if(this.major<fv.major)\{return false;\}\par
if(this.major>fv.major)\{return true;\}\par
if(this.minor<fv.minor)\{return false;\}\par
if(this.minor>fv.minor)\{return true;\}\par
if(this.rev<fv.rev)\{return false;\}return true;\};\par
deconcept.util=\{getRequestParameter:function(_2b)\{\par
var q=document.location.search||document.location.hash;\par
if(q)\{\par
var _2d=q.indexOf(_2b+"=");\par
var _2e=(q.indexOf("&",_2d)>-1)?q.indexOf("&",_2d):q.length;\par
if(q.length>1&&_2d>-1)\{\par
return q.substring(q.indexOf("=",_2d)+1,_2e);\par
\}\}return "";\}\};\par
if(Array.prototype.push==null)\{\par
Array.prototype.push=function(_2f)\{\par
this[this.length]=_2f;\par
return this.length;\};\}\par
var getQueryParamValue=deconcept.util.getRequestParameter;\par
var FlashObject=deconcept.SWFObject; // for backwards compatibility\par
var SWFObject=deconcept.SWFObject;\par
\par
}
 
