/**
 * SWFAddress 2.1: Deep linking for Flash and Ajax - http://www.asual.com/swfaddress/
 *
 * SWFAddress is (c) 2006-2007 Rostislav Hristov and is released under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 * Uses code from SWFObject 2.0 - http://code.google.com/p/swfobject/
 * SWFObject is (c) 2007 Geoff Stearns, Michael Williams, and Bobby van der Sluis 
 * and is released under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 */
SWFAddressOptimizer=new function(){var _1=location.href.indexOf("#");var _2,_3=[];var _4=function(_5){var rv=_5.toString().split(".");var pv=[0,0,0];var d=null;if(typeof navigator.plugins!="undefined"&&typeof navigator.plugins["Shockwave Flash"]=="object"){d=navigator.plugins["Shockwave Flash"].description;if(d){d=d.replace(/^.*\s+(\S+\s+\S+$)/,"$1");pv[0]=parseInt(d.replace(/^(.*)\..*$/,"$1"),10);pv[1]=parseInt(d.replace(/^.*\.(.*)\s.*$/,"$1"),10);pv[2]=/r/.test(d)?parseInt(d.replace(/^.*r(.*)$/,"$1"),10):0;}}else{if(typeof window.ActiveXObject!="undefined"){var a=null;var _a=false;try{a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");pv=[6,0,21];a.AllowScriptAccess="always";}catch(e){if(pv[0]==6){_a=true;}}if(!_a){try{a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}}if(!_a&&typeof a=="object"){try{d=a.GetVariable("$version");if(d){d=d.split(" ")[1].split(",");pv=[parseInt(d[0],10),parseInt(d[1],10),parseInt(d[2],10)];}}catch(e){}}}}return (pv[0]>rv[0]||(pv[0]==rv[0]&&pv[1]>rv[1])||(pv[0]==rv[0]&&pv[1]==rv[1]&&pv[2]>=rv[2]))?true:false;};var _b=function(_c,_d){var _e=location.href.split(location.hostname)[1].replace(_d,"");if(_c!="/"&&(_1==-1||_1==location.href.length-1)&&(_e!=""&&_e!="/")){var _f;if(window.XMLHttpRequest){_f=new XMLHttpRequest();}else{if(window.ActiveXObject){try{try{_f=new ActiveXObject("Msxml2.XMLHTTP");}catch(e){_f=new ActiveXObject("Microsoft.XMLHTTP");}}catch(e){}}}if(_f){_f.open("get",((typeof _d!="undefined")?_d:"")+"/?"+_c,false);_f.setRequestHeader("Content-Type","application/x-swfaddress");_f.send("");eval(_f.responseText);}}};var _10=function(el){if(el.src&&/swfaddress-optimizer\.js(\?.*)?$/.test(el.src)){return el;}for(var i=0,c;c=el.childNodes[i];i++){if(s=_10(c)){return s;}}};_2=String(_10(document).src);if(_2&&(qi=_2.indexOf("?"))>-1){var _14,_15=_2.substr(qi+1).split("&");for(var j=0,p;p=_15[j];j++){_14=p.split("=");if(/^(flash|base|swfaddress)$/.test(_14[0])){_3[_14[0]]=unescape(_14[1]);}}}if(typeof _3["flash"]!="undefined"){if(_4(_3["flash"])){_b(_3["swfaddress"],_3["base"]);}else{if(_1!=-1){location.replace(location.href.replace(/#(\/)?/,""));}}}else{_b(_3["swfaddress"],_3["base"]);}};