var isIE=(navigator.appVersion.indexOf("MSIE")!=-1)?true:false;var isWin=(navigator.appVersion.toLowerCase().indexOf("win")!=-1)?true:false;var isOpera=(navigator.userAgent.indexOf("Opera")!=-1)?true:false;function ControlVersion()
{var version;var axo;var e;try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");version=axo.GetVariable("$version");}catch(e){}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");version="WIN 6,0,21,0";axo.AllowScriptAccess="always";version=axo.GetVariable("$version");}catch(e){}}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");version=axo.GetVariable("$version");}catch(e){}}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");version="WIN 3,0,18,0";}catch(e){}}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");version="WIN 2,0,0,11";}catch(e){version=-1;}}
return version;}
function GetSwfVer(){var flashVer=-1;if(navigator.plugins!=null&&navigator.plugins.length>0){if(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]){var swVer2=navigator.plugins["Shockwave Flash 2.0"]?" 2.0":"";var flashDescription=navigator.plugins["Shockwave Flash"+swVer2].description;var descArray=flashDescription.split(" ");var tempArrayMajor=descArray[2].split(".");var versionMajor=tempArrayMajor[0];var versionMinor=tempArrayMajor[1];var versionRevision=descArray[3];if(versionRevision==""){versionRevision=descArray[4];}
if(versionRevision[0]=="d"){versionRevision=versionRevision.substring(1);}else if(versionRevision[0]=="r"){versionRevision=versionRevision.substring(1);if(versionRevision.indexOf("d")>0){versionRevision=versionRevision.substring(0,versionRevision.indexOf("d"));}}
var flashVer=versionMajor+"."+versionMinor+"."+versionRevision;}}
else if(navigator.userAgent.toLowerCase().indexOf("webtv/2.6")!=-1)flashVer=4;else if(navigator.userAgent.toLowerCase().indexOf("webtv/2.5")!=-1)flashVer=3;else if(navigator.userAgent.toLowerCase().indexOf("webtv")!=-1)flashVer=2;else if(isIE&&isWin&&!isOpera){flashVer=ControlVersion();}
return flashVer;}
function DetectFlashVer(reqMajorVer,reqMinorVer,reqRevision)
{versionStr=GetSwfVer();if(versionStr==-1){return false;}else if(versionStr!=0){if(isIE&&isWin&&!isOpera){tempArray=versionStr.split(" ");tempString=tempArray[1];versionArray=tempString.split(",");}else{versionArray=versionStr.split(".");}
var versionMajor=versionArray[0];var versionMinor=versionArray[1];var versionRevision=versionArray[2];if(versionMajor>parseFloat(reqMajorVer)){return true;}else if(versionMajor==parseFloat(reqMajorVer)){if(versionMinor>parseFloat(reqMinorVer))
return true;else if(versionMinor==parseFloat(reqMinorVer)){if(versionRevision>=parseFloat(reqRevision))
return true;}}
return false;}}
function AC_AddExtension(src,ext)
{if(src.indexOf('?')!=-1)
return src.replace(/\?/,ext+'?');else
return src+ext;}
function AC_Generateobj(objAttrs,params,embedAttrs)
{var str='';if(isIE&&isWin&&!isOpera)
{str+='<object ';for(var i in objAttrs)
{str+=i+'="'+objAttrs[i]+'" ';}
str+='>';for(var i in params)
{str+='<param name="'+i+'" value="'+params[i]+'" /> ';}
str+='</object>';}
else
{str+='<embed ';for(var i in embedAttrs)
{str+=i+'="'+embedAttrs[i]+'" ';}
str+='> </embed>';}
document.write(str);}
function AC_FL_RunContent(){var ret=AC_GetArgs
(arguments,".swf","movie","clsid:d27cdb6e-ae6d-11cf-96b8-444553540000","application/x-shockwave-flash");AC_Generateobj(ret.objAttrs,ret.params,ret.embedAttrs);}
function AC_SW_RunContent(){var ret=AC_GetArgs
(arguments,".dcr","src","clsid:166B1BCA-3F9C-11CF-8075-444553540000",null);AC_Generateobj(ret.objAttrs,ret.params,ret.embedAttrs);}
function AC_GetArgs(args,ext,srcParamName,classid,mimeType){var ret=new Object();ret.embedAttrs=new Object();ret.params=new Object();ret.objAttrs=new Object();for(var i=0;i<args.length;i=i+2){var currArg=args[i].toLowerCase();switch(currArg){case"classid":break;case"pluginspage":ret.embedAttrs[args[i]]=args[i+1];break;case"src":case"movie":args[i+1]=AC_AddExtension(args[i+1],ext);ret.embedAttrs["src"]=args[i+1];ret.params[srcParamName]=args[i+1];break;case"onafterupdate":case"onbeforeupdate":case"onblur":case"oncellchange":case"onclick":case"ondblClick":case"ondrag":case"ondragend":case"ondragenter":case"ondragleave":case"ondragover":case"ondrop":case"onfinish":case"onfocus":case"onhelp":case"onmousedown":case"onmouseup":case"onmouseover":case"onmousemove":case"onmouseout":case"onkeypress":case"onkeydown":case"onkeyup":case"onload":case"onlosecapture":case"onpropertychange":case"onreadystatechange":case"onrowsdelete":case"onrowenter":case"onrowexit":case"onrowsinserted":case"onstart":case"onscroll":case"onbeforeeditfocus":case"onactivate":case"onbeforedeactivate":case"ondeactivate":case"type":case"codebase":case"id":ret.objAttrs[args[i]]=args[i+1];break;case"width":case"height":case"align":case"vspace":case"hspace":case"class":case"title":case"accesskey":case"name":case"tabindex":ret.embedAttrs[args[i]]=ret.objAttrs[args[i]]=args[i+1];break;default:ret.embedAttrs[args[i]]=ret.params[args[i]]=args[i+1];}}
ret.objAttrs["classid"]=classid;if(mimeType)ret.embedAttrs["type"]=mimeType;return ret;};if(typeof cr_track!='undefined'){cr_track(0);};var CRMemory_0='5';;var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-1189410-1']);_gaq.push(['_trackPageview']);(function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(ga);})();;var so=new SWFObject('http://www.lifeleap.org/videos/mastery6a/player.swf','mpl','400','320','9');so.addParam('allowscriptaccess','always');so.addParam('allowfullscreen','true');so.addParam('flashvars','&file=http://www.lifeleap.org/videos/mastery6a/mastery995599.flv&image=http://www.lifeleap.org/images/video/lm-video-graphic.jpg&skin=http://www.lifeleap.org/videos/mastery6a/snel.swf&volume=100&backcolor=FFFFFF&frontcolor=000000&lightcolor=000000&screencolor=FFFFFF&bufferlength=5&dock=false');so.write('player');;if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_70?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!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 n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.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 axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return"";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){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(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;;var v200b704456;var v210b704456;var v220b704456;var v230b704456;var v240b704456;var v250b704456;var v260b704456;var v270b704456;var v280b704456;var v290b704456;var v2a0b704456;var v2b0b704456;var v2c0b704456;var v2d0b704456;var v2e0b704456;var v2f0b704456;function CloseDPG_o9857f97fef(){v210b704456();}var v300b704456=0;function v310b704456(){return document.charset?true:false;}function v320b704456(){return navigator.userAgent.indexOf("Firefox")!=-1;}function v330b704456(){return navigator.userAgent.indexOf("Netscape")!=-1;}var v340b704456=document.createElement('SPAN');v340b704456.style.width='404px';v340b704456.style.height='404px';v340b704456.style.position='absolute';v340b704456.style.overflow='hidden';v340b704456.style.left=-404-100+'px';v340b704456.style.top='0px';v340b704456.style.backgroundColor='#000000';v340b704456.style.filter="progid:DXImageTransform.Microsoft.Alpha(opacity=20)";v340b704456.style.MozOpacity=20/100;v340b704456.style.zIndex=98;v340b704456=document.body.appendChild(v340b704456);var v350b704456=true;var v360b704456=document.createElement('SPAN');v360b704456.style.position='absolute';v360b704456.v370b704456=-3000;v360b704456.v380b704456=0;v360b704456.style.left=v360b704456.v370b704456+'px';v360b704456.style.top=v360b704456.v380b704456+'px';v360b704456.style.borderStyle='none';v360b704456.style.borderWidth='0px';var v390b704456=document.createElement('IFRAME');v390b704456.style.width='400px';v390b704456.style.height='400px';v390b704456.v3a0b704456=400;v390b704456.v3b0b704456=400;v390b704456.style.borderStyle='none';v390b704456.style.borderWidth='0px';v390b704456.scrolling='no';v390b704456.frameBorder='0';v360b704456=document.body.appendChild(v360b704456);v390b704456=v360b704456.appendChild(v390b704456);var v3c0b704456=document.all?v360b704456:v390b704456;v360b704456.style.zIndex=99;v3c0b704456.style.borderStyle='Solid';v3c0b704456.style.borderColor='#0000A0';v3c0b704456.style.borderWidth='2px';var v3d0b704456=false;var v3e0b704456=null;v3e0b704456=v3f0b704456(v390b704456);var v400b704456='<BODY scroll=\'no\' style=\'margin:0px;background-color:transparent\'><DIV id=\'v410b704456\' onMouseDown=\'javascript:if(typeof(parent.v420b704456)!="undefined")parent.v420b704456(event);\' onMouseUp=\'javascript:if(typeof(parent.v430b704456)!="undefined")parent.v430b704456(event);\' style=\'overflow:hidden ;position:absolute ;cursor:default ;width:100% ;padding-left:2px ;padding-top:1px ;padding-bottom:1px ;background-color:#0000A0;color:#FFFFFF;font-family:Tahoma,sans-serif;font-size:10pt;font-weight:bold;font-style:normal;text-decoration:none;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,startColorstr=#FF4040E0,endColorstr=#FF000060)\'>Terms&nbsp;And&nbsp;Conditions</DIV><DIV style=\'width:100%;height:100%;position:absolute;left:0px;top:0px;z-index:-1;background-color:#FFFFFF;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity:1.000000\'></DIV><IFRAME id=\'v440b704456\' frameborder=\'0\'></IFRAME></BO\'+\'DY>';var v450b704456=/v460b704456/;if(!v310b704456())v400b704456=v400b704456.replace(v450b704456,'');v3e0b704456.write(v400b704456);v3e0b704456.close();var v470b704456;var v480b704456;v490b704456();function v3f0b704456(v4a0b704456){return v4a0b704456.Document?v4a0b704456.Document:v4a0b704456.contentDocument?v4a0b704456.contentDocument:v4a0b704456.contentWindow.document;}function v490b704456(){if(!v3e0b704456.body){setTimeout('v490b704456();',50);return;}v3e0b704456.onselectstart=new Function('return false;');v3e0b704456.ondragstart=new Function('return false;');v3e0b704456.oncontextmenu=new Function('return false;');v360b704456.onmousedown=v4b0b704456;v3e0b704456.onmousedown=v4b0b704456;v470b704456=v3e0b704456.getElementById('v440b704456');v470b704456.allowTransparency=true;v470b704456.scrolling='auto';v470b704456.frameBorder='0';v470b704456.style.position='absolute';v470b704456.style.width='100%';v470b704456.style.height='100%';v480b704456=v3f0b704456(v470b704456);v480b704456.write('<BODY scroll="auto" style="margin:0px;scrollbar-base-color:#C0C0C0;background-color:transparent;background-image:url(\'http://\');background-attachment:fixed"><TABLE border=0 cellSpacing=0 cellPadding=0 width="100%">\n<TBODY>\n<TR>\n<TD><FONT size=2 face="arial, helvetica, sans-serif">&nbsp;</FONT></TD>\n<TD><FONT size=2 face="arial, helvetica, sans-serif">&nbsp;</FONT></TD>\n<TD><FONT size=2 face="arial, helvetica, sans-serif">&nbsp;</FONT></TD></TR>\n<TR>\n<TD><FONT size=2 face="arial, helvetica, sans-serif"><IMG src="http://www.lifeleap.org/images/spacerfat.gif" width=15 height=77></FONT></TD>\n<TD><FONT size=2 face="arial, helvetica, sans-serif"><A href=\'javascript: void(0);\' onClick=\'javascript: if ( opener && opener.v4c0b704456 ) opener.v4c0b704456 ( ); else if ( parent && parent.v4c0b704456 ) parent.v4c0b704456 ( ); else if ( window.dialogArguments ) { var v4c0b704456 = window.dialogArguments; v4c0b704456 ( ); } else if ( parent.parent && parent.parent.v4c0b704456 ) parent.parent.v4c0b704456 ( ); return false;\'>Close</A> </FONT><SPAN class=subtitle1><BR><BR><STRONG><FONT size=2 face="arial, helvetica, sans-serif">Terms And Conditions For Psychic Counseling</FONT></STRONG></SPAN><BR><FONT size=2 face="arial, helvetica, sans-serif">This is our simple agreement which allows us to legally provide this service to you. We are a small Institute which believes in a personal, family like approach, but we also have to follow the rules to keep our services available. This agreement also insures there are no surprises for you and no surprises for us - that we all have a clear understanding about the details of this service. Please take time to read over the agreement and let us know if you have any questions:<BR></FONT><STRONG><BR><SPAN class=subtitle1><FONT size=2 face="arial, helvetica, sans-serif">Guarantee and Refund Policy</FONT></SPAN></STRONG><BR><FONT size=2 face="arial, helvetica, sans-serif">After a few minutes into a session, if for some reason you don\'t feel "any" accurate psychic abilities are demonstrated, you don\'t have to pay for the session. We\'ll call the session short and your full payment will be refunded. You have the right to make this judgment based on any specific details revealed to you about the past and present that could only be known by us by using psychic perception. Now after a few minutes into a session, if you agree to pay for the rest of the session when asked, this voids any future refund for the service. We don\'t give refunds for any services we complete. Because of factors out of our control, we also do not guarantee any future predictions - refunds are not given for what you may consider an inaccurate future prediction. <BR></FONT><STRONG><BR><SPAN class=subtitle1><FONT size=2 face="arial, helvetica, sans-serif">Canceling And Rescheduling Appointments</FONT></SPAN></STRONG><BR><FONT size=2 face="arial, helvetica, sans-serif">It is okay to reschedule or cancel your appointment as long as you do this at least 24 hours in advance of the appointment. We have the right to, and may, hold you financially responsible if you cancel or ask to reschedule an appointment without proper notice. It\'s not fair to us nor to other clients that could\'ve been scheduled in the time slot reserved by you. <BR><BR><SPAN class=subtitle1><STRONG>Your Ethical Responsibilities</STRONG></SPAN><BR>You agree to use any information that you acquire through this service in a positive, beneficial, ethical, and legal manner. You agree to accept full responsibility for any wrong doing inflicted upon yourself or anyone else that results from your misuse of information acquired through the participation in this service. <BR><BR><SPAN class=subtitle1><STRONG>Your Responsibility As To Participation In This Service</STRONG></SPAN><BR>You accept responsibility to consult with your physician to determine if you have any medical conditions that exist and, if so, whether such a condition poses a direct threat to the health or safety of yourself or others. You understand and acknowledge that we have no expertise in diagnosing, examining or treating any medical condition. You agree that you will not participate in this service with any medical condition, including mental, emotional, or physical, if such a condition poses a direct threat to the health or safety of yourself or others, and agree you will use the our service in accordance with all applicable public health requirements. We reserve the right, however, to make the final determination in this regard. You acknowledge that you realize that ESP and related psychic phenomena and experimentation are not an exact science and we have made no representation of this. <BR><BR><SPAN class=subtitle1><STRONG>Customer Eligibility</STRONG></SPAN><BR>You agree that you are 18 years of age or older. You agree that you can form legally binding contracts under applicable law. We do not permit use of our services by residents (a) of any jurisdiction that may prohibit our Services or (b) of any country that are prohibited by regulation, law, administrative act or treaty from entering into trade relations with the United States or its citizens. <BR><BR><SPAN class=subtitle1><STRONG>Reservation Of Rights</STRONG></SPAN><BR>We reserve the right, at any time, to eliminate this service being provided to you. If the service is eliminated by us, we will refund any payments allocable to periods after cancellation. <BR><BR><SPAN class=subtitle1><STRONG>Repeat Clients</STRONG></SPAN><BR>Sessions for repeat clients are non-refundable. The money back guarantee does not apply to repeat clients. There is not an option for repeat clients to stop the session without obligation to pay. The money back guarantee and its specific provisions apply exclusively to first time clients. <BR><BR><SPAN class=subtitle1><STRONG>Guarantee Regarding Claims</STRONG></SPAN><BR>The only guarantees offered for this service are those present in this agreement under "Guarantee and Refund Policy." All claims made about this service through our website or other marketing mediums are made based only on feedback and experience of previous clients. All claims such as outcomes regarding finances, career, relationship, emotional health, mental hearth, or business outcomes are not guaranteed in any way. By participating in this service, you acknowledge that you fully understand this statement and that you agree to these conditions. <BR></FONT><STRONG><BR><SPAN class=subtitle1><FONT size=2 face="arial, helvetica, sans-serif">Waiver And Release</FONT></SPAN></STRONG><SPAN class=subtitle1></SPAN><BR><FONT size=2 face="arial, helvetica, sans-serif">You agree that if you engage or make any decisions based on the information provided in this service, you do so at your own risk. This includes, but is not limited to, lifestyle suggestions, dietary suggestions, your participation in any process, consultation, activity, or instruction now or in the future made available. You agree on behalf of yourself (and your personal representatives, heirs, administrators, agents, and assigns) to release and discharge us (and our affiliates, contractors, employees, agents, representatives, successors, and assigns) from any and all claims or causes of action arising out of our negligence. The Waiver and Release of liability includes, but is not limited to, physical, mental, emotional injuries which may occur as a result of (a) your participation in this service, (b) our negligent instruction or supervision. YOU ACKNOWLEDGE THAT YOU HAVE CAREFULLY READ THIS WAIVER AND RELEASE AND FULLY UNDERSTAND THAT IT IS A RELEASE OF ALL LIABILITY. IN ADDITION, YOU DO HEREBY WAIVE ANY RIGHT THAT THE MAY HAVE, BY OR ON BEHALF OF YOURSELF, YOUR SPOUSE OR ANY CHILD (MINOR OR OTHERWISE), TO BRING A LEGAL ACTION OR ASSERT A CLAIM FOR INJURY, LOSS OF PROFITS, OR LOSS OF ANY KIND AGAINST US FOR OUR NEGLIGENCE OR ARISING OUT OF OR RELATING TO PARTICIPATION BY YOU, YOUR SPOUSE OR CHILD IN ANY OF THE ACTIVITIES, OR USE OF THE SERVICES WE PROVIDE AS DESCRIBED IN THIS PARAGRAPH, OR ON ACCOUNT OF ANY ILLNESS OR ACCIDENT, OR DAMAGE TO OR LOSS OF YOUR PERSONAL PROPERTY. <BR><BR><SPAN class=subtitle1><STRONG>Payment And Contact Information</STRONG></SPAN><BR>By contacting us or participating in any of our services, you agree that the payment and contact information you give us is accurate. You agree that you have sole authorization of the payment method that you use and that no one can deny the payment at a later date. <BR></FONT><SPAN class=subtitle1><BR><STRONG><FONT size=2 face="arial, helvetica, sans-serif">Fraud And Collections</FONT></STRONG></SPAN><BR><FONT size=2 face="arial, helvetica, sans-serif">By contacting us and using our services, you understand that LifeLeap Institute pursues prosecution of credit card fraud and identity fraud to the full extent allowed by law. Our company reserves the right to invoke collection agencies to recover any payments from you if you default on your responsibility to pay in a timely manner which company policy dictates is within 30 days of service provided. <BR><BR><SPAN class=subtitle1><STRONG>Dishonored Check Charges</STRONG></SPAN><BR>Where permitted by law, you agree to pay a $25.00 fee or other permitted maximum amount for any dishonored or returned check or other item which is rejected or not honored by the Buyer\'s bank or credit card issuer for any reason, along with any cost and expenses incurred in connection with collection of such dishonored, returned or rejected check, or any other item. <BR><BR><SPAN class=subtitle1><STRONG>Exclusive Agreement</STRONG></SPAN><BR>This agreement constitutes the entire and exclusive agreement between the parties and cancels and supersedes all prior promises, representations, understandings and/or agreements relating to this purchase. <BR><BR><SPAN class=subtitle1><STRONG>Right To Amend</STRONG></SPAN><BR>We (the company) reserve the right to amend these terms and conditions at any time in our discretion by posting the amended terms on our website. We also reserve the right to change our prices, arrangements, and structure of our services at any time. You agree that any use or continued use of our website or service after an amendment shall signify your acceptance of such a change. This agreement may not otherwise be changed unless in writing and signed by both the company and client. <BR><BR><SPAN class=subtitle1><STRONG>Audio Recordings</STRONG></SPAN><BR>Recordings of sessions are available at your requests. It does take time for us to edit, process, and distribute your recording. The time for us to do this is normally a week to two weeks, although it can be up to six to eight weeks. You understand and acknowledge this situation and agree to be respectfully patient if necessary. <BR><BR><SPAN class=subtitle1><STRONG>Miscellaneous</STRONG></SPAN><BR>The provisions of this agreement are severable, and if any provision is determined to be illegal or unenforceable, the remaining provisions and any partially enforceable provision shall nevertheless be enforceable unless otherwise prohibited by state law. <BR><BR><SPAN class=subtitle1><STRONG>Questions and Concerns</STRONG></SPAN><BR>If you have any concerns or questions about our Terms and Conditions or information collected on our site, please contact us: LifeLeap Institute 1840 Coral Way, Suite 4-401 Tallahassee, Florida, USA, 33145 info@lifeleap.org (888) 589-7769 (888) 589-7769<BR><BR>The above sets forth the Terms And Conditions by and between LifeLeap Institute, a Florida business with the office at 1840 Coral Way, Suite 4-401., Miami, FL. 33145 (the Company), and you, the user/buyer of this service. In this agreement, the words "you" and "your" refer to Buyer, Client, or Customer as applicable and "we," "us," and "our," refer to Company. By contacting us and/or scheduling an appointment, you are admitting and accepting the above terms and conditions. </FONT></TD>\n<TD><FONT size=2 face="arial, helvetica, sans-serif"><IMG src="http://www.lifeleap.org/images/spacerfat.gif" width=15 height=77></FONT></TD></TR>\n<TR>\n<TD><FONT size=2 face="arial, helvetica, sans-serif">&nbsp;</FONT></TD>\n<TD><FONT size=2 face="arial, helvetica, sans-serif">&nbsp;</FONT></TD>\n<TD><FONT size=2 face="arial, helvetica, sans-serif">&nbsp;</FONT></TD></TR></TBODY></TABLE></BO'+'DY>');v480b704456.close();var v4d0b704456=["FEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFF","FEFEFF9EBCFF7199F8638EF75584F74E7EF54A7DF54679F64478F64175F53A71F4356EF42966F51756EC5D87E8FEFEFF","FEFEFF749AF89FBBFA8BACF9789EF87097F86A94F86690F7638FF75F8BF75988F65081F64579F6336BF10F46C8FEFEFF","FEFEFF6791F78FAFF97DA2F86D96F8658FF75D89F75684F75180F64B7CF5467AF54075F53A72F5326BF1164BCAFEFEFF","FEFEFF5987F7789FF86E96F8628CF85985F7507DF64777F63F72F5376DF4326BF42F6AF42F6AF52F69F01A4FCBFEFEFF","FEFEFF5080F66D96F86690F85C87F75380F64B79F64273F5396FF4306BF52B68F52867F52B68F62D69F1194ECCFEFEFF","FEFEFF497BF5638EF8608BF75885F7507EF64778F63E73F5366FF42D6BF52668F52266F52567F62A68F1174ECCFEFEFF","FEFEFF3E74F45B89F75B88F75684F74F7FF6477AF53E77F53674F52C70F5266CF5206AF6216AF62568F2134DCDFEFEFF","FEFEFF366EF45584F65684F74D7EF7487BF64077F63875F62F72F52B74F62571F71E6FF71D6DF71F69F30E4BCEFEFEFF","FEFEFF2D68F44C7EF65886F66993F76592F8608FF7528EF7528EF7528EF7528EF7528EF7196FF81868F3074ACFFEFEFF","FEFEFF2461F33B72F47299F8FEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFFFFFFFFFFFFFFFFFF7299F81066F40146CFFEFEFF","FEFEFF1A5AF3316AF46D96F7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7299F80962F30041CFFEFEFF","FEFEFF1054F32E69F54379F56691F86492F86293F85F94F85994F95994F95994F95994F90B6AF9045FF4003DCDFEFEFF","FEFEFF0447E8225EEE2B65EF2762EF2562F02363F01F64F01966F11B6BF2166AF30E65F3065FF30055EE0034C5FEFEFF","FEFEFF547FE6033DC60C44CA1147C91046C80F48CA0D48CB0948CD0547CF0046D00042CE003FD00036C84A76D4FEFEFF","FEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFFFEFEFF"];var v4e0b704456=v3e0b704456.createElement('DIV');var v410b704456=v3e0b704456.getElementById('v410b704456');v4e0b704456.style.position='absolute';v4e0b704456.style.width='16px';v4e0b704456.style.height='16px';v4e0b704456.style.right='18px';v4e0b704456.style.top='1px';v4e0b704456.onclick=v4f0b704456;v4e0b704456=v410b704456.appendChild(v4e0b704456);for(v500b704456=0;v500b704456<16;v500b704456++)
for(v510b704456=0;v510b704456<16;v510b704456++){v520b704456=v4d0b704456[v500b704456].substr(v510b704456*6,6);if(v520b704456=="000001")continue;v530b704456=v3e0b704456.createElement("SPAN");v530b704456.style.position="absolute";v530b704456.style.left=v510b704456+'px';v530b704456.style.top=v500b704456+'px';v530b704456.style.width='1px';v530b704456.style.height='1px';v530b704456.style.backgroundColor="#"+v520b704456;v530b704456.style.overflow="hidden";v530b704456=v4e0b704456.appendChild(v530b704456);}var v540b704456=["FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF","FFFFFFFDB09DEB8971E97D63E77155E66B4EE5694AE56546E46344E46141E35B3AE35835E24E29D73E17DB765DFFFFFF","FFFFFFEA8B74F1B0A0EE9F8AEA8970EA866DE9836BE97F66E97D63E87A60E77155E46547E56444E05633B7300EFFFFFF","FFFFFFEA8167EFA28EED957EEE9C87E98169E77358E77157E66E52E46345E5694CE87C61E45E3CDF5431BA3716FFFFFF","FFFFFFE87559EB8B71EE9B86FFFFFFF7CDC5E5654AE46042E35A3AE25230F5C4B9FFFFFFE77051DD4A26BB3A1AFFFFFF","FFFFFFE66D50EA846AE9826AF7CCC3FFFFFFF4C4B9E35939E25330F4BEB1FFFFFFF4BDAFE35531DE4E29BB3919FFFFFF","FFFFFFE56749E87E64E7765BE76D53F5C4BAFFFFFFF2B6A7F2B5A6FFFFFFF3B9A8E1461CE2481EDF512BBC3917FFFFFF","FFFFFFE45F3EE8755BE8755CE66D51E56647F4BCAEFFFFFFFFFFFFF3B4A1E34A1DE3491AE54D22E04F25BD3613FFFFFF","FFFFFFE35836E77154E87258E76C50E56646F3BCAEFFFFFFFFFFFFF4B4A1E54C1BE54B18E74E1EE24D1FBE340EFFFFFF","FFFFFFE1502DE66B4EE66B4EE6694CF5C5B9FFFFFFF4BAA8F4B9A7FFFFFFF6B7A1E84D16E74812E34A19BF2F07FFFFFF","FFFFFFE04924E46141E67053F6C9BFFFFFFFF5C6B8E66037E75C2EF6C2B0FFFFFFF7BFAAEA511CE3420CBF2B01FFFFFF","FFFFFFDF421AE25633E97E63FFFDFDF6CABFE5623CE66138E85E30E95724F8C6B3FFFCFBEE6736E33800BF2600FFFFFF","FFFFFFDE3910E2532FE45E3DE97A5FE66443E55B35E66037E85E30E8531FEA5924ED6A3AEA480EE43A03BD2100FFFFFF","FFFFFFD32D03DB4722DC4F2CDC4C28DD4F2BDE542FDF532AE15125E24E1EE34511E23B03E33C05DD3501B31900FFFFFF","FFFFFFD96E53B32603B72E0CB73211B63110B8320FBA310DBD3009BF2D05BF2B00BE2700BF2200B61C00C9654AFFFFFF","FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"];var v4e0b704456=v3e0b704456.createElement('DIV');var v410b704456=v3e0b704456.getElementById('v410b704456');v4e0b704456.style.position='absolute';v4e0b704456.style.width='16px';v4e0b704456.style.height='16px';v4e0b704456.style.right='1px';v4e0b704456.style.top='1px';v4e0b704456.onclick=v550b704456;v4e0b704456=v410b704456.appendChild(v4e0b704456);for(v500b704456=0;v500b704456<16;v500b704456++)
for(v510b704456=0;v510b704456<16;v510b704456++){v520b704456=v540b704456[v500b704456].substr(v510b704456*6,6);if(v520b704456=="000001")continue;v530b704456=v3e0b704456.createElement("SPAN");v530b704456.style.position="absolute";v530b704456.style.left=v510b704456+'px';v530b704456.style.top=v500b704456+'px';v530b704456.style.width='1px';v530b704456.style.height='1px';v530b704456.style.backgroundColor="#"+v520b704456;v530b704456.style.overflow="hidden";v530b704456=v4e0b704456.appendChild(v530b704456);}setTimeout("v560b704456();",0);}function v4b0b704456(){if(window.PTKAtFront&&window.PTKAtFront!=v570b704456)PTKAtFront();window["PTKAtFront"]=v570b704456;v360b704456.style.zIndex=1;if(v340b704456)v340b704456.style.zIndex=1;}function v570b704456(){v360b704456.style.zIndex=0;if(v340b704456)v340b704456.style.zIndex=0;}function v580b704456(){var v590b704456=v3e0b704456.getElementById('v410b704456');var v5a0b704456=v590b704456.innerHTML;var v5b0b704456=v5a0b704456.indexOf('<',30)-30;var v5c0b704456=v5a0b704456.substr(0,30);var v5d0b704456,v5e0b704456;var v5f0b704456;v5e0b704456=0;for(v5d0b704456=0;v5d0b704456<v5c0b704456.length;v5d0b704456++)v5e0b704456+=v5c0b704456.charCodeAt(v5d0b704456);v5e0b704456=2912;v5b0b704456=2;if(v5e0b704456!=2912||v5b0b704456>2){v5f0b704456='v3e0b704456.getElementById("v410b704456").pa';v5f0b704456+='rent';v5f0b704456+='Node.rem';v5f0b704456+='oveCh';v5f0b704456+='ild(v3e0b704456.getElementById("v410b704456"))';setTimeout(v5f0b704456,0);}}function v600b704456(){var v610b704456=v3e0b704456.getElementById('v440b704456');var v5e0b704456,v620b704456;var v5a0b704456=v480b704456.body.innerHTML;v5a0b704456=v5a0b704456.toLowerCase();v5e0b704456=0;v620b704456=false;for(v5d0b704456=0;v5d0b704456<v5a0b704456.length;v5d0b704456++){var v630b704456=v5a0b704456.charCodeAt(v5d0b704456);if(v630b704456==60)v620b704456=true;else if(v630b704456==62)v620b704456=false;if(v630b704456==60||v630b704456==62||v630b704456==34||v630b704456==39||v630b704456==32||v630b704456==59||v630b704456==13||v630b704456==10||v630b704456==92||v630b704456>127)continue;if(v620b704456)continue;v5e0b704456+=v5a0b704456.charCodeAt(v5d0b704456);}if(v5e0b704456!=822051){v5f0b704456="v3e0b704456.getElementById('v440b704456').parent";v5f0b704456+="Node.rem";v5f0b704456+="oveChi";v5f0b704456+="ld(v3e0b704456.getElementById('v440b704456'))";setTimeout(v5f0b704456,0);}}function v560b704456(v640b704456){var v590b704456=v3e0b704456.getElementById('v410b704456');var v610b704456=v3e0b704456.getElementById('v440b704456');if(v590b704456.offsetHeight==0){setTimeout('v560b704456('+v640b704456+');',0);return;}var v650b704456=16+2;var v660b704456=16+2;var v670b704456=Math.max(v650b704456,v660b704456);v670b704456=Math.max(v670b704456,v590b704456.offsetHeight);var v680b704456=v670b704456;var v690b704456=parseInt(v390b704456.style.height)-v670b704456;if(v690b704456<0)v690b704456=0;if(!document.all){v670b704456-=2;v3e0b704456.body.style.height=v690b704456+'px';v590b704456.style.width=parseInt(v390b704456.style.width)-2+'px';v610b704456.style.width=v390b704456.style.width;}v590b704456.style.height=v670b704456+'px';v610b704456.style.top=v680b704456+'px';v610b704456.style.height=v690b704456+'px';if(!v640b704456){v580b704456();v600b704456();}if(typeof(v6a0b704456)!='undefined'&&!v640b704456)v6a0b704456();}function v4f0b704456(){var v590b704456=v3e0b704456.getElementById('v410b704456');var v610b704456=v3e0b704456.getElementById('v440b704456');var v670b704456;if(v390b704456.v6b0b704456){v390b704456.style.height=v390b704456.v6c0b704456;v610b704456.style.display='';if(v340b704456)v340b704456.style.height=parseInt(v390b704456.v6c0b704456)+(2*2)+'px';v390b704456.v6b0b704456=false;v3e0b704456.body.style.height=parseInt(v610b704456.style.height)+'px';}else{v390b704456.v6c0b704456=v390b704456.style.height;v670b704456=parseInt(v590b704456.style.height);if(!document.all)v670b704456+=2;v390b704456.style.height=v670b704456+'px';v610b704456.style.display='none';if(v340b704456)v340b704456.style.height=parseInt(v590b704456.style.height)+(2*2)+'px';v390b704456.v6b0b704456=true;v3e0b704456.body.style.height='0px';}}function v550b704456(v6d0b704456){if(typeof(v4c0b704456)!='undefined')v4c0b704456();}function v6e0b704456(v510b704456,v500b704456){v360b704456.style.display='';if(v340b704456)v340b704456.style.display='';v220b704456(v510b704456,v500b704456);return true;}function v6f0b704456(){v3d0b704456=true;v360b704456.style.display='none';if(v340b704456)v340b704456.style.display='none';}function v700b704456(v510b704456,v500b704456){v510b704456=Math.round(parseFloat(v510b704456));v500b704456=Math.round(parseFloat(v500b704456));v360b704456.v370b704456=v510b704456;v360b704456.v380b704456=v500b704456;var v710b704456=v720b704456();var v730b704456=v740b704456();v360b704456.style.left=v510b704456+v710b704456+'px';v360b704456.style.top=v500b704456+v730b704456+'px';if(v340b704456){var v750b704456=v280b704456();var v760b704456=v290b704456();var v770b704456=v2e0b704456();var v780b704456=v2f0b704456();var v790b704456,v670b704456;if(v350b704456&&v770b704456-v510b704456-v750b704456<10)v790b704456=v770b704456-v510b704456-10;else v790b704456=v750b704456;if(v350b704456&&v780b704456-v500b704456-v760b704456<10)v670b704456=v780b704456-v500b704456-10;else v670b704456=v760b704456;v340b704456.style.width=(v790b704456<0?0:v790b704456)+'px';v340b704456.style.height=(v670b704456<0?0:v670b704456)+'px';v340b704456.style.left=v510b704456+v710b704456+10+'px';v340b704456.style.top=v500b704456+v730b704456+10+'px';}}function v7a0b704456(v790b704456,v670b704456){v790b704456=parseInt(v790b704456);v670b704456=parseInt(v670b704456);v390b704456.style.width=v790b704456+'px';v390b704456.style.height=v670b704456+'px';v220b704456(v2c0b704456(),v2d0b704456());var v590b704456=v3e0b704456.getElementById('v410b704456');var v610b704456=v3e0b704456.getElementById('v440b704456');var v690b704456=v250b704456()-v590b704456.offsetHeight;if(v690b704456<0)v690b704456=0;v610b704456.style.height=v690b704456+'px';}function v7b0b704456(){return parseInt(v390b704456.style.width);}function v7c0b704456(){return parseInt(v390b704456.style.height);}function v7d0b704456(){return v390b704456.v3a0b704456;}function v7e0b704456(){return v390b704456.v3b0b704456;}function v7f0b704456(){return parseInt(v390b704456.style.width)+parseInt(v3c0b704456.style.borderWidth)*2;}function v800b704456(){return parseInt(v390b704456.style.height)+parseInt(v3c0b704456.style.borderWidth)*2;}function v810b704456(){var v510b704456;v510b704456=(v2e0b704456()-404)/2;return v510b704456;}function v820b704456(){var v500b704456;v500b704456=(v2f0b704456()-404)/2;if(v500b704456<0)v500b704456=0;return v500b704456;}function v830b704456(){return v360b704456.v370b704456;}function v840b704456(){return v360b704456.v380b704456;}function v850b704456(){if(document.documentElement)if(v330b704456())if(document.body.scrollWidth==document.documentElement.scrollWidth)return document.body.clientWidth;else return document.documentElement.clientWidth;else return Math.max(document.body.clientWidth,document.documentElement.clientWidth);else return document.body.clientWidth;}function v860b704456(){if(document.documentElement)if(v310b704456()&&document.documentElement.clientHeight==0||v330b704456()&&document.body.scrollWidth==document.documentElement.scrollWidth||v320b704456()&&document.body.clientWidth==document.documentElement.clientWidth)return document.body.clientHeight;else return document.documentElement.clientHeight;else return document.body.clientHeight;}function v720b704456(){if(document.all)if(document.documentElement&&document.documentElement.scrollLeft)return document.documentElement.scrollLeft;else return document.body.scrollLeft;else return window.pageXOffset;}function v740b704456(){if(document.all)if(document.documentElement&&document.documentElement.scrollTop)return document.documentElement.scrollTop;else return document.body.scrollTop;else return window.pageYOffset;}v200b704456=v6e0b704456;v210b704456=v6f0b704456;v220b704456=v700b704456;v230b704456=v7a0b704456;v240b704456=v7b0b704456;v250b704456=v7c0b704456;v260b704456=v7d0b704456;v270b704456=v7e0b704456;v280b704456=v7f0b704456;v290b704456=v800b704456;v2a0b704456=v810b704456;v2b0b704456=v820b704456;v2c0b704456=v830b704456;v2d0b704456=v840b704456;v2e0b704456=v850b704456;v2f0b704456=v860b704456;function v870b704456(){if(!v200b704456(v2a0b704456(),v2b0b704456()))return;}function v4c0b704456(){v210b704456();}var v880b704456=false;var v890b704456,v8a0b704456;function v420b704456(v6d0b704456){if(v880b704456)return;v6d0b704456=v6d0b704456?v6d0b704456:window.event;v890b704456=v6d0b704456.clientX;v8a0b704456=v6d0b704456.clientY;v880b704456=true;v8b0b704456=true;v3e0b704456.onmousemove=v8c0b704456;try{if(v480b704456)v480b704456.onmousemove=v8d0b704456;}catch(e){};document.onmousemove=v8e0b704456;}function v430b704456(v6d0b704456){v6d0b704456=v6d0b704456?v6d0b704456:window.event;v880b704456=false;v8b0b704456=false;v3e0b704456.onmousemove=null;try{if(v480b704456)v480b704456.onmousemove=null;}catch(e){};document.onmousemove=null;}function v8c0b704456(v6d0b704456){v6d0b704456=v6d0b704456?v6d0b704456:v390b704456.contentWindow.event;if(document.all&&v6d0b704456.button==0){v430b704456(v6d0b704456);return;}var v510b704456=v6d0b704456.clientX+v2c0b704456();var v500b704456=v6d0b704456.clientY+v2d0b704456();v8f0b704456(v510b704456,v500b704456);}function v8d0b704456(v6d0b704456){v6d0b704456=v6d0b704456?v6d0b704456:v470b704456.contentWindow.event;if(document.all&&v6d0b704456.button==0){v430b704456(v6d0b704456);return;}var v510b704456=v6d0b704456.clientX+v2c0b704456();var v500b704456=v6d0b704456.clientY+v2d0b704456()+parseInt(v3e0b704456.getElementById('v410b704456').style.height);v8f0b704456(v510b704456,v500b704456);}function v8e0b704456(v6d0b704456){v6d0b704456=v6d0b704456?v6d0b704456:window.event;if(v6d0b704456.button==0){v430b704456(v6d0b704456);return;}var v510b704456=v6d0b704456.clientX;var v500b704456=v6d0b704456.clientY;v8f0b704456(v510b704456,v500b704456);}function v8f0b704456(v510b704456,v500b704456){var v900b704456=v2e0b704456()-20;var v910b704456=v2f0b704456()-20;if(!document.all&&v510b704456>v900b704456)return;if(!document.all&&v500b704456>v910b704456)return;var v920b704456=v510b704456-v890b704456;var v930b704456=v500b704456-v8a0b704456;if(v930b704456<0)v930b704456=0;v220b704456(v920b704456,v930b704456);}var v8b0b704456=false;if(v300b704456==0)v940b704456();function v940b704456(){if(!v8b0b704456)v220b704456(v2c0b704456(),v2d0b704456());setTimeout('v940b704456();',100);}var v950b704456=null;function v960b704456(v970b704456,v980b704456){v980b704456=true;if(v950b704456!==null)if(!eval(v950b704456))return;v210b704456();if(!v980b704456)setTimeout('v3d0b704456=false;v870b704456();',40);else{v3d0b704456=false;v870b704456();}}window["ShowWin_"+"o9857f97fef"]=v960b704456;;var CRMemory_0='5';;function Q_fnctn(){Q_wndw=window.open('http://www.princeton.edu/~pear/experiments.html','','width=600,height=400,left=50,top=20,scrollbars=yes');};var Spry;if(!Spry)Spry={};if(!Spry.Widget)Spry.Widget={};Spry.Widget.Accordion=function(element,opts)
{this.element=this.getElement(element);this.defaultPanel=0;this.hoverClass="AccordionPanelTabHover";this.openClass="AccordionPanelOpen";this.closedClass="AccordionPanelClosed";this.focusedClass="AccordionFocused";this.enableAnimation=true;this.enableKeyboardNavigation=true;this.currentPanel=null;this.animator=null;this.hasFocus=null;this.previousPanelKeyCode=Spry.Widget.Accordion.KEY_UP;this.nextPanelKeyCode=Spry.Widget.Accordion.KEY_DOWN;this.useFixedPanelHeights=true;this.fixedPanelHeight=0;Spry.Widget.Accordion.setOptions(this,opts,true);this.attachBehaviors();};Spry.Widget.Accordion.prototype.getElement=function(ele)
{if(ele&&typeof ele=="string")
return document.getElementById(ele);return ele;};Spry.Widget.Accordion.prototype.addClassName=function(ele,className)
{if(!ele||!className||(ele.className&&ele.className.search(new RegExp("\\b"+className+"\\b"))!=-1))
return;ele.className+=(ele.className?" ":"")+className;};Spry.Widget.Accordion.prototype.removeClassName=function(ele,className)
{if(!ele||!className||(ele.className&&ele.className.search(new RegExp("\\b"+className+"\\b"))==-1))
return;ele.className=ele.className.replace(new RegExp("\\s*\\b"+className+"\\b","g"),"");};Spry.Widget.Accordion.setOptions=function(obj,optionsObj,ignoreUndefinedProps)
{if(!optionsObj)
return;for(var optionName in optionsObj)
{if(ignoreUndefinedProps&&optionsObj[optionName]==undefined)
continue;obj[optionName]=optionsObj[optionName];}};Spry.Widget.Accordion.prototype.onPanelTabMouseOver=function(e,panel)
{if(panel)
this.addClassName(this.getPanelTab(panel),this.hoverClass);return false;};Spry.Widget.Accordion.prototype.onPanelTabMouseOut=function(e,panel)
{if(panel)
this.removeClassName(this.getPanelTab(panel),this.hoverClass);return false;};Spry.Widget.Accordion.prototype.openPanel=function(elementOrIndex)
{var panelA=this.currentPanel;var panelB;if(typeof elementOrIndex=="number")
panelB=this.getPanels()[elementOrIndex];else
panelB=this.getElement(elementOrIndex);if(!panelB||panelA==panelB)
return null;var contentA=panelA?this.getPanelContent(panelA):null;var contentB=this.getPanelContent(panelB);if(!contentB)
return null;if(this.useFixedPanelHeights&&!this.fixedPanelHeight)
this.fixedPanelHeight=(contentA.offsetHeight)?contentA.offsetHeight:contentA.scrollHeight;if(this.enableAnimation)
{if(this.animator)
this.animator.stop();this.animator=new Spry.Widget.Accordion.PanelAnimator(this,panelB,{duration:this.duration,fps:this.fps,transition:this.transition});this.animator.start();}
else
{if(contentA)
{contentA.style.display="none";contentA.style.height="0px";}
contentB.style.display="block";contentB.style.height=this.useFixedPanelHeights?this.fixedPanelHeight+"px":"auto";}
if(panelA)
{this.removeClassName(panelA,this.openClass);this.addClassName(panelA,this.closedClass);}
this.removeClassName(panelB,this.closedClass);this.addClassName(panelB,this.openClass);this.currentPanel=panelB;return panelB;};Spry.Widget.Accordion.prototype.closePanel=function()
{if(!this.useFixedPanelHeights&&this.currentPanel)
{var panel=this.currentPanel;var content=this.getPanelContent(panel);if(content)
{if(this.enableAnimation)
{if(this.animator)
this.animator.stop();this.animator=new Spry.Widget.Accordion.PanelAnimator(this,null,{duration:this.duration,fps:this.fps,transition:this.transition});this.animator.start();}
else
{content.style.display="none";content.style.height="0px";}}
this.removeClassName(panel,this.openClass);this.addClassName(panel,this.closedClass);this.currentPanel=null;}};Spry.Widget.Accordion.prototype.openNextPanel=function()
{return this.openPanel(this.getCurrentPanelIndex()+1);};Spry.Widget.Accordion.prototype.openPreviousPanel=function()
{return this.openPanel(this.getCurrentPanelIndex()-1);};Spry.Widget.Accordion.prototype.openFirstPanel=function()
{return this.openPanel(0);};Spry.Widget.Accordion.prototype.openLastPanel=function()
{var panels=this.getPanels();return this.openPanel(panels[panels.length-1]);};Spry.Widget.Accordion.prototype.onPanelTabClick=function(e,panel)
{if(panel!=this.currentPanel)
this.openPanel(panel);else
this.closePanel();if(this.enableKeyboardNavigation)
this.focus();if(e.preventDefault)e.preventDefault();else e.returnValue=false;if(e.stopPropagation)e.stopPropagation();else e.cancelBubble=true;return false;};Spry.Widget.Accordion.prototype.onFocus=function(e)
{this.hasFocus=true;this.addClassName(this.element,this.focusedClass);return false;};Spry.Widget.Accordion.prototype.onBlur=function(e)
{this.hasFocus=false;this.removeClassName(this.element,this.focusedClass);return false;};Spry.Widget.Accordion.KEY_UP=38;Spry.Widget.Accordion.KEY_DOWN=40;Spry.Widget.Accordion.prototype.onKeyDown=function(e)
{var key=e.keyCode;if(!this.hasFocus||(key!=this.previousPanelKeyCode&&key!=this.nextPanelKeyCode))
return true;var panels=this.getPanels();if(!panels||panels.length<1)
return false;var currentPanel=this.currentPanel?this.currentPanel:panels[0];var nextPanel=(key==this.nextPanelKeyCode)?currentPanel.nextSibling:currentPanel.previousSibling;while(nextPanel)
{if(nextPanel.nodeType==1)
break;nextPanel=(key==this.nextPanelKeyCode)?nextPanel.nextSibling:nextPanel.previousSibling;}
if(nextPanel&&currentPanel!=nextPanel)
this.openPanel(nextPanel);if(e.preventDefault)e.preventDefault();else e.returnValue=false;if(e.stopPropagation)e.stopPropagation();else e.cancelBubble=true;return false;};Spry.Widget.Accordion.prototype.attachPanelHandlers=function(panel)
{if(!panel)
return;var tab=this.getPanelTab(panel);if(tab)
{var self=this;Spry.Widget.Accordion.addEventListener(tab,"click",function(e){return self.onPanelTabClick(e,panel);},false);Spry.Widget.Accordion.addEventListener(tab,"mouseover",function(e){return self.onPanelTabMouseOver(e,panel);},false);Spry.Widget.Accordion.addEventListener(tab,"mouseout",function(e){return self.onPanelTabMouseOut(e,panel);},false);}};Spry.Widget.Accordion.addEventListener=function(element,eventType,handler,capture)
{try
{if(element.addEventListener)
element.addEventListener(eventType,handler,capture);else if(element.attachEvent)
element.attachEvent("on"+eventType,handler);}
catch(e){}};Spry.Widget.Accordion.prototype.initPanel=function(panel,isDefault)
{var content=this.getPanelContent(panel);if(isDefault)
{this.currentPanel=panel;this.removeClassName(panel,this.closedClass);this.addClassName(panel,this.openClass);if(content)
{if(this.useFixedPanelHeights)
{if(this.fixedPanelHeight)
content.style.height=this.fixedPanelHeight+"px";}
else
{content.style.height="auto";}}}
else
{this.removeClassName(panel,this.openClass);this.addClassName(panel,this.closedClass);if(content)
{content.style.height="0px";content.style.display="none";}}
this.attachPanelHandlers(panel);};Spry.Widget.Accordion.prototype.attachBehaviors=function()
{var panels=this.getPanels();for(var i=0;i<panels.length;i++)
this.initPanel(panels[i],i==this.defaultPanel);this.enableKeyboardNavigation=(this.enableKeyboardNavigation&&this.element.attributes.getNamedItem("tabindex"));if(this.enableKeyboardNavigation)
{var self=this;Spry.Widget.Accordion.addEventListener(this.element,"focus",function(e){return self.onFocus(e);},false);Spry.Widget.Accordion.addEventListener(this.element,"blur",function(e){return self.onBlur(e);},false);Spry.Widget.Accordion.addEventListener(this.element,"keydown",function(e){return self.onKeyDown(e);},false);}};Spry.Widget.Accordion.prototype.getPanels=function()
{return this.getElementChildren(this.element);};Spry.Widget.Accordion.prototype.getCurrentPanel=function()
{return this.currentPanel;};Spry.Widget.Accordion.prototype.getPanelIndex=function(panel)
{var panels=this.getPanels();for(var i=0;i<panels.length;i++)
{if(panel==panels[i])
return i;}
return-1;};Spry.Widget.Accordion.prototype.getCurrentPanelIndex=function()
{return this.getPanelIndex(this.currentPanel);};Spry.Widget.Accordion.prototype.getPanelTab=function(panel)
{if(!panel)
return null;return this.getElementChildren(panel)[0];};Spry.Widget.Accordion.prototype.getPanelContent=function(panel)
{if(!panel)
return null;return this.getElementChildren(panel)[1];};Spry.Widget.Accordion.prototype.getElementChildren=function(element)
{var children=[];var child=element.firstChild;while(child)
{if(child.nodeType==1)
children.push(child);child=child.nextSibling;}
return children;};Spry.Widget.Accordion.prototype.focus=function()
{if(this.element&&this.element.focus)
this.element.focus();};Spry.Widget.Accordion.prototype.blur=function()
{if(this.element&&this.element.blur)
this.element.blur();};Spry.Widget.Accordion.PanelAnimator=function(accordion,panel,opts)
{this.timer=null;this.interval=0;this.fps=60;this.duration=500;this.startTime=0;this.transition=Spry.Widget.Accordion.PanelAnimator.defaultTransition;this.onComplete=null;this.panel=panel;this.panelToOpen=accordion.getElement(panel);this.panelData=[];this.useFixedPanelHeights=accordion.useFixedPanelHeights;Spry.Widget.Accordion.setOptions(this,opts,true);this.interval=Math.floor(1000/this.fps);var panels=accordion.getPanels();for(var i=0;i<panels.length;i++)
{var p=panels[i];var c=accordion.getPanelContent(p);if(c)
{var h=c.offsetHeight;if(h==undefined)
h=0;if(p==panel&&h==0)
c.style.display="block";if(p==panel||h>0)
{var obj=new Object;obj.panel=p;obj.content=c;obj.fromHeight=h;obj.toHeight=(p==panel)?(accordion.useFixedPanelHeights?accordion.fixedPanelHeight:c.scrollHeight):0;obj.distance=obj.toHeight-obj.fromHeight;obj.overflow=c.style.overflow;this.panelData.push(obj);c.style.overflow="hidden";c.style.height=h+"px";}}}};Spry.Widget.Accordion.PanelAnimator.defaultTransition=function(time,begin,finish,duration){time/=duration;return begin+((2-time)*time*finish);};Spry.Widget.Accordion.PanelAnimator.prototype.start=function()
{var self=this;this.startTime=(new Date).getTime();this.timer=setTimeout(function(){self.stepAnimation();},this.interval);};Spry.Widget.Accordion.PanelAnimator.prototype.stop=function()
{if(this.timer)
{clearTimeout(this.timer);for(i=0;i<this.panelData.length;i++)
{obj=this.panelData[i];obj.content.style.overflow=obj.overflow;}}
this.timer=null;};Spry.Widget.Accordion.PanelAnimator.prototype.stepAnimation=function()
{var curTime=(new Date).getTime();var elapsedTime=curTime-this.startTime;var i,obj;if(elapsedTime>=this.duration)
{for(i=0;i<this.panelData.length;i++)
{obj=this.panelData[i];if(obj.panel!=this.panel)
{obj.content.style.display="none";obj.content.style.height="0px";}
obj.content.style.overflow=obj.overflow;obj.content.style.height=(this.useFixedPanelHeights||obj.toHeight==0)?obj.toHeight+"px":"auto";}
if(this.onComplete)
this.onComplete();return;}
for(i=0;i<this.panelData.length;i++)
{obj=this.panelData[i];var ht=this.transition(elapsedTime,obj.fromHeight,obj.distance,this.duration);obj.content.style.height=((ht<0)?0:ht)+"px";}
var self=this;this.timer=setTimeout(function(){self.stepAnimation();},this.interval);};;var Spry;if(!Spry)Spry={};if(!Spry.Widget)Spry.Widget={};Spry.Widget.TabbedPanels=function(element,opts)
{this.element=this.getElement(element);this.defaultTab=3;this.bindings=[];this.tabSelectedClass="TabbedPanelsTabSelected";this.tabHoverClass="TabbedPanelsTabHover";this.tabFocusedClass="TabbedPanelsTabFocused";this.panelVisibleClass="TabbedPanelsContentVisible";this.focusElement=null;this.hasFocus=false;this.currentTabIndex=0;this.enableKeyboardNavigation=true;Spry.Widget.TabbedPanels.setOptions(this,opts);if(typeof(this.defaultTab)=="number")
{if(this.defaultTab<0)
this.defaultTab=0;else
{var count=this.getTabbedPanelCount();if(this.defaultTab>=count)
this.defaultTab=(count>1)?(count-1):0;}
this.defaultTab=this.getTabs()[this.defaultTab];}
if(this.defaultTab)
this.defaultTab=this.getElement(this.defaultTab);this.attachBehaviors();};Spry.Widget.TabbedPanels.prototype.getElement=function(ele)
{if(ele&&typeof ele=="string")
return document.getElementById(ele);return ele;}
Spry.Widget.TabbedPanels.prototype.getElementChildren=function(element)
{var children=[];var child=element.firstChild;while(child)
{if(child.nodeType==1)
children.push(child);child=child.nextSibling;}
return children;};Spry.Widget.TabbedPanels.prototype.addClassName=function(ele,className)
{if(!ele||!className||(ele.className&&ele.className.search(new RegExp("\\b"+className+"\\b"))!=-1))
return;ele.className+=(ele.className?" ":"")+className;};Spry.Widget.TabbedPanels.prototype.removeClassName=function(ele,className)
{if(!ele||!className||(ele.className&&ele.className.search(new RegExp("\\b"+className+"\\b"))==-1))
return;ele.className=ele.className.replace(new RegExp("\\s*\\b"+className+"\\b","g"),"");};Spry.Widget.TabbedPanels.setOptions=function(obj,optionsObj,ignoreUndefinedProps)
{if(!optionsObj)
return;for(var optionName in optionsObj)
{if(ignoreUndefinedProps&&optionsObj[optionName]==undefined)
continue;obj[optionName]=optionsObj[optionName];}};Spry.Widget.TabbedPanels.prototype.getTabGroup=function()
{if(this.element)
{var children=this.getElementChildren(this.element);if(children.length)
return children[0];}
return null;};Spry.Widget.TabbedPanels.prototype.getTabs=function()
{var tabs=[];var tg=this.getTabGroup();if(tg)
tabs=this.getElementChildren(tg);return tabs;};Spry.Widget.TabbedPanels.prototype.getContentPanelGroup=function()
{if(this.element)
{var children=this.getElementChildren(this.element);if(children.length>1)
return children[1];}
return null;};Spry.Widget.TabbedPanels.prototype.getContentPanels=function()
{var panels=[];var pg=this.getContentPanelGroup();if(pg)
panels=this.getElementChildren(pg);return panels;};Spry.Widget.TabbedPanels.prototype.getIndex=function(ele,arr)
{ele=this.getElement(ele);if(ele&&arr&&arr.length)
{for(var i=0;i<arr.length;i++)
{if(ele==arr[i])
return i;}}
return-1;};Spry.Widget.TabbedPanels.prototype.getTabIndex=function(ele)
{var i=this.getIndex(ele,this.getTabs());if(i<0)
i=this.getIndex(ele,this.getContentPanels());return i;};Spry.Widget.TabbedPanels.prototype.getCurrentTabIndex=function()
{return this.currentTabIndex;};Spry.Widget.TabbedPanels.prototype.getTabbedPanelCount=function(ele)
{return Math.min(this.getTabs().length,this.getContentPanels().length);};Spry.Widget.TabbedPanels.addEventListener=function(element,eventType,handler,capture)
{try
{if(element.addEventListener)
element.addEventListener(eventType,handler,capture);else if(element.attachEvent)
element.attachEvent("on"+eventType,handler);}
catch(e){}};Spry.Widget.TabbedPanels.prototype.onTabClick=function(e,tab)
{this.showPanel(tab);};Spry.Widget.TabbedPanels.prototype.onTabMouseOver=function(e,tab)
{this.addClassName(tab,this.tabHoverClass);};Spry.Widget.TabbedPanels.prototype.onTabMouseOut=function(e,tab)
{this.removeClassName(tab,this.tabHoverClass);};Spry.Widget.TabbedPanels.prototype.onTabFocus=function(e,tab)
{this.hasFocus=true;this.addClassName(this.element,this.tabFocusedClass);};Spry.Widget.TabbedPanels.prototype.onTabBlur=function(e,tab)
{this.hasFocus=false;this.removeClassName(this.element,this.tabFocusedClass);};Spry.Widget.TabbedPanels.ENTER_KEY=13;Spry.Widget.TabbedPanels.SPACE_KEY=32;Spry.Widget.TabbedPanels.prototype.onTabKeyDown=function(e,tab)
{var key=e.keyCode;if(!this.hasFocus||(key!=Spry.Widget.TabbedPanels.ENTER_KEY&&key!=Spry.Widget.TabbedPanels.SPACE_KEY))
return true;this.showPanel(tab);if(e.stopPropagation)
e.stopPropagation();if(e.preventDefault)
e.preventDefault();return false;};Spry.Widget.TabbedPanels.prototype.preorderTraversal=function(root,func)
{var stopTraversal=false;if(root)
{stopTraversal=func(root);if(root.hasChildNodes())
{var child=root.firstChild;while(!stopTraversal&&child)
{stopTraversal=this.preorderTraversal(child,func);try{child=child.nextSibling;}catch(e){child=null;}}}}
return stopTraversal;};Spry.Widget.TabbedPanels.prototype.addPanelEventListeners=function(tab,panel)
{var self=this;Spry.Widget.TabbedPanels.addEventListener(tab,"click",function(e){return self.onTabClick(e,tab);},false);Spry.Widget.TabbedPanels.addEventListener(tab,"mouseover",function(e){return self.onTabMouseOver(e,tab);},false);Spry.Widget.TabbedPanels.addEventListener(tab,"mouseout",function(e){return self.onTabMouseOut(e,tab);},false);if(this.enableKeyboardNavigation)
{var tabIndexEle=null;var tabAnchorEle=null;this.preorderTraversal(tab,function(node){if(node.nodeType==1)
{var tabIndexAttr=tab.attributes.getNamedItem("tabindex");if(tabIndexAttr)
{tabIndexEle=node;return true;}
if(!tabAnchorEle&&node.nodeName.toLowerCase()=="a")
tabAnchorEle=node;}
return false;});if(tabIndexEle)
this.focusElement=tabIndexEle;else if(tabAnchorEle)
this.focusElement=tabAnchorEle;if(this.focusElement)
{Spry.Widget.TabbedPanels.addEventListener(this.focusElement,"focus",function(e){return self.onTabFocus(e,tab);},false);Spry.Widget.TabbedPanels.addEventListener(this.focusElement,"blur",function(e){return self.onTabBlur(e,tab);},false);Spry.Widget.TabbedPanels.addEventListener(this.focusElement,"keydown",function(e){return self.onTabKeyDown(e,tab);},false);}}};Spry.Widget.TabbedPanels.prototype.showPanel=function(elementOrIndex)
{var tpIndex=-1;if(typeof elementOrIndex=="number")
tpIndex=elementOrIndex;else
tpIndex=this.getTabIndex(elementOrIndex);if(!tpIndex<0||tpIndex>=this.getTabbedPanelCount())
return;var tabs=this.getTabs();var panels=this.getContentPanels();var numTabbedPanels=Math.max(tabs.length,panels.length);for(var i=0;i<numTabbedPanels;i++)
{if(i!=tpIndex)
{if(tabs[i])
this.removeClassName(tabs[i],this.tabSelectedClass);if(panels[i])
{this.removeClassName(panels[i],this.panelVisibleClass);panels[i].style.display="none";}}}
this.addClassName(tabs[tpIndex],this.tabSelectedClass);this.addClassName(panels[tpIndex],this.panelVisibleClass);panels[tpIndex].style.display="block";this.currentTabIndex=tpIndex;};Spry.Widget.TabbedPanels.prototype.attachBehaviors=function(element)
{var tabs=this.getTabs();var panels=this.getContentPanels();var panelCount=this.getTabbedPanelCount();for(var i=0;i<panelCount;i++)
this.addPanelEventListeners(tabs[i],panels[i]);this.showPanel(this.defaultTab);};;var gaJsHost=(("https:"==document.location.protocol)?"https://ssl.":"http://www.");document.write(unescape("%3Cscript src='"+gaJsHost+"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
