-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
528 lines (456 loc) · 60 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
<!-- html version -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="http://localhost/zzz-github/js/jquery.min.js"><\/script>')</script>
<title>Do you have blocks that are holding back your abundance?</title>
<meta name="description" content="Do you have blocks that are holding back your abundance?" />
<!--no preload for fonts - as firefox not handle it -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Raleway:700,700i|Open+Sans+Condensed:700" rel="stylesheet">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ancana');
</script>
<script>var privacyloc="http://localhost/zzz-github/legals/privacy.php";var FBpixel="";var GAUAvar="";var DoSocialProof="1";var dogdpr="1";var thissiteurl="http://localhost/zzz-github";var trackcampn="RT01";var NGXurl="https://lifestyleinsider.online/";var SPoutcome1="Took The Abundance Quiz";var SPoutcome2="Fixed Their #1 Manifestation Killer";var SPoutcome3=""</script> <!--Anti CJ-->
<style id="antiCJ">body{display:none !important;}</style>
<script type="text/javascript">
if (self === top) {
var anticj = document.getElementById("antiCJ");
anticj.parentNode.removeChild(anticj);
} else {
top.location = self.location;
}
</script>
<!-- js type1-->
<script>function setCookie(e,t,n){n==""?Cookies.set(e,t):n<0?Cookies.remove(e):Cookies.set(e,t,{expires:n})}function getCookie(e){var t=Cookies.get(e);return t==undefined?"":t}function GetTimeElapsedFromInitial(){var e=0,t=0;if(getCookie("trckstrttmvisit",0)==""){var n=new Date;e=Math.round(n.getTime()/1e3),setCookie("trckstrttmvisit",e,0),t=0}else{var n=new Date,r=Math.round(n.getTime()/1e3);e=getCookie("trckstrttmvisit",0),t=Math.round(r-e)}return t}function getbasesiteURL(){var e=window.location.href,t=e.split("/"),n=t[0]+"//"+t[2];return n}function GetThisPageSlug(){return window.location.pathname}function getQueryVariable(e){var t=window.location.search.substring(1),n=t.split("&");for(var r=0;r<n.length;r++){var i=n[r].split("=");if(i[0]==e)return i[1]}return!1}function createTID(){var e=new Date,t=e.getTime(),n="ABCDEFGHIJKLMNOPQRSTUVWXTZ",r=3,i="";for(var s=0;s<r;s++){var o=Math.floor(Math.random()*n.length);i+=n.substring(o,o+1)}return i+t}function getTID(){var e="";return thisTID==""?getCookie("trckactid",0)==""?e="noTID":e=getCookie("trckactid",0):e=thisTID,e}function detectIE(){var e=window.navigator.userAgent,t=e.indexOf("MSIE ");if(t>0)return parseInt(e.substring(t+5,e.indexOf(".",t)),10);var n=e.indexOf("Trident/");if(n>0){var r=e.indexOf("rv:");return parseInt(e.substring(r+3,e.indexOf(".",r)),10)}var i=e.indexOf("Edge/");return i>0?parseInt(e.substring(i+5,e.indexOf(".",i)),10):!1}var actrckloc="",thisTID="",tmstarted;(function(e){var t=!1;typeof define=="function"&&define.amd&&(define(e),t=!0),typeof exports=="object"&&(module.exports=e(),t=!0);if(!t){var n=window.Cookies,r=window.Cookies=e();r.noConflict=function(){return window.Cookies=n,r}}})(function(){function e(){var e=0,t={};for(;e<arguments.length;e++){var n=arguments[e];for(var r in n)t[r]=n[r]}return t}function t(n){function r(t,i,s){var o;if(typeof document=="undefined")return;if(arguments.length>1){s=e({path:"/"},r.defaults,s);if(typeof s.expires=="number"){var u=new Date;u.setMilliseconds(u.getMilliseconds()+s.expires*864e5),s.expires=u}s.expires=s.expires?s.expires.toUTCString():"";try{o=JSON.stringify(i),/^[\{\[]/.test(o)&&(i=o)}catch(a){}n.write?i=n.write(i,t):i=encodeURIComponent(String(i)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),t=encodeURIComponent(String(t)),t=t.replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent),t=t.replace(/[\(\)]/g,escape);var f="";for(var l in s){if(!s[l])continue;f+="; "+l;if(s[l]===!0)continue;f+="="+s[l]}return document.cookie=t+"="+i+f}t||(o={});var c=document.cookie?document.cookie.split("; "):[],h=/(%[0-9A-Z]{2})+/g,p=0;for(;p<c.length;p++){var d=c[p].split("="),v=d.slice(1).join("=");!this.json&&v.charAt(0)==='"'&&(v=v.slice(1,-1));try{var m=d[0].replace(h,decodeURIComponent);v=n.read?n.read(v,m):n(v,m)||v.replace(h,decodeURIComponent);if(this.json)try{v=JSON.parse(v)}catch(a){}if(t===m){o=v;break}t||(o[m]=v)}catch(a){}}return o}return r.set=r,r.get=function(e){return r.call(r,e)},r.getJSON=function(){return r.apply({json:!0},[].slice.call(arguments))},r.defaults={},r.remove=function(t,n){r(t,"",e(n,{expires:-1}))},r.withConverter=t,r}return t(function(){})})</script><script>function GetQSParam(e){var t=window.location.href.slice(window.location.href.indexOf("?")+1).split("&");for(var n=0;n<t.length;n++){var r=t[n].split("=");if(r[0]==e)return r[1]}}function getQueryVariable(e){var t=window.location.search.substring(1),n=t.split("&");for(var r=0;r<n.length;r++){var i=n[r].split("=");if(i[0]==e)return i[1]}return!1}function GetFullQueryString(){var e=window.location.search;return e}function BasicValidateEmail(e){var t=/\S+@\S+/;return t.test(e)}</script><script>function SendInitPVGA(){TestOptInOut()==1&&TestDoNotTrack()==0&&GAUAvar!=""&&(sndpvflag=0,nowsendga==0?getCookie("sentNowSndGA")==""?sendGAPageview(0):(nowsendga=getCookie("sentNowSndGA"),sndpvflag=1):sndpvflag=1,sndpvflag==1&&(nowsendga==1?sendGAPageview(1):sendGAPageviewLazyImg()))}function SendInitPVFB(){if(TestOptInOut()==1&&TestDoNotTrack()==0){var e=[location.protocol,"//",location.host,location.pathname].join(""),t=e.slice(-40);if(getCookie("sentInPVFB")!=t){setCookie("sentInPVFB",t,"");if(FBpixel!="")if(whichFBevent()==1)fbq("init",FBpixel),fbq("track","PageView");else{var n="id="+FBpixel+"&ev=PageView&noscript=1";SendFBstuff(n)}}}}function sendGAPageview(e){ancana("create",GAUAvar,"auto"),ancana("set","anonymizeIp",!0),e==0?(setTimeout(function(){failgacallbck()},3e3),ancana("send","pageview",{hitCallback:function(){rtgacallbck()}})):(ancana("send","pageview"),pgloadGAsend())}function sendGAPageviewLazyImg(){var e=genGAstringFirst(GAUAvar);e+="&t=pageview",e+=genGAstringLast(),sendGTstuff(e),pgloadGAsend()}function rtgacallbck(){nowsendga=1,setCookie("sentNowSndGA",1,""),pgloadGAsend()}function failgacallbck(){nowsendga==0&&(nowsendga=2,setCookie("sentNowSndGA",2,""),sendGAPageviewLazyImg())}function TestOptInOut(){return getCookie("optstatsga")=="out"?0:1}function TestDoNotTrack(){return allowDNT==0?0:window.doNotTrack||navigator.doNotTrack||navigator.msDoNotTrack||"msTrackingProtectionEnabled"in window.external?window.doNotTrack=="1"||navigator.doNotTrack=="yes"||navigator.doNotTrack=="1"||navigator.msDoNotTrack=="1"||window.external.msTrackingProtectionEnabled()?1:0:0}function GTSendEvent(e,t,n,r){if(GAUAvar!=""){var i="";r==""||typeof r=="undefined"?i="(none)":i=r;if(sendevnt==1&&TestOptInOut()==1&&TestDoNotTrack()==0){getCookie("doinitGA")=="10"&&(SendInitPVGA(),SendInitPVFB(),setCookie("doinitGA","0",-30));if(nowsendga==0)setTimeout(function(){GTSendEvent(e,t,n,r)},1e3);else if(nowsendga==1)ancana("send",{hitType:"event",eventCategory:i,eventAction:e,eventLabel:t,eventValue:n});else{var s=genGAstringFirst(GAUAvar);s+="&t=event",s+="&ea="+e,s+="&ec="+i,t!=""&&(s+="&el="+t),n!=""&&(s+="&ev="+n),s+=genGAstringLast(),sendGTstuff(s)}}}}function FBSendEvent(e,t,n){if(FBpixel!=""&&sendevnt==1&&TestOptInOut()==1&&TestDoNotTrack()==0){getCookie("doinitGA")=="10"&&(SendInitPVGA(),SendInitPVFB(),setCookie("doinitGA","0",-30));if(whichFBevent()==1)n==""?fbq(e,t):fbq(e,t,n);else{if(n=="")var r="";else var r="&"+Object.keys(n).map(function(e){return"cd"+encodeURIComponent("["+e+"]")+"="+encodeURIComponent(n[e])}).join("&");var i="id="+FBpixel+"&ev="+t+r+"&noscript=1";SendFBstuff(i)}}}function whichFBevent(){return doligaa==0?1:typeof window.fbq=="undefined"?0:1}function testURL(e){var t=0,n=$.ajax({url:e,crossDomain:!0,type:"POST",success:function(){t=1},fail:function(){t=0}});return t}function genGAstringFirst(e){var t;if(getCookie("anccid")==""){var n=Math.floor(Math.random()*1e10+1),r=Math.floor(Math.random()*1e10+1);t=n.toString()+"."+r.toString(),setCookie("anccid",t,730)}else t=getCookie("anccid");var i="v=1&tid="+e+"&cid="+t+"&aip=1&u=en-gb&de=UTF-8&ds=web&dt="+encodeURIComponent(document.title)+"&dl="+encodeURIComponent(window.location.href);return i}function genGAstringLast(){var e="&z="+(Math.floor(Math.random()*1e7)+1);return e}function sendGTstuff(e){var t=$.ajax({url:NGXurl+"lazyimgga/",crossDomain:!0,type:"GET",data:e})}function SendFBstuff(e){var t=$.ajax({url:NGXurl+"lazyimgfba/",crossDomain:!0,type:"GET",data:e})}function GetGAPageName(){return encodeURIComponent(document.location.pathname)}function GetFullURLNoQS(){return encodeURIComponent([location.protocol,"//",location.host,location.pathname].join(""))}var allowDNT=0,sendevnt=1,nowsendga=0,sndpvflag=0;$(window).on("load",function(){$("#cdhighlight").html('<div class="cdhdiv1"><p class="white cdhdivtext">Cookies are used to ensure you get the best experience. By remaining here, we\'ll assume you\'re OK with this. <a href="'+thissiteurl+privacyloc+'" target="_blank">Learn More Here.</a></p></div><div class="cdhdiv2"><div class="cdhbutton" id="cookiecnsntaccept"><p style="text-align: center;color:#000;margin:0;padding:0;font-weight:700;">ACCEPT</p></div></div>'),dogdpr==0&&(SendInitPVGA(),SendInitPVFB()),dogdpr==1&&(getCookie("cookiecnsnt")!="yes"&&(document.getElementById("cdhighlight").style.bottom="0"),SendInitPVGA(),SendInitPVFB()),dogdpr==2&&(getCookie("cookiecnsnt")!="yes"?(document.getElementById("cdhighlight").style.bottom="0",sendevnt=0):(SendInitPVGA(),SendInitPVFB())),$("#cookiecnsntaccept").click(function(){setCookie("cookiecnsnt","yes",365),document.getElementById("cdhighlight").style.bottom="-300px",sendevnt=1,SendInitPVGA(),SendInitPVFB()})})</script><script>function switchBackdrop(){var e=0;if(swbck!="")switch(swbck){case"0":e=1;break;default:e=1}else e=1;if(e==99){var t=document.getElementsByTagName("BODY")[0];t.classList.add("RTblueback")}e==1&&(document.body.style.backgroundImage="url('"+imgdir+imagearr[0]+"')",document.body.style.repeat="no-repeat",document.body.style.backgroundSize="cover",document.body.style.backgroundAttachment="fixed")}function switchHeadline(){if(swheader!="")switch(swheader){case"1":document.getElementById("headdivtext").innerHTML=defH1,document.getElementById("preheaddivtext").innerHTML=defPreH1;break;case"2":document.getElementById("headdivtext").innerHTML=defH2,document.getElementById("preheaddivtext").innerHTML=defPreH1;break;default:document.getElementById("headdivtext").innerHTML=defH1,document.getElementById("preheaddivtext").innerHTML=defPreH1}else document.getElementById("headdivtext").innerHTML=defH1,document.getElementById("preheaddivtext").innerHTML=defPreH1}function switchImage(){swfbad!=""?document.getElementById("mainfbimg").src=imgdir+"matching/img"+swfbad+".png":document.getElementById("mainfbimg").src=defFBad}var swbck="",swheader="",swfbad="",imgdir=thissiteurl+"/img/",imagearr=["bckok/sky2.jpg","bckok/sky2.jpg","matching/img00.png"],defPreH1="<u>ATTENTION</u>: If You Want To Manifest Abundance...",defPreH2="xxx",defH1='ARE YOU BLOCKING YOUR ABUNDANCE FROM MANIFESTING?<div class="headdivtxtline2">"SCIENCE REVEALS ANSWER..."</div>',defH2='DO YOU HAVE BLOCKS THAT ARE STOPPING YOUR ABUNDANCE FROM MANIFESTING?<div class="headdivtxtline2">"Science Reveals Answer..."</div>',defFBad=imgdir+imagearr[2],pgimgs=new Array;for(var i=0;i<imagearr.length;i++)pgimgs[i]=new Image,pgimgs[i].src=imgdir+imagearr[i];var qs=getQueryVariable("utm_campaign");if(qs!=0)var swbck=qs.slice(-1),swheader=qs.slice(-2,-1);qs=getQueryVariable("utm_content");if(qs!=0)var swfbad=qs</script><script>function toTitleCase(e){return e.replace(/\w\S*/g,function(e){return e.charAt(0).toUpperCase()+e.substr(1).toLowerCase()})}function ProcessEmailField(){var e=$("#emailbox").val().substring(0,100),t=e.replace("&","");return t}function ProcessQuizanswer(e){var t=/[^a-zA-Z0-9-.+, ]/g,n=e.substring(0,200),r=n.replace(t,"");return r}function processtextbox(e){var t=e.toLowerCase(),n=t.replace(/[^a-zA-Z0-9]+/g,"-");return n}function updatequizscreen(){var e=document.getElementById("progbarinner");if(curqn==1)e.style.width="0px",e.innerHTML="0%";else{var t=(curqn-2)*widthsec,n=setInterval(r,10);function r(){t>=(curqn-1)*widthsec?clearInterval(n):(t++,e.style.width=t+"%",e.innerHTML=Math.floor(t)+"% completed")}}$("#quizqnheader1").html("QUESTION "+curqn+" of "+maxqns),$("#quizqnheader2").html(qnh1[curqn-1])}function ScrollToElement(e,t){var n="html, body";t==0?$(n).animate({scrollTop:$(e).offset().top},320):$(n).animate({scrollTop:$(e).offset().top-($(window).height()-$(e).outerHeight(!0))/2},320)}var maxqns=0,widthsec=0,curqn=1,currqnid=2,ansscore=0,anstxt=[],ansscoretxt="",stopallclks=0;anstxt[0]="";var theywant="",howgood=0,qnh1=[];qnh1[0]="What Would You Love To Come True?",qnh1[1]="Which Of These Applies The Most To You?",qnh1[2]="Which Of These Has Had The Most Impact On You?",qnh1[3]="How Much Have You Spent On Personal Development?",qnh1[4]="Are You...",qnh1[5]="Do Subconscious Counter Intentions Mean Anything To You?",qnh1[6]="How Do You Feel When Someone Else Has ",qnh1[7]="Do You Believe Life is Meant To Be Hard?",qnh1[8]="How Much Do You Want To Create Abundance In Your Life?";var qnh2=[];currqnid=1;var utmcamp=getQueryVariable("utm_campaign");$(document).ready(function(){function e(){$("#emailbox").css("border","1px solid #7eb4ea"),$("#gdprdiv").hide(),$("#notvalidemail").hide()}function t(e){var t=/\S+@\S+/;return t.test(e)}$("#startquizbtn").click(function(){currqnid==1&&$("#quizsec1").fadeOut(200,function(){$("#quizsecid2").fadeIn(200,function(){maxqns=$("#quizsecid2").attr("param-p0"),widthsec=100/maxqns,curqn=1,updatequizscreen(),ScrollToElement("#topofquizscrollmark",0),DoSocialProof==1&&currqnid==1&&sendSPData(1,"Someone",Math.floor(Math.random()*2+1)),GTSendEvent("click","LP_startquiz",0,0),FBSendEvent("trackCustom","RT_LP_quizstart","")})})}),$(".qnboxclickarea").click(function(){if(currqnid==1){var e=$(this).attr("param-p0"),t=$(this).attr("param-p1");curqn==1&&(theywant=$(this).attr("param-p2")),curqn==2&&(howgood=$(this).attr("param-p1")),GTSendEvent("click","LPQnClick"+e,0,0),$("#qn-set-"+curqn).fadeOut(200,function(){switch(curqn){case 1:qnh1[6]=qnh1[6]+toTitleCase(theywant)+"?",anstxt[curqn]=t,ansscore+=parseInt(t);break;default:anstxt[curqn]=t,ansscore+=parseInt(t)}curqn++,curqn>maxqns?(updatequizscreen(),$("#quizanalyzeid1").html("Analysing your responses to 1 - "+maxqns),$("#quizmainsection").hide(),$("#quizanalyze").fadeIn(600,function(){setTimeout(function(){$("#quizanalyzeid1").hide(),$("#quizanalyzeid1").html("Calculating ..."),$("#quizanalyzeid1").fadeIn(400,function(){setTimeout(function(){$("#quizanalyze").hide(),$("#progbarouter").hide();if(howgood==0){var e="Your manifesting skills are already good, but there are some improvements that will help you to manifest <b>"+theywant.toUpperCase()+"</b> with greater ease and efficiency.";ansscoretxt="GOOD"}else if(howgood<3){var e="You have had some success with manifesting, but your attempts to manifest <b>"+theywant.toUpperCase()+"</b> will be harder and much slower than they could be.";ansscoretxt="MODERATE"}else{var e="Your desire to manifest <b>"+theywant.toUpperCase()+"</b> is likely to be blocked, and any further attempts without understanding your #1 Manifestion Blocker will probably be wasted time.";ansscoretxt="NEEDING IMPROVEMENT"}$("#fnqzscore").html("<p>"+e+"</p><p>Your #1 Manifestion Blocker is likely to be your having: <span class='red bold'>'COUNTER INTENTIONS'.</span></p>"),$("#postquizanalyze01").fadeIn(600)},1e3)})},1500)})):(updatequizscreen(),$("#qn-set-"+curqn).fadeIn(400,function(){ScrollToElement("#topofquizscrollmark",0)}))})}}),$("#emailbox").focus(function(){e()}),$("#acmodalgdprbox").change(function(){$("#gdprdiv").hide()}),$("#submitbutton").click(function(){if(t($("#emailbox").val()))if($("#acmodalgdprbox").is(":checked")){if(stopallclks==0&&currqnid==1){stopallclks=1,$("#submitbutton").html('SENDING ... <i class="fas fa-spinner fa-spin"></i>'),GTSendEvent("click","LPOptin",0,0),FBSendEvent("trackCustom","RT_LP_Optin",""),setCookie("qzwant",theywant,5),setCookie("qzoutcome",ansscoretxt,5);var e=thissiteurl+"/phpmp/RTquizmlr.php",n="trcm="+trackcampn+"&em="+ProcessEmailField()+"&tb=0&qx="+maxqns+"&qs="+ansscore+"&qstx="+ansscoretxt+"&tw="+theywant.toUpperCase();if(maxqns>0){var r;for(r=1;r<=maxqns;r++)n=n+"&qr"+r+"="+ProcessQuizanswer(anstxt[r])}if(currqnid==1)var i=$.ajax({url:e,type:"POST",data:n}).done(function(e){window.location="https://manifest-abundance.net"})}}else $("#gdprdiv").show();else $("#emailbox").css("border","1px solid red"),$("#notvalidemail").show()})})</script><script>function SPloadfile(){SPtxtloadcnt<5?$.ajax({url:thissiteurl+"/socialprooftxt/txt.txt",cache:!1,dataType:"text",success:function(e){clearInterval(SPgettxtID),SParray=e.split(/[\r\n]+/),SPcurloc=SParray.length-1,SPdisplay(),setSPtimer()},fail:function(e,t,n){SPtxtloadcnt++}}):clearInterval(SPgettxtID)}function setSPtimer(){SPtimerID=setInterval(function(){SPdisplay()},SPtotalinterval)}function closeSPtimer(){clearInterval(SPtimerID),$(".spchip").fadeOut(500)}function SPdisplay(){var e=1,t=0,n=0;if(DoSocialProof==1&&e==1){if(SPgiveup==0){SPcurloc--,SPcurloc<0&&(SPcurloc=SParray.length-1,SPshowncnt<SPminnottorotate?(n=1,SPgiveup=1):SPshowncnt=0);while(n==0)SParray[SPcurloc]!=undefined&&SParray[SPcurloc].length>8?n=1:(SPcurloc--,SPcurloc<0&&(SPshownone==0?(n=1,SPgiveup=1):SPcurloc=SParray.length-1))}if(SPgiveup==0){SPshownone=1,SPshowncnt++;var r=SParray[SPcurloc].split(","),i="",s="",o="";r[2]==""?i="Someone":i=r[2],i+=" from ";var u="";r[3]==""&&r[4]==""?i+="Unknown":(r[3]!=""&&(i+=r[3],u=", "),r[4]!=""&&(i+=u+r[4]));switch(r[0]){case"1":s=SPoutcome1;break;case"2":s=SPoutcome2;break;case"3":s=SPoutcome3}switch(r[5]){case"1":$("#spimg").attr("src",thissiteurl+"/img/spimgs/man"+SPman+"-min.png"),SPman++,SPman>3&&(SPman=1);break;case"2":$("#spimg").attr("src",thissiteurl+"/img/spimgs/woman"+SPwoman+"-min.png"),SPwoman++,SPwoman>3&&(SPwoman=1)}var a=MyUTCDateTime()/1e3,f=a-r[1];f<60&&(o=f+" seconds"),f>=60&&f<120&&(o=Math.floor(f/60)+" minute"),f>=120&&f<3600&&(o=Math.floor(f/60)+" minutes"),f>=3600&&f<7200&&(o=Math.floor(f/3600)+" hour"),f>=7200&&f<86400&&(o=Math.floor(f/3600)+" hours"),f>=86400&&f<172800&&(o=Math.floor(f/86400)+" day"),f>=172800&&f<2592e3&&(o=Math.floor(f/86400)+" days"),f>=2592e3&&(o="1 month or so"),$("#sptxtrow1").html(i),$("#sptxtrow2").html(s),$("#sptxtrow3").html(o+" ago"),$(".spchip").show(),setTimeout(function(){$(".spchip").fadeOut(400)},SPshowchiplen)}}}function MyUTCDateTime(){var e=new Date,t=Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate(),e.getUTCHours(),e.getUTCMinutes(),e.getUTCSeconds());return t}function ReplaceCommaBrackets(e){var t=new RegExp(",","g"),n=e.replace(t,"-");n=n.replace(/ *\([^)]*\) */g,"");var r=n.split(" ");if(r.length>3)var i=r[0]+" "+r[1]+" "+r[2];else var i=n;return i.trim()}function sendSPData(e,t,n){gtyp=e,gnm=t,gsx=n,getCookie("sputy")==""?getIP01(1):ajaxSPdata(ReplaceCommaBrackets(getCookie("sputy")),ReplaceCommaBrackets(getCookie("spcnty")))}function getIP01(e){$.getJSON(iploc1,function(e){}).done(function(t){t.hasOwnProperty("city")&&t.hasOwnProperty("country_name")?(spcity=t.city,spcountry=t.country_name,ajaxSPdata(ReplaceCommaBrackets(spcity),ReplaceCommaBrackets(spcountry))):e==2?(sendGError(2),getIP02(1)):setTimeout(function(){getIP01(e+1)},2e3)}).fail(function(t,n,r){e==2?(sendGError(2),getIP02(1)):setTimeout(function(){getIP01(e+1)},2e3)})}function getIP02(e){$.getJSON(ipurl[e],function(e){}).done(function(t){t.hasOwnProperty("country_name")?(spcountry=t.country_name,t.hasOwnProperty("region")?(spcity=t.region,ajaxSPdata(ReplaceCommaBrackets(spcity),ReplaceCommaBrackets(spcountry))):e==1?setTimeout(function(){getIP02(e+1)},2e3):(spcity="",ajaxSPdata(ReplaceCommaBrackets(spcity),ReplaceCommaBrackets(spcountry)))):e==2?sendGError(3):setTimeout(function(){getIP02(e+1)},2e3)}).fail(function(t,n,r){e==2?sendGError(3):setTimeout(function(){getIP02(e+1)},2e3)})}function ajaxSPdata(e,t){var n=ReplaceCommaBrackets(gnm),r=0;if(n=="Someone"||n==""){if(e==""||t=="")r=1;if(e.toLowerCase()=="unknown"||t.toLowerCase()=="unknown")r=1}if(r==0){setCookie("sputy",e,""),setCookie("spcnty",t,"");var i=(MyUTCDateTime()/1e3).toString().trim(),s="lstm="+i+"&vv="+gtyp+","+i+","+n+","+e+","+t+","+gsx,o=$.ajax({url:thissiteurl+"/socialproofphp/storeSP.php",type:"POST",data:s})}}var SPminnottorotate=10,SPshowchiplen=5e3,SPtotalinterval=1e4,SParray=[],SPcurloc=0,SPgiveup=0,SPshownone=0,SPman=1,SPwoman=1,SPtimerID=-99999,SPgettxtID=0,SPtxtloadcnt=0,SPshowncnt=0,SPclickclose=0,ipfail=0,gtyp=0,gnm="",gsx=0,ipurl=[],spcountry="",spcity="",iploc1="https://ipapi.co/json/";ipurl[1]="https://api.ipdata.co?api-key=123456",ipurl[2]="https://api.ipdata.co/?api-key=123456";var spmanimgs=new Array,spwomanimgs=new Array;for(var i=1;i<4;i++)spmanimgs[i]=new Image,spmanimgs[i].src=thissiteurl+"/img/spimgs/man"+i+"-min.png",spwomanimgs[i]=new Image,spwomanimgs[i].src=thissiteurl+"/img/spimgs/woman"+i+"-min.png";$(window).on("load",function(){DoSocialProof==1&&($.ajaxSetup({cache:!1}),SPgettxtID=setInterval(function(){SPloadfile()},4e3),SPloadfile()),$("#spcloseaction").click(function(){closeSPtimer(),SPclickclose=1})})</script><!-- css type1-->
<style>#cdhighlight{overflow:hidden;background-color:#333;position:fixed;bottom:-300px;width:100%;transition:bottom 1s;color:#FFF;display:table;height:46px;z-index:999}.cdhbutton{background-color:rgb(241, 214, 0);border-radius:5px;padding:7px
10px;margin:7px;font-weight:700;text-align:center;cursor:pointer;color:#000;max-width:200px}.cdhbutton:hover{background-color:#FFFc26}.cdhdiv1{padding:0px
0 0 30px;text-align:left;display:table-cell;vertical-align:middle}.cdhdiv2{display:table-cell;vertical-align:middle}.cdhdivtext{font-size:15px;margin:7px
0px 7px -15px}whitelink{color:#FFF}whitelink:hover{color:#1495ff}whitelink:link,whitelink:visited{color:#FFF;text-decoration:underline}.white{color:#FFF}@media only screen and (max-width: 468px){.cdhdivtext{font-size:13px;margin:3px
0px 3px -20px}}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px
dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.row::after{content:"";clear:both;display:table}[class*="col-"]{float:left;padding:0px}.col-1{width:8.33%}.col-2{width:16.66%}.col-3{width:25%}.col-4{width:33.33%}.col-5{width:41.66%}.col-6{width:50%}.col-7{width:58.33%}.col-8{width:66.66%}.col-9{width:75%}.col-10{width:83.33%}.col-11{width:91.66%}.col-12{width:100%}.col-center{float:none;margin:0
auto 0 auto;text-align:center}.blackcolor{color:#000}.white{color:#FFF}.highlightgreen{color:#3a9921}.highlightgreenborder{border-color:#3a9921}.red{color:#f00}.darkblue{color:#009}.trvgreen{color:#1b8400}.nomargin{margin:0px}.underline{text-decoration:underline}.bold{font-weight:700}.normalweight{font-weight:400}.center{text-align:center}.alignleft{text-align:left}.alignright{text-align:right}.italics{font-style:italic}.imgresponsive{max-width:100%;width:100%;height:auto;margin:0
auto 0 auto}.showmobileview{display:none}.showdesktopview{display:inline-block}.nomargin{margin:0}.listtable{text-align:left;margin-left:auto;margin-right:auto}td{padding:0
0 10px 0}.tdbullet{vertical-align:text-top;padding:0
9px 0 0}.redbutton{background-color:#bd1313;color:white;padding:14px
20px;cursor:pointer;font-size:22px;font-weight:700;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.redbutton:hover{opacity:0.8}.redbuttonwidth01{margin:0
auto 0 auto;max-width:600px}#countdown{width:100%;height:112px;text-align:center;margin:auto;padding:24px
0;position:absolute;top:0;bottom:0;left:0;right:0}#countdown
#countdowntiles{position:relative;z-index:1}#countdown #countdowntiles>span{width:92px;max-width:92px;font-size:48px;font-weight:700;text-align:center;color:#111;background-color:#ddd;background-image:-webkit-linear-gradient(top, #bbb, #eee);background-image:-moz-linear-gradient(top, #bbb, #eee);background-image:-ms-linear-gradient(top, #bbb, #eee);background-image:-o-linear-gradient(top, #bbb, #eee);border-top:1px solid #fff;border-radius:3px;box-shadow:0px 0px 12px rgba(0, 0, 0, 0.7);margin:0
7px;padding:18px
0;display:inline-block;position:relative}#countdown
.countdownlabels{width:100%;height:25px;text-align:center;position:absolute;bottom:8px}#countdown .countdownlabels
li{width:102px;font-weight:700;font-size:15px;color:#f47321;text-shadow:1px 1px 0px #000;text-align:center;text-transform:uppercase;display:inline-block}.acmodal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4);padding-top:60px;text-align:center}.acmodalcontent{background-color:#fefefe;margin:5px
auto;border:1px
solid #888;max-width:700px;position:relative}.acmodalclose{position:absolute;right:8px;top:-9px;color:#000;font-size:30px}.acmodalclose:hover,.acmodalclose:focus{color:red;cursor:pointer}.acmodalanimate{-webkit-animation:animatezoom 0.6s;animation:animatezoom 0.6s}@-webkit-keyframes
animatezoom{from{-webkit-transform:scale(0)}to{-webkit-transform:scale(1)}}@keyframes
animatezoom{from{transform:scale(0)}to{transform:scale(1)}}@media only screen and (max-width: 767px){.acmodalcontent{width:96%}.acmodalclose{font-size:26px}}@media only screen and (max-width: 468px){.acmodalclose{font-size:21px;top:-7px;right:3px}}@media only screen and (max-width: 767px){[class*="col-m-"]{float:left}.col-m-1{width:8.33%}.col-m-2{width:16.66%}.col-m-3{width:25%}.col-m-4{width:33.33%}.col-m-5{width:41.66%}.col-m-6{width:50%}.col-m-7{width:58.33%}.col-m-8{width:66.66%}.col-m-9{width:75%}.col-m-10{width:83.33%}.col-m-11{width:91.66%}.col-m-12{width:100%}.redbutton{font-size:20px;padding:10px
10px 10px 10px}}@media only screen and (max-width: 468px){[class*="col-s-"]{float:left}.col-s-1{width:8.33%}.col-s-2{width:16.66%}.col-s-3{width:25%}.col-s-4{width:33.33%}.col-s-5{width:41.66%}.col-s-6{width:50%}.col-s-7{width:58.33%}.col-s-8{width:66.66%}.col-s-9{width:75%}.col-s-10{width:83.33%}.col-s-11{width:91.66%}.col-s-12{width:100%}.redbutton{font-size:19px;padding:8px}}.listtablegreentick{margin-top:6px;margin-right:7px;width:30px;height:30px}body{font-size:16px;line-height:normal;text-align:center;margin:0px;padding:0px}input,button,select,option,textarea,h1,h2,h3,h4,h5,h6,p,a{font-size:100%;line-height:normal;padding:0px;margin:0px;color:#000}p{text-align:left;margin-bottom:24px}li,ul{vertical-align:top}a:hover,a:visited,a:link,a:active{color:#0090e3;text-decoration:underline}hr{border:0;border-top:1px solid #eee;margin:20px
0}h1{margin-top:10px;font-size:50px;color:#006;font-weight:700}h2{font-size:28px;line-height:38px;font-weight:700;padding:15px
0 15px 0}.meboxtop
img{float:left;margin:0
20px 40px 0}.headdivtxtline2{margin-top:50px;font-size:30px;color:#03C}.RTblueback{background:#8DF no-repeat fixed;background-image:-ms-linear-gradient(top,#39C 0,#8DF 100%);background-image:-moz-linear-gradient(top,#39C 0,#8DF 100%);background-image:-o-linear-gradient(top,#39C 0,#8DF 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#39C),color-stop(1,#8DF));background-image:-webkit-linear-gradient(top,#39C 0,#8DF 100%);background-image:linear-gradient(to bottom,#39C 0,#8DF 100%)}@media only screen and (max-width: 600px){.headdivtxtline2{margin-top:30px}}.HOneline2{margin-top:30px}#mainfbimg{margin:40px
0 0 0}.spacerL{margin:15px
0 15px 0;font-size:10px}.spacerM{margin:10px
0 10px 0;font-size:8px}.spacerS{margin:0;font-size:8px}.spacerTop1{margin:20px
0 0px 0}.nomodaloptinfrm{background:#eee;border-radius:10px;padding:30px
50px 30px 50px}.docbody{margin:20px
0 20px 0}.pagemainsection{max-width:920px;margin:0
auto 0 auto;padding:25px
90px 20px 90px;background:#FFF;border:1px
solid #f8f8f8;border-radius:10px;border-top-color:#c0c0c0;border-top-width:1px;border-top-style:solid;border-bottom-color:#c0c0c0;border-bottom-width:1px;border-bottom-style:solid;border-left-color:#c0c0c0;border-left-width:1px;border-left-style:solid;border-right-color:#c0c0c0;border-right-width:1px;border-right-style:solid}.preheader{font-size:19px;font-style:italic;font-weight:700;color:#03C;margin:0
0 20px 0}.sectionmainheadline{background-color:#fafafa;border-radius:5px;padding:20px
20px 20px 20px;margin:0
-110px 0px -110px;border-top-color:#c0c0c0;border-top-width:1px;border-top-style:solid;border-bottom-color:#c0c0c0;border-bottom-width:1px;border-bottom-style:solid;border-left-color:#c0c0c0;border-left-width:1px;border-left-style:solid;border-right-color:#c0c0c0;border-right-width:1px;border-right-style:solid}.pagefooter{margin-top:50px;padding-top:30px;border-top-color:#c0c0c0;border-top-width:1px;border-top-style:solid}.footertext{color:#0090e3 !important;font-size:15px}.footertext2{font-size:13px;color:#0090e3 !important}.finalstepbox{margin:20px
8px 20px 8px;border:1px
solid;border-radius:8px;padding:20px
20px 20px 20px}[type="checkbox"]:not(:checked),[type="checkbox"]:checked{position:absolute;left:-9999px}[type="checkbox"]:not(:checked)+label,[type="checkbox"]:checked+label{position:relative;padding-left:25px;cursor:pointer}[type="checkbox"]:not(:checked)+label:before,[type="checkbox"]:checked+label:before{content:'';position:absolute;left:0;top:2px;width:17px;height:17px;border:1px
solid #aaa;background:#f8f8f8;border-radius:3px;box-shadow:inset 0 1px 3px rgba(0,0,0,.3)}[type="checkbox"]:not(:checked)+label:after,[type="checkbox"]:checked+label:after{content:'✔';position:absolute;top:0;left:4px;font-size:14px;color:#09ad7e;line-height:1.75;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;transition:all .2s}[type="checkbox"]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}[type="checkbox"]:checked+label:after{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}[type="checkbox"]:disabled:not(:checked)+label:before,[type="checkbox"]:disabled:checked+label:before{box-shadow:none;border-color:#bbb;background-color:#ddd}[type="checkbox"]:disabled:checked+label:after{color:#999}[type="checkbox"]:disabled+label{color:#aaa}[type="checkbox"]:checked:focus+label:before,[type="checkbox"]:not(:checked):focus+label:before{border:1px
dotted blue}@media only screen and (max-width: 1160px){.docbody{margin-top:16px}.pagemainsection{max-width:1200px;margin:0
15px 0 15px;padding:25px
56px 20px 56px}.sectionmainheadline{margin:0
-67px 0px -67px;border-radius:4px}}@media only screen and (max-width: 767px){.listtablegreentick{margin-top:5px;margin-right:4px;width:25px;height:25px}.docbody{margin-top:5px}.spacerL{margin:10px
0 10px 0;font-size:8px}p{margin-bottom:22px}.pagemainsection{margin:0
8px 0 8px;padding:25px
36px 20px 36px}.preheader{font-size:20px;margin:0
0 20px 0}h1{font-size:42px}.headdivtxtline2{margin-top:34px}.sectionmainheadline{margin:0
-43px 0px -43px;padding:10px}.pagefooter{margin:40px
0 10px 0}.showmobileview{display:inline-block}.showdesktopview{display:none}.finalstepbox{margin:20px
0 20px 0}.nomodaloptinfrm{padding:20px}}@media only screen and (max-width: 468px){body{font-size:15px}.headdivtxtline2{margin-bottom:12px;font-size:22px}.preheader{font-size:16px;margin:0
0 15px 0}p{margin-bottom:19px}h1{font-size:34px}.meboxtop
img{float:left;margin:0
15px 20px 0}.spacerL{margin:10px
0 10px 0;font-size:8px}.pagemainsection{margin:0
5px 0 5px;padding:15px
20px 20px 20px}.sectionmainheadline{margin:0
-24px 0px -24px;padding:10px
15px}.footertext{font-size:14px}.footertext2{font-size:12px}}.shakeBobble1{animation:shakeBB1 3s ease infinite;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;transform:translateZ(0)}@keyframes
shakeBB1{0%{transform:translate(0,0)}70%{transform:translate(1px, 1px) rotate(0deg)}73%{transform:translate(-1px, -2px) rotate(-1deg)}76%{transform:translate(-3px, 0px) rotate(1deg)}79%{transform:translate(3px, 2px) rotate(0deg)}82%{transform:translate(1px, -1px) rotate(1deg)}85%{transform:translate(-1px, 2px) rotate(-1deg)}88%{transform:translate(-3px, 1px) rotate(0deg)}91%{transform:translate(3px, 1px) rotate(-1deg)}94%{transform:translate(-1px, -1px) rotate(1deg)}97%{transform:translate(1px, 2px) rotate(0deg)}100%{transform:translate(1px, -2px) rotate(-1deg)}}@media only screen and (max-width: 468px){@keyframes
shakeBB1{70%{transform:translate(1px, 1px) rotate(0deg)}73%{transform:translate(-1px, -2px) rotate(-1deg)}76%{transform:translate(-1px, 0px) rotate(1deg)}79%{transform:translate(1px, 1px) rotate(0deg)}82%{transform:translate(1px, -1px) rotate(1deg)}85%{transform:translate(-1px, 1px) rotate(-1deg)}88%{transform:translate(-1px, 1px) rotate(0deg)}91%{transform:translate(1px, 1px) rotate(-1deg)}94%{transform:translate(-1px, -1px) rotate(1deg)}97%{transform:translate(1px, 1px) rotate(0deg)}100%{transform:translate(1px, -1px) rotate(-1deg)}}}.shakeSide1{animation:horizontal_3807 2.72s ease infinite;transform-origin:50% 50%}@keyframes
horizontal_3807{0%{transform:translate(0,0)}4.41177%{transform:translate(6px,0)}8.82353%{transform:translate(0,0)}13.23529%{transform:translate(6px,0)}17.64706%{transform:translate(0,0)}22.05882%{transform:translate(6px,0)}26.47059%{transform:translate(0,0)}100%{transform:translate(0,0)}}.animatehidden{visibility:hidden;opacity:0}.animateslowfadein{visibility:visible;opacity:1;transition:opacity 2s linear}.acmodal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.8);padding-top:60px}.acmodalcontent{background-color:#fefefe;margin:5px
auto;border:1px
solid #888;width:80%;max-width:700px;display:block}.acmodalclose{position:absolute;right:10px;top:-15px;color:#000;font-size:40px}.acmodalclose:hover,.acmodalclose:focus{color:red;cursor:pointer}.acmodalspacer1{margin:20px
0 0px 0}.acmodalanimate{-webkit-animation:animatezoom 0.6s;animation:animatezoom 0.6s}@-webkit-keyframes
animatezoom{from{-webkit-transform:scale(0)}to{-webkit-transform:scale(1)}}@keyframes
animatezoom{from{transform:scale(0)}to{transform:scale(1)}}form{border:3px
solid #f1f1f1}input[type=text],input[type=password],input[type=email]{width:100%;padding:12px
20px;margin:15px
0;display:inline-block;border:1px
solid #ccc;box-sizing:border-box}.acmodalgobutton{font-weight:700;font-size:24px}.modalsmalltext{font-size:13px;line-height:20px;margin:10px
0 0 0}button{background-color:#f44336;color:white;padding:14px
20px;margin:8px
0;border:none;cursor:pointer;width:100%}button:hover{opacity:0.8}.acmodalcancelbtn{width:auto;padding:10px
18px;background-color:#f44336}.acmodalimgcontainer{text-align:center;margin:24px
0 12px 0;position:relative}.acmodalimgavatar{width:40%;border-radius:50%;max-width:150px;height:auto;margin-bottom:-5px}.acmodalcontainer{padding:16px}span.psw{float:right;padding-top:16px}@media only screen and (max-width: 767px){.acmodalcontent{width:96%}span.psw{display:block;float:none}.acmodalcancelbtn{width:100%}.acmodalclose{font-size:34px}.acmodalimgavatar{width:80%;max-width:90px;margin-bottom:-15px}.acmodalgobutton{font-weight:700;font-size:19px}.modalsmalltext{font-size:12px;line-height:18px;margin:10px
0 0 0}.acmodalspacer1{margin:15px
0 0px 0}}#progbarouter{width:100%;background-color:#ddd;margin:30px
0 30px 0}#progbarinner{width:0px;height:30px;background-color:#4CAF50;text-align:center;line-height:30px;color:white;background-size:20px 20px;background-image:linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
transparent 75%, transparent);animation:animateprogstripes 3s linear infinite}@keyframes
animateprogstripes{0%{background-position:0 0}100%{background-position:40px 0}}.quizqnh1{font-size:28px;line-height:38px;font-weight:700;color:#000;margin:25px
0 10px 0}.quizqnh2{margin:0px
0 30px 0}.quizqnanswerbox{margin:0
auto 0 auto;max-width:80%}.qnboxtextSmaller{text-align:left;padding:10px;margin:0
40px 15px 40px;background-color:#f5f5f5;border:1px
solid #FFF}.qnboxtext{text-align:left;padding:25px
30px 25px 30px;margin:0
40px 15px 40px;background-color:#f5f5f5;border:1px
solid #D8D8D8;font-weight:700}.quizqnimglabel{font-weight:700;margin-bottom:14px;text-align:center}.qnimage{display:inline-block;padding:15px;border:1px
solid #FFF}.qnboxtextarea{width:90%;margin:0
auto 0 auto}.qnboxtextarea01{display:table-cell;vertical-align:middle}.qnboxtextarea02{display:table-cell;vertical-align:middle}.qnimagewidth3{width:30%}.imagemaxwidthheight{max-width:100%;max-height:auto}.qnboxtext:hover,.qnimage:hover{background:#f2f2f2;cursor:pointer;cursor:hand;border:1px
solid #888;background:#fff195;border:1px
solid #B97A57}.quizradioimg{padding:7px
6px 0 0}@media only screen and (max-width: 767px){.quizradioimg{padding:2px
4px 0 0}.qnimage{padding:5px}.quizqnimglabel{font-size:16px;line-height:22px}.quizqnh1{font-size:20px;margin:0
0 10px 0}.quizqnh2{margin:0
0 26px 0}.quizqnanswerbox{max-width:90%}.qnboxtextSmaller{padding:10px;margin:0
10px 10px 10px;font-size:16px;line-height:16px}.qnboxtext{padding:20px
20px 20px 20px;margin:0
20px 15px 20px}#progbarouter{margin:30px
8px 20px 8px}}@media only screen and (max-width: 468px){.qnimage{padding:5px}.quizqnimglabel{font-size:16px;line-height:22px}.quizqnanswerbox{max-width:88%}.qnimagewidth3{width:100%}.qnboxtext{padding:20px
10px 20px 10px;margin:0
0px 12px 0px}#progbarouter{margin:30px
8px 20px 0px}}.spchip{display:inline-block;padding:6px;border-radius:8px;background-color:#FFF;box-shadow:0 0 1px #000, 0 1px 2px rgba(0, 0, 0, 0.05), 0 8px 50px rgba(0, 0, 0, 0.05);border-color:#222;left:20px;position:fixed;bottom:10px;-webkit-animation-name:spinitmvt;-webkit-animation-duration:1.0s;animation-name:spinitmvt;animation-duration:1.0s;width:400px;max-width:92%}@-webkit-keyframes
spinitmvt{from{bottom:-300px;opacity:0}to{bottom:10px;opacity:1}}@keyframes
spinitmvt{from{bottom:-300px;opacity:0}to{bottom:10px;opacity:1}}.spchipmainimg{margin:0
10px 0 0px;height:50px;width:50px;border-radius:50%}.spdivmain{width:100%;margin:0
auto}.spdiv1{float:left;width:70px}.spdiv2{margin-left:70px}.sptxtlastrow{color:#999;font-size:12px;margin-top:5px}.spverify{color:#390}.spimgtick{height:9px;width:auto;margin-right:5px}.sptbl{padding:1px;text-align:left;font-size:13px;line-height:18px;color:#000}.spclose{position:absolute;right:8px;top:-1px;color:#000;font-size:25px;font-weight:700}.spclose:hover,.spclose:focus{color:red;cursor:pointer}@media only screen and (max-width: 468px){.spchip{width:350px}.spchipmainimg{margin:0
6px 0 0px;height:36px;width:36px}.spdiv1{width:40px}.spdiv2{margin-left:48px}.sptxtlastrow{font-size:10px;margin-top:1px}.sptbl{font-size:11px;line-height:15px}.spclose{right:8px;top:-1px;font-size:20px}}
</style>
<style>
body, input, button, select, option, textarea {
font-family: 'Open Sans', sans-serif;}
.col-center
{
float: none;
margin: 0 auto 0 auto;
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=&ev=PageView&noscript=1"
/></noscript>
</head>
<body class="docbody" id="mainbodyID">
<div class="pagemainsection">
<script>switchBackdrop()</script>
<div id="mainsectionpage01">
<div class="preheader" style="font-family: 'Open Sans', sans-serif;" id="preheaddivtext"></div>
<div class="sectionmainheadline"><h1 id="headdivtext" style="font-family: 'Raleway', sans-serif;"></h1></div>
<div id="topofquizscrollmark"></div>
<div id="quizsec1">
<div class="row">
<div class="col-8 col-m-10 col-s-12 col-center">
<img class="imgresponsive animatehidden" id="mainfbimg" />
</div>
</div>
<div class="spacerL"> </div>
<div class="meboxtop">
<img style="border-radius: 7px;" src="http://localhost/zzz-github/img/mypic.jpg"/>
<p>From: Michael Simon,<br/>London, United Kingdom<br/><span id="ancjsdatefield"></span></p>
</div>
<p style="clear: both;">Dear Friend,</p>
<table class="listtable">
<tr><td class="tdbullet"><i class="fas fa-arrow-right"></i></td><td>Do you often obsess over where the next "bit" of money is coming from?</td></tr>
<tr><td class="tdbullet"><i class="fas fa-arrow-right"></i></td><td>Do you envy others for whom love seems to blossom - but for you it seems elusive?</tr>
<tr><td class="tdbullet"><i class="fas fa-arrow-right"></i></td><td>Do you fantasize about having financial freedom, a perfect relationship - or amazing health?</td></tr>
<tr><td class="tdbullet"><i class="fas fa-arrow-right"></i></td><td>Have you read The Secret - or any other Law of Attraction teachings - <b>but are not getting what you want?</b></td></tr>
</table>
<br/>
<p><b>If you said "Yes" to any of the above, then...</b></p>
<h2 style="font-family: 'Open Sans Condensed', sans-serif; font-weight:700; font-stretch: condensed">This Message Is For You</h2>
<br/>
<p>Back in 1952 a scientist found the real answer to <u>manifesting abundance with total ease</u> and <b>mastering the Law Of Attraction.</b></p>
<p>He bacame a millionaire within 6 short months - and had perfect heath.</p>
<p>His astonishing ... admittedly bizarre <b>"abundance attraction" technique</b> is NOT about positive thinking, affirmations, visualization, goal setting ... or any other self-development programme you've been into before.</p>
<p>Proof It Works:</p>
<table class="listtable">
<tr><td class="tdbullet"><i class="fas fa-check-square trvgreen"></i></td><td>Scientifically verified by Dr. David McCelland of Harvard University, and Dr. Richard Davidson of the State University of New York</td></tr>
<tr><td class="tdbullet"><i class="fas fa-check-square trvgreen"></i></td><td>Used and endorsed for 20-years by Dr. John L. Kemeny (an associate of Albert Einstein)</tr>
<tr><td class="tdbullet"><i class="fas fa-check-square trvgreen"></i></td><td>Used by hundreds of the most successful business people to achieve financial freedom, from top Fortune 500 companies such as Exxon, AT&T, Merrill Lynch, TWA, Chemical Bank, and Mutual of New York</td></tr>
<tr><td class="tdbullet"><img class="listtablegreentick" src="https://info.passgcsemaths.com/hosted/images/a9/d6ef205bd311e4b71c9b2980bbf47a/1414210523_circle-checkmark-32.png"/></td><td>Used by hundreds of the most successful business people to achieve financial freedom, from top Fortune 500 companies such as Exxon, AT&T, Merrill Lynch, TWA, Chemical Bank, and Mutual of New York</td></tr>
</table>
<div class="spacerM"> </div>
<div id="startquizbtn" class="redbutton redbuttonwidth01 shakeBobble1">
<span class="showmobileview">TAKE THE QUIZ AND SHOW ME</span>
<span class="showdesktopview">TAKE THE QUIZ AND SHOW ME</span>
</div>
</div>
<div class="quizsec2 center" id="quizsecid2" style="display: none;" param-p0="9">
<script>switchHeadline()</script>
<script>switchImage()</script>
<div id="progbarouter">
<div id="progbarinner">0%</div>
</div>
<div id="quizmainsection">
<div class="quizqnh1 bold" id="quizqnheader1"></div>
<div class="quizqnh2" id="quizqnheader2"></div>
<div class="quizqnanswerbox">
<div id="qn-set-1">
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="1" param-p1="1" param-p2="more money">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">More Money</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="1" param-p1="2" param-p2="better health">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">Better Health</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="1" param-p1="3" param-p2="a loving relationship">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">A Loving Relationship</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="1" param-p1="4" param-p2="widespread abundance">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">All Of The Above!</div>
</div>
</div>
<div id="qn-set-2" style="display: none;">
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="2" param-p1="0">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">I've had lots of success manifesting</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="2" param-p1="1">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">I've had some success but want more</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="2" param-p1="2">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">I've had a little success</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="2" param-p1="3">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">I've had virtually no success</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="2" param-p1="4">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">I'm totally fed up with manifesting</div>
</div>
</div>
<div id="qn-set-3" style="display: none;">
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="3" param-p1="1">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">The Secret</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="3" param-p1="2">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">Abraham Hicks</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="3" param-p1="3">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">Louis Hay</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="3" param-p1="4">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">A combination of the above</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="3" param-p1="5">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">None of the above</div>
</div>
</div>
<div id="qn-set-4" style="display: none;">
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="4" param-p1="1">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">$50,000+</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="4" param-p1="2">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">$20,000 to $50,000</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="4" param-p1="3">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">$10,000 to $20,000</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="4" param-p1="4">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">$5000 to $10,000</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="4" param-p1="5">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">Under $5000</div>
</div>
</div>
<div id="qn-set-5" style="display: none;">
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="5" param-p1="1">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">Male</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="5" param-p1="2">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">Female</div>
</div>
</div>
<div id="qn-set-6" style="display: none;">
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="6" param-p1="1">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">Yes</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="6" param-p1="2">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">Sounds interesting</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="6" param-p1="3">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">No</div>
</div>
</div>
<div id="qn-set-7" style="display: none;">
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="7" param-p1="1">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">Happy for them</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="7" param-p1="2">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">Slightly jealous</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="7" param-p1="3">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">Disappointed - why not me!</div>
</div>
</div>
<div id="qn-set-8" style="display: none;">
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="8" param-p1="1">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">Yes</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="8" param-p1="2">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">It's challenging at times</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="8" param-p1="3">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">No, it's so easy!</div>
</div>
</div>
<div id="qn-set-9" style="display: none;">
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="9" param-p1="1">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">Desperately - show me how!</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="9" param-p1="2">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">Sounds interesting</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="9" param-p1="3">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">A little</div>
</div>
<div class="qnboxclickclass qnboxclickarea qnboxtext" param-p0="9" param-p1="4">
<div class="qnboxtextarea01"><img class="quizradioimg" src="http://localhost/zzz-github/img/radio.png"/></div>
<div class="qnboxtextarea02">I'm not bothered</div>
</div>
</div>
</div>
</div>
<!-- end quizmainsection -->
<div id="quizanalyze" style="display: none;">
<div id="quizanalyzeid1" class="quizqnh1" style="font-family: 'Open Sans Condensed', sans-serif; font-weight:700; font-stretch: condensed"></div>
<div class="row">
<div class="col-4 col-m-6 col-s-12 col-center">
<img class="imgresponsive" src="http://localhost/zzz-github/img/loading.gif"/>
</div>
</div>
</div>
<div id="postquizanalyze01" style="display: none;">
<div style="font-family: 'Open Sans Condensed', sans-serif; font-weight:700; font-stretch: condensed; font-size: 23px; margin: 30px 0">Your Personalised Results Are As Follows:</div>
<p id="fnqzscore"></p>
<br/>
<p><b>Learn how to Fix your "Counter Intention" blockers...</b></p>
<p>Which email address should I send this to?</p>
<br/>
<div class="nomodaloptinfrm">
<p class="nomargin" id="emaillabel" class="bold">Your Email:-</p>
<input type="email" placeholder="Your best email here" name="psw" required id="emailbox">
<div id="notvalidemail" class="modalsmalltext alignleft" style="font-weight: 700;display: none; color: red; margin: -15px 0 20px 30px">Please enter a valid email</div>
<p><input type="checkbox" id="acmodalgdprbox" /><label for="acmodalgdprbox" class="modalsmalltext"><span class="ui"></span>GDPR: I'm happy for you to email me, and to send periodic emails on this topic only. Full details in the <a href="http://localhost/zzz-github/legals/privacy.php" target="_blank">Privacy Policy</a></label></p>
<div id="gdprdiv" class="modalsmalltext alignleft" style="font-weight: 700;display: none; color: red; margin: -15px 0 20px 30px">I need your permission to email you.<br/>Tap the tick box above if you agree.</div>
<div id="quizsndbtnanim" class="shakeSide1">
<div id="submitbutton" class="redbutton redbuttonwidth01">
<span class="showmobileview">PROCEED TO YOUR MANIFESTING FIX...</span>
<span class="showdesktopview">PROCEED TO YOUR MANIFESTING FIX...</span>
</div>
</div>
<div class="modalsmalltext center acmodalspacer1"><img src="http://localhost/zzz-github/img/lock.ico"/> <b>100% Secure - I Never Share Your Email. I take your privacy seriously.</b></div>
</div>
</div>
</div>
<!-- end quizsec2 -->
<div class="pagefooter">
<div class="footertext">© LifeStyleInsider.online, 2018-2022</div>
<div class="footertext2" id="fbfootertext"><br/>This site is not a part of the Facebook website or Facebook, Inc. Additionally, this site is not endorsed by Facebook in any way. FACEBOOK is a trademark of Facebook, Inc. This site is also not a part of Google or Google, Inc. This site is not endorsed by Google / YouTube in any way.</div>
</div>
<!-- mainsectionpage01 ends -->
</div>
<!-- ================================================== -->
</div>
<!-- GDconsent bar on each page -->
<div id="cdhighlight"><!--blank, filled in by JS--></div>
<!-- SP -->
<div class="spchip" style="display: none;">
<div class="spdivmain">
<span class="spclose" id="spcloseaction" title="Close">×</span>
<div class="spdiv1"><img id="spimg" src="" class="spchipmainimg" /></div>
<div class="spdiv2">
<div class="row sptbl">
<div class="col-12 bold" id="sptxtrow1" ></div>
<div class="col-12" id="sptxtrow2" ></div>
<div class="col-8 col-s-12 sptxtlastrow" id="sptxtrow3" ></div>
<div class="col-4 col-s-12 sptxtlastrow" ><img class="spimgtick" src="http://localhost/zzz-github/img/verify.jpg"/><span class="spverify">Verified Live</span></div>
</div>
</div>
</div>
</div>
<script>
function nth(n){return["st","nd","rd"][((n+90)%100-10)%10-1]||"th"}
var d = new Date();
var days = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
var mlist = [ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ];
document.getElementById("ancjsdatefield").innerHTML = days[d.getDay()]+", "+d.getDate()+nth(d.getDate())+" "+mlist[d.getMonth()]+", "+d.getFullYear();
</script>
<script>
$( document ).ready(function() {
$('#mainfbimg').addClass('animateslowfadein');
});
window.onload = function() {
setTimeout(function(){ $('#mainfbimg').addClass('animated tada'); }, 200);
};
</script>
</body>
</html>