var toolTips=new Array();function createToolTip(E,C){if(toolTips!=null){var D=false;for(var B=0;B<toolTips.length;B++){if(toolTips[B]==E){D=true;break}}if(!D){var A=$create(MySpace.UI.Tooltip,{content:C},null,null,$get(E));A.set_showDelay(0);A.set_hideDelay(0);toolTips.push(E)}}}function showGrayImage(C,B){var A=$get(C);if(A!=null){A.src=B}}function blinkElement(B,D,E,H){try{H=H*2+1;var A=B;var F=A.style.color;var C=setInterval(function(){A.style.color=A.style.color==F?D:F},E);setTimeout("clearInterval("+C+");",E*H)}catch(G){}}function FriendSubmit(D){var E=$get("qry_123");var B=$get("f_first_name");var C="false";if(B!=null){if(oldSearchBox.get_value()!=""){C="true"}else{blinkElement(B,"red","400","3")}}else{if(newSearchBox.get_value()!=""){C="true"}else{blinkElement(E,"red","400","3")}}if(C=="true"){var A=$get(D);A.submit()}}function Menuage(){if(navigator.appVersion.indexOf("MSIE")==-1){return}var C,B,D,I,A=/\s*hvr/,H="",F,E="hvr",G="globalMenu";for(C=0;C<10;C++){D=document.getElementById(G+H);if(D){I=D.getElementsByTagName("LI");if(I){for(B=0;B<I.length;B++){I[B].onmouseover=function(){F=this.className;cl=(F)?F+" "+E:E;this.className=cl;this.style.zIndex=10000};I[B].onmouseout=function(){F=this.className;this.className=(F)?F.replace(A,""):""}}}}H=C+1}}Type.registerNamespace("MySpace.Splash.Today");MySpace.Splash.Today.TabControl=function(A){MySpace.Splash.Today.TabControl.initializeBase(this,[A]);this.tabContentDivs=new Array();this.tabIDs=null;this.tabsString="";this.firstTab=null};MySpace.Splash.Today.TabControl.prototype={initialize:function(){try{this.tabIDs=this.tabsString.split(",");var E=this;for(var C=0;C<this.tabIDs.length;C++){var A=this.tabIDs[C];var D=$get(A);if(D){D.tabControl=this;$addHandler(D,"click",this.tab_OnClick);if(D.className=="selected"){this.tabContentDivs[A]=$get(this.firstTab)}}}}catch(B){}},dispose:function(){try{if(this.tabIDs){for(var B=0;B<this.tabIDs.length;B++){var C=$get(this.tabIDs[B]);if(C){$clearHandlers(C)}}}}catch(A){}},tab_OnClick:function(){try{var G=this.tabControl;var C=this.id;for(var E=0;E<G.tabIDs.length;E++){var B=G.tabIDs[E];var F=$get(B);var A=G.tabContentDivs[B];if(B==C){F.className="selected";if(A){A.style.display="block"}else{G._loadTab(C)}}else{F.className="";if(A){A.style.display="none"}}}}catch(D){}},_loadTab:function(C){var B=document.createElement("div");B.className="today_loading";this.tabContentDivs[C]=B;this.get_element().appendChild(B);if(!MySpace.CMS.cache[C]){MySpace.CMS.cache[C]={}}var A=MySpace.CMS.cache[C];if(A&&new Date()<A.expire){this._onGetContentComplete(A.response,C)}else{var D=C.substring(5,C.length-3);MySpace.WebRequest.invoke("/modules/splash/handlers/partialupdatehandler.ashx?contenttype="+D,true,"",Function.createDelegate(this,this._onGetContentComplete),Function.createDelegate(this,this._onGetContentFail),C,0)}},_onGetContentComplete:function(E,D){try{var C=D;var B=new Date();B.setTime(B.getTime()+120000);MySpace.CMS.cache[C]={response:E,expire:B};var A=this.tabContentDivs[C];A.className="";A.innerHTML=E}catch(F){}},_onGetContentFail:function(B){try{var A=B;this.tabContentDivs[A].className="";this.tabContentDivs[A].innerHTML=""}catch(C){}}};MySpace.Splash.Today.TabControl.registerClass("MySpace.Splash.Today.TabControl",Sys.UI.Control);function TopTenTab(F,B,D,A,G,E){this.title=F;this.name=B;this.moreText=A;this.moreLink=G;this.charts=E;this.selectedChartIndex=0;this.selected=false;for(var C=0;C<this.charts.length;C++){this.charts[C].isFirst=C===0;this.charts[C].isLast=C===this.charts.length-1;this.charts[C].parent=this}}TopTenTab.prototype.select=function(){if(this.selected){return}var A=$get(this.name+"Tab");if(A===null){return}Sys.UI.DomElement.addCssClass(A,"selected");this.selected=true;TopTen.topChartsViewMoreLink.title=this.moreText;TopTen.topChartsViewMoreLink.innerHTML=this.moreText;TopTen.topChartsViewMoreLink.href=this.moreLink;Sys.UI.DomElement.addCssClass(TopTen.topChartDiv,"top"+this.name);this.charts[this.selectedChartIndex].select()};TopTenTab.prototype.unselect=function(){var A=$get(this.name+"Tab");if(A===null){return}Sys.UI.DomElement.removeCssClass(A,"selected");this.selected=false;Sys.UI.DomElement.removeCssClass(TopTen.topChartDiv,"top"+this.name)};TopTenTab.prototype.selectChart=function(A){this.selectedChartIndex=A;this.charts[this.selectedChartIndex].select()};TopTenTab.prototype.previousChart=function(){if(this.selectedChartIndex===0){return}this.selectChart(this.selectedChartIndex-1)};TopTenTab.prototype.nextChart=function(){if(this.selectedChartIndex===this.charts.length-1){return}this.selectChart(this.selectedChartIndex+1)};function TopTenChart(C,B,A){this.title=C;this.page=B;this.items=null;this.culture=A;this.isFirst=false;this.isLast=false}TopTenChart.prototype.select=function(){TopTen.currentChart=this;TopTen.topChartTitle.innerHTML=this.title;if(this.isFirst){Sys.UI.DomElement.addCssClass(TopTen.topChartPrevious,"disabled")}else{Sys.UI.DomElement.removeCssClass(TopTen.topChartPrevious,"disabled")}if(this.isLast){Sys.UI.DomElement.addCssClass(TopTen.topChartNext,"disabled")}else{Sys.UI.DomElement.removeCssClass(TopTen.topChartNext,"disabled")}TopTen.showLoading();if(this.items===null){this.getItems()}else{TopTen.topTenList.innerHTML=this.getHTML();TopTen.showChart()}};TopTenChart.prototype.getItems=function(){try{var B=(this.culture==null||this.culture=="")?userCulture:this.culture;MySpace.Web.Modules.Splash.Services.TopTenService.GetTopTen(this.parent.name,this.page,B,this.getItems_onComplete,this.getItems_onFail,this)}catch(A){TopTen.showError()}};TopTenChart.prototype.getItems_onComplete=function(B,A){try{var C=A;C.items=B;if(TopTen.currentChart==C){TopTen.topTenList.innerHTML=C.getHTML();TopTen.showChart()}}catch(D){TopTen.showError()}};TopTenChart.prototype.getItems_onFail=function(){TopTen.showError()};TopTenChart.prototype.getHTML=function(){var B="";for(var A=0;A<this.items.length;A++){var C=this.items[A];B+='<li><span class="listNumbers">'+C.Rank+'</span>             <div class="artistImage">             <img src="'+C.ImageUrl+'" alt="'+C.Name+'" /></div>             <div class="artistRank"><h4><a href="'+C.LinkUrl+'" title="'+C.Name+'">'+C.Name+'</a></h4>             <div class="genre" style="width: '+C.Width+'%;">'+C.Description+"</div></div></li>"}return B};if(typeof TopTen!="object"){TopTen=new Object()}TopTen.init=function(){this.selectedTab=null;this.currentChart=null;this.topChartsViewMoreLink=$get("topChartsViewMoreLink");this.topChartDiv=$get("topChart");this.topChartTitle=$get("topChartTitle");this.topChartPrevious=$get("topChartPrevious");this.topChartNext=$get("topChartNext");this.topTenList=$get("topTenList");this.topChartLoading=$get("topChartLoading");this.topChartError=$get("topChartError")};TopTen.selectTab=function(C){try{if(this.selectedTab===null){this.selectedTab=this.tabs[0]}for(var A=0;A<this.tabs.length;A++){if(this.tabs[A].name==C){this.tabs[A].select();this.selectedTab=this.tabs[A]}else{this.tabs[A].unselect()}}}catch(B){TopTen.showError()}};TopTen.previousChart=function(){try{if(this.selectedTab===null){this.selectedTab=this.tabs[0]}this.selectedTab.previousChart()}catch(A){TopTen.showError()}};TopTen.nextChart=function(){try{if(this.selectedTab===null){this.selectedTab=this.tabs[0]}this.selectedTab.nextChart()}catch(A){TopTen.showError()}};TopTen.showLoading=function(){try{if(TopTen.topTenList.clientHeight>0){TopTen.topChartLoading.style.height=TopTen.topTenList.clientHeight+"px"}TopTen.topChartError.style.display="none";TopTen.topTenList.style.display="none";TopTen.topChartLoading.style.display="block"}catch(A){TopTen.showError()}};TopTen.showError=function(){try{TopTen.topChartError.style.display="block";TopTen.topTenList.style.display="none";TopTen.topChartLoading.style.display="none"}catch(A){}};TopTen.showChart=function(){try{TopTen.topChartError.style.display="none";TopTen.topTenList.style.display="block";TopTen.topChartLoading.style.display="none"}catch(A){TopTen.showError()}};Type.registerNamespace("MySpace.Web.Modules.Splash.Services");MySpace.Web.Modules.Splash.Services.TopTenService=function(){MySpace.Web.Modules.Splash.Services.TopTenService.initializeBase(this);this._timeout=0;this._userContext=null;this._succeeded=null;this._failed=null};MySpace.Web.Modules.Splash.Services.TopTenService.prototype={GetTopTen:function(C,D,A,E,B,F){return this._invoke(MySpace.Web.Modules.Splash.Services.TopTenService.get_path(),"GetTopTen",false,{module:C,chart:D,culture:A},E,B,F)}};MySpace.Web.Modules.Splash.Services.TopTenService.registerClass("MySpace.Web.Modules.Splash.Services.TopTenService",Sys.Net.WebServiceProxy);MySpace.Web.Modules.Splash.Services.TopTenService._staticInstance=new MySpace.Web.Modules.Splash.Services.TopTenService();MySpace.Web.Modules.Splash.Services.TopTenService.set_path=function(A){MySpace.Web.Modules.Splash.Services.TopTenService._staticInstance._path=A};MySpace.Web.Modules.Splash.Services.TopTenService.get_path=function(){return MySpace.Web.Modules.Splash.Services.TopTenService._staticInstance._path};MySpace.Web.Modules.Splash.Services.TopTenService.set_timeout=function(A){MySpace.Web.Modules.Splash.Services.TopTenService._staticInstance._timeout=A};MySpace.Web.Modules.Splash.Services.TopTenService.get_timeout=function(){return MySpace.Web.Modules.Splash.Services.TopTenService._staticInstance._timeout};MySpace.Web.Modules.Splash.Services.TopTenService.set_defaultUserContext=function(A){MySpace.Web.Modules.Splash.Services.TopTenService._staticInstance._userContext=A};MySpace.Web.Modules.Splash.Services.TopTenService.get_defaultUserContext=function(){return MySpace.Web.Modules.Splash.Services.TopTenService._staticInstance._userContext};MySpace.Web.Modules.Splash.Services.TopTenService.set_defaultSucceededCallback=function(A){MySpace.Web.Modules.Splash.Services.TopTenService._staticInstance._succeeded=A};MySpace.Web.Modules.Splash.Services.TopTenService.get_defaultSucceededCallback=function(){return MySpace.Web.Modules.Splash.Services.TopTenService._staticInstance._succeeded};MySpace.Web.Modules.Splash.Services.TopTenService.set_defaultFailedCallback=function(A){MySpace.Web.Modules.Splash.Services.TopTenService._staticInstance._failed=A};MySpace.Web.Modules.Splash.Services.TopTenService.get_defaultFailedCallback=function(){return MySpace.Web.Modules.Splash.Services.TopTenService._staticInstance._failed};MySpace.Web.Modules.Splash.Services.TopTenService.set_path("/Modules/Splash/Services/TopTenService.asmx");MySpace.Web.Modules.Splash.Services.TopTenService.GetTopTen=function(C,D,A,E,B,F){MySpace.Web.Modules.Splash.Services.TopTenService._staticInstance.GetTopTen(C,D,A,E,B,F)};var gtc=Sys.Net.WebServiceProxy._generateTypedConstructor;if(typeof(MySpace.Web.Modules.Splash.Services.TopItem)==="undefined"){MySpace.Web.Modules.Splash.Services.TopItem=gtc("MySpace.Web.Modules.Splash.Services.TopItem");MySpace.Web.Modules.Splash.Services.TopItem.registerClass("MySpace.Web.Modules.Splash.Services.TopItem")}function doSubmit(){document.cookie="SplashDisplayName=1; expires=Fri, 31 Dec 1999 23:59:59 GMT;";if(oneClick==1){oneClick=0;if(loginText==null){loginText=document.getElementById("LoginText")}loginText.innerText=preLoadLogin;setTimeout("oneClick=1;",8000);document.aspnetForm.submit()}}function clearCookieAndHideGreeting(){document.cookie="SplashDisplayName=1; expires=Fri, 31 Dec 1999 23:59:59 GMT;";if(email!=null){email.value=""}if(greetingDiv!=null){greetingDiv.style.display="none"}return false}function validate_form(){if(validate_element(email)==false){return false}if(validate_element(password)==false){return false}if(validate_element(verification)==false){return false}return true}function validate_element(A){if(A!=null&&validate_required(A.value)==false){A.focus();return false}return true}function validate_required(A){return(A==null||A==""?false:true)}function onWindowSubmit(){var A=(typeof(validate_form)=="function"?validate_form():true);if(A==false){if(loginText==null){loginText=document.getElementById("LoginText")}loginText.innerText=postLoadLogin;setTimeout("oneClick=1;",8000)}return A}function Email_Textbox_onKeyUp(B){var A;if(window.event){A=window.event.keyCode}else{if(B){A=B.keyCode}}if(A==13){password.focus()}}function Password_Textbox_onKeyUp(B){var A;if(window.event){A=window.event.keyCode}else{if(B){A=B.keyCode}}if(A==13){if(onWindowSubmit()==true){doSubmit()}}}function RefreshCI(){clearTimeout(timerID);var A=document.getElementById(tbID);A.value="";var B=document.getElementById(imageID);B.src=url+"&r="+ ++i;timerID=self.setTimeout("RefreshCI()",secs*1000)}function StartCITimer(){timerID=self.setTimeout("RefreshCI()",secs*1000)}Type.registerNamespace("MySpace.Splash.StayLoggedIn");MySpace.Splash.StayLoggedIn.TabControl=function(A){MySpace.Splash.StayLoggedIn.TabControl.initializeBase(this,[A]);this.friendUpdates=null;this.friendStatus=null;this.friendUpdatesContent=null;this.friendStatusContent=null};MySpace.Splash.StayLoggedIn.TabControl.prototype={initialize:function(){try{var B=this;this.friendUpdates=$get("friendUpdates");this.friendStatus=$get("friendStatus");$addHandler(this.friendUpdates,"click",Function.createDelegate(this,this._showFriendUpdates));$addHandler(this.friendStatus,"click",Function.createDelegate(this,this._showFriendStatus));this._showFriendUpdates()}catch(A){}},dispose:function(){try{var C=$get("friendUpdates");var A=$get("friendStatus");if(this.friendUpdates){$clearHandlers(this.friendUpdates)}if(this.friendStatus){$clearHandlers(this.friendStatus)}}catch(B){}},_showFriendUpdates:function(){try{Sys.UI.DomElement.addCssClass(this.friendUpdates,"current");Sys.UI.DomElement.removeCssClass(this.friendStatus,"current");if(this.friendStatusContent){this.friendStatusContent.style.display="none"}if(this.friendUpdatesContent){this.friendUpdatesContent.style.display="block"}else{this.friendUpdatesContent=document.createElement("div");Sys.UI.DomElement.addCssClass(this.friendUpdatesContent,"friendUpdates");Sys.UI.DomElement.addCssClass(this.friendUpdatesContent,"today_loading");$get("stayloggedinModuleContent").appendChild(this.friendUpdatesContent);MySpace.WebRequest.invoke("/Modules/HomeDisplay/Services/ActivitiesService.asmx/GetActivitiesForHomeHtmlCached?mins=5&userid="+MySpace.ClientContext.UserId+"&culture=1",true,"",Function.createDelegate(this,this._onGetContentComplete),Function.createDelegate(this,this._onGetContentFail),this.friendUpdatesContent,0)}}catch(A){}},_showFriendStatus:function(){try{Sys.UI.DomElement.addCssClass(this.friendStatus,"current");Sys.UI.DomElement.removeCssClass(this.friendUpdates,"current");if(this.friendUpdatesContent){this.friendUpdatesContent.style.display="none"}if(this.friendStatusContent){this.friendStatusContent.style.display="block"}else{this.friendStatusContent=document.createElement("div");Sys.UI.DomElement.addCssClass(this.friendStatusContent,"friendStatus");Sys.UI.DomElement.addCssClass(this.friendStatusContent,"today_loading");$get("stayloggedinModuleContent").appendChild(this.friendStatusContent);MySpace.WebRequest.invoke("/Modules/HomeDisplay/Services/UserStatusService.asmx/GetHTMLForUserStatusExtended?rounded=true",true,"",Function.createDelegate(this,this._onGetContentComplete),Function.createDelegate(this,this._onGetContentFail),this.friendStatusContent,0)}}catch(A){}},_onGetContentComplete:function(B,A){try{var D=A;Sys.UI.DomElement.removeCssClass(D,"today_loading");if(Sys.Browser.agent==Sys.Browser.InternetExplorer){D.innerHTML=B.documentElement.text}else{D.innerHTML=B.documentElement.textContent}}catch(C){}},_onGetContentFail:function(A){try{var C=A;Sys.UI.DomElement.removeCssClass(C,"today_loading");C.innerHTML="error"}catch(B){}}};MySpace.Splash.StayLoggedIn.TabControl.registerClass("MySpace.Splash.StayLoggedIn.TabControl",Sys.UI.Control);if(typeof(Sys)!=="undefined"){Sys.Application.notifyScriptLoaded()}if(typeof deconcept=="undefined"){var deconcept={}}if(typeof deconcept.util=="undefined"){deconcept.util={}}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil={}}deconcept.SWFObject=function(E,C,K,F,H,J,L,G,A,D){if(!document.getElementById){return}this.DETECT_KEY=D?D:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params={};this.variables={};this.attributes=[];this.addVariable("e",escape(document.location));if(E){this.setAttribute("swf",E)}if(C){this.setAttribute("id",C)}if(K){this.setAttribute("width",K)}if(F){this.setAttribute("height",F)}if(H){this.setAttribute("version",new deconcept.PlayerVersion(H.toString().split(".")))}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){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(J){this.addParam("bgcolor",J)}var B=L?L:"high";this.addParam("quality",B);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var I=(G)?G:window.location;this.setAttribute("xiRedirectUrl",I);this.setAttribute("redirectUrl","");if(A){this.setAttribute("redirectUrl",A)}};deconcept.SWFObject.prototype={useExpressInstall:function(A){this.xiSWFPath=!A?"expressinstall.swf":A;this.setAttribute("useExpressInstall",true)},setAttribute:function(A,B){this.attributes[A]=B},getAttribute:function(A){return this.attributes[A]||""},addParam:function(A,B){this.params[A]=B},getParams:function(){return this.params},addVariable:function(A,B){this.variables[A]=B},getVariable:function(A){return this.variables[A]||""},getVariables:function(){return this.variables},getVariablePairs:function(){var A=[];var B;var C=this.getVariables();for(B in C){A[A.length]=B+"="+C[B]}return A},getSWFHTML:function(){var D="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath)}D='<embed type="application/x-shockwave-flash" src="'+this.getAttribute("swf")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" style="'+(this.getAttribute("style")||"")+'"';D+=' id="'+this.getAttribute("id")+'" name="'+this.getAttribute("id")+'" ';var C=this.getParams();for(var A in C){D+=[A]+'="'+C[A]+'" '}var B=this.getVariablePairs().join("&");if(B.length>0){D+='flashvars="'+B+'"'}D+="/>"}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath)}D='<object id="'+this.getAttribute("id")+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" style="'+(this.getAttribute("style")||"")+'">';D+='<param name="movie" value="'+this.getAttribute("swf")+'" />';var C=this.getParams();for(var A in C){D+='<param name="'+A+'" value="'+C[A]+'" />'}var B=this.getVariablePairs().join("&");if(B.length>0){D+='<param name="flashvars" value="'+B+'" />'}D+="</object>"}return D},write:function(A){if(this.getAttribute("useExpressInstall")){var B=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(B)&&!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 C=(typeof A=="string")?document.getElementById(A):A;C.innerHTML=this.getSWFHTML();return true}else{if(this.getAttribute("redirectUrl")!==""){document.location.replace(this.getAttribute("redirectUrl"))}}return false}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var C=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var A=navigator.plugins["Shockwave Flash"];if(A&&A.description){C=new deconcept.PlayerVersion(A.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 D=1;var B=3;while(D){try{B++;D=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+B);C=new deconcept.PlayerVersion([B,0,0])}catch(E){D=null}}}else{try{var D=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(E){try{var D=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");C=new deconcept.PlayerVersion([6,0,21]);D.AllowScriptAccess="always"}catch(E){if(C.major==6){return C}}try{D=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(E){}}if(D!==null){C=new deconcept.PlayerVersion(D.GetVariable("$version").split(" ")[1].split(","))}}}return C};deconcept.PlayerVersion=function(A){this.major=A[0]!==null?parseInt(A[0],10):0;this.minor=A[1]!==null?parseInt(A[1],10):0;this.rev=A[2]!==null?parseInt(A[2],10):0};deconcept.PlayerVersion.prototype.versionIsValid=function(A){if(this.major<A.major){return false}if(this.major>A.major){return true}if(this.minor<A.minor){return false}if(this.minor>A.minor){return true}if(this.rev<A.rev){return false}return true};deconcept.util={getRequestParameter:function(D){var C=document.location.search||document.location.hash;if(D===null){return C}if(C){var B=C.substring(1).split("&");for(var A=0;A<B.length;A++){if(B[A].substring(0,B[A].indexOf("="))==D){return B[A].substring((B[A].indexOf("=")+1))}}}return""}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var C=document.getElementsByTagName("OBJECT");for(var B=C.length-1;B>=0;B--){C[B].style.display="none";for(var A in C[B]){if(typeof C[B][A]=="function"){C[B][A]=function(){}}}}};if(!document.getElementById&&document.all){document.getElementById=function(A){return document.all[A]}}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;