﻿CSStateArray={};CSCookieArray={};CSCookieValArray={};function CSWriteCookie(b){var e="DFT"+b[1],g=b[2],f=b[3],d=b[4],h=b[5],i=new Date((new Date).getTime()+g*3.6e6),a="";for(var c in CSCookieArray)if("DFT"+CSCookieArray[c]==e){if(a!="")a+="&";a+=c+":"+escape(CSStateArray[c])}if(g!=0)a+="; expires="+i.toGMTString();if(f!="")a+="; path="+f;if(d!="")a+="; domain="+d;if(h==true)a+="; secure";document.cookie=e+"="+a}function CSReadCookie(i){var e="DFT"+i[1],a=document.cookie;if(a=="")return;var b=a.indexOf(e);if(b==-1)return;b+=e.length+1;var c=a.indexOf(";",b);if(c==-1)c=a.length;var h=a.substring(b,c),f=h.split("&");for(var d=0;d<f.length;d++){var g=f[d].split(":");CSStateArray[g[0]]=unescape(g[1])}}function CSDefineState(a){CSCookieArray[a[1]]=a[3]}function CSSetState(a){CSStateArray[a[1]]=a[2]}function CSInitState(a){if(typeof CSStateArray[a[1]]=="undefined")CSStateArray[a[1]]=a[2]}function CSCheckState(a){var e=CSStateArray[a[1]],f=a[2];if(typeof e=="object"){for(var d=0;d<e.length;d++)if(e[d]!=f[d])return false;return true}var b,c=a[3];if(c=="==")b=CSStateArray[a[1]]==a[2];else if(c=="!=")b=CSStateArray[a[1]]!=a[2];else if(c==">")b=CSStateArray[a[1]]>a[2];else if(c==">=")b=CSStateArray[a[1]]>=a[2];else if(c=="<")b=CSStateArray[a[1]]<a[2];else if(c=="<=")b=CSStateArray[a[1]]<=a[2];return b}CSAg=window.navigator.userAgent;CSBVers=parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10);CSIsW3CDOM=document.getElementById&&!(IsIE()&&CSBVers<6)?true:false;function IsIE(){return CSAg.indexOf("MSIE")>0}function CSIEStyl(a){return document.all.tags("div")[a].style}function CSNSStyl(a){if(CSIsW3CDOM)return document.getElementById(a).style;else return CSFindElement(a,0)}CSIImg=false;function CSInitImgID(){if(!CSIImg&&document.images){for(var a=0;a<document.images.length;a++)if(!document.images[a].id)document.images[a].id=document.images[a].name;CSIImg=true}}function CSFindElement(b,e){if(CSBVers<4)return document[b];if(CSIsW3CDOM){CSInitImgID();return document.getElementById(b)}var c=e?e.document:document,a=c[b];if(!a)for(var d=0;d<c.layers.length;d++){a=CSFindElement(b,c.layers[d]);if(a)return a}return a}function CSGetImage(a){if(document.images)return !IsIE()&&CSBVers<5?CSFindElement(a,0):document.images[a];else return null}CSDInit=false;function CSIDOM(){if(CSDInit)return;CSDInit=true;if(document.getElementsByTagName){var b=document.getElementsByTagName("DIV");for(var a=0;a<b.length;a++)CSICSS2Prop(b[a].id)}}function CSICSS2Prop(d){var e=document.getElementsByTagName("STYLE");for(var a=0;a<e.length;a++){var c=e[a].childNodes;for(var b=0;b<c.length;b++)CSSetCSS2Props(CSFetchStyle(c[b].data,d),d)}}function CSFetchStyle(b,c){var a=b;while(a.indexOf("#")!=-1){a=a.substring(a.indexOf("#")+1,b.length);if(a.substring(0,a.indexOf("{")).toUpperCase().indexOf(c.toUpperCase())!=-1)return a.substring(a.indexOf("{")+1,a.indexOf("}"))}return ""}function CSGetStyleAttrValue(e,f){var a=e.toUpperCase(),b=f.toUpperCase()+":",c=a.indexOf(b);if(c==-1)return "";a=a.substring(c+b.length+1,e.length);var d=a.indexOf(";");return d==-1?a:a.substring(0,d)}function CSSetCSS2Props(b,c){var d=document.getElementById(c);if(d==null)return;var a=document.getElementById(c).style;if(a){if(a.left=="")a.left=CSGetStyleAttrValue(b,"left");if(a.top=="")a.top=CSGetStyleAttrValue(b,"top");if(a.width=="")a.width=CSGetStyleAttrValue(b,"width");if(a.height=="")a.height=CSGetStyleAttrValue(b,"height");if(a.visibility=="")a.visibility=CSGetStyleAttrValue(b,"visibility");if(a.zIndex=="")a.zIndex=CSGetStyleAttrValue(b,"z-index")}}function CSSetStylePos(b,c,a){if(CSIsW3CDOM)c==0?(document.getElementById(b).style.left=a+"px"):(document.getElementById(b).style.top=a+"px");else if(IsIE())c==0?(CSIEStyl(b).posLeft=a):(CSIEStyl(b).posTop=a);else c==0?(CSNSStyl(b).left=a):(CSNSStyl(b).top=a)}function CSGetStylePos(a,b){if(CSIsW3CDOM){CSIDOM();return parseInt(b==0?document.getElementById(a).style.left:document.getElementById(a).style.top)}else if(IsIE()){CSIEWinInit();return b==0?CSIEStyl(a).posLeft:CSIEStyl(a).posTop}else return b==0?CSNSStyl(a).left:CSNSStyl(a).top}CSIEWInit=false;function CSIEWinInit(){if(CSIEWInit==true)return;else CSIEWInit=true;if(IsIE()&&CSAg.indexOf("Win")!=-1&&CSBVers==4){var b=0,a=document.all.tags("div")[b++];while(a){a.style.posLeft=a.offsetLeft;a.style.posTop=a.offsetTop;a=document.all.tags("div")[b++]}}}CSLoopIsRunning=false;CSFctArray=[];CSTimeoutID=null;function CSLoop(){CSLoopIsRunning=false;for(i=0;i<CSFctArray.length;i++){var a=CSFctArray[i];if(a)if(a.DoFunction(a)){CSLoopIsRunning=true;a.counter++}else CSFctArray[i]=0}if(CSLoopIsRunning)CSTimeoutID=setTimeout("CSLoop()",1)}function CSStartFunction(c,b){if(!CSLoopIsRunning){CSFctArray=0;CSFctArray=[]}var a={};a.DoFunction=c;a.counter=0;a.data=b;CSFctArray[CSFctArray.length]=a;if(!CSLoopIsRunning)CSLoop()}function CSStopFunction(c){var a;for(a=0;a<CSFctArray.length;a++){var b=CSFctArray[a];if(b)if(b.data.name==c){CSFctArray[a]=0;return}}}function CSStopComplete(){if(CSTimeoutID==null)return;clearTimeout(CSTimeoutID);CSLoopIsRunning=false;CSTimeoutID=null}function CSMoveLoop(a){var c=60*((new Date).getTime()-a.data.startTime)/1e3,b=c/a.data.ticks;if(b<1){CSSetStylePos(a.data.layer,0,a.data.start[0]*(1-b)+a.data.end[0]*b);CSSetStylePos(a.data.layer,1,a.data.start[1]*(1-b)+a.data.end[1]*b);return true}else{CSSetStylePos(a.data.layer,0,a.data.end[0]);CSSetStylePos(a.data.layer,1,a.data.end[1])}return false}function CSSlideObj(b,c,e,d,a){this.layer=b;this.start=c;this.end=e;this.ticks=d;this.startTime=a}function CSSlideLayer(a,c,g,b){var d=c[0],e=c[1];if(a=="")return;if(b<0)b=0;if(!g){CSSetStylePos(a,0,d);CSSetStylePos(a,1,e)}else{var f=new CSSlideObj(a,[CSGetStylePos(a,0),CSGetStylePos(a,1)],[d,e],b,(new Date).getTime());CSStartFunction(CSMoveLoop,f)}}function ROFindEmbed(a){if(CSIsW3CDOM){var b=null;for(j=0;j<document.embeds.length;j++)if(document.embeds[j].name==a){b=document.embeds[j];break}return b}else return CSFindElement(a)}function ROUnpackVersionNumber(a){return ""+(a>>28)+"."+((a&267386880)>>20)+"."+((a&1044480)>>12)+"."+(a&4095)}function CSSetStyleVis(a,b){if(CSIsW3CDOM){CSIDOM();document.getElementById(a).style.visibility=b==0?"hidden":"visible"}else if(IsIE())CSIEStyl(a).visibility=b==0?"hidden":"visible";else CSNSStyl(a).visibility=b==0?"hide":"show"}function CSGetStyleVis(a){if(CSIsW3CDOM){CSIDOM();return document.getElementById(a).style.visibility=="hidden"?0:1}else if(IsIE())return CSIEStyl(a).visibility=="hidden"?0:1;else return CSNSStyl(a).visibility=="hide"?0:1}ROOnPLCArray=[];function RPOnPositionLengthChange(c){for(var b=0;b<ROOnPLCArray.length;b++){var a=ROOnPLCArray[b];if(typeof a=="object")if(a.time==c)if(a.type=="navigate"){window.parent.external.HandleAction("NavigateToURL("+a.url+","+a.target+")");ROOnPLCArray[b]=0}else if(a.type=="color"){window.parent.external.SetVideoBackgroundColor(a.color);ROOnPLCArray[b]=0}}}function CSGetLayerClip(a){CSIDOM();if(a.isIE)return new CSRect(0,0,a.offsetWidth,a.offsetHeight);else if(CSBVers>=5)return new CSRect(0,0,parseInt(a.style.width),parseInt(a.style.height));else return new CSRect(a.clip.left,a.clip.top,a.clip.width,a.clip.height)}function CSSetLayerClip(a,b){var c,d,f,e;c=b.left;d=b.top;f=c+b.width;e=d+b.height;if(a.isIE)a.style.clip="rect("+d+" "+f+" "+e+" "+c+")";else if(CSBVers>=5)a.style.clip="rect("+d+"px, "+f+"px, "+e+"px, "+c+"px)";else{a.clip.left=c;a.clip.top=d;a.clip.width=b.width;a.clip.height=b.height}CSSetStyleVis(a.layer)}function CSRect(c,d,b,a){this.left=c;this.top=d;this.width=b;this.height=a}function CSCreateTransElement(b,c){var a;if(IsIE())a=document.all.tags("div")[b];else if(CSBVers>=5)a=document.getElementById(b);else a=CSNSStyl(b);if(a==null)return null;if(a.locked&&a.locked==true)return null;a.isIE=IsIE();a.clipRect=CSGetLayerClip(a);if(a.clipRect==null)return null;a.maxValue=c;if(a.maxValue<=0)a.maxValue=30;a.modus="";a.layer=b;a.width=a.clipRect.width;a.height=a.clipRect.height;a.locked=true;return a}function CSDisposeTransElement(a){a.locked=false}function CSScriptInit(){if(typeof skipPage!="undefined")if(skipPage)return;idxArray=[];for(var a=0;a<CSInit.length;a++)idxArray[a]=a;CSAction2(CSInit,idxArray)}function CSScriptExit(){idxArray=[];for(var a=0;a<CSExit.length;a++)idxArray[a]=a;CSAction2(CSExit,idxArray)}CSInit=[];CSExit=[];CSStopExecution=false;function CSAction(a){return CSAction2(CSAct,a)}function CSAction2(g,f){var e;for(var d=0;d<f.length;d++){if(CSStopExecution)return false;var b=g[f[d]];if(b==null)return false;var c=[];for(var a=1;a<b.length;a++)if(b[a]!=null&&typeof b[a]=="object"&&b[a].length==2)if(b[a][0]=="VAR")c[a]=CSStateArray[b[a][1]];else if(b[a][0]=="ACT")c[a]=CSAction(new Array(new String(b[a][1])));else c[a]=b[a];else c[a]=b[a];e=b[0](c)}return e}CSAct={};CSIm={};function CSIShow(a,b){if(document.images)if(CSIm[a]){var c=CSGetImage(a);if(c&&typeof CSIm[a][b].src!="undefined")c.src=CSIm[a][b].src;if(b!=0)self.status=CSIm[a][3];else self.status=" ";return true}return false}function CSILoad(b){im=b[1];if(document.images){CSIm[im]={};for(var a=2;a<5;a++)if(b[a]!=""){CSIm[im][a-2]=new Image;CSIm[im][a-2].src=b[a]}else CSIm[im][a-2]=0;CSIm[im][3]=b[5]}}function newImage(a){if(document.images){rslt=new Image;rslt.src=a;return rslt}}userAgent=window.navigator.userAgent;browserVers=parseInt(userAgent.charAt(userAgent.indexOf("/")+1),10);mustInitImg=true;function initImgID(){var a=document.images;if(mustInitImg&&a){for(var b=0;b<a.length;b++)if(!a[b].id)a[b].id=a[b].name;mustInitImg=false}}function findElement(c,f){var b=document;if(browserVers<4)return b[c];if(browserVers>=6&&b.getElementById){initImgID;return b.getElementById(c)}var d=f?f.document:b,a=d[c];if(!a)for(var e=0;e<d.layers.length;e++){a=findElement(c,d.layers[e]);if(a)return a}return a}function changeImagesArray(e){if(preloadFlag==true){var b=document,a;for(i=0;i<e.length;i+=2){a=null;var d=e[i];if(b.images)if(b.layers)a=findElement(d,0);else a=b.images[d];if(!a&&b.getElementById)a=b.getElementById(d);if(!a&&b.getElementsByName){var c=b.getElementsByName(d);if(c)for(j=0;j<c.length;j++)if(c[j].src){a=c[j];break}}if(a)a.src=e[i+1]}}}function changeImages(){changeImagesArray(changeImages.arguments)}function toggleImages(){for(var a=0;a<toggleImages.arguments.length;a+=2)if(selected==toggleImages.arguments[a])changeImagesArray(toggleImages.arguments[a+1])}function CSClickReturn(){var a=window.navigator.userAgent,b=window.navigator.appName;if(b.indexOf("Explorer")>=0&&a.indexOf("Mozilla/3")>=0&&a.indexOf("Mac")>=0)return true;else return false}function CSButtonReturn(){return !CSClickReturn()}function CSBrowserSwitch(b){var c=window.navigator.userAgent,h=window.navigator.appName,g=h.indexOf("Netscape")>=0,f=h.indexOf("Explorer")>=0,j=c.indexOf("Win")>=0,i=c.indexOf("Mac")>=0,d=0,e=c.indexOf("Mozilla/");if(e>=0){var l=c.substring(e+8,e+9);d=parseInt(l)-2}var m=b[1],k=b[2],a;if(k){if(g&&i)a=b[3];if(f&&i)a=b[5];if(g&&j)a=b[4];if(f&&j)a=b[6]}else{if(g)a=b[3];if(f)a=b[4]}if(d>a.length-1)d=a.length-1;if(a[d]==0){location=m;CSStopExecution=true}}function CSURLPopupShow(b,c,d){var e=!IsIE()&&CSBVers>=5?document.forms[b]:CSFindElement(b),a=e.elements[c];window.open(a.options[a.selectedIndex].value,d);a.selectedIndex=0}function CSSetStyleDepth(b,a){if(CSIsW3CDOM)document.getElementById(b).style.zIndex=a;else if(IsIE())CSIEStyl(b).zIndex=a;else CSNSStyl(b).zIndex=a}function CSGetStyleDepth(a){if(CSIsW3CDOM){CSIDOM();return document.getElementById(a).style.zIndex}else if(IsIE())return CSIEStyl(a).zIndex;else return CSNSStyl(a).zIndex}CSSeqArray=[];function CSSeqActionFct(a,c,d){if(a.loop<2||c%2!=0)for(var b=0;b<a.actionCount;b++)if(a.actions[3*b+1]<=a.frame){if(c>1&&a.actions[3*b+1]<a.start)continue;if(a.actions[3*b+2]<c){a.actions[3*b+2]=c;CSLoopIsRunning=true;CSAction(new Array(a.actions[3*b+0]));d=true}}else{d=true;break}else for(var b=a.actionCount-1;b>=0;b--)if(a.actions[3*b+1]>a.frame){if(a.actions[3*b+1]>a.end)continue;if(a.actions[3*b+2]<c){a.actions[3*b+2]=c;CSLoopIsRunning=true;CSAction(new Array(a.actions[3*b+0]));d=true}}else{d=true;break}return d}function CSSeqFunction(s){var a=s.data,r=a.frame,q=(new Date).getTime();a.frame=Math.round(a.fps*(q-a.startTicks)/1e3-.5);var e=false,j=1;if(a.loop>0){e=true;if(a.loop==1){var f=a.end-a.start,d=Math.round((a.frame-a.start)/f-.5);if(d<0)d=0;j=d+1;a.frame=a.start+(a.frame-a.start)%(a.end-a.start)}else{var f=a.end-a.start,d=Math.round((a.frame-a.start)/f-.5);if(d<0)d=0;j=d+1;d=(a.frame-a.start)%(2*f);if(d>f)d=2*f-d;a.frame=a.start+d}}e=CSSeqActionFct(a,j,e);for(var l=0;l<a.tracks.length;l++){var b=a.tracks[l],i=0,m=0,g=0,c=b.parts.ticks.length;for(var h=0;h<b.parts.ticks.length;h++){i+=b.parts.ticks[h];if(i>a.frame){c=h;g=a.frame-m;break}m=i}if(c<b.parts.ticks.length){var k=b.parts.moveType[c];if(k==1)CSSetLinearPos(b,c,g);else if(k==2)CSSetCurvePos(b,c,g);else if(k==3)if(r!=a.frame)CSSetRandomPos(b,c,g);else{o=CSGetStylePos(b.layer,0);p=CSGetStylePos(b.layer,1)}CSSetStyleVis(b.layer,b.parts.visibilities[c]);CSSetStyleDepth(b.layer,b.parts.depths[c]);e=true}else{var c=b.parts.moveType.length-1,n=b.parts.positions,o=n[c*6+0],p=n[c*6+1];CSSetStylePos(b.layer,0,o);CSSetStylePos(b.layer,1,p);CSSetStyleVis(b.layer,b.parts.visibilities[c]);CSSetStyleDepth(b.layer,b.parts.depths[c])}}return e}function CSSetLinearPos(c,d,m){var n=c.parts.ticks[d],g=d*6,h=(d+1)*6,a=c.parts.positions,e=a[g+0],f=a[g+1],i,j,k,l,b=m/n;i=e;k=f;j=a[h+0];l=a[h+1];e=i*(1-b)+j*b;f=k*(1-b)+l*b;CSSetStylePos(c.layer,0,e);CSSetStylePos(c.layer,1,f)}function CSSetCurvePos(d,g,w){var x=d.parts.ticks[g],b=g*6,j=(g+1)*6,a=d.parts.positions,h=a[b+0],i=a[b+1],o,p,q,r,s,t,u,v,y=w/x,c=y,e=c*c,f=e*c,k=3*(e-c)-f+1,l=3*(f+c-2*e),m=3*(e-f),n=f;o=h;s=i;p=a[b+2];t=a[b+3];q=a[b+4];u=a[b+5];r=a[j+0];v=a[j+1];h=o*k+p*l+q*m+r*n;i=s*k+t*l+u*m+v*n;CSSetStylePos(d.layer,0,h);CSSetStylePos(d.layer,1,i)}function CSSetRandomPos(b,c,n){var o=b.parts.ticks[c],h=c*6,i=(c+1)*6,a=b.parts.positions,d=a[h+0],e=a[h+1],j,k,l,m,p=n/o;j=d;l=e;k=a[i+0];m=a[i+1];var f=Math.random(),g=Math.random();d=j*(1-f)+k*f;e=l*(1-g)+m*g;CSSetStylePos(b.layer,0,d);CSSetStylePos(b.layer,1,e)}function CSStartSeq(d){var a=CSGetScene(d),c=new Date;a.startTicks=c.getTime();for(var b=0;b<a.actionCount;b++)a.actions[3*b+2]=0;CSStartFunction(CSSeqFunction,a)}function CSSceneObj(h,j,g,e,i,d,b,a,f,c){this.name=h;this.fps=j;this.loop=g;this.start=e;this.end=i;this.frame=d;this.startTicks=b;this.actionCount=a;this.actions=f;this.tracks=c}function CSTrackObj(d,b,a,c){this.layer=d;this.partIdx=b;this.partCount=a;this.parts=c}function CSPartObj(c,d,b,e,a){this.ticks=c;this.positions=d;this.depths=b;this.visibilities=e;this.moveType=a}function CSGetScene(b){for(i=0;i<CSSeqArray.length;i++){var a=CSSeqArray[i];if(a.name==b)return a}return 0}function CSAutoStartScene(a){CSStartSeq(a[1])}function CSActionGroup(b){for(var a=1;a<b.length;a++)CSAction(new Array(b[a]))}function ROAddToNowPlayingList(a){var i,h,b,d,g,f,c,e;h=a[1];d=a[2];if(d=="(EmptyReference!)")d="";g=a[3];f=a[4];c=a[5];if(c=="(EmptyReference!)")c="";if(a[6]==0)e="_rpbrowser";else e="_rpexternal";b="Album name="+a[7];b+="|Artist name="+a[8];b+="|CDNum="+a[9];b+="|Comments="+a[10];b+="|Genre="+a[11];b+="|Language="+a[12];b+="|Mood="+a[13];b+="|Preference="+a[14];b+="|Situation="+a[15];b+="|Title="+a[16];b+="|Year="+a[17];window.parent.external.AddToNowPlaying(h,b,d,g,f,c,e)}function CSCallAction(a){CSAction(new Array(a[1]))}function CSCallFunction(action){var str=action[1];str+="(";str+=action[2];str+=");";return eval(str)}function ROClearNowPlayingList(){window.parent.external.ClearNowPlaying()}function CSshowtimedateID(a){a[2]!=""?(updateobject=a[2]):(updateobject=a[1]);showtime=a[3];usemilitary=a[4];showdate=a[5];dateformat=a[6];showday=a[7];leadin=a[8];opentag=a[9];closetag=a[10];theTimer=setTimeout("theClockDate()",10)}function theClockDate(){now=new Date;theMonth=now.getMonth()+1;theDate=now.getDate();theYear=now.getFullYear();theDay=now.getDay();hours=now.getHours();if(navigator.appVersion.indexOf("MSIE 5.0; Macintosh")!=-1)if(theMonth<=11&&theMonth>=4)hours=hours+1;ampm=hours>=12?"PM":"AM";hours=hours>12&&usemilitary==false?hours-12:hours;if(hours==0)hours=12;if(hours>=1&&hours<=9)hours="0"+hours;minutes=now.getMinutes();if(minutes<10)minutes="0"+minutes;time="";showtime==true?(time=" "+hours+":"+minutes):(time="",ampm="");usemilitary==true?(ampm=""):(ampm=ampm);days=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];today=days[theDay];if(showdate==true){if(dateformat==0)todisplay=theMonth+"/"+theDate+"/"+theYear;if(dateformat==1)todisplay=theDate+"/"+theMonth+"/"+theYear;if(dateformat==2)todisplay=theYear+"/"+theMonth+"/"+theDate;if(dateformat==3)todisplay=theYear+"/"+theDate+"/"+theMonth}else todisplay="";if(showday==true)todisplay=today+", "+todisplay;if(document.all)document.all(updateobject).innerHTML=opentag+leadin+todisplay+time+" "+ampm+closetag;else if(document.getElementById)document.getElementById(updateobject).innerHTML=opentag+leadin+todisplay+time+" "+ampm+closetag;theTimer=setTimeout("theClockDate()",2e3)}function CSCloseWindow(){if(self.parent.frames.length!=0)self.parent.close();else window.close()}function CSConditionAction(a){if(a[1])if(CSAction(new Array(a[1]))==true){if(a[2])CSAction(new Array(a[2]))}else if(a[3])CSAction(new Array(a[3]))}function WBConfirmLink(a){if(checkIt(a))if(a[2]!="(Empty Reference!)"&&a[2]!="(EmptyReference!)")if(a[3].length<1)parent.location.href=a[2];else parent.frames[a[3]].location.href=a[2];return}function checkIt(b){var a=window.confirm(b[1]);return a}function CSCSSRedirect(c){if(navigator.platform.indexOf("Win32")!=-1)os="windows";if(navigator.platform.indexOf("Mac")!=-1)os="mac";if(navigator.platform.indexOf("x")!=-1||navigator.platform.indexOf("BSD")!=-1||navigator.platform.indexOf("S")!=-1)os="unix";if(navigator.appName.indexOf("Microsoft")!=-1)browser="IE";if(navigator.appName.indexOf("Netscape")!=-1)browser="NN";if(navigator.appVersion.indexOf("4.")!=-1)version=4;if(navigator.appVersion.indexOf("5.")!=-1)version=5;var b='<LINK REL="styleSheet" TYPE="text/css" HREF="'+c[2]+'" >',a=c[1];if(a==0&&os=="mac"&&browser=="NN"&&version==4)document.write(b);else if(a==1&&os=="mac"&&browser=="NN"&&version==5)document.write(b);else if(a==2&&os=="windows"&&browser=="NN"&&version==4)document.write(b);else if(a==3&&os=="windows"&&browser=="NN"&&version==5)document.write(b);else if(a==4&&os=="unix"&&browser=="NN"&&version==4)document.write(b);else if(a==5&&os=="unix"&&browser=="NN"&&version==5)document.write(b);else if(a==6&&os=="mac"&&browser=="IE")document.write(b);else if(a==7&&os=="windows"&&browser=="IE")document.write(b)}function initIArray(){this.length=initIArray.arguments.length;for(var a=0;a<this.length;a++)this[a+1]=initIArray.arguments[a]}function dailyImageURL(a){var e=new initIArray("Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"),d=new Date,c=e[d.getDay()];if(d.getDay()==0)c="Sunday";var b=null;if(document.images){if(!IsIE()&&CSBVers<5)b=CSFindElement(a[1],0);else b=document.images[a[1]];if(b){if(c=="Monday"&&a[2]!="(Empty Reference!)"&&a[2]!="(EmptyReference!)")b.src=a[2];if(c=="Tuesday"&&a[3]!="(Empty Reference!)"&&a[3]!="(EmptyReference!)")b.src=a[3];if(c=="Wednesday"&&a[4]!="(Empty Reference!)"&&a[4]!="(EmptyReference!)")b.src=a[4];if(c=="Thursday"&&a[5]!="(Empty Reference!)"&&a[5]!="(EmptyReference!)")b.src=a[5];if(c=="Friday"&&a[6]!="(Empty Reference!)"&&a[6]!="(EmptyReference!)")b.src=a[6];if(c=="Saturday"&&a[7]!="(Empty Reference!)"&&a[7]!="(EmptyReference!)")b.src=a[7];if(c=="Sunday"&&a[8]!="(Empty Reference!)"&&a[8]!="(EmptyReference!)")b.src=a[8]}}}function initArray(){this.length=initArray.arguments.length;for(var a=0;a<this.length;a++)this[a+1]=initArray.arguments[a]}function dailyRedirect(a){var d=new initArray("Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"),c=new Date,b=d[c.getDay()];if(c.getDay()==0)b="Sunday";if(b=="Monday"&&a[1]!="(Empty Reference!)"&&a[1]!="(EmptyReference!)")window.location=a[1];if(b=="Tuesday"&&a[2]!="(Empty Reference!)"&&a[2]!="(EmptyReference!)")window.location=a[2];if(b=="Wednesday"&&a[3]!="(Empty Reference!)"&&a[3]!="(EmptyReference!)")window.location=a[3];if(b=="Thursday"&&a[4]!="(Empty Reference!)"&&a[4]!="(EmptyReference!)")window.location=a[4];if(b=="Friday"&&a[5]!="(Empty Reference!)"&&a[5]!="(EmptyReference!)")window.location=a[5];if(b=="Saturday"&&a[6]!="(Empty Reference!)"&&a[6]!="(EmptyReference!)")window.location=a[6];if(b=="Sunday"&&a[7]!="(Empty Reference!)"&&a[7]!="(EmptyReference!)")window.location=a[7]}function CSDeleteCookie(b){var e=b[1],d=b[2],c=-12000;path="/";domain=null;var a=new Date;a.setTime(a.getTime()+c*60*60*1e3);SetCookie(e,d,a)}function SetCookie(f,e){var c=SetCookie.arguments,b=SetCookie.arguments.length,a=b>2?c[2]:null,d=b>5?c[5]:false;document.cookie=f+"="+escape(e)+(a==null?"":"; expires="+a.toGMTString())+(path==null?"":"; path="+path)+(domain==null?"":"; domain="+domain)+(d==true?"; secure":"")}function CSdigitalclock(a){img1=CSGetImage(a[1]);img2=CSGetImage(a[2]);img3=CSGetImage(a[3]);img4=CSGetImage(a[4]);usemilitary=a[5];giflocation=a[6];path=giflocation.substring(0,giflocation.length-5);extension=giflocation.indexOf("jpg")!=-1?".jpg":".gif";digClock()}function digClock(){now=new Date;hours=now.getHours();theMonth=now.getMonth();if(navigator.appVersion.indexOf("MSIE 5.0; Macintosh")!=-1){if(theMonth<=11&&theMonth>=4)hours=hours+1;if(hours==24)hours=0}minutes=now.getMinutes();hours=hours>12&&usemilitary==false?hours-12:hours;if(hours>=0&&hours<=9)hours="0"+hours;if(usemilitary==false&&hours==0)hours=12;if(minutes>=0&&minutes<=9)minutes="0"+minutes;hours=""+hours;minutes=""+minutes;hour1=hours.substring(0,1);hour2=hours.substring(1,2);minutes1=minutes.substring(0,1);minutes2=minutes.substring(1,2);updater()}function updater(){img1.src=path+hour1+extension;img2.src=path+hour2+extension;img3.src=path+minutes1+extension;img4.src=path+minutes2+extension;theTimer=setTimeout("digClock()",1e3)}function CSDocWrite(a){document.write(a[1])}var gCSIEDragObject=null,gDragX,gDragY;function CSSetupDrag(a){this.x=0;this.y=0;if(IsIE()){this.canDrag=true;this.layerObj=document.all.tags("div")[a];this.layerObj.dragObj=this;document.ondragstart=CSIEStartDrag;document.onmousedown=CSIEMouseDown;document.onmouseup=CSIEStopDrag}else if(CSBVers>=5){this.layerObj=document.getElementById(a);this.layerObj.addEventListener("mousedown",CSNS6StartDrag,true);this.layerObj.addEventListener("mouseup",CSNS6StopDrag,true)}else{this.layer=CSNSStyl(a);this.onmousemove=null;this.layer.document.theLayer=this;this.layer.document.captureEvents(Event.MOUSEDOWN);this.layer.document.onmousedown=CSNSStartDrag;this.layer.document.onmouseup=CSNSStopDrag}}function CSNS6StartDrag(a){CSIDOM();a.currentTarget.addEventListener("mousemove",CSNS6DoDrag,true);gDragX=a.clientX;gDragY=a.clientY;a.preventDefault()}function CSNS6DoDrag(a){var b=a.currentTarget.style;b.left=parseInt(b.left)+(a.clientX-gDragX)+"px";b.top=parseInt(b.top)+(a.clientY-gDragY)+"px";gDragX=a.clientX;gDragY=a.clientY}function CSNS6StopDrag(a){a.target.removeEventListener("mousedown",CSNS6StartDrag,true);a.target.removeEventListener("mouseup",CSNS6StopDrag,true);a.currentTarget.removeEventListener("mousemove",CSNS6DoDrag,true);a.preventDefault()}function CSNSStartDrag(a){var b=false;if(a.target!=this){for(var c=0;c<this.images.length;c++)if(this.images[c]==a.target){b=true;break}}else b=true;if(b){this.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);this.onmousemove=CSNSDoDrag;this.theLayer.x=a.pageX;this.theLayer.y=a.pageY;this.routeEvent(a);return false}this.onmousemove=null;this.releaseEvents(Event.MOUSEMOVE|Event.MOUSEUP);this.routeEvent(a);return true}function CSNSStopDrag(){this.onmousemove=null;this.releaseEvents(Event.MOUSEMOVE|Event.MOUSEUP);return false}function CSNSDoDrag(a){this.theLayer.layer.moveBy(a.pageX-this.theLayer.x,a.pageY-this.theLayer.y);this.theLayer.x=a.pageX;this.theLayer.y=a.pageY;this.routeEvent(a)}function CSIEStartDrag(){if(gCSIEDragObject!=null&&gCSIEDragObject.tagName==event.srcElement.tagName)event.returnValue=false}function CSIEStopDrag(){gCSIEDragObject=null;document.onmousemove=null}function CSIEMouseDown(){if(event.button==1){dragLayer=event.srcElement;while(dragLayer!=null){if(dragLayer.dragObj==null&&dragLayer.tagName=="DIV")break;if(dragLayer.dragObj!=null)break;dragLayer=dragLayer.parentElement}if(dragLayer==null)return;if(dragLayer.dragObj!=null&&dragLayer.dragObj.canDrag){gCSIEDragObject=dragLayer;gCSIEDragObject.dragObj.x=event.clientX;gCSIEDragObject.dragObj.y=event.clientY;document.onmousemove=CSIEMouseMove}}}function CSIEMouseMove(){gCSIEDragObject.dragObj.layerObj.style.pixelLeft+=event.clientX-gCSIEDragObject.dragObj.x;gCSIEDragObject.dragObj.layerObj.style.pixelTop+=event.clientY-gCSIEDragObject.dragObj.y;gCSIEDragObject.dragObj.x=event.clientX;gCSIEDragObject.dragObj.y=event.clientY;event.returnValue=false;event.cancelBubble=true}var gDragArray=[];function CSDrag(a){gDragArray[gDragArray.length]=new CSSetupDrag(a[1])}function ROEmbeddedActions(act){var fct,i,j,name,nsemb;name=act[1];if(!IsIE())nsemb=ROFindEmbed(name);if(act[2]!=""){fct=act[2];fct+="(";if(act[3]==undefined)fct+=")";for(i=3;i<act.length;i++){fct+="'";fct+=act[i];fct+="'";if(i==act.length-1)fct+=")";else fct+=","}}if(IsIE())return eval(name+"."+fct);else if(nsemb)return nsemb.eval(fct)}function CSFieldValidate(e){var h=e[1],g=e[2],a=document.forms[h].elements[g].value,f=document.forms[h].elements[g],b="";function c(){alert(e[6]);f.select();f.focus()}function o(){if(a=="")c()}function m(){if(a=="")c();for(i=0;i<a.length;i++)if(a.charAt(i)<"0"||a.charAt(i)>"9")b="notnumber";if(b=="notnumber")c()}function n(){if(a=="")c();for(i=0;i<a.length;i++)if(a.charAt(i)>="0"&&a.charAt(i)<="9")b="notalpha";if(b=="notalpha")c()}function j(){numofChars=a.length;if(numofChars!=e[4])c()}function k(){if(a!=e[5])c()}function l(){invalidChars=" /:,;";if(a=="")b="badEmail";for(i=0;i<5;i++){badChar=invalidChars.charAt(i);if(a.indexOf(badChar,0)>-1)b="badEmail"}atsignLoc=a.indexOf("@",1);if(atsignLoc==-1)b="badEmail";if(a.indexOf("@",atsignLoc+1)>-1)b="badEmail";dotLoc=a.indexOf(".",atsignLoc);if(dotLoc==-1)b="badEmail";if(dotLoc+3>a.length)b="badEmail";if(b=="badEmail")c()}function p(){var d=new Array(a.length),b=0,e=0;for(b=0;b<a.length;++b)d[b]=parseInt(a.charAt(b));for(b=d.length-2;b>=0;b-=2){d[b]*=2;if(d[b]>9)d[b]-=9}for(b=0;b<d.length;++b)e+=d[b];isinteger=e/10;if(parseInt(isinteger)!=isinteger)c()}var d=e[3];if(d==0)o();else if(d==1)m();else if(d==2)n();else if(d==3)j();else if(d==4)k();else if(d==5)l();else if(d==6)p()}function CSFlipMove(a){if(a[1]=="")return;var b=CSGetStylePos(a[1],0),c=CSGetStylePos(a[1],1),d=a[2][0],e=a[2][1];if(d!=b||e!=c)CSSlideLayer(a[1],a[2],a[4],a[5]);else CSSlideLayer(a[1],a[3],a[4],a[5])}if(navigator.appName=="Netscape"&&navigator.appVersion.charAt(0)>=5){leftH=".left";topV=".top";nndoc="document.getElementById(layername).style";iestyle="";offsetH="window.pageXOffset";offsetV="window.pageYOffset"}else if(navigator.appName=="Netscape"&&navigator.appVersion.charAt(0)>=4){leftH=".left";topV=".top";nndoc="document.";iestyle="";offsetH="window.pageXOffset";offsetV="window.pageYOffset"}else if(navigator.appName=="Microsoft Internet Explorer"){leftH=".pixelLeft";topV=".pixelTop";nndoc="";iestyle="document.getElementById(layername).style";offsetH="document.body.scrollLeft";offsetV="document.body.scrollTop"}function getnewPos(){var currentH=eval(offsetH),currentV=eval(offsetV);x=parseInt(currentH)+parseInt(xpos);y=parseInt(currentV)+parseInt(ypos);moveLayer();setTimeout("getnewPos()",10)}function CSFloatLayer(action){layername=action[1];ypos=action[2];xpos=action[3];if(navigator.appVersion.charAt(0)>=5||navigator.appName=="Microsoft Internet Explorer"){leftPos=eval(nndoc+iestyle+leftH);topPos=eval(nndoc+iestyle+topV)}else{leftPos=eval(nndoc+layername+iestyle+leftH);topPos=eval(nndoc+layername+iestyle+topV)}getnewPos()}function moveLayer(){if(navigator.appVersion.charAt(0)>=5||navigator.appName=="Microsoft Internet Explorer"){eval(nndoc+iestyle+topV+"="+y);eval(nndoc+iestyle+leftH+"="+x)}else{eval(nndoc+layername+iestyle+topV+"="+y);eval(nndoc+layername+iestyle+leftH+"="+x)}}function frameP(b){if(parent.frames.length==0){var a=window.location.href.substring(window.location.href.lastIndexOf("/")+1,window.location.href.length);window.location.href=b[1]+"?"+b[2]+"="+a}else if(top.location.search!=""){var d=top.location.search.substring(1,top.location.search.indexOf("="));if(name==d){var c=top.location.search.substring(top.location.search.indexOf("=")+1,top.location.search.length),a=window.location.href.substring(window.location.href.lastIndexOf("/")+1,window.location.href.length);if(a!=c)location=c}}}function ROGetClipInfo(c){var a,b;b=c[1];if(b==0)a="Album name";else if(b==1)a="Artist name";else if(b==2)a="CDNum";else if(b==3)a="Comments";else if(b==4)a="Genre";else if(b==5)a="Language";else if(b==6)a="Mood";else if(b==7)a="Preference";else if(b==8)a="Situation";else if(b==9)a="Title";else if(b==10)a="Year";else return "";return window.parent.external.GetClipInfo(a)}function CSGetFormElementValue(a){var c=a[1],b=a[2];return document.forms[c].elements[b].value}function ROGetInstalledComponents(){return window.parent.external.InstalledComponents}function CSGetLayerPos(b){var a=b[1],c=CSGetStylePos(a,0),d=CSGetStylePos(a,1);return [c,d]}function ROGetPlayerProperty(c){var a,b;b=c[1];if(b==0)a="APIVERSION";else if(b==1)a="BANDWIDTH";else if(b==2)a="COUNTRYID";else if(b==3)a="DISTRIBUTION";else if(b==4)a="INSTALLPATH";else if(b==5)a="LANGUAGEID";else if(b==6)a="LANGUAGEPREFERENCE";else if(b==7)a="OSNAME";else if(b==8)a="PRODUCTNAME";else if(b==9)a="PRODUCTVERSION";else if(b==10)a="REGIONDATE";else return "";return window.parent.external.PlayerProperty(a)}function ROGetPlayerState(){var a,b;b=window.parent.external.GetPlayerState();switch(b){case 0:a="Stopped";break;case 1:a="Contacting";break;case 2:a="Buffering";break;case 3:a="Playing";break;case 4:a="Paused";break;case 5:a="Seeking";break;default:a=""}return a}function ROGetVersionNumber(c){var a,g,f,d,b,e;b=c[1];if(b==0&&c[2]=="")d=window.parent.external.RealPlayerVersion;else{if(b==1)a="audp";else if(b==2)a="DBCMpg1";else if(b==3)a="Flash";else if(b==4)a="GF";else if(b==5)a="GFJP";else if(b==6)a="imgp";else if(b==7)a="MP3PL";else if(b==8)a="MPGA";else if(b==9)a="PNG";else if(b==10)a="RA";else if(b==11)a="RealTxt";else if(b==12)a="RichFX";else if(b==13)a="RPix";else if(b==14)a="RV";else if(b==15)a="sdp";else if(b==16)a="vidp";if(c[2]!="")a=c[2];f=c[3];g=c[4];d=window.parent.external.ComponentVersion(a+":"+f+"."+g)}e=c[5];if(e)d=ROUnpackVersionNumber(d);return d}function CSGoBack1(){history.back()}function CSGotoLink(a){if(a[2].length){var b=false;for(i=0;i<parent.frames.length;i++)if(parent.frames[i].name==a[2]){b=true;break}if(b==true)parent.frames[a[2]].location=a[1];else window.open(a[1],a[2],"")}else location=a[1]}function ROHandleAction(c){var b,a;a=c[1];if(a==0)b="CD";else if(a==1)b="MyDevices";else if(a==2)b="NowPlaying";else if(a==3)b="Radio";else if(a==4)b="ShowEqualizer";else if(a==5)b="Web";else return;window.parent.external.HandleAction(b)}function CSIdleObject(a){this.conditionAction=a[2];this.trueAction=a[3];this.falseAction=a[4];this.exitIdleIfTrue=a[1];this.lastState=false}function CSIdleAction(a){idleObj=new CSIdleObject(a);CSStartFunction(CSDoIdle,idleObj)}function CSDoIdle(b){idleObject=b.data;if(idleObject.conditionAction){gCurrentIdleObject=idleObject;var a=CSAction(new Array(idleObject.conditionAction));if(a==true&&idleObject.lastState==false){idleObject.lastState=a;if(idleObject.trueAction){CSAction(new Array(idleObject.trueAction));if(idleObject.exitIdleIfTrue==true)return false}}else if(a==false&&idleObject.lastState==true){idleObject.lastState=false;if(idleObject.falseAction)CSAction(new Array(idleObject.falseAction))}}return true}function CSLayerIntersect(k){var c,e,i,g,d,f,j,h;if(IsIE()){var a=document.all.tags("div")[k[1]],b=document.all.tags("div")[k[2]];c=a.style.pixelLeft;e=a.style.pixelTop;i=a.offsetWidth+c;g=a.offsetHeight+e;d=b.style.pixelLeft;f=b.style.pixelTop;j=b.offsetWidth+d;h=b.offsetHeight+f}else{var a=CSNSStyl(k[1]),b=CSNSStyl(k[2]);if(CSBVers>=5){CSIDOM();c=parseInt(a.left);e=parseInt(a.top);i=parseInt(a.width)+c;g=parseInt(a.height)+e;d=parseInt(b.left);f=parseInt(b.top);j=parseInt(b.width)+d;h=parseInt(b.height)+f}else{c=a.x;e=a.y;i=a.clip.width+c;g=a.clip.height+e;d=b.x;f=b.y;j=b.clip.width+d;h=b.clip.height+f}}var m=(i<j?i:j)-(c>d?c:d),l=(g<h?g:h)-(e>f?e:f);return m>=0&&l>=0}function CSKeePress(a){desiredKey1=a[1];calledAction1=a[2];desiredKey2=a[3];calledAction2=a[4];desiredKey3=a[5];calledAction3=a[6];desiredKey4=a[7];calledAction4=a[8];if(document.layers)document.captureEvents(Event.KEYPRESS);document.onkeydown=b;function b(a){a=a?a:window.event?window.event:"";if(a){var b="";if(a.which)b=a.which;else b=event.keyCode;alphaNum=String.fromCharCode(b).toLowerCase();if(desiredKey1==alphaNum)CSAction(new Array(calledAction1));if(desiredKey2==alphaNum)CSAction(new Array(calledAction2));if(desiredKey3==alphaNum)CSAction(new Array(calledAction3));if(desiredKey4==alphaNum)CSAction(new Array(calledAction4))}}b()}CSCurrentPressedKey=-1;function CSKeyPress(a){var b;if(IsIE())CSCurrentPressedKey=event.keyCode;else CSCurrentPressedKey=a.which}document.onkeypress=CSKeyPress;function CSKeyCompare(b){var a=b[1]==CSCurrentPressedKey;if(a)CSCurrentPressedKey=-1;return a}function CSPAKkillframe(){if(self.parent.frames.length!=0)self.parent.location=document.location}function CSshowdate(a){form=a[1];elem=a[2];modified=new Date(document.lastModified);theMonth=modified.getMonth()+1;theDate=modified.getDate();theYear=navigator.appVersion.indexOf("3.0")!=-1?modified.getYear():modified.getFullYear();theDay=modified.getDay();days=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];modified=new Date(document.lastModified);today=days[theDay];if(a[3]==0)todisplay=theMonth+"/"+theDate+"/"+theYear;if(a[3]==1)todisplay=theDate+"/"+theMonth+"/"+theYear;if(a[3]==2)todisplay=theYear+"/"+theMonth+"/"+theDate;if(a[3]==3)todisplay=theYear+"/"+theDate+"/"+theMonth;if(a[4]==true)todisplay=today+", "+todisplay;if(form!=""||elem!="")document.forms[form].elements[elem].value=todisplay;if(a[5]==false)alert(todisplay)}function CSshowdateID(a){a[2]!=""?(updateobject=a[2]):(updateobject=a[1]);modified=new Date(document.lastModified);theMonth=modified.getMonth()+1;theDate=modified.getDate();theYear=navigator.appVersion.indexOf("3.0")!=-1?modified.getYear():modified.getFullYear();theDay=modified.getDay();days=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];today=days[theDay];if(a[3]==0)todisplay=theMonth+"/"+theDate+"/"+theYear;if(a[3]==1)todisplay=theDate+"/"+theMonth+"/"+theYear;if(a[3]==2)todisplay=theYear+"/"+theMonth+"/"+theDate;if(a[3]==3)todisplay=theYear+"/"+theDate+"/"+theMonth;if(a[4]==true)todisplay=today+", "+todisplay;if(document.all)document.all(updateobject).innerHTML=a[6]+a[5]+todisplay+a[7];else if(document.getElementById)document.getElementById(updateobject).innerHTML=a[6]+a[5]+todisplay+a[7]}var myLayer=false,offSetX=1,offSetY=1;function CSMouseFollow(c,a,b){myLayer=c[1];if(a)offSetX=a;if(b)offSetY=b;if(navigator.appName=="Netscape")document.captureEvents(Event.MOUSEMOVE);else if(navigator.appVersion.indexOf("Mac")!=-1)offSetX=offSetX-18;document.onmousemove=mouseLayer}function mouseLayer(a){if(navigator.appName=="Netscape"&&navigator.appVersion.charAt(0)>=5){document.getElementById(myLayer).style.left=a.pageX+offSetX;document.getElementById(myLayer).style.top=a.pageY+offSetY}else if(navigator.appName=="Netscape"){document.layers[myLayer].moveBy(a.pageX+offSetX-document.layers[myLayer].left,a.pageY+offSetY-document.layers[myLayer].top);return true}else{document.all[myLayer].style.pixelLeft=event.x+offSetX;document.all[myLayer].style.pixelTop=event.y+offSetY;event.cancelBubble=true;event.returnValue=false}}function CSMoveBy(a){x=CSGetStylePos(a[1],0);y=CSGetStylePos(a[1],1);x+=parseInt(a[2]);y+=parseInt(a[3]);x=CSSetStylePos(a[1],0,x);y=CSSetStylePos(a[1],1,y)}function CSMoveTo(a){CSSlideLayer(a[1],a[2],a[3],a[4])}function CSHistoryGo(a){history.go(a[1])}function RONavigateToURL(d){var b,f,e,c;e=d[1];f=d[2];if(f==0)b="_rpbrowser";else b="_rpexternal";c=d[3]*1e3;if(c>0){var a={};a.type="navigate";a.time=c;a.url=e;a.target=b;if(ROOnPLCArray)ROOnPLCArray[ROOnPLCArray.length]=a}else window.parent.external.HandleAction("NavigateToURL("+e+","+b+")")}function CSFixFct(){var a=document,b=window;if(a.cs.csFix.w!=b.innerWidth||a.cs.csFix.h!=b.innerHeight)a.location=a.location}function CSNSFix(){var a=document,b=window;if(navigator.appName=="Netscape"&&parseInt(navigator.appVersion)==4){if(typeof a.cs=="undefined"){a.cs={};a.cs.csFix={}}else if(CSIsFrame(b)==true)CSFixFct();a.cs.csFix.w=b.innerWidth;a.cs.csFix.h=b.innerHeight;window.onresize=CSFixFct}}function CSIsFrame(b){var a=b.parent;if(a=="undefined")return false;for(i=0;i<a.frames.length;i++)if(b==a.frames[i])return true;return false}function CSOpenAlert(a){alert(a[1])}function CSOpenWindow(b){var a="";a=a+"width="+b[3];a=a+",height="+b[4];a=a+",resizable="+(b[5]?"yes":"no");a=a+",scrollbars="+(b[6]?"yes":"no");a=a+",menubar="+(b[7]?"yes":"no");a=a+",toolbar="+(b[8]?"yes":"no");a=a+",directories="+(b[9]?"yes":"no");a=a+",location="+(b[10]?"yes":"no");a=a+",status="+(b[11]?"yes":"no");window.open(b[1],b[2],a)}function CSOpenWindowPrompt(b){var e=self.location.href,c=prompt("Enter a new width:","");if(c!=null)var d=prompt("Enter a new height:","");var a="";a=a+"width="+c;a=a+",height="+d;a=a+",resizable="+(b[1]?"yes":"no");a=a+",scrollbars="+(b[2]?"yes":"no");a=a+",menubar="+(b[3]?"yes":"no");a=a+",toolbar="+(b[4]?"yes":"no");a=a+",directories="+(b[5]?"yes":"no");a=a+",location="+(b[6]?"yes":"no");a=a+",status="+(b[7]?"yes":"no");if(c==null||d==null)return null;else window.open(e,"testwin",a)}var actn1="",actn2="",pass="",z=23,y=28;iCounter=3;if(Array)var f=[],K=[],base=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"];function inc(){iCounter--;if(iCounter>0){if(confirm("\nPassword is incorrect.\n\n\n\nRetry?"))Check()}else alert("Access Denied")}function Check(){pass=prompt("Enter your password.","");if(pass==null||pass==""){alert("You did not enter a password!");if(pass=="")Check()}else{var b=pass.length+1;for(l=1;l<b;l++)K[l]=pass.charAt(l);var a=0;for(y=1;y<b;y++)for(x=0;x<62;x++)if(K[y]==base[x]){a+=f[x];a*=y}if(a==parseInt(actn1))go();else inc()}}function go(){alert(actn2);location.href=pass+".html"}function PVpassword(a){if(Array){actn1=a[1];actn2=a[2];z=23;y=28;for(x=0;x<10;x++){f[x]=x<<9;f[x]+=23}for(x=10;x<36;x++){y=y<<1;v=Math.sqrt(y);v=parseInt(v,16);v+=5;f[x]=v;y++}for(x=36;x<62;x++){z=z<<1;v=Math.sqrt(z);v=parseInt(v,16);v+=74;f[x]=v;z++}iCounter=3;Check()}}function CSPDFredirect(a){if(navigator.mimeTypes&&navigator.mimeTypes["application/pdf"]&&navigator.mimeTypes["application/pdf"].enabledPlugin)location.href=a[1];else if(navigator.appName=="Microsoft Internet Explorer"){x=confirm("The page you are trying to view requires the Adobe Portable Document Format (.PDF) browser plug-in or the Adobe Acrobat Reader application. We could not detect if your browser has this plug-in installed. To attempt to view the page anyway, click OK. Otherwise click CANCEL to view an alternate page");if(x==true)location.href=a[1]}else{x=confirm("Your browser may not be able to display PDF files. To attempt to view the PDF page anyway, click OK. Otherwise click CANCEL to view an alternate page");if(x==true)location.href=a[1]}}function ROPlayClip(a){var l,k,b,e,j,i,c,f,g,h;k=a[1];e=a[2];if(e=="(EmptyReference!)")e="";j=a[3];i=a[4];c=a[5];if(c=="(EmptyReference!)")c="";if(a[6]==0)f="_rpbrowser";else f="_rpexternal";g=a[7]*1e3;if(g>0){var d={};d.type="navigate";d.time=g;d.url=c;c="";d.target=f;if(ROOnPLCArray)ROOnPLCArray[ROOnPLCArray.length]=d}h=a[8];b="Album name="+a[9];b+="|Artist name="+a[10];b+="|CDNum="+a[11];b+="|Comments="+a[12];b+="|Genre="+a[13];b+="|Language="+a[14];b+="|Mood="+a[15];b+="|Preference="+a[16];b+="|Situation="+a[17];b+="|Title="+a[18];b+="|Year="+a[19];window.parent.external.PlayClip(k,b,e,j,i,c,f,h)}function CSPlayScene(a){CSStartSeq(a[1])}var CSLastSound=null;function CSPlaySound(action){if(eval("document."+action[1])!=null){if(CSLastSound!=null&&CSLastSound!=action[1])eval("document."+CSLastSound+".stop()");CSLastSound=action[1];if(window.navigator.userAgent.indexOf("MSIE")>0)eval("document."+CSLastSound+".run()");else eval("document."+CSLastSound+".play(true)")}else alert("The current Plug-In cannot be controlled by JavaScript. Please try using LiveAudio or a compatible Plug-In!")}CSImages=[];function CSPreloadImage(a){if(document.images){CSImages[CSImages.length]=new Image;CSImages[CSImages.length-1].src=a[1]}}function ROPreloadURL(a){ROPreloadURLArray[ROPreloadURLArray.length]=a[1]}ROPreloadURLArray=[];function RPOnPreload(){for(var a=0;a<ROPreloadURLArray.length;a++)if(ROPreloadURLArray[a]!=0){window.parent.external.PreloadURL(ROPreloadURLArray[a]);ROPreloadURLArray[a]=0}}function CSprintdocument(a){if(navigator.appName.indexOf("Microsoft")!=-1&&navigator.platform.indexOf("Mac")!=-1||navigator.appVersion.indexOf("3.0")!=-1)alert("Please use your browser's print command to print this document.");else a[1]!=""?parent.frames[a[1]].print():parent.print()}function CSRandomLinks(a){var b=0;if(a[2]!="(Empty Reference!)"&&a[2]!="(EmptyReference!)")++b;if(a[3]!="(Empty Reference!)"&&a[3]!="(EmptyReference!)")++b;if(a[4]!="(Empty Reference!)"&&a[4]!="(EmptyReference!)")++b;if(a[5]!="(Empty Reference!)"&&a[5]!="(EmptyReference!)")++b;if(a[6]!="(Empty Reference!)"&&a[6]!="(EmptyReference!)")++b;if(a[7]!="(Empty Reference!)"&&a[7]!="(EmptyReference!)")++b;if(parent.frames.length>0){if(a[1].length>0)parent.frames[a[1]].location=a[Math.floor(Math.random()*b)+2]}else if(a[1].length>0)window.open(a[Math.floor(Math.random()*b)+2],a[1],"");if(a[1].length==0)top.location=a[Math.floor(Math.random()*b)+2]}function CSRandomImg(a){var b=CSGetImage(a[1]);if(b){var c=Math.floor(Math.random()*10),d=c-Math.floor(c/3)*3;b.src=a[d+2]}}function getCookie(a){tempString=a+"=";if(document.cookie.length>0){start=document.cookie.indexOf(tempString);if(start!=-1){end=document.cookie.indexOf(";",start);if(end==-1)end=document.cookie.length;start+=tempString.length;return unescape(document.cookie.substring(start,end))}}}function setCookie(a,b){cookieExpires=new Date;cookieExpires.setMonth(cookieExpires.getMonth()+6);document.cookie=a+"="+escape(b)+";expires="+cookieExpires.toGMTString()}function testCookie(a){if(getCookie(a))return getCookie(a);else return false}function CSredPrompt(a){var e=a[5];if(testCookie(a[5])&&a[4]==true)location.href=getCookie(a[5]);else var d=0;function c(){alert(a[3]);d=1;var b=prompt(a[1],a[2]);if(b==a[6]){setCookie(a[5],a[7]);location.href=a[7]}else if(b==a[8]){setCookie(a[5],a[9]);location.href=a[9]}else if(b==a[10]){setCookie(a[5],a[11]);location.href=a[11]}else if(b==a[12]){setCookie(a[5],a[13]);location.href=a[13]}else if(b==a[15]){setCookie(a[5],a[16]);location.href=a[16]}else if(b==a[2])c();else if(b==null)return;else c()}if(d==0){var b=prompt(a[1],a[2]);if(b==a[6]){setCookie(a[5],a[7]);location.href=a[7]}else if(b==a[8]){setCookie(a[5],a[9]);location.href=a[9]}else if(b==a[10]){setCookie(a[5],a[11]);location.href=a[11]}else if(b==a[12]){setCookie(a[5],a[13]);location.href=a[13]}else if(b==a[14]){setCookie(a[5],a[15]);location.href=a[15]}else if(b==a[2])c();else if(b==null)return;else c()}}function CSResizeWindow(a){if(navigator.appVersion.charAt(0)>=4)window.resizeTo(a[1],a[2])}function CSScrollDown(a){if(navigator.appVersion.charAt(0)>=4){var b=0;if(a[2]>0)while(b<a[1]){window.scrollBy(0,a[2]);b=b+a[2]}}}function CSScrollLeft(a){if(navigator.appVersion.charAt(0)>=4){var b=0;if(a[2]>0)while(b<a[1]){window.scrollBy(-a[2],0);b=b+a[2]}}}function CSScrollRight(a){if(navigator.appVersion.charAt(0)>=4){var b=0;if(a[2]>0)while(b<a[1]){window.scrollBy(a[2],0);b=b+a[2]}}}function CSScrollUp(a){if(navigator.appVersion.charAt(0)>=4){var b=0;if(a[2]>0)while(b<a[1]){window.scrollBy(0,-a[2]);b=b+a[2]}}}function CSScrollstatus(a){phrase=a[1];speed=a[2];a[3]!=true?(delay=setTimeout("CSScrollleftidle()",20)):(delay=setTimeout("CSScrollrightidle()",20));var b;leftphrase="                                                                                                 "+phrase;charnum=leftphrase.length;stringnum=leftphrase.length;size=leftphrase.length+1}function CSScrollrightidle(){stringnum--;stringnum!=0?(window.status=leftphrase.substring(charnum,stringnum)):(stringnum=charnum);delay=setTimeout("CSScrollrightidle()",speed)}function CSScrollleftidle(){thestring=leftphrase.substring(0,1);leftphrase+=thestring;leftphrase=leftphrase.substring(1,size);window.status=leftphrase.substring(0,size);delay=setTimeout("CSScrollleftidle()",speed)}function CSSearchEngine(c){var e=c[1],d=c[2],a;if(c[3]==true)a=c[4];else a=document.forms[e].elements[d].value;var b=c[5];if(b==0)engine="http://search.adobe.com/cgi-bin/query?mss=simple&pg=q&what=web&fmt=.&where=www_search_main&superq="+a+"&rd=all&q="+a+"&x=39&y=10";else if(b==1)engine="http://www.altavista.digital.com/cgi-bin/query?pg=q&what=web&fmt=.&q="+a;else if(b==2)engine="http://groups.google.com/groups?q="+a+"&hl=en&lr=&safe=off&btnG=Google+Search&site=groups";else if(b==3)engine="http://www.excite.com/search.gw?trace=a&search="+a;else if(b==4)engine="http://www.search.hotbot.com/hResult.html?SM=MC&MT="+a+"&DV=7&RG=.com&DC=10&DE=2&OPs=MDRTP&_v=2&DU=days&SW=web&search.x=23&search.y=8";else if(b==5)engine="http://www.google.com/search?q="+a+"&btnG=Google+Search";else if(b==6)engine="http://search.msn.com/results.asp?RS=CHECKED&FORM=MSNH&v=1&q="+a;else if(b==7)engine="http://www.lycos.com/cgi-bin/pursuit?query="+a+"&matchmode=and&cat=lycos&x=33&y=10";else if(b==8)engine="http://shopper.cnet.com/shopping/search/results/1,10214,0-1257,00.html?tag=st%2Esh%2E1257%2Esbsr&qt="+a+"&cn=&ca=1257";else if(b==9)engine="http://search.excite.com/search.gw?c=web&lk=webcrawler&onload=&s="+a;else if(b==10)engine="http://search.yahoo.com/bin/search?p="+a;if(a=="")alert("Please enter a search keyword!");else newWindow=window.open(engine,c[6],"toolbar,location,directories,status,menubar,scrollbars,resizable=1")}function CSSetBackColor(a){document.bgColor=a[1]}function CSSetImageURL(a){var b=CSGetImage(a[1]);if(b)b.src=a[2]}function CSSetStatus(a){self.status=a[1]}function ROSetVideoBackgroundColor(d){var c,a;a="#";a+=d[1];c=d[2]*1e3;if(c>0){var b={};b.type="color";b.time=c;b.color=a;if(ROOnPLCArray)ROOnPLCArray[ROOnPLCArray.length]=b}else window.parent.external.SetVideoBackgroundColor(a)}function ROShowArtistInfo(b){var a;if(b[1]==true)a=1;else a=0;window.parent.external.HandleAction("ShowArtistInfo("+a+")")}function ROShowPreferences(c){var a,b;b=c[1];a="ShowPreferences(";if(b==0)a+="General,General";else if(b==1)a+="Connection,Connection";else if(b==2)a+="Connection,Playback Settings";else if(b==3)a+="Connection,Internet Settings";else if(b==4)a+="Connection,Proxy";else if(b==5)a+="Connection,Network Transports";else if(b==6)a+="My Library,My Library";else if(b==7)a+="My Library,Advanced My Library";else if(b==8)a+="CD,CD";else if(b==9)a+="CD,Advanced CD";else if(b==10)a+="Devices,Devices";else if(b==11)a+="Accessories,Accessories";else if(b==12)a+="Media Types,Media Types";else if(b==13)a+="Content,Content";else if(b==14)a+="Hardware,Hardware";else if(b==15)a+="AutoUpdate,AutoUpdate";else return;a+=")";window.parent.external.HandleAction(a)}function CSShowHide(a){if(a[1]=="")return;var b=a[2];if(b==0)CSSetStyleVis(a[1],0);else if(b==1)CSSetStyleVis(a[1],1);else if(b==2)if(CSGetStyleVis(a[1])==0)CSSetStyleVis(a[1],1);else CSSetStyleVis(a[1],0)}function CSSlideNewWindow(a){var d="";if(a[7]||a[8]||a[9]==true)d=a[4]-125;else d=a[4];var b="";b=b+"width="+a[3];b=b+",height="+d;b=b+",resizable="+(a[5]?"yes":"no");b=b+",scrollbars="+(a[6]?"yes":"no");b=b+",menubar="+(a[7]?"yes":"no");b=b+",toolbar="+(a[8]?"yes":"no");b=b+",directories="+(a[9]?"yes":"no");b=b+",location="+(a[10]?"yes":"no");b=b+",status="+(a[11]?"yes":"no");if(navigator.appVersion.charAt(0)>=4){var i=screen.width-20,f=screen.height,h=a[3],e=a[4],g=(i-h)/2,c="";if(a[7]||a[8]||a[9]==true)c=(f-e)/3;else c=(f-e)/2.5}newwindow=window.open(a[1],a[2],b);newwindow.focus();if(navigator.appVersion.charAt(0)>=4)for(width1=1;width1<g;width1=width1+10)newwindow.moveTo(width1,c)}SSnumimg=1;SSsens2=-1;SSsens3=-1;function CSSlideShow(a){SSmax=a[2];SSimgNom=a[1];SSloop=a[4];SSsens=a[3];SSpalin=a[5];var b=null;if(document.images){if(!IsIE()&&CSBVers<5)b=CSFindElement(SSimgNom,0);else b=document.images[SSimgNom];SSstr=b.src;SSn=SSstr.length;SSp=SSn-6;SSpstr=SSstr.substring(0,SSp);SSnimg=SSstr.substring(SSp,SSp+2);SSformat=SSstr.substring(SSp+2,SSn);if(!(SSformat==".jpg"||SSformat==".JPG"||SSformat==".gif"||SSformat==".GIF"))alert("Image extension must be .jpg or .gif (case sensitive). Images must be numbered 01, 02 ...");slide(SSmax,SSformat,SSpstr,SSnimg,SSimgNom,SSloop,SSpalin)}}function slide(a,f,g,h,e,c,b){if(SSsens2==true)SSsens=true;if(SSsens2==false)SSsens=false;if(SSsens==true){SSsuite=SSnumimg-1;if(SSnumimg>a)SSsuite=a;if(SSnumimg<=1&c==true&b!=true)SSsuite=a;if(SSnumimg<=1&c==true&b==true)if(SSsens2==-1&SSsens3==-1){SSsuite=a;SSsens3=1}else{SSsuite=SSnumimg+1;SSsens2=false}if(SSnumimg<=1&c!=true&b!=true)if(SSsens2==-1&SSsens3==-1){SSsuite=a;SSsens3=1}else{SSsuite=SSnumimg;SSfini()}}else{a=a-1;SSsuite=SSnumimg+1;if(SSnumimg>a&c==true&b!=true)SSsuite=1;if(SSnumimg>a&c==true&b==true){SSsuite=SSnumimg-1;SSsens2=true}if(SSnumimg>a&c!=true&b!=true){SSsuite=SSnumimg;SSfini()}if(SSnumimg<1)SSsuite=1}SSnumimg=SSsuite;if(SSsuite<10)SSaller="0"+SSsuite;else SSaller=SSsuite;SSsource=g+SSaller+f;var d=null;if(document.images){if(!IsIE()&&CSBVers<5)d=CSFindElement(e,0);else d=document.images[e];if(d)d.src=SSsource}}function SSfini(){}function CSSlideShowAuto(a){SSAfini=0;SSAnumimg=0;SSAmax=a[2];SSAimgNom=a[1];SSAtemps=a[3]*1e3;if(a[4]==true)SSAstop=true;else SSAstop=false;var b=null;if(document.images){if(!IsIE()&&CSBVers<5)b=CSFindElement(SSAimgNom,0);else b=document.images[SSAimgNom];str=b.src;n=str.length;p=n-6;SSApstr=str.substring(0,p);SSAnimg=str.substring(p,p+2);SSAformat=str.substring(p+2,n);if(!(SSAformat==".jpg"||SSAformat==".JPG"||SSAformat==".gif"||SSAformat==".GIF"))alert("Image extension must be .jpg or .gif (case sensitive). Images must use 2 digit naming starting with 01, 02 ... plus extension");if(SSAnimg.substring(0,1)=="0")SSAnumimg=Number(SSAnimg.substring(1,2));else SSAnumimg=Number(SSAnimg);SSAtempo(SSAmax,SSAimgNom,SSAtemps,SSAstop,SSApstr,SSAnimg,SSAformat)}}function SSAtempo(g,c,a){setTimeout("slideAuto(SSAmax,SSAimgNom,SSAstop,SSApstr,SSAnimg,SSAformat)",a)}function slideAuto(b,c,f,e,g,d){if(SSAfini==1){SSAnumimg=SSAnumimg-2;CSSlideShowAutoPause()}else{b=b-1;SSAsuite=SSAnumimg+1;if(SSAnumimg>b){SSAsuite=1;if(f==true)SSAfini=1;else SSAfini=0}if(SSAnumimg<1)SSAsuite=1;SSAnumimg=SSAsuite;if(SSAsuite<10)SSAaller="0"+SSAsuite;else SSAaller=SSAsuite;SSAsource=e+SSAaller+d;var a=null;if(document.images){if(!IsIE()&&CSBVers<5)a=CSFindElement(c,0);else a=document.images[c];if(a)a.src=SSAsource}SSAtempo(b,c,SSAtemps,f,e,g,d)}}function CSSlideShowAutoPause(){}function CSSlideShowAutoStop(){if(SSAfini==0)SSAfini=1;else SSAfini=0;SSAnumimg=SSAnumimg+2;slideAuto(SSAmax,SSAimgNom,SSAstop,SSApstr,SSAnimg,SSAformat)}function CSStopAll(){CSStopComplete()}function CSStopScene(a){CSStopFunction(a[1])}function CSStopSound(action){if(eval("document."+action[1])!=null)eval("document."+action[1]+".stop()")}function CSSVGredirect(a){if(navigator.mimeTypes&&navigator.mimeTypes["image/svg-xml"]&&navigator.mimeTypes["image/svg-xml"].enabledPlugin)location.href=a[1];else if(navigator.appName=="Microsoft Internet Explorer"){x=confirm("The page you are trying to view requires the Adobe Scaling Vector Graphics (.SVG) browser plug-in. We could not detect if your browser has this plug-in installed. To attempt to view the page anyway, click OK. Otherwise click CANCEL to view an alternate page");if(x==true)location.href=a[1]}else if(a[2]==true)alert(a[3])}function CSSWFredirect(a){if(navigator.mimeTypes&&navigator.mimeTypes["application/x-shockwave-flash"]&&navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin)location.href=a[1];else if(navigator.appName=="Microsoft Internet Explorer"){x=confirm("The page you are trying to view requires the Macromedia Flash (.SWF) browser plug-in. We could not detect if your browser has this plug-in installed. To attempt to view the page anyway, click OK. Otherwise click CANCEL to view an alternate page");if(x==true)location.href=a[1]}else if(a[2]==true)alert(a[3])}function CSPAKtrg2frames(a){parent.frames[a[1]].location.href=a[2];parent.frames[a[3]].location.href=a[4]}function CSPakRemote(a){if(TRversion())if(a[2].length<1)opener.location.href=a[1];else opener.parent.frames[a[2]].location.href=a[1];return}function TRversion(){return navigator.appName.indexOf("Netscape")>=0&&parseInt(navigator.appVersion.charAt(0))>=3||navigator.appName.indexOf("Explorer")>=0&&parseInt(navigator.appVersion.charAt(0))>=3}function CStextswapID(a){a[2]!=""?(updateobject=a[2]):(updateobject=a[1]);a[5]==true?(whichfunction="disappear()"):(whichfunction="revert()");if(document.all)originaltext=document.all(updateobject).innerHTML;if(document.getElementById)originaltext=document.getElementById(updateobject).innerHTML;timeout=a[4]!=""?a[4]*1e3:0;if(document.getElementById)originaltext=document.getElementById(updateobject).innerHTML;timeout=a[4]!=""?a[4]*1e3:0;if(document.all){document.all(updateobject).innerHTML=a[6]+a[3]+a[7];if(timeout!=0)setTimeout(whichfunction,timeout)}else if(document.getElementById){document.getElementById(updateobject).innerHTML=a[6]+a[3]+a[7];if(timeout!=0)setTimeout(whichfunction,timeout)}}function disappear(){if(document.all)document.all(updateobject).innerHTML="<div id=updateobject></div>";else if(document.getElementById)document.getElementById(updateobject).innerHTML=""}function revert(){if(document.all)document.all(updateobject).innerHTML=originaltext;else if(document.getElementById)document.getElementById(updateobject).innerHTML=originaltext}function timeRedirect(a){var d=new Date,c=d.getHours(),b=a[1];if(b>=12)b=b-12;if(a[2]==true)b+=12;if(c<b&&a[4]!="(Empty Reference!)"&&a[4]!="(EmptyReference!)"&&a[3]==true)window.location=a[4];if(c>=b&&a[6]!="(Empty Reference!)"&&a[6]!="(EmptyReference!)"&&a[5]==true)window.location=a[6]}function CSTimeout(a){var c=false;if(typeof gCurrentIdleObject=="undefined")return c;if(gCurrentIdleObject.lastTime){var b=new Date;if(b.getTime()>=gCurrentIdleObject.lastTime){if(b.getTime()>=gCurrentIdleObject.nextTime){gCurrentIdleObject.lastTime=b.getTime()+a[1]*1e3;gCurrentIdleObject.nextTime=gCurrentIdleObject.lastTime+a[1]*1e3;return false}return true}}else{var b=new Date;gCurrentIdleObject.lastTime=b.getTime()+a[1]*1e3;gCurrentIdleObject.nextTime=gCurrentIdleObject.lastTime+a[1]*1e3}return c}function CSvisits(action){mycookie=action[8];cookieExpires=new Date;cookieExpires.setMonth(cookieExpires.getMonth()+12);visits=eval(cookieVal(mycookie));visits++;document.cookie=mycookie+"="+visits+";expires="+cookieExpires.toGMTString();function cookieVal(a){thisCookie=document.cookie.split("; ");for(i=0;i<thisCookie.length;i++)if(a==thisCookie[i].split("=")[0])return thisCookie[i].split("=")[1];return 0}if(visits==1&&action[1]==true)alert(action[2]);else if(action[5]==true)alert(action[3]+" "+visits);if(action[6]==true)if(visits==action[7])alert(action[4])}function CSVisitorCookie(b){resultat="visitor";cookiename=b[1];goUrl=b[2];var c=cookiename+"=",e=c.length,f=document.cookie.length,a=0;while(a<f){var d=a+e;if(document.cookie.substring(a,d)==c)return CSVisitorGetCookie(d);a=document.cookie.indexOf(" ",a)+1;if(a==0)break}VisitorSetCookie(cookiename);return null}function CSVisitorGetCookie(b){var a=document.cookie.indexOf(";",b);if(a==-1)a=document.cookie.length;valeur=unescape(document.cookie.substring(b,a));if(valeur==resultat)VisitorGotoLink(goUrl);else VisitorSetCookie(cookiename)}function VisitorGotoLink(a){location=a}function VisitorSetCookie(b){var d="visitor",c=500*24;path="/";domain=null;var a=new Date;a.setTime(a.getTime()+c*60*60*1e3);SetCookie(b,d,a)}function SetCookie(d,f){var c=SetCookie.arguments,b=SetCookie.arguments.length,a=b>2?c[2]:null,e=b>5?c[5]:false;document.cookie=d+"="+escape(f)+(a==null?"":"; expires="+a.toGMTString())+(path==null?"":"; path="+path)+(domain==null?"":"; domain="+domain)+(e==true?"; secure":"")}function CSStartWipe(c){var a=CSCreateTransElement(c[1],c[2]);if(a==null)return;var b=c[3];if(b=="_inLeft"){a.steps=a.clipRect.width/a.maxValue;a.modus="in"}else if(b=="_inRight"){a.steps=a.clipRect.width/a.maxValue;a.modus="in"}else if(b=="_outLeft"){a.steps=a.clipRect.width/a.maxValue;a.modus="out"}else if(b=="_outRight"){a.steps=a.clipRect.width/a.maxValue;a.modus="out"}else if(b=="_inTop"){a.steps=a.clipRect.height/a.maxValue;a.modus="in"}else if(b=="_inBottom"){a.steps=a.clipRect.height/a.maxValue;a.modus="in"}else if(b=="_outTop"){a.steps=a.clipRect.height/a.maxValue;a.modus="out"}else if(b=="_outBottom"){a.steps=a.clipRect.height/a.maxValue;a.modus="out"}else if(b=="_inCenter"){a.HSteps=a.clipRect.width/a.maxValue;a.VSteps=a.clipRect.height/a.maxValue;a.modus="in"}else if(b=="_outCenter"){a.HSteps=a.clipRect.width/a.maxValue;a.VSteps=a.clipRect.height/a.maxValue;a.modus="out"}if(a.modus=="")return;a.currentValue=0;a.glDir=c[3];CSStartFunction(CSDoWipe,a)}function CSDoWipe(d){var a=d.data;if(a==null)return false;if(a.currentValue==a.maxValue){CSFinishWipe(a);return false}var b=new CSRect(a.clipRect.left,a.clipRect.top,a.clipRect.width,a.clipRect.height),c=a.glDir;if(c=="_inLeft")b.left=b.width-a.currentValue*a.steps;else if(c=="_inTop")b.top=b.height-a.currentValue*a.steps;else if(c=="_inRight")b.width=a.currentValue*a.steps;else if(c=="_inBottom")b.height=a.currentValue*a.steps;else if(c=="_outLeft")b.width=b.width-a.currentValue*a.steps;else if(c=="_outTop")b.height=b.height-a.currentValue*a.steps;else if(c=="_outRight")b.left=a.currentValue*a.steps;else if(c=="_outBottom")b.top=a.currentValue*a.steps;else if(c=="_inCenter")b=CSCenterRectIn(a,b);else if(c=="_outCenter")b=CSCenterRectOut(a,b);CSSetLayerClip(a,b);a.currentValue+=1;return true}function CSFinishWipe(a){if(a.modus=="in")CSSetLayerClip(a,a.clipRect);else{a.clipRect=new CSRect(0,0,a.width,a.height);CSSetLayerClip(a,a.clipRect);CSSetStyleVis(a.layer,0)}CSDisposeTransElement(a)}function CSCenterRectIn(b,a){var c=b.currentValue*b.HSteps/2,d=b.currentValue*b.VSteps/2;a.left=Math.round(a.left+a.width/2-c);a.top=Math.round(a.top+a.height/2-d);a.width=Math.round(c*2);a.height=Math.round(d*2);return a}function CSCenterRectOut(b,a){var c=b.currentValue*b.HSteps/2,d=b.currentValue*b.VSteps/2;a.left+=Math.round(c);a.top+=Math.round(d);a.width-=Math.round(c*2);a.height-=Math.round(d*2);return a}function CSshowtime(a){message=a[1];military=a[2];offset=a[3];dst=a[4];statuscheck=a[5];formcheck=a[6];form=a[7];elem=a[8];var b=0;theTimer=setTimeout("theClock()",10)}function theClock(){clearTimeout(theTimer);var f=new Date,g=f.toGMTString();time_string=g.split(" ");hm=time_string[4];hm_string=hm.split(":");var a=hm_string[0]-0,e=" A.M.";if(dst==true)dstoffset=1;a=a+offset+dst;if(a<0)a+=24;if(a>11&&a<24)e=" P.M.";if(a>12&&military==false)a-=12;var c=f.getMinutes(),b=""+(a>12?a-12:a);if(b==0)b=12;var d=""+(a>23?a-24:a);b+=(c<10?":0":":")+c;b+=e;d+=(c<10?":0":":")+c;if(military==false)WorldTime=message+b;else WorldTime=message+d;if(statuscheck==true)window.status=WorldTime;if(formcheck==true)document.forms[form].elements[elem].value=WorldTime;theTimer=setTimeout("theClock()",5e3)}