").append(m.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,e||[a.responseText,b,a])}),this},m.expr.filters.animated=function(a){return m.grep(m.timers,function(b){return a===b.elem}).length};var cd=a.document.documentElement;function dd(a){return m.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}m.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=m.css(a,"position"),l=m(a),n={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=m.css(a,"top"),i=m.css(a,"left"),j=("absolute"===k||"fixed"===k)&&m.inArray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),m.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(n.top=b.top-h.top+g),null!=b.left&&(n.left=b.left-h.left+e),"using"in b?b.using.call(a,n):l.css(n)}},m.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){m.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;if(f)return b=f.documentElement,m.contains(b,e)?(typeof e.getBoundingClientRect!==K&&(d=e.getBoundingClientRect()),c=dd(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===m.css(d,"position")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),m.nodeName(a[0],"html")||(c=a.offset()),c.top+=m.css(a[0],"borderTopWidth",!0),c.left+=m.css(a[0],"borderLeftWidth",!0)),{top:b.top-c.top-m.css(d,"marginTop",!0),left:b.left-c.left-m.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||cd;while(a&&!m.nodeName(a,"html")&&"static"===m.css(a,"position"))a=a.offsetParent;return a||cd})}}),m.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c=/Y/.test(b);m.fn[a]=function(d){return V(this,function(a,d,e){var f=dd(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?m(f).scrollLeft():e,c?e:m(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),m.each(["top","left"],function(a,b){m.cssHooks[b]=Lb(k.pixelPosition,function(a,c){return c?(c=Jb(a,b),Hb.test(c)?m(a).position()[b]+"px":c):void 0})}),m.each({Height:"height",Width:"width"},function(a,b){m.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){m.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return V(this,function(b,c,d){var e;return m.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?m.css(b,c,g):m.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),m.fn.size=function(){return this.length},m.fn.andSelf=m.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return m});var ed=a.jQuery,fd=a.$;return m.noConflict=function(b){return a.$===m&&(a.$=fd),b&&a.jQuery===m&&(a.jQuery=ed),m},typeof b===K&&(a.jQuery=a.$=m),m}); $(document).ready (function () { if (showNewsLetterPopup) { } $('.newsLetterHeaderLink').click (function () { $('.newsLetterFadeBackgroundContent').fadeIn (300); $('.newsLetterPoup').fadeIn (600); }); $('.closeNewsLetter').click (function () { $('.newsLetterFadeBackgroundContent').fadeOut (600); $('.newsLetterPoup').fadeOut (300); }); $('.newsLetterFadeBackgroundContent').click (function () { $('.newsLetterFadeBackgroundContent').fadeOut (600); $('.newsLetterPoup').fadeOut (300); }); $('.headerTabsContent .moreDropdownContent .dropdownInnserContent').mouseleave (function () { $(this).parent ().hide (); }); $('#moreTabOptionsLink').click (function () { $('.headerTabsContent .moreDropdownContent').show (); }); $('#headerHoroscopeCompatibilityLink').click (function () { $('.headerTabsContent .moreHoroscopeDropdownContent').show (); }); $('.headerTabsContent .moreHoroscopeDropdownContent .dropdownInnserContent').mouseleave (function () { $(this).parent ().hide (); }); $('.pagingBarContent a').each (function () { var splitId = $(this).attr ('href').split ('e='); $(this).attr ('href', ''); $(this).attr ('id', splitId[1]); $(this).addClass ('pagingLink'); }); setExpertPaginateLinks (); function setExpertPaginateLinks () { $('.pagingLink').unbind ().click (function (e) { e.preventDefault(); window.scrollTo(0 ,0); $.post ('/include/js/site/psychics.php', {'page': $(this).attr ('id')}, function (data) { var obj = jQuery.parseJSON (data); var num_stars = 0; $('.pagingBarHolderContent').html (obj.bar); $('.professionalListContent').html (''); for (i in obj['psychics']) { var html = '
' + '
'+obj['psychics'][i]['username']+'
' + '
!['+ obj['psychics'][i]['username'] +' psychic online chat]('+ obj['psychics'][i]['icon'] +')
' + '
'+obj['psychics'][i]['percentoff']+'% off
$'+ obj['psychics'][i]['org_fee'] +' $'+ obj['psychics'][i]['fee'] +'/min
' + '
'; if (obj['psychics'][i]['numberratings']) { num_stars = 0; for (j = 1; j <= obj['psychics'][i]['rating'] ; j++) { html += '
'; num_stars++; } while (num_stars < 5) { html += '
'; num_stars++; } } html += '
' + '
'+ obj['psychics'][i]['numberratings'] +' reviews
' + '
'+ obj['psychics'][i]['description'] +'
' + '
' + '
Chat Now' + '
Currently Offline
Please check back soon
' + '
Currently Busy
Please check back soon
'; if (obj['psychics'][i]['showfreechat']) { html += '
3 minutes free
no payment required
'; } html += '
'; $('.professionalListContent').append (html); setExpertPaginateLinks (); } }); }); } });document.domain = 'astrologypandit.com'; var userRatingValue = 5; var userChatId = 0; $(document).ready (function () { $('#chatNowBtn').click (function () { if (accountFlagged) { alert ('Your account has been flagged due to suspicious activity. Please contact support.'); return; } $('.appBarContent').hide (); $('.popupInnerContent').hide (); $('.popupLoadingContent').show (); $('.popupBackDrop').fadeIn (1000); $('.popupContent').fadeIn (500); $.post ('/include/js/site/profile/popup.php', {'professionalid': professionalid}, function (data) { $('.popupLoadingContent').hide (); $('.popupInnerContent').html (data).show (); loadProfileFunctions (); if (1 == 1) { $('.header').hide (); $('.headerTabsContent').hide (); $('.content').hide (); $('.footerContent').hide (); } }); }); $('#closePopupBtn').click (function () { $('.popupBackDrop').fadeOut (1000); $('.popupContent').fadeOut (500, function () { $('.popupInnerContent').html (''); $('.appBarContent').show (); }); if (1 == 1) { $('.header').show (); $('.headerTabsContent').show (); $('.content').show (); $('.footerContent').show (); } }); ratingFunctions (); profileCheckIsOnline (); if (openChat && $('#chatNowBtn').is (':visible')) $('#chatNowBtn').click (); }); function ratingFunctions () { $('.ratingPageItem').click (function () { var page = $(this).attr('id'); $.post ('/include/js/site/profile/ratings.php', {'page': page, 'professionalid': professionalid}, function (data) { $('.profileRatingsContent').html (data); ratingFunctions (); }); }); } function loadProfileFunctions () { $('#profileLoginClientLink').unbind ().click (function () { $('.popupInnerContent').hide (); $('.popupLoadingContent').show (); $.post ('/include/js/site/profile/popup.php', {'type': 'login'}, function (data) { $('.popupLoadingContent').hide (); $('.popupInnerContent').html (data).show (); loadProfileFunctions (); }); }); $('#loginSubmitBtn').unbind ().click (function () { $.post ('/include/js/site/profile/login.php', {'username': $('#loginUsername').val (), 'password': $('#loginPassword').val ()}, function (data) { if (data == 'yes') { $.post ('/include/js/site/profile/popup.php', {'professionalid': professionalid}, function (data) { $('.popupLoadingContent').hide (); $('.popupInnerContent').html (data).show (); loadProfileFunctions (); }); } else { $('.loginErrorContent').show (); } }); }); $('#registerSubmitBtn').unbind ().click (function () { if (!$('#loginEmail').val ()) { $('.loginErrorContent span').html ('Email address required.').show (); $('.loginErrorContent').show (); return; } if (!$('#loginUsername').val ()) { $('.loginErrorContent span').html ('Username required.').show (); $('.loginErrorContent').show (); return; } if (!$('#loginPassword').val ()) { $('.loginErrorContent span').html ('Password required.').show (); $('.loginErrorContent').show (); return; } if ($('#loginPassword').val () != $('#loginPassword2').val ()) { $('.loginErrorContent span').html ('Passwords don\'t match.').show (); $('.loginErrorContent').show (); return; } $.post ('/include/js/site/profile/create.php', { 'email': $('#loginEmail').val (), 'username': $('#loginUsername').val (), 'password': $('#loginPassword').val () }, function (data) { if (data == 'usernametaken') { $('.loginErrorContent span').html ('Username taken.').show (); $('.loginErrorContent').show (); return; } else if (data == 'emailtaken') { $('.loginErrorContent span').html ('Email already in our system.').show (); $('.loginErrorContent').show (); return; } else { $.post ('/include/js/site/profile/popup.php', {'professionalid': professionalid}, function (data) { $('.popupLoadingContent').hide (); $('.popupInnerContent').html (data).show (); loadProfileFunctions (); fbq('track', 'CompleteRegistration'); }); } }); }); $('#loginEmail, #loginUsername, #loginPassword, #loginPassword2').unbind ().keyup (function () { $('.loginErrorContent').hide (); }); $('#profileSignupClientLink').unbind ().click (function () { $('.popupInnerContent').hide (); $('.popupLoadingContent').show (); $.post ('/include/js/site/profile/popup.php', {'type': 'signup'}, function (data) { $('.popupLoadingContent').hide (); $('.popupInnerContent').html (data).show (); loadProfileFunctions (); }); }); $('#callChatNowBtn').unbind ().click (function () { $('.popupInnerContent').hide (); $('.popupLoadingContent').show (); $.post ('/include/js/site/profile/popup.php', {'type': 'chat', 'professionalid': professionalid}, function (data) { $('.popupLoadingContent').hide (); $('.popupInnerContent').html (data).show (); $('.popupContent .popupHeader .closePopupBtn').hide (); loadProfileFunctions (); }); }); $('.rateExpertContent svg').unbind ().click (function () { var indexStar = $(this).index(); indexStar += 1; if (indexStar == 1 || indexStar == 6) { userRatingValue = 1; $('.rateExpertContent svg:eq(0)').show (); $('.rateExpertContent svg:eq(1)').hide (); $('.rateExpertContent svg:eq(2)').hide (); $('.rateExpertContent svg:eq(3)').hide (); $('.rateExpertContent svg:eq(4)').hide (); $('.rateExpertContent svg:eq(5)').hide (); $('.rateExpertContent svg:eq(6)').show (); $('.rateExpertContent svg:eq(7)').show (); $('.rateExpertContent svg:eq(8)').show (); $('.rateExpertContent svg:eq(9)').show (); } else if (indexStar == 2 || indexStar == 7) { userRatingValue = 2; $('.rateExpertContent svg:eq(0)').show (); $('.rateExpertContent svg:eq(1)').show (); $('.rateExpertContent svg:eq(2)').hide (); $('.rateExpertContent svg:eq(3)').hide (); $('.rateExpertContent svg:eq(4)').hide (); $('.rateExpertContent svg:eq(5)').hide (); $('.rateExpertContent svg:eq(6)').hide (); $('.rateExpertContent svg:eq(7)').show (); $('.rateExpertContent svg:eq(8)').show (); $('.rateExpertContent svg:eq(9)').show (); } else if (indexStar == 3 || indexStar == 8) { userRatingValue = 3; $('.rateExpertContent svg:eq(0)').show (); $('.rateExpertContent svg:eq(1)').show (); $('.rateExpertContent svg:eq(2)').show (); $('.rateExpertContent svg:eq(3)').hide (); $('.rateExpertContent svg:eq(4)').hide (); $('.rateExpertContent svg:eq(5)').hide (); $('.rateExpertContent svg:eq(6)').hide (); $('.rateExpertContent svg:eq(7)').hide (); $('.rateExpertContent svg:eq(8)').show (); $('.rateExpertContent svg:eq(9)').show (); } else if (indexStar == 4 || indexStar == 9) { userRatingValue = 4; $('.rateExpertContent svg:eq(0)').show (); $('.rateExpertContent svg:eq(1)').show (); $('.rateExpertContent svg:eq(2)').show (); $('.rateExpertContent svg:eq(3)').show (); $('.rateExpertContent svg:eq(4)').hide (); $('.rateExpertContent svg:eq(5)').hide (); $('.rateExpertContent svg:eq(6)').hide (); $('.rateExpertContent svg:eq(7)').hide (); $('.rateExpertContent svg:eq(8)').hide (); $('.rateExpertContent svg:eq(9)').show (); } else if (indexStar == 5 || indexStar == 10) { userRatingValue = 5; $('.rateExpertContent svg:eq(0)').show (); $('.rateExpertContent svg:eq(1)').show (); $('.rateExpertContent svg:eq(2)').show (); $('.rateExpertContent svg:eq(3)').show (); $('.rateExpertContent svg:eq(4)').show (); $('.rateExpertContent svg:eq(5)').hide (); $('.rateExpertContent svg:eq(6)').hide (); $('.rateExpertContent svg:eq(7)').hide (); $('.rateExpertContent svg:eq(8)').hide (); $('.rateExpertContent svg:eq(9)').hide (); } }); $('#rateBtn').unbind ().click (function () { $.post ('/include/js/site/profile/rate.php', { 'chatid': userChatId, 'professionalid': professionalid, 'rate': userRatingValue, 'comment': $('.rateTextarea').val () }, function (data) { $('.popupInnerContent').hide (); $('.popupLoadingContent').show (); $.post ('/include/js/site/profile/popup.php', {'type': 'ratecomplete', 'professionalid': professionalid}, function (data) { $('.popupLoadingContent').hide (); $('.popupInnerContent').html (data).show (); loadProfileFunctions (); }); }); }); } function callRateWindow (chatid) { $('.popupContent .popupHeader .closePopupBtn').show (); userChatId = chatid; $('.popupInnerContent').hide (); $('.popupLoadingContent').show (); $.post ('/include/js/site/profile/popup.php', {'type': 'rate', 'professionalid': professionalid, 'chatid': chatid}, function (data) { $('.popupLoadingContent').hide (); $('.popupInnerContent').html (data).show (); userRatingValue = 5; loadProfileFunctions (); }); } function callThankYouPage () { console.log ('ty page'); $('.popupInnerContent').hide (); $('.popupLoadingContent').show (); $('.popupContent .popupHeader .closePopupBtn').show (); $.post ('/include/js/site/profile/popup.php', {'type': 'ratecomplete', 'professionalid': professionalid}, function (data) { $('.popupLoadingContent').hide (); $('.popupInnerContent').html (data).show (); loadProfileFunctions (); }); } function profileCheckIsOnline () { $.post ('/include/js/site/profile/profilecheckonline.php', {'professionalid': professionalid}, function (data) { if (data == 'true') { $('.freeTimeContent').show (); $('#chatNowBtn').show (); $('.offLineContent').hide (); $('.busyContent').hide (); } else if (data == 'busy') { $('.freeTimeContent').hide (); $('#chatNowBtn').hide (); $('.offLineContent').hide (); $('.busyContent').show (); } else { $('.freeTimeContent').hide (); $('#chatNowBtn').hide (); $('.offLineContent').show (); $('.busyContent').hide (); } setTimeout ("profileCheckIsOnline ();", 5000); }); } var professionalid = '737'; var openChat = true; var accountFlagged = false;
3 minutes free
no payment required
Currently Offline
Please check back soon
Currently Busy
Please check back soon
Specialties
- Astrology Readings
- Breaking Up & Divorce
- Fortune Telling
- Love & Relationships
- Past Life Readings
- Psychic Readings
- Single & Dating
- Tarot Readings
Psychic Olivia
Description
A 3rd Generation Psychic with over 35 years of experience, known
Nationally and Internationally, a Respected Psychic with a high level
of Accuracy, during many years of Reading I have established a base
of clients from all walks of life from: Teachers, Professors, Doctors,
Accountants, Public Figures, Lawyers, Celebrities, Homemakers,
Spiritualists, Psychics.
Through out my years of Reading I have guided many through the
challenges of life concerning Love, Happiness, Relationships, Life
Purpose, Soul mates, Career, Business Development, Criminal
Affair, Spiritual growth and Religion.
During a Psychic Reading our time will be used to Ensure that you
are on track and explain your choices and opportunities
for the best path for you to take.
I will explain the areas of your life that have held you back in love
finance and fulfillment and provide you with information you need
to change your current situation and explain how actions of those
around you can effect your future, the power of this knowledge
will minimize any unpleasant upcoming events.
I will show you what seems impossible IS POSSIBLE! and
guide you to Life's fulfillment.
Sign Up For Our Newsletter!
Did you know that each week we package the best resources for empowering yourself spiritually in our free newsletter?
TRUSTED BY PEOPLE ALL OVER THE WORLD
The information in this weeks newsletter is invaluable. Thank you for your guidance and blessings! Keep up the good work!