{"id":2,"date":"2024-03-18T06:49:43","date_gmt":"2024-03-18T06:49:43","guid":{"rendered":"https:\/\/horoscopedailytoday.com\/index.php\/draw-a-tarot-card\/"},"modified":"2024-04-30T08:55:10","modified_gmt":"2024-04-30T08:55:10","slug":"draw-a-tarot-card","status":"publish","type":"page","link":"https:\/\/horoscopedailytoday.com\/index.php\/draw-a-tarot-card\/","title":{"rendered":"Rider Waite Tarot Online"},"content":{"rendered":"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p><\/p>\n\n\n\n<p><strong>Draw a card from the Rider-Waite Tarot deck.<\/strong><\/p>\n\n\n\n<p><strong>Scroll through the deck for upright and reverse Tarot meanings.<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">To deal a card, click the button below.<\/h4>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/6559371cebcc1355183b2baf\/1705807705904-TXLDAA4SDH91AWBJ6ZHJ\/Tarot+Cards.jpeg\" alt=\"\"\/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<main>\n<center>\n\n<body onload=\"show_all_cards()\">\n\n<div class=\"container\">\n\n\n  <button onclick=\"erase_display(); draw_celtic_cross()\"> Draw a Card<\/button><br>\n<br><button onclick=\"erase_display()\"> Shuffle the Deck <\/button>  \n\n\n\n\n  <div class=\"grid-container-overall\">\n    <div class=\"grid-container-cross-part\">\n      <div class=\"cross-col-1\">\n        <div class=\"grid-item-cross\" id=\"celtic-num-1\">\n        <\/div>\n      <\/div>\n      <div class=\"cross-col-2\">\n        <div class=\"grid-item-cross\" id=\"celtic-num-4\">\n        <\/div>\n        <div class=\"special-grid-item-middle\">\n          <div class=\"special-grid-item-1\" id=\"celtic-num-3\">\n          <\/div>\n          <div class=\"special-grid-item-2\" id=\"celtic-num-5\">\n          <\/div>\n        <\/div>\n        <div class=\"grid-item-cross\" id=\"celtic-num-6\">\n        <\/div>\n      <\/div>\n      <div class=\"cross-col-3\">\n        <div class=\"grid-item-cross\" id=\"celtic-num-2\">\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"grid-container-staff-part\">\n      <div class=\"grid-item-staff\" id=\"celtic-num-7\">\n      <\/div>\n      <div class=\"grid-item-staff\" id=\"celtic-num-8\">\n      <\/div>\n      <div class=\"grid-item-staff\" id=\"celtic-num-9\">\n      <\/div>\n      <div class=\"grid-item-staff\" id=\"celtic-num-10\">\n      <\/div>\n    <\/div>\n  <\/div>\n<br>\n\n\n  <div id=\"explanation-display\">\n    <div id=\"results\"><\/div>\n    <!--     <p id=\"results-array\"><\/p> -->\n    <!--     <ol id=\"results\"><\/ol> -->\n\n    <!-- <div class=\"placard-container\" id=\"celtic-exp-1\">\n      <p class=\"placard-container-item celtic-identifier-name\">Celtic Card Name<\/p>\n      <div class=\"placard-container-item card-container\" style=\"flex-grow: 2\">\n        <img width=100 height=150px class=\"card-image card-container-item\">\n        <p class=\"card-container-item card-name\"><\/p>\n      <\/div>\n      <p class=\"placard-container-item card-explanation\" style=\"flex-grow: 3\"><\/p>\n    <\/div> -->\n  <\/div>\n<\/div>\n\n<!--   <button onclick=\"show_indexed_card(0)\">Click to draw King of Pentacles card<\/button>-->\n\n<style>\n\n\n\n\n\/*MOBILE SPECIFICATIONS*\/\n\n@media only screen and (max-width: 768px) {\n  \/* For mobile phones: *\/\n  [class*=\"grid-container-\"] {\n    width: 100%;\n  }\n\n  .card-img {\n    max-width: 100%;\n    height: auto;\n\/*     border: 5px dashed purple; *\/\n  }\n\n  .grid-container-overall {\n    display: flex;\n    flex-direction: column;\n  }\n\n  .grid-container-cross-part {\n    display: flex;\n    \/*     grid-template-columns: auto auto auto; *\/\n    justify-content: center;\n\/*     border: 5px dashed blue; *\/\n    width: 100%;\n    text-align: center;\n  }\n\n\n  .cross-col-1,\n  .cross-col-3 {\n    max-width: 30%;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    flex-direction: column;\n\/*     border: 3px dashed turquoise; *\/\n  }\n\n  .cross-col-2 {\n    max-width: 30%;\n    display: flex;\n    justify-content: space-around;\n    align-items: center;\n    flex-direction: column;\n\/*     border: 2px dotted magenta; *\/\n  }\n\n\n\n  .special-grid-item-middle {\n    position: relative;\n    margin-left: 0px;\n    margin-right: 0px;\n  }\n\n  .special-grid-item-1 {\n    z-index: -1;\n  }\n\n  .special-grid-item-2 {\n    position: absolute;\n    top: -70px;\n    left: 0px;\n    -webkit-transform: rotate(-45deg);\n    -moz-transform: rotate(-45deg);\n    -ms-transform: rotate(-45deg);\n    -o-transform: rotate(-45deg);\n    transform: rotate(-45deg);\n  }\n}\n\n\/*DESKTOP SPECIFICATIONS*\/\n@media only screen and (min-width: 768px) {\n  .card-img {\n    width: 12px;\n    height: auto;\n\/*     border: 2px solid goldenrod; *\/\n  }\n\n  .grid-container-overall {\n    display: grid;\n    text-align: center;\n\n    width: 45%;\n    height: auto;\n\n\/*     border: 2px solid green; *\/\n  }\n\n  .grid-container-cross-part {\n    display: grid;\n    grid-template-columns: auto auto auto;\n\/*     border: 5px dashed blue; *\/\n  }\n\n  .cross-col-1,\n  .cross-col-3 {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    flex-direction: column;\n\/*     border: 3px dotted black; *\/\n  }\n\n  .cross-col-2 {\n    display: flex;\n    justify-content: space-around;\n    align-items: center;\n    flex-direction: column;\n\/*     border: 2px dotted magenta; *\/\n  }\n\n\n  .special-grid-item-middle {\n    position: relative;\n    margin-left: 2px;\n    margin-right: 2px;\n  }\n\n  .special-grid-item-1 {\n    z-index: -1;\n  }\n\n  .special-grid-item-2 {\n    position: absolute;\n    top: -70px;\n    left: 0px;\n    -webkit-transform: rotate(-45deg);\n    -moz-transform: rotate(-45deg);\n    -ms-transform: rotate(-45deg);\n    -o-transform: rotate(-45deg);\n    transform: rotate(-45deg);\n  }\n\n\n\n  .grid-item-cross {\n    margin: 2px;\n    padding: 2px;\n  }\n\n  \/*EXPLANATION SECTION*\/\n\n  .result-display {\n    position: relative;\n    text-align: center;\n    \/*   border: dashed pink; *\/\n  }\n\n  .explanation {\n    position: relative;\n    float: right;\n    text-align: center;\n    font-size: 12px;\n  }\n\n  .placard-container {\n    align-items: center;\n    display: flex;\n    margin-left: 10px;\n    margin-right: 10px;\n    padding-left: 10px;\n    padding-right: 10px;\n    flex-direction: row;\n    justify-content: space-between;\n    padding: 10px;\n    text-align: center;\n\/*     border: 1px black groove; *\/\n  }\n\n  .placard-container-item {\n    margin: 10px;\n    \/*   border: 2px orange solid; *\/\n  }\n\n  .celtic-identifier-name {\n\n    \/*   border: 2px solid blue; *\/\n        width: 200px;\n  }\n\n  .card-container {\n    display: flex;\n    flex-direction: row;\n    flex-grow: 2;\n    justify-content: center;\n    align-items: left;\n\/*     border: 1px purple dotted; *\/\n  }\n\n  .card-container-item {\n    align-items: center;\n    margin: 10px;\n  }\n\n  .card-explanation {\n    \/*   border: 1px dashed brown; *\/\n    width: 360px;\n  }\n\n  .card-image-container {\n    \/*   border: dashed black 2px; *\/\n    width: 140px;\n        margin: 40px;\n  }\n\n  .card-image {\n    display: flex;\n    flex-direction: column;\n\n\/*     border: dashed aqua 2px; *\/\n  }\n}\n<\/style>\n\n  \n<script>\n\/*==============================BASIC FUNCTIONS===================================*\/\n\nfunction getRndInteger(min, max) {\n  return Math.floor(Math.random() * (max - min + 1)) + min;\n}\n\nfunction upright_or_reversed() {\n  if (getRndInteger(0, 1) == 0) {\n    return \"upright\";\n  } else {\n    return \"reversed\";\n  }\n}\n\n\/*=================================MAJOR ARCANA===================================*\/\n\nvar Fool = {\n  name: \"The Fool\",\n  index: 0,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/the-fool.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Fool represents new beginnings and feeling carefree. It may indicate a new phase in your life such as starting a new job, moving to a new city, or beginning a new relationship. Embrace this new chapter with optimism and an open heart. The Fool reminds you that it's never too late to start fresh and that you can always take a leap of faith towards your dreams.<\/p> \"\n          \n};\n\nvar Magician = {\n  name: \"The Magician\",\n  index: 1,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/the-magician.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Magician represents your ability to communicate clearly, to \u2018sell\u2019 yourself and to be innovative. The Magician is a reminder that you can create and manifest your own reality. You are the master of your own destiny. If you have drawn the Magician, it means that you have the ability to change your life for the better and the power to make your dreams come true. <\/p> \"\n};\n\nvar HighPriestess = {\n  name: \"The High Priestess\",\n  index: 2,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/the-high-priestess.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>High Priestess is connected to dreams and inner wisdom. She has appeared in this reading in order to guide you to look within and find the answers you are seeking. A window of clarity will open for you if you connect with your subconscious. No one knows the best path more than your own higher self. Be patient, use your creativity and trust your inner instincts. You may find that the truth was in front of you all the time.<\/p>\"\n};\n\nvar Empress = {\n  name: \"The Empress\",\n  index: 3,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/the-empress.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Empress represents feminine power, abundance, and fertility. Is a powerful symbol of creativity. It encourages you to tap into your creative energy, nurture those around you and embrace nature. This card reminds you that you are blessed with abundance, and prosperity is within reach. All you need to do is embrace the nurturing and creative energy within you and the Universe will provide you with all the abundance you need.<\/p>\"\n};\n\nvar Emperor = {\n  name: \"The Emperor\",\n  index: 4,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/the-emperor.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Emperor represents authority and masculine energy. It reminds you to embrace your inner ruler and tap into your personal power. Establish order and structure in your life, making decisions with confidence and taking control of any chaotic situations that may arise. Discipline and rational thinking are essential for achieving success. By harnessing your inner Emperor, you can navigate challenges with wisdom and assertiveness.<\/p>\"\n};\n\nvar Hierophant = {\n  name: \"The Hierophant\",\n  index: 5,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/the-hierophant.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Hierophant represents group consciousness, religion, traditions and giving guidance in the form of spiritual counselling. Connecting with your roots and adhering to established practices can bring clarity and stability to your life. Honor your spiritual beliefs and find solace in the rituals that provide a sense of meaning and purpose. Embracing tradition can be a source of comfort and a means of connecting to something greater than ourselves.<\/p>\"\n};\n\nvar Lovers = {\n  name: \"The Lovers\",\n  index: 6,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/the-lovers.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Lovers represents love and relationship, soul mates, physical attractions and choices to be made. It represents being with the people who make you feel whole. The Lovers can also indicate a need to balance your own needs with the needs of others. This is not always an easy task, but it is one that is worth striving for.<\/p>\"\n};\n\nvar Chariot = {\n  name: \"The Chariot\",\n  index: 7,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/the-chariot.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Chariot represents your willpower and determination and victory. It gives you the green light to charge ahead and take control of your own life and steer it in the direction you desire. It suggests that you may be facing obstacles or experiencing a clash of wills, but it also reminds you that with enough focus and perseverance, you can overcome any challenges and make your dreams a reality.<\/p> \"\n};\n\nvar Strength = {\n  name: \"Strength\",\n  index: 8,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/strength.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Strength represents our courage and self-confidence, patience and compassion. Tap into your personal power and embrace your fears rather than being controlled by them. True strength lies not in brute force, but in gentleness, compassion, and resilience. The Strength card prompts you to approach difficult situations with patience and grace, trusting that you have the ability to navigate through them.<\/p>\"\n};\n\nvar Hermit = {\n  name: \"The Hermit\",\n  index: 9,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/the-hermit.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Hermit represents spending time alone, seeking spiritual guidance and introspection. It indicates that it is time for you to focus on your own needs and desires. You may need to take some time out to find your inner peace and solitude. This may mean taking a break from work, or simply spending some time alone in nature. Give yourself the time and space that you need to reflect on your life and what you want to achieve.<\/p>\"\n\n};\n\nvar WheelFortune = {\n  name: \"Wheel of Fortune\",\n  index: 10,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/wheel-of-fortune.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Wheel of Fortune is the big destiny card in the tarot deck. What is meant to be is meant to be. The Wheel of Fortune serves as a reminder that nothing in life remains stagnant. Just as the wheel turns, so do our circumstances. What may seem like a challenge today can transform into an opportunity for growth and love tomorrow.<\/p>\"\n};\n\nvar Justice = {\n  name: \"Justice\",\n  index: 11,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/justice.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Justice is all about balance, fairness and accountability. It represents legal matters, the spiritual laws of truth, and cause and effect. When the Justice card shows up it reminds you to be fair to achieve the best result.  It urges you to approach conflicts or disputes with a level-headed demeanor, seeking resolutions that are just and reasonable for all parties involved.<\/p>\"\n};\n\nvar HangedMan = {\n  name: \"The Hanged Man\",\n  index: 12,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/the-hanged-man.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Hanged Man represents being temporarily suspended. Life is on hold, but it serves a purpose. It suggests that you need to take a step back and reassess your current situation.  You may be feeling stuck or like you're at a crossroads. This is a time to be introspective and to consider all your options very carefully. It's also a time to be patient. The Hanged Man suggests that the answer you're seeking will come in due time.<\/p>\"\n};\n\nvar Death = {\n  name: \"Death\",\n  index: 13,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/death.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Death represents transformation, endings and new beginnings. When the Death card shows up it tells you that things will not be the same again. A transformation is taking place, you are growing and changing with the circumstances you find yourself in. Nothing stays the same forever, and the Death card represents the necessary death of something old to make way for something new.<\/p>\"\n};\n\nvar Temperance = {\n  name: \"Temperance\",\n  index: 14,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/temperance.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Temperance represents balanced interaction between the elements to create something new and fresh. The Temperance tarot card is all about finding balance in your life. It's the card of moderation, frugality, and goodmanagement. When the Temperance card shows up in your life there is great balance and strength between the different areas and people in your life that are working together.<\/p>\"\n};\n\nvar Devil = {\n  name: \"The Devil\",\n  index: 15,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/the-devil.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Devil symbolizes primal behaviours, desires and addictionsand materialism. It represents the fears that causes obsession and compulsive behaviour. Its ominous appearance serves as a reminder that you may find yourself caught in the snare of worldly desires and unhealthy patterns. This card is a wake-up call to face your fears and conquer them. This is a card of temptation, and it's warning you to be careful of what you allow to control you. <\/p>\"\n};\n\nvar Tower = {\n  name: \"The Tower\",\n  index: 16,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/the-tower.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Tower represents upheaval, or sudden change. This can be a positive or negative change, but either way, it's likely to be a big one. It can also suggest that you're about to have a major breakthrough or insight. The key to understanding the Tower card is to remember that change is often necessary, even if it's not always comfortable. At its best, the Tower brings about positive transformation.<\/p>\"\n};\n\nvar Star = {\n  name: \"Star\",\n  index: 17,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/the-star.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Star represents hope, a bright future, joy, optimism, guidance, having answers to your questions, being and feeling the connection to the divine, serenity and inspiration. The Star shines brightly with the message that you are connected to the natural world, and the universe is always there to support you. The Star is a reminder that you are on the right path, and that your dreams are within reach.<\/p>\"\n};\n\nvar Moon = {\n  name: \"The Moon\",\n  index: 18,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/the-moon.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Moon represents the power of intuition and the hidden realms of the psyche. It urges you to trust your instincts and embrace uncharted paths. With its enigmatic presence, this card reminds you that things are not always as they seem. When the Moon shows up it is important to pay attention to your intuition and emotions. Delve beyond the surface and explore the deeper layers of your existence.<\/p>\"\n};\n\nvar Sun = {\n  name: \"The Sun\",\n  index: 19,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/the-sun.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Sun represents success, joy, warmth and happiness. The Sun shows up when life is sunny and you are enjoying your time with the people you love. Life is simple rather than complicated. Relationships are blossoming and you are feeling loved. It is a great card to see if you are starting a new business, embarking on a new relationship, or expecting a baby. This is a reminder that anything is possible and that you have the power to create your own reality.<\/p>\"\n};\n\nvar Judgment = {\n  name: \"Judgment\",\n  index: 20,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/judgement.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Judgement represents taking responsibility for your actions and your life, seeing the truth and knowing what you want. The Judgement card often shows up when you need to step up and make an important decision. This decision will have a major impact on your life, so it's not one that you should take lightly. The Judgment card indicates a time of change or transition. Trust your gut and don't be afraid to make a decision that will change your life.<\/p>\"\n};\n\nvar World = {\n  name: \"The World\",\n  index: 21,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/the-world.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>World is the final Major Arcana card and represents fulfilment and successful completion of a cycle. You know your place in the world, and your life lessons have served you well. It serves as a gentle reminder that the universe is aligning perfectly in your favor, propelling you forward towards the triumphant realization of your ambitions. The world is at your feet. You're on the right path towards the attainment of your long-cherished aspirations and dreams. <\/p>\"\n};\n\n\/*=================================MINOR ARCANA===================================*\/\n\/*====================================WANDS=======================================*\/\n\nvar AceWands = {\n  name: \"Ace of Wands\",\n  index: 22,\n  type: \"Minor Arcana\",\n  suit: \"wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/ace-of-wands.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Ace of wands speaks of new beginnings. Be bold and start something new. Follow your inspiration. Ace of Wands speaks of births of all kinds; the birth of enterprises and job opportunities, and also the birth of a baby. This card encourages you to take action and pursue your passions with full force. In order to harness this inspiration, you must be willing to take risks, let go of your fears, and trust your instincts. The Ace of Wands encourages you to channel your energy into something that excites you and ignites a fire within you. <\/p>\"\n};\n\nvar TwoWands = {\n  name: \"Two of Wands\",\n  index: 23,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/two-of-wands.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Two of Wands is about manifesting using the will and strength of your mind. The Two of Wands encourages you to think beyond your current circumstances and to take a wider perspective. It is time to expand your horizons, break free from limitations, and step out of your comfort zone. The card speaks to your entrepreneurial spirit, urging you to pursue your dreams and make bold choices that align with your passions and values.<\/p>\"\n};\n\nvar ThreeWands = {\n  name: \"Three of Wands\",\n  index: 24,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n        \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/three-of-wands.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Three of Wands is a card of anticipation and progress. It invites us to adopt this same mindset, to have trust in ourselves and our abilities, and to believe that we will overcome any obstacles that come our way. It reminds us that the road ahead may be long and winding, but it's important to stay focused on our goals and keep moving forward.<\/p>\"\n};\n\nvar FourWands = {\n  name: \"Four of Wands\",\n  index: 25,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/four-of-wands.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Four of Wands is the card for harmony and being connected to a community. You have worked hard to establish a stable and secure environment for yourself, built on strong foundations. You have achieved success, and this is something to be celebrated. Now that you have achieved this level of success, you can enjoy the fruits of your labor.<\/p> \"\n};\n\nvar FiveWands = {\n  name: \"Five of Wands\",\n  index: 26,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/five-of-wands.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Five of Wands suggests that conflict can be a catalyst for growth and innovation. While it may seem chaotic and stressful, the energy generated from the competition can lead to new ideas and breakthroughs. It is important, however, to channel this energy constructively and to avoid letting it spiral into aggression or hostility.<\/p>\"\n};\n\nvar SixWands = {\n  name: \"Six of Wands\",\n  index: 27,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/six-of-wands.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Six of Wands is the card for popularity, progress, victory and success, self-confidence and getting what you want. Remember that uccess is not an end in itself, but a stepping stone towards even greater accomplishments. While it is important to enjoy the moment and soak up the applause, it is equally important to remain grounded and humble, and to continue striving towards future goals.<\/p>\"\n};\n\nvar SevenWands = {\n  name: \"Seven of Wands\",\n  index: 28,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/seven-of-wands.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Seven of Wands suggests that you may find yourself in a situation where you need to assert yourself and protect what is important to you. It is likely that you will encounter resistance or competition from others who may try to undermine or oppose your ideas. This card brings a determined energy that encourages you to stand your ground and defend your beliefs. This card reminds you that facing challenges and overcoming obstacles is an integral part of personal growth and advancement.<\/p>\"\n};\n\nvar EightWands = {\n  name: \"Eight of Wands\",\n  index: 29,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/eight-of-wands.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Eight of Wands speaks of swift action and progress. It suggests that things are about to speed up in your life. You may experience a sudden burst of energy or a surge of momentum in your projects, relationships, or personal goals. This card indicates that obstacles or delays that were previously holding you back will now start to dissipate, allowing for progress and forward movement.<\/p>\"\n};\n\nvar NineWands = {\n  name: \"Nine of Wands\",\n  index: 30,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/nine-of-wands.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Nine of Wands is the card for strength, courage, resilience and endurance. Never give up and never surrender. It suggests that while you may be tired or worn out from the struggles you've faced, it's important to remain alert and prepared for any further challenges that may arise. This card encourages you to draw upon your past experiences and learn from them, using them as sources of wisdom and guidance.<\/p>\"\n};\n\nvar TenWands = {\n  name: \"Ten of Wands\",\n  index: 31,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/ten-of-wands.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Ten of Wands suggests that you may be shouldering too many responsibilities or taking on more than you can handle. You may feel overwhelmed, exhausted, or weighed down by the tasks and obligations in your life. This card serves as a reminder to evaluate your commitments and consider whether you need to delegate, seek support, or let go of some burdens.<\/p>\"\n};\n\nvar PageWands = {\n  name: \"Page of Wands\",\n  index: 32,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/page-of-wands.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Page of Wands denotes an enthusiastic young person who is eager to explore and gain life experience. It suggests that you may be embarking on a new journey or taking on a new role or responsibility. You may feel inspired and motivated to pursue your passions and explore new opportunities. This card encourages you to embrace your creative spark and approach your endeavors with a sense of curiosity and enthusiasm.<\/p>\"\n};\n\nvar KnightWands = {\n  name: \"Knight of Wands\",\n  index: 33,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/knight-of-wands.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Knight of Wands denotes a person who is travelling through life at a high-speed, living life in the fast lane. This is someone who will be the life of the party. When the Knight of Wands appears in your reading, get ready for a burst of fire energy and inspiration. This enthusiastic and passionate knight embodies the spirit of action, adventure, and innovation. Be the adventurer who doesn't hesitate to blaze a new trail, to take risks, and to follow your passion.<\/p>\"\n};\n\nvar QueenWands = {\n  name: \"Queen of Wands\",\n  index: 34,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/queen-of-wands.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Queen of Wands denotes a warm, kind and passionate woman. She is goal oriented and determined. Drawing this card suggests that you possess or need to embody the qualities of the Queen. You are confident, assertive, and passionate about what you believe in. You have a magnetic presence and the ability to inspire and lead others with your enthusiasm and charisma.<\/p>\"\n};\n\nvar KingWands = {\n  name: \"King of Wands\",\n  index: 35,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/king-of-wands.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>King of Wands denotes a married man who is a natural and charismatic leader. He has entrepreneurial skills and loves to run a new and exciting project. The King is a symbol of passion, ambition, and leadership. This card indicates that you possess the drive and determination necessary to achieve your professional goals. With your innovative ideas and charismatic approach, you are likely to make a significant impact in your chosen career path.<\/p>\"\n};\n\n\/*====================================CUPS=======================================*\/\n\nvar AceCups = {\n  name: \"Ace of Cups\",\n  index: 36,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/ace-of-cups.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Ace of cups is the card for new love, compassion, joy and creativity. It signals a time of abundant emotional opportunities and symbolizes a potential for new ideas that lead to prosperity. The Ace of Cups serves as a reminder that love, compassion, and deep connections are within reach. It suggests opening your heart to new experiences and the potential for transformative relationships to enter your life.<\/p>\"\n};\n\nvar TwoCups = {\n  name: \"Two of Cups\",\n  index: 37,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/two-of-cups.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Two of cups is the card for being in love and being in a close relationship, There is real intimacy in the relationship, and you know and understand each other on a deep level. It represents the unity of opposites, symbolizing a harmonious connection and collaborationbetween two individuals. It is a reminder that love has the potential to bring diverse entities together in perfect harmony. This card resonates on both a personal and romantic level, as well as on a broader scale of human connection and cooperation.<\/p>\"\n};\n\nvar ThreeCups = {\n  name: \"Three of Cups\",\n  index: 38,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/three-of-cups.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Three of cups is the card for celebration, going out with friends, having a good time and being part of a community. It whispers that the universe is aligning in your favor, offering you opportunities and blessings that may have seemed out of reach. This card invites you to embrace these fortuitous circumstances with open arms and an attitude of gratitude.<\/p>\"\n};\n\nvar FourCups = {\n  name: \"Four of Cups\",\n  index: 39,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/four-of-cups.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Four of cups is the card for contemplation. It often shows up when you have been dissatisfied about something and failing to  notice what you are being offered. It suggests that you may be overly focused on lack or what you perceive as missed opportunities, causing you to become blind to the blessings surrounding you. The Four of Cups serves as a gentle reminder to shift your perspective, open your eyes to new possibilities, and embrace the gifts that are already present.<\/p>\"\n};\n\nvar FiveCups = {\n  name: \"Five of Cups\",\n  index: 40,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/five-of-cups.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Five of cups is the card for regrets and disappointment, especially in love. A relationship might not have turned out the way you would have liked it to. It signifies a period of loss, where you may be mourning a missed opportunity or feeling a sense of sadness. However, the key message of the Five of Cups is to remember that even in the face of adversity, there is still hope and potential for renewal. It encourages you to reflect on the lessons learned from your experiences and find ways to move forward. This card serves as a gentle reminder to focus on what remains rather than dwelling on what has been lost.<\/p>\"\n};\n\nvar SixCups = {\n  name: \"Six of Cups\",\n  index: 41,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/six-of-cups.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Six of cups signifies a time of reconnecting with cherished memories and people, as well as a desire to return to a simpler, more carefree time. It encourages you to embrace the childlike wonder within yourself and find joy in the small, meaningful moments of life. The Six of Cups also highlights the importance of emotional healing and forgiveness, reminding you to let go of past hurts and embrace the warmth of love and support. Sometimes this card shows up when someone from the past is on their way back into your life again.<\/p>\"\n};\n\nvar SevenCups = {\n  name: \"Seven of Cups\",\n  index: 42,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/seven-of-cups.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Seven of cups is the card for day dreaming, illusions, wishful thinking, and fantasies. This card usually shows up when you have plenty of choices and need a vision to make them a reality. This card prompts you to prioritize your values and goals, and differentiate between what is truly important to you and what merely appears enticing in the moment. It serves as a gentle warning not to lose yourself in a maze of illusions and distractions.<\/p>\"\n};\n\nvar EightCups = {\n  name: \"Eight of Cups\",\n  index: 43,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/eight-of-cups.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Eight of cups symbolizes a journey of emotional healing and self-discovery, as you bravely walk away from situations or relationships that no longer bring you joy or nourish your soul. The Eight of Cups encourages you to listen to your intuition and trust that by letting go, you create space for new and more rewarding experiences to enter your life. Though the decision to leave the familiar behind can be daunting, this card reminds you that it is essential for your personal evolution and ultimate happiness.<\/p>\"\n};\n\nvar NineCups = {\n  name: \"Nine of Cups\",\n  index: 44,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/nine-of-cups.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Nine of cups is suggests that your wishes and dreams are coming true, and you are experiencing a period of great joy and pride. This card encourages you to take a moment to appreciate and celebrate the blessings in your life, as your emotional fulfillment and personal desires are being met. It serves as a reminder to embrace gratitude and be open to receiving the abundance that the universe has to offer.<\/p>\"\n};\n\nvar TenCups = {\n  name: \"Ten of Cups\",\n  index: 45,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/ten-of-cups.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Ten of cups is the card for total bliss experienced in your relationship, home and family life. This card is about being in alignment with your true nature, and in harmony with your higher self and purpose on this planet. It represents the ultimate state of emotional well-being, where deep connections and love are found within you family or chosen community. This card symbolizes finding peace and happiness in loving relationships, which bring a sense of belonging and unity. It is a reminder to appreciate the blessings of those who are closest to you.<\/p>\"\n};\n\nvar PageCups = {\n  name: \"Page of Cups\",\n  index: 46,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/page-of-cups.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Page of cups denotes a young person with gentle and sensitive nature. This is someone who lives in wonder and can be quite naive at times. This card encourages you to approach life with curiosity, open-mindedness, and a childlike wonder, reminding you that embracing your emotions and creative pursuits can lead to personal growth and fulfillment. Follow your heart and connect with your innermost desires.<\/p> \"\n};\n\nvar KnightCups = {\n  name: \"Knight of Cups\",\n  index: 47,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/knight-of-cups.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Knight of cups denotes a person on a quest to declare his love. This is your knight in shining armor. He is a singer, poet, and writer. He paints and creates wherever he goes. He is artistic and incredibly lovable. This card suggests that there may be a new romantic opportunity or an emotional journey on the horizon. It encourages you to embrace your feelings, listen to our intuition, and follow the path of your heart. The Knight of Cups reminds you to be open to love, kindness, and emotional growth.<\/p> \"\n};\n\nvar QueenCups = {\n  name: \"Queen of Cups\",\n  index: 48,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/queen-of-cups.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Queen of cups denotes a woman who is highly intuitive and sensitive. She is in touch with her emotions, her subconscious and the universe. She is compassionate and cares deeply about her life and those in it. Radiating with empathy, the Queen of Cups encourages you to listen to your intuition and trust your gut feelings. She reminds you to treat others with kindness and understanding, offering support and compassion to those in need. This card signifies a time of emotional stability, where you are in tune with your own feelings and can respond empathetically to the emotional needs of others.<\/p>\"\n};\n\nvar KingCups = {\n  name: \"King of Cups\",\n  index: 49,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/king-of-cups.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>King of cups denotes a warm, honest and generous man who is kind and fair. Someone who is in control over his own emotions. This is a day to listen attentively to others, offering them solace and support in times of need. By embodying the King of Cups' ability to maintain emotional equilibrium, we can bring harmony to our relationships and foster a peaceful, loving environment for ourselves and those around us.<\/p>\"\n};\n\n\/*========================================SWORDS==================================*\/\n\nvar AceSwords = {\n  name: \"Ace of Swords\",\n  index: 50,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/ace-of-swords.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Ace of swords is the card of new thoughts and mental clarity. It signifies a fresh start or a new idea that has the potential to bring about significant change in your life. It represents the spark of inspiration and the emergence of a new perspective or understanding. This card encourages you to embrace your mental prowess, logic, and analytical abilities to cut through confusion, gain clarity, and find innovative solutions to any challenges you may be facing.<\/p>\"\n};\n\nvar TwoSwords = {\n  name: \"Two of Swords\",\n  index: 51,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/two-of-swords.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Two of Swords encourages you to remove the blindfold and honestly assess the situation at hand. It may be necessary to weigh the pros and cons of different options, gather more information, or seek guidance from others to help you make an informed decision. However, prolonged indecision can lead to stagnation, and it's important to eventually address the issue at hand. The crossed swords symbolize the need to find a balance between opposing forces and find a way to reconcile conflicting aspects.<\/p>\"\n};\n\nvar ThreeSwords = {\n  name: \"Three of Swords\",\n  index: 52,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/three-of-swords.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Three of Swords denotes heartbreak, sorrow, pain and separation. Today, you may be confronted with a painful truth or a betrayal that cuts deep. While this can be daunting, it is important to remember that the Three of Swords also carries a message of clarity and release. Embrace the discomfort and allow yourself to process your emotions. Through facing this pain, you have the opportunity to let go of old wounds, paving the way for renewed strength and resilience.<\/p>\"\n};\n\nvar FourSwords = {\n  name: \"Four of Swords\",\n  index: 53,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/four-of-swords.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Four of Swords is about rest and rejuvenation, getting enough sleep and taking time out. It suggests that you may have been pushing yourself too hard or experiencing overwhelming mental and emotional exhaustion. It invites you to prioritize self-care and seek refuge in moments of stillness. This card reassures you that rest is not a sign of weakness but rather an essential part of the process to restore our energy and regain clarity.<\/p>\"\n};\n\nvar FiveSwords = {\n  name: \"Five of Swords\",\n  index: 54,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/five-of-swords.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Five of Swords is the card for defeat and betrayal, conflict and unhealthy competition. It serves as a reminder that winning at all costs can sometimes leave a bitter taste in our mouths. It suggests that engaging in battle solely for the sake of personal gain or ego can ultimately lead to loneliness and alienation. The Five of Swords urges you to question your motivations and the methods you employ to achieve your goals.<\/p>\"\n};\n\nvar SixSwords = {\n  name: \"Six of Swords\",\n  index: 55,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/six-of-swords.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Six of Swords brings a sense of calm and transition. As you embark on this journey, find solace in leaving behind turbulent waters and moving towards a more peaceful horizon. The image of the boat slowly gliding across the steady river symbolizes the passage from one phase of life to another, offering the opportunity to heal, reflect, and gather your strength. This card invites you to embrace the subtle winds of change and trust that better days lie ahead.<\/p>\"\n};\n\nvar SevenSwords = {\n  name: \"Seven of Swords\",\n  index: 56,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/seven-of-swords.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Seven of Swords denotes someone is moving forward in less than honourable ways. There is often dishonesty connected with this card, and trying to get away with something or trying to get out of something by lying. This enigmatic card harbors a message that may challenge our perceptions and push us to question the intentions of those around us. As we delve into the implications of the Seven of Swords, we must be prepared for the possibility of hidden agendas and trickery in our lives.<\/p>\"\n};\n\nvar EightSwords = {\n  name: \"Eight of Swords\",\n  index: 57,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/eight-of-swords.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Eight of Swords is the card of being stuck and unable to move on due to confusion. It reminds you that the power to break free from your own mental boundaries lies within. It calls you to examine your fears and self-limiting beliefs, encouraging you to find the courage to take off the blindfold, untie the bonds, and embrace the freedom that is waiting just beyond your self-imposed constraints. It serves as a reminder that often, our greatest obstacles are created by our own minds, and that we possess the power to break free from these mental constraints and find a way forward.<\/p> \"\n};\n\nvar NineSwords = {\n  name: \"Nine of Swords\",\n  index: 58,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/nine-of-swords.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Nine of Swords denotes worry and anxiety, sleeplessness and being overwhelmed by negative emotions such as guilt and regrets. It serves as a warning that excessive rumination and self-doubt take a toll on mental well-being. It urges you to recognize the power your thoughts hold, and to seek ways to calm the mind and find solace. Although it is a disheartening card, the Nine of Swords offers an opportunity for self-reflection and the chance to address the root causes of your distress, ultimately leading to personal growth and emotional liberation.<\/p>\"\n};\n\nvar TenSwords = {\n  name: \"Ten of Swords\",\n  index: 59,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/ten-of-swords.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n    \"<p>Ten of Swords is the card for endings and loss, backstabbing and lack of support. Sometimes this card denotes hitting rock bottom. It  may seem foreboding at first glance. However, take solace in the fact that this is the rock bottom from which you can only rise. Embrace the pain and harness it as fuel for growth and transformation. The Ten of Swords calls upon you to release what no longer serves you, allowing space for renewal, healing, and a fresh start. Dawn always follows the dark night. <\/p>\"\n};        \n\nvar PageSwords = {\n  name: \"Page of Swords\",\n  index: 60,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/page-of-swords.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Page of Swords symbolized truth and wisdom, it suggests you have the ability to learn new skills easily, especially mental skills. Wielding his sword of wisdom he fearlessly uncovers new truths and explores uncharted realms of understanding. With each step taken along this intellectual journey, the Page of Swords reminds you of the immense power held within your ability to expand your mind and embrace the wonders that await you on the path of enlightenment.<\/p>\"\n};\n\nvar KnightSwords = {\n  name: \"Knight of Swords\",\n  index: 61,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/knight-of-swords.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Knight of Swords embodies the qualities of drive, ambition, and a thirst for knowledge. You may find yourself consumed by a wave of intellectual curiosity, seeking new challenges and opportunities to expand your mental horizons. Your mind is sharp and focused, allowing you to tackle complex problems with ease. Use this mental agility to your advantage and trust your instincts when making decisions.<\/p>\"\n};\n\nvar QueenSwords = {\n  name: \"Queen of Swords\",\n  index: 62,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/queen-of-swords.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Queen of Swords asks you to cut away anything that does not serve your best interest. This card is a reminder that honest communication and assertiveness can lead to positive outcomes in your interactions. It's a call to express yourself clearly and directly while maintaining empathy and understanding. Balance your words with compassion and grace, for the Queen of Swords possesses not only keen perception but also a sharp tongue.<\/p>\"\n};\n\nvar KingSwords = {\n  name: \"King of Swords\",\n  index: 63,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/king-of-swords.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>King of Swords urges you to harness your mental prowess and tap into your inner wisdom to navigate any challenges that may come your way. With his discerning mind and sharp focus, this card reminds you to seek truth, embrace logic, and approach situations with fairness and objectivity. The King of Swords compels you to act with authority and assertiveness, while remaining mindful of the consequences of your words and actions.<\/p>\"\n};\n\n\/*=====================================PENTACLES==================================*\/\n\nvar AcePentacles = {\n  name: \"Ace of Pentacles\",\n  index: 64,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/ace-of-pentacles.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Ace of Pentacles symbolises a new beginning in your financial situation and a chance to deepen your security. It radiates a strong sense of opportunity. The symbolism is striking, showcasing a golden coin held by an outstretched hand emerging from a lush garden. It reminds us that the seeds of success are within our reach, waiting to be cultivated and nurtured.<\/p>\"\n};\n\nvar TwoPentacles = {\n  name: \"Two of Pentacles\",\n  index: 65,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/two-of-pentacles.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Two of Pentacles symbolises juggling your finances. You might have income from more than one source. Two of Pentacles indicates you are managing your money well, investing in projects, or bartering. Remember to prioritize and allocate your time and resources wisely, trusting in your ability to find balance and ensure success. Embrace the joy that comes from skillfully navigating life's intricate dance.<\/p>\"\n};\n\nvar ThreePentacles = {\n  name: \"Three of Pentacles\",\n  index: 66,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/three-of-pentacles.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Three of Pentacles symbolises your work, especially where team work or listening to clients\/customers are concerned. This is a positive card which indicates job satisfaction and taking pride in your work, but you must put in the effort to see results. It reminds us that we are stronger and more successful when we unite our energies, talents, and resources. Today, embrace the power of collaboration and tap into the collective wisdom and creativity that can take your endeavors to new heights.<\/p>\"\n};\n\nvar FourPentacles = {\n  name: \"Four of Pentacles\",\n  index: 67,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/four-of-pentacles.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Four of Pentacles symbolises the need for security and recognition in your life, to have control over your possession and to keep abundance and money increasing. This card shows stubbornness and serves as a reminder of the potential pitfalls of tightly holding onto material possessions, leading to stagnation and reluctance to embrace change. The Four of Pentacles teaches us the importance of finding balance, appreciating our blessings while also remaining open and adaptable to life's transitions.<\/p>\"\n};\n\nvar FivePentacles = {\n  name: \"Five of Pentacles\",\n  index: 68,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/five-of-pentacles.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Five of Pentacles symbolises financial loss or hardship. It can also mean you are in a place where you feel there is no security and your health might be suffering. It reminds you that it's okay to ask for help and seek support when you need it most. This card reflects a sense of vulnerability and isolation, but it also serves as a reminder that you are not alone in your struggles. It encourages you to reach out to friends, family, or even professional resources who can offer guidance and assistance during this difficult period.<\/p>\"\n};\n\nvar SixPentacles = {\n  name: \"Six of Pentacles\",\n  index: 69,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/six-of-pentacles.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Six of Pentacles symbolises generosity towards others or receiving generosity. Helping others not only benefits them but also leads to personal fulfillment and abundance. The Six of Pentacles encourages you to explore opportunities for sharing our resources, providing support, and creating a harmonious exchange with others. It reminds us that when we give with an open heart, the universe responds in kind, opening doors to prosperity and harmony in our lives.<\/p>\"\n};\n\nvar SevenPentacles = {\n  name: \"Seven of Pentacles\",\n  index: 70,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/seven-of-pentacles.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Seven of Pentacles symbolises a vision that will pay off in the future. You are planting the seeds so that you will be able to harvest a more secure and abundant future for yourself. The Seven of Pentacles reminds you of the importance of patience and persistence as you wait for the fruits of your labor to manifest. It encourages you to have faith in yourself and remain committed to your goals, knowing that your dedication will pay off. This card serves as a gentle reminder that success often requires nurturing and nurturing takes time.<\/p>\"\n};\n\nvar EightPentacles = {\n  name: \"Eight of Pentacles\",\n  index: 71,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/eight-of-pentacles.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Eight of Pentacles symbolise craftsmanship in regards to work. It urges you to embrace dedication and commitment in your endeavors. It tells you that by diligently working on your skills, you can create a solid foundation that will serve as a springboard for future success. Remember, even the smallest steps taken with determination can yield significant results. <\/p>\"\n};\n\nvar NinePentacles = {\n  name: \"Nine of Pentacles\",\n  index: 72,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/nine-of-pentacles.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Nine of Pentacles symbolises luxury and financial security. It radiates the essence of abundance and independence. Representing financial prosperity and self-sufficiency, the Nine of Pentacles invites you to revel in the rewards of your hard work. As the day unfolds, you are encouraged to bask in the fruits of your labor.  Take a moment to appreciate the material comforts and luxuries that surround you.<\/p> \"\n};\n\nvar TenPentacles = {\n  name: \"Ten of Pentacles\",\n  index: 73,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/ten-of-pentacles.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Ten of Pentacles symbolises the pinnacle of success and prosperity, this card indicates a harmonious and prosperous family life. It suggests that not only are material resources readily available, but there is also a sense of emotional fulfillment and contentment within the family unit. It signifies a period of stability, contentment, and generational prosperity.<\/p>\"\n};\n\nvar PagePentacles = {\n  name: \"Page of Pentacles\",\n  index: 74,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/page-of-pentacles.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Page of Pentacles indicates reinventing yourself in some way. It often denotes an opportunity to start something new, whether it is a creative venture, studying, business or a new job offer. Explore new interests, hone your skills, and embrace opportunities that align with your long-term goals. As you channel the energy of the Page of Pentacles, you can expect to experience a surge of inspiration towards manifesting your ambitions.<\/p>\"\n};\n\nvar KnightPentacles = {\n  name: \"Knight of Pentacles\",\n  index: 75,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/knight-of-pentacles.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Knight of Pentacles embodies dedication, hard work, and a steadfast commitment towards building stability and prosperity. With unwavering focus, the Knight of Pentacles indicates that your efforts are likely to bear fruit and lead you towards a positive outcome. This card serves as a reminder to remain diligent, practical, and disciplined in your financial endeavors, as these qualities will pave the way for success. Keep your eyes on the long-term goals and trust in the steady progress you are making.<\/p>\"\n};\n\nvar QueenPentacles = {\n  name: \"Queen of Pentacles\",\n  index: 76,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/queen-of-pentacles.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>Queen of Pentacles is someone with a down to earth and practical approach to life and situations. Today, you are called to nurture your physical surroundings, care for your loved ones with tenderness, and cultivate a harmonious connection with nature. The Queen of Pentacles reminds you that true wealth and fulfillment lie in finding peace, joy, and a sense of purpose in the material world.<\/p>\"\n};\n\nvar KingPentacles = {\n  name: \"King of Pentacles\",\n  index: 77,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/king-of-pentacles.jpg\",\n  rw_meaning: \"<p>Upright<\/p> \",\n  rw_addendum:\n        \"<p>King of Pentacles epitomizes someone who is hard working and dependable. You may have achieved great success in your endeavors, particularly in business or career-related pursuits. This card signifies a strong and practical approach to money management, wise investments, and a knack for creating long-term financial security. Its presence indicates that your financial aspirations have a high likelihood of manifesting and that you possess the skills and resources needed to achieve your material goals.<\/p> \"\n};\n\/*=================================MAJOR ARCANA Reversed===================================*\/\n\nvar ReversedFool = {\n  name: \"The Fool\",\n  index: 78,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-the-fool.jpg\",\n  rw_addendum:\n        \"<p>Fool reversed symbolizes a disregard for consequences and a lack of direction. When this card appears in a reading, it suggests a sense of naivety and impulsive behavior. It warns against taking unnecessary risks without considering the potential pitfalls. The reversed Fool signifies a need for caution and a reminder to approach situations with a grounded mindset. It serves as a wake-up call to think before acting and to avoid making hasty decisions that could lead to regret. As well, new beginnings may be blocked, and you may be having difficulties seeing the world with fresh eyes.<\/p>\",\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n          \n};\n\nvar ReversedMagician = {\n  name: \"The Magician\",\n  index: 79,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-the-magician.jpg\",\n  rw_addendum:\n        \"<p>Magician reversed indicates empty promises, misunderstandings and a lack of substance to make possibilities become a reality. You may be experiencing a lack of focus, direction, and skill. You may be feeling disempowered and unable to manifest your desires. You may be struggling with self-doubt and not be utilizing your talents to their fullest potential. This reversal suggests a need for self-reflection and introspection to regain your balance and reconnect with your inner power.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedHighPriestess = {\n  name: \"The High Priestess\",\n  index: 80,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-the-high-priestess.jpg\",\n  rw_addendum:\n        \"<p>High Priestess reversed indicates blocked psychic abilities, and little to no awareness of the subconscious influence on your reality. This reversal suggests a lack of trust in your inner voice and a disconnection from spiritual realms. It may indicate a struggle to access your intuition, leading to confusion and indecision. The reversed High Priestess also urges caution in matters of secrecy and deception. It is important to exercise discernment as there may be hidden agendas or deceitful individuals around. It is crucial for you to seek inner clarity now.<\/p> \"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedEmpress = {\n  name: \"The Empress\",\n  index: 81,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-the-empress.jpg\",\n  rw_addendum:\n        \"<p>Empress reversed indicates neglect and a lack of attention where there should be nurturing. It can also symbolise a project, a relationship, an enterprise, the home and a business that need attention but are instead being left unattended. It may signify a loss of connection with the Earth and its nurturing energies, leaving you feeling uninspired and emotionally drained. The reversed Empress prompts you to examine your relationship with self-care and self-love, prioritize your well-being and create a nurturing environment for yourself and those around you.<\/p> \"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedEmperor = {\n  name: \"The Emperor\",\n  index: 82,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-the-emperor.jpg\",\n  rw_addendum:\n        \"<p>Emperor reversed signifies a sense of instability and insecurity. You may be feeling a loss of control and powerlessness in your life. This could be due to external factors or to a lack of confidence in your own abilities to assert authority. It serves as a reminder to reflect on the need for inner strength and self-assurance, as well as to find ways to reclaim your personal power and regain balance and authority in your life.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedHierophant = {\n  name: \"The Hierophant\",\n  index: 83,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-the-hierophant.jpg\",\n  rw_addendum:\n        \"<p>Hierophant reversed denotes prudence, silliness and hypocrisy. There are rules but no knowledge of why these rules are of importance. There is an inflexibility in the system and in the people of the system. This card may also indicate a tendency towards excessive rebellion and recklessness, making it important to find a balance between forging our yown path and respecting the wisdom of the past.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedLovers = {\n  name: \"The Lovers\",\n  index: 84,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-the-lovers.jpg\",\n  rw_addendum:\n        \"<p>Lovers reversed indicates a breakup between partners, families or friends. Lovers reversed can also indicate a wrong choice being made. It represents disharmony and conflicts within relationships, a lack of balance, and difficult choices. In its reversed form, this card serves as a reminder to evaluate the foundations of your relationships and address any underlying issues. It urges you to explore your desires, fears, and doubts, as well as to reflect upon the consequences of your choices.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedChariot = {\n  name: \"The Chariot\",\n  index: 85,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-the-chariot.jpg\",\n  rw_addendum:\n        \"<p>Chariot reversed suggests a lack of focus and clarity in your endeavors. This may indicate a feeling of being overwhelmed by external circumstances or inner conflicts that hinder progress. It serves as a cautionary sign to reassess your goals and strategies. It calls for a pause, to regain your inner strength and find balance amidst the chaos. Instead of charging ahead take some time for self-reflection and reconsideration. <\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedStrength = {\n  name: \"Strength\",\n  index: 86,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-strength.jpg\",\n  rw_addendum:\n        \"<p>Strength reversed denotes a lack of courage and fear. It indicates a struggle with self-control and a vulnerability to external influences. It suggests that fear may be overpowering strength, leading to doubt and insecurity. This card reflects a need for introspection and self-reflection to understand the root causes of this weakness.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedHermit = {\n  name: \"The Hermit\",\n  index: 87,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-the-hermit.jpg\",\n  rw_addendum: \n        \"<p>Hermit reversed indicates isolation and a departure from inner wisdom and introspection. It may indicate a resistance to seeking guidance or advice from others, clinging to the familiar, and avoiding necessary personal growth. The reversed Hermit warns against withdrawing from social connections and losing touch with reality. It's essential to recognize the need to reconnect with oneself and others, cultivating a balance between solitude and engaging with the world around us.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n\n};\n\nvar ReversedWheelFortune = {\n  name: \"Wheel of Fortune\",\n  index: 88,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-wheel-of-fortune.jpg\",\n  rw_addendum:\n        \"<p>Wheel of fortune reversed indicates bad luck and misfortune. Instead of hitting the top of the wheel and moving forward, you are hitting the bottom, often stagnating. The wheel might not be turning at all and much-needed change is eluding you. In reverse, this card indicates that you may be going against the flow and resisting the circumstances around you, and these actions may have negative consequences.<\/p> \"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedJustice = {\n  name: \"Justice\",\n  index: 89,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-justice.jpg\",\n  rw_addendum:\n        \"<p>Justice reversed signifies a disruption in fairness and balance. It suggests a situation where dishonesty, unfair treatment, or injustice may prevail. It serves as a reminder to examine your actions and make amends if you have acted unjustly towards others. Justice reversed warns of the consequences of unethical decisions, emphasizing the importance of taking responsibility for your choices. It urges you to seek truth and rectify any wrongdoings to restore harmony and equilibrium in your life.<\/p> \"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedHangedMan = {\n  name: \"The Hanged Man\",\n  index: 90,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-the-hanged-man.jpg\",\n  rw_addendum:\n        \"<p>Hanged Man reversed indicates stubbornness and selfishness, refusing to give up your perspective to gain new insight. This card reversed suggests you may be feeling apart from the world and unable to communicate your point of view and perspective to others. It symbolizes a time when you feel trapped, clinging to old patterns and ideas that no longer serve you. It may feel like up is down, and down is up, the reversed Hanged Man reminds you to seek a fresh pespective on things. <\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedDeath = {\n  name: \"Death\",\n  index: 91,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-death.jpg\",\n  rw_addendum:\n        \"<p>Death reversed indicates that something that should have come to a blessed end for some reason persists. \u2018Not death\u2019 is not a desired thing as it is not living either. You may be holding on the something that is no longer serving you. It suggests that you have been resisting changes. This resistance might stem from a reluctance to change or uncertainty about the future. It encourages you to let go of the past and overcome your fears of the unknown,<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedTemperance = {\n  name: \"Temperance\",\n  index: 92,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-temperance.jpg\",\n  rw_addendum:\n        \"<p>Temperance reversed suggests a lack of moderation and the tendency to overindulge or take things to extremes. You be prone to impulsive decisions and erratic behavior, leading to turbulent relationships and unstable emotions. The reversed Temperance urges you to reassess your actions and find equilibrium. It is a reminder to practice self-control and seek inner peace, as finding moderation and balance is essential to restore harmony in all aspects of life.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedDevil = {\n  name: \"The Devil\",\n  index: 93,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-the-devil.jpg\",\n  rw_addendum:\n        \"<p>Devil reversed indicate temptations resisted, stricter moral kept and an escape from the chains from the devil. It offers hope and liberation. The Devil reversed brings the strength and self awareness to confront your inner demons and break free from the suffocating bonds that have kept you trapped in patterns of self-destruction. It is a powerful call to examine your attachments, whether they be toxic relationships, harmful habits, or limiting beliefs.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedTower = {\n  name: \"The Tower\",\n  index: 94,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-the-tower.jpg\",\n  rw_addendum:\n        \"<p>Tower reversed signifies a state of stagnation and entrapment. This card suggests that you may find yourself imprisoned by old ways of thinking or stuck in the past. The reversal of the Tower warns of a lack of progress and an inability to break free from self-imposed limitations. It serves as a reminder to challenge your beliefs, embrace change, and seek liberation from the confines of your comfort zone.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedStar = {\n  name: \"Star\",\n  index: 95,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-the-star.jpg\",\n  rw_addendum:\n        \"<p>Star reversed indicates false hope or broken promises. There is leading astray rather than finding one\u2019s way. There is a feeling of being lost with no way out. It suggests that you may have become disconnected from aspects of your life that used to bring you joy and passion. It encourages you to seek out those activities, relationships, or personal projects that align with your soul's journey, bringing a renewed sense of purpose and inspiration to regain your zest for life.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedMoon = {\n  name: \"The Moon\",\n  index: 96,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-the-moon.jpg\",\n  rw_addendum:\n        \"<p>Moon reversed indicates a dark night of the soul. Intuition and creativity are blocked. It represents confusion, deception, and the hidden realms of the subconscious mind. It indicates a time of inner turmoil and uncertainty, where illusions and secrets are likely to cloud your judgment. A fear of the unknown is feeding into anxieties and irrational thoughts. Confront the shadows that dwell within, in order to navigate through the challenging and confusing aspects of life.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedSun = {\n  name: \"The Sun\",\n  index: 97,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-the-sun.jpg\",\n  rw_addendum:\n        \"<p>Sun reversed symbolizes a temporary setback or a period of uncertainty. While the upright Sun card radiates warmth, positivity, and life, its reversal introduces a clouded perspective. It may suggest a lack of clarity or potential obstacles blocking the path to success and happiness. Success may be blocked due to reaching the wrong conclusions, bad reasoning and poor logic. Things are frustrating and unclear. Know that eventually, the clouds will part and the sun will shine again.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedJudgment = {\n  name: \"Judgment\",\n  index: 98,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-judgement.jpg\",\n  rw_addendum:\n        \"<p>Judgement reversed signifies a sense of resistance towards making decisions, embracing change and personal growth. You may find yourself stuck in the past, holding onto regrets or unresolved issues. It is essential to reflect on your decisions, let go of guilt, and approach life with an open mind and heart. The power to release the past and embrace a fresh start is within your grasp.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedWorld = {\n  name: \"The World\",\n  index: 99,\n  type: \"Major Arcana\",\n  suit: \"NA\",\n  element: \"NA\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-the-world.jpg\",\n  rw_addendum:\n        \"<p>World reversed indicates that projects and ventures remain incomplete.  You are unable to finish what you started. It signifies a sense of lacking vision, which can ultimately lead to failure, disappointment, and a feeling of imperfection. It serves as a powerful reminder that without a clear direction or purpose, your endeavors may not reach fruition as you had hoped. Assess your goals and realign with your sense of purpose, to find the clarity you need to move forward.<\/p> \"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\n\/*=================================MINOR ARCANA===================================*\/\n\/*====================================WANDS=======================================*\/\n\nvar ReversedAceWands = {\n  name: \"Ace of Wands\",\n  index: 100,\n  type: \"Minor Arcana\",\n  suit: \"wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-ace-of-wands.jpg\",\n  rw_addendum: \"Ace of Wands reversed indicates that new beginnings are blocked. Ideas and enterprises do not take hold and there is little if any growth. It signifies a lack of inspiration and creative energy. You may be feeling stuck or unmotivated in pursuing your goals and dreams, and find yourself struggling to come up with new ideas. This card is a reminder that it's important to take a step back and focus on replenishing your energy and finding new sources of inspiration.<\/p> \"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedTwoWands = {\n  name: \"Two of Wands\",\n  index: 101,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-two-of-wands.jpg\",\n  rw_addendum:        \"<p>Two of Wands reversed indicates difficulties in making a decision, possibly due to the fear of making the wrong choice. It signifies hesitancy and indecisiveness in making important choices or taking decisive action. This card suggests a struggle to find a sense of purpose or a concrete plan for the future. It may reflect a tendency to procrastinate or remain stuck in a state of uncertainty. Assess your goals, seek clarity, and take the necessary steps to move forward with confidence and determination.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedThreeWands = {\n  name: \"Three of Wands\",\n  index: 102,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n        \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-three-of-wands.jpg\",\n  rw_addendum:        \"<p>Three of Wands reversed indicates there is a delay in rewards and a delay in a payoff. You may have had big plans for your future, but something seems to be holding you back. You may feel like you're stuck in a rut and can't seem to find a way out. You may be lacking patience. Remember that success takes time and that you need to be patient and persistent in your endeavors.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedFourWands = {\n  name: \"Four of Wands\",\n  index: 103,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-four-of-wands.jpg\",\n  rw_addendum:\n        \"<p>Four of Wands reversed indicates the foundation not laid or not ready. Something has caused a disruption in your plans. This could be due to external factors, such as unexpected events that have thrown you off course. Alternatively, it could be self-sabotage, your wavering self-belief or lack of confidence in your abilities can be hindering you from achieving your goals.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedFiveWands = {\n  name: \"Five of Wands\",\n  index: 104,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-five-of-wands.jpg\",\n  rw_addendum:\n        \"<p>Five of Wands reversed suggests that the tensions and disagreements within a situation are coming to an end. You are learning to accept diversity and differences in others. You are becoming more open-minded, which will enable you to understand other people's perspectives. You may have also realized that fighting with those around you will not solve your problems, and that working together will be more productive.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedSixWands = {\n  name: \"Six of Wands\",\n  index: 105,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-six-of-wands.jpg\",\n  rw_addendum:\n        \"<p>Six of Wands reversed suggests an inability to achieve your goals, a sense of failure, and a lack of recognition for hard work. Perhaps you are too focused on external validation and recognition, or maybe you are relying too much on others to achieve your goals. This card suggests that you need to look within yourself for validation and motivation, rather than seeking it from outside sources.<\/p> \"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedSevenWands = {\n  name: \"Seven of Wands\",\n  index: 106,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-seven-of-wands.jpg\",\n  rw_addendum:        \"<p>Seven of Wands reversed serves as a reminder that life is not always a smooth journey. It indicates an inability to hold your ground, especially if it is not popular. There is a lack of defending yourself. It speaks of the uphill battles you face, both externally and internally. Though the challenges may be overwhelming, you are encouraged to persevere, gather your strength, and seek support when needed.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedEightWands = {\n  name: \"Eight of Wands\",\n  index: 107,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-eight-of-wands.jpg\",\n  rw_addendum:        \"<p>Eight of Wands reversed indicates lack of energy and slowness, and things are not moving in the right direction. There might be poor time management, delays and stagnation. When this card appears in a reading, it suggests that obstacles and complications are hindering progress. The swift energy and forward momentum associated with the upright Eight of Wands are now disrupted, leading to frustration and a lack of movement. It advises caution and patience, as impulsive actions may result in undesirable consequences.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedNineWands = {\n  name: \"Nine of Wands\",\n  index: 108,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-nine-of-wands.jpg\",\n  rw_addendum:        \"<p>Nine of Wands reversed indicates weakness and stubbornness rather than strength and willpower. There is a waste of energy or lack of energy to save something. It urges you to rekindle the flickering flame of determination within your spirit. It calls upon you to overcome self-doubt and fear, reminding you that you have come too far to give up now.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedTenWands = {\n  name: \"Ten of Wands\",\n  index: 109,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-ten-of-wands.jpg\",\n  rw_addendum:        \"<p>Ten of Wands reversed indicates neglecting your responsibilities, and incapability to keep on top of things. You might be feeling unmotivated and ready to walk away from your duties. You may be slacking off or not putting in enough effort. However, this may be just what you need at this time, it can also signify a release from burdensome responsibilities and the regaining of personal freedom.<\/p> \"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedPageWands = {\n  name: \"Page of Wands\",\n  index: 110,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-page-of-wands.jpg\",\n  rw_addendum:\n        \"<p>Page of Wands reversed suggests that there may be a lack of enthusiasm or motivation in your life, leading to a sense of stagnation and frustration. It could indicate a fear of taking risks or stepping out of one's comfort zone, hindering personal growth and progression. This reversal serves as a reminder to look for things that reignite the fire within and cultivate a sense of curiosity and adventure.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedKnightWands = {\n  name: \"Knight of Wands\",\n  index: 111,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-knight-of-wands.jpg\",\n  rw_addendum:\n        \"<p>Knight of Wands reversed represents a restless and impulsive energy. This card indicates an individual who lacks direction and commitment, constantly seeking new adventures without truly following through. They may come across as hot-headed and reckless, charging into situations without considering the consequences. Avoid getting caught up in a cycle of unfulfilled aspirations.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedQueenWands = {\n  name: \"Queen of Wands\",\n  index: 112,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-queen-of-wands.jpg\",\n  rw_addendum:\n        \"<p>Queen of Wands reversed indicates intimidation and domination. It signifies a woman who possesses immense passion and creativity, but is struggling to channel it in a balanced manner. You may be feeling overwhelmed by your own fiery energy, leading to impulsive decisions and a lack of focus. This instability can cause setbacks and obstacles in your path towards success.<\/p> \"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedKingWands = {\n  name: \"King of Wands\",\n  index: 113,\n  type: \"Minor Arcana\",\n  suit: \"Wands\",\n  element: \"Fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-king-of-wands.jpg\",\n  rw_addendum:\n        \"<p>King of Wands reversed indicates dictatorship. This is someone with a god complex and a bad temper, often very violent. This card suggests that instead of using their leadership abilities to inspire others, individuals may become domineering and controlling. The reversed King of Wands can indicate a lack of direction and focus, with scattered energy and a tendency towards impulsiveness.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\n\/*====================================CUPS=======================================*\/\n\nvar ReversedAceCups = {\n  name: \"Ace of Cups\",\n  index: 114,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-ace-of-cups.jpg\",\n  rw_addendum:\n        \"<p>Ace of Cups reversed indicates blocked creativity and blocked emotions. This can impact the flow of love and compassion, leading to feelings of emptiness or emotional drain. It may indicate unresolved conflicts or unexpressed emotions that are hindering personal connections. It is essential to address these issues and find healthy ways to release and heal in order to restore the positive energy associated with the Ace of Cups.<\/p> \"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedTwoCups = {\n  name: \"Two of Cups\",\n  index: 115,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-two-of-cups.jpg\",\n  rw_addendum:\n        \"<p>Two of Cups reversed signifies a lack of connection, miscommunication, or unresolved conflicts. It implies that the emotional bond between two individuals may be deteriorating or experiencing strain. Trust and mutual understanding may be compromised, leading to feelings of isolation and dissatisfaction. It's essential to openly address their concerns and work towards restoring harmony, or consider whether the relationship truly aligns with your needs and desires.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedThreeCups = {\n  name: \"Three of Cups\",\n  index: 116,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-three-of-cups.jpg\",\n  rw_addendum:\n        \"<p>Three of Cups reversed can indicate jealousy and competition. Connections among friends may be strained or marred by conflicts and misunderstandings. It could signify a lack of trust or emotional vulnerability within the group, leading to jealousy, gossip, or feelings of exclusion. This card urges you to address the underlying issues impeding camaraderie and to seek resolution through open communication and compromise.<\/p> \"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedFourCups = {\n  name: \"Four of Cups\",\n  index: 117,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-four-of-cups.jpg\",\n  rw_addendum:        \"<p>Four of Cups reversed indicates that you have been missing something important. This reversal invites you to leave behind feelings of apathy, discontentment, or stubbornness and instead embrace the unknown with a sense of curiosity and wonder. It is a powerful reminder to cultivate gratitude for the blessings already received and to remain receptive to the endless possibilities that lie ahead.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedFiveCups = {\n  name: \"Five of Cups\",\n  index: 118,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-five-of-cups.jpg\",\n  rw_addendum:\n        \"<p>Five of Cups reversed indicates disappointment in love and emotional matters, but signifies a shift in perspective and a newfound ability to heal and move forward. In this reversed position, the card speaks of your ability to accept the past and let go of any regrets or disappointment.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedSixCups = {\n  name: \"Six of Cups\",\n  index: 119,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-six-of-cups.jpg\",\n  rw_addendum:        \"<p>Six of Cups reversed signals unresolved issues from the past that you must confront and release in order to move forward. It urges you to let go of old patterns, memories, and attachments that no longer serve your growth. Instead of living in the past, you are encouraged to embrace the present moment and look towards the future with a sense of renewed optimism. It serves as a gentle nudge to release sentimentality and make way for new experiences and opportunities.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedSevenCups = {\n  name: \"Seven of Cups\",\n  index: 120,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-seven-of-cups.jpg\",\n  rw_addendum:\n        \"<p>Seven of Cups reversed shows that instead of remaining caught in a sea of illusions, you now see through them and recognize the need for practicality and focus. You are able to make choices that align with your long-term aspirations. <\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedEightCups = {\n  name: \"Eight of Cups\",\n  index: 121,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-eight-of-cups.jpg\",\n  rw_addendum:        \"<p>Eight of Cups reversed indicates suggests that you may be clinging tightly to your comfort zone, even if it no longer serves your best interests. This card urges you to examine whether you are avoiding necessary growth or ignoring your true desires. It may be tempting to remain in familiar territory, but by doing so, you risk missing out on the opportunities that lie ahead. Now is the time to summon the courage to explore new horizons and embrace the unknown.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedNineCups = {\n  name: \"Nine of Cups\",\n  index: 122,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-nine-of-cups.jpg\",\n  rw_addendum:        \"<p>Nine of Cups reversed indicates that your desires or expectations have not been met, leaving you feeling emotionally drained or disillusioned. There is a sense of dissatisfaction and longing for something more. It encourages a shift in perspective and a focus on finding happiness from within rather than relying on external factors.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedTenCups = {\n  name: \"Ten of Cups\",\n  index: 123,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-ten-of-cups.jpg\",\n  rw_addendum:\n        \"<p>Ten of Cups reversed indicates disruption in harmony, something or someone is making it hard to maintain the love. It suggests that the loving connections and emotional fulfillment that were once enjoyed may be disrupted or fractured. This card cautions against trusting blindly and urges you to heed your instincts to avoid potential betrayals that could result in profound emotional wounds. It serves as a reminder to value and protect your relationships while remaining vigilant to potential signs of deception.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedPageCups = {\n  name: \"Page of Cups\",\n  index: 124,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-page-of-cups.jpg\",\n  rw_addendum:\n        \"<p>Page of Cups reversed indicates someone who is hard to motivate. You may be feeling sad and bringing down others with your gloomy nature. You promise alot, but deliver little. Moodiness and emotional instability, make it challenging to maintain balance and harmony. This card serves as a reminder to focus on personal development and self-awareness in order to navigate through emotional challenges and cultivate happier, more fulfilling connections with others.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedKnightCups = {\n  name: \"Knight of Cups\",\n  index: 125,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-knight-of-cups.jpg\",\n  rw_addendum:\n    \"<p>The Knight of Cups Reversed indicates a departure from emotional balance and clarity. This card suggests that one may be overwhelmed by their emotions and find it difficult to navigate their feelings or express themselves effectively. It could signify a lack of commitment or instability in relationships, as the reversed Knight of Cups is often associated with a tendency to become emotionally unreliable. This card advises exercising caution when making decisions based on emotions alone, as there is a risk of being carried away by unrealistic fantasies or romantic illusions.<\/p>\",\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedQueenCups = {\n  name: \"Queen of Cups\",\n  index: 126,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-queen-of-cups.jpg\",\n  rw_addendum:\n        \"<p>Queen of Cups reversed indicates someone with blocked psychic abilities and an emotionally unstable nature. In this reversed position, the nurturing and compassionate qualities associated with the Queen of Cups become overshadowed by moodiness and irrational behavior. This card warns of being excessively self-sacrificing or getting entangled in emotionally draining relationships. It urges you to take time for self-reflection and regain a sense of emotional stability and self-care.<\/p> \"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedKingCups = {\n  name: \"King of Cups\",\n  index: 127,\n  type: \"Minor Arcana\",\n  suit: \"Cups\",\n  element: \"Water\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-king-of-cups.jpg\",\n  rw_addendum:\n        \"<p>King of Cups reversed indicates someone who is blocked expressing their feelings, is unable to motivate and be motivated. This is someone with a selfish streak, often born from fear of rejection. The reversed King of Cups can indicate a tendency towards emotional manipulation, moodiness, and being overly dramatic. It suggests that there may be a lack of control or containment of emotions, leading to turbulent relationships and erratic behavior.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\n\/*========================================SWORDS==================================*\/\n\nvar ReversedAceSwords = {\n  name: \"Ace of Swords\",\n  index: 128,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-ace-of-swords.jpg\",\n  rw_addendum:\n        \"<p>Ace of Swords reversed suggests a struggle to find truth and make decisions with a clear mind. It indicates a sense of confusion and muddled thinking, leading to poor judgment and misunderstandings. Ideas and communication are blocked. It is a call to take a step back, pause, and reassess your ideas and beliefs before moving forward.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedTwoSwords = {\n  name: \"Two of Swords\",\n  index: 129,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img:\n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-two-of-swords.jpg\",\n  rw_addendum:\n        \"<p>Two of Swords reversed suggests that poor choices and hasty decision-making are likely to lead to movement in the wrong direction. It serves as a reminder that impulsive actions can often result in unfavorable outcomes, urging you to carefully consider your options and approach situations with thoughtfulness and patience. By taking the time to weigh your choices and make deliberate decisions, you can avoid the pitfalls that come with rushing into action without considering the potential consequences.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedThreeSwords = {\n  name: \"Three of Swords\",\n  index: 130,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-three-of-swords.jpg\",\n  rw_addendum:\n        \"<p>Three of Swords reversed signifies a glimmer of hope amidst emotional turmoil and heartache. It suggests that the intense pain experienced may finally start to dissipate as healing begins to take place. The reversed Three of Swords offers a ray of light, guiding you towards a future where your heart can mend and bloom once again.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedFourSwords = {\n  name: \"Four of Swords\",\n  index: 131,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-four-of-swords.jpg\",\n  rw_addendum:\n        \"<p>Four of Swords reversed signifies a heightened sense of renewed activity and movement. After a period of rest and introspection, you are now ready to embrace the world with renewed energy and vigor. The stagnant energy that once held you back is dissipating, and you are now eager to dive into new challenges and ventures. <\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedFiveSwords = {\n  name: \"Five of Swords\",\n  index: 132,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-five-of-swords.jpg\",\n\n  rw_addendum:\n        \"<p>Five of Swords reversed denotes conflict and arguments remaining unresolved, often dragging on indefinitely. It indicates the aftermath of a conflict that has left you feeling defeated and drained. The sorrow, whether it stems from a broken relationship, a failed endeavor, or a loss of some kind, can weigh heavily on your spirit. In this state of vulnerability, it is important to acknowledge your emotions and give yourself the time and space to heal.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedSixSwords = {\n  name: \"Six of Swords\",\n  index: 133,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-six-of-swords.jpg\",\n  rw_addendum:\n        \"<p>Six of Swords reversed indicates you may be stuck in old patterns and unable to move forward. This card suggests that there may be emotional baggage or unresolved issues that hinder your progress and prevent the necessary healing and growth to take place. It serves as a reminder to confront these obstacles head-on, address the underlying fears or traumas, and seek the guidance and support needed to navigate through the turbulent waters towards calmer shores.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedSevenSwords = {\n  name: \"Seven of Swords\",\n  index: 134,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-seven-of-swords.jpg\",\n  rw_addendum:\n        \"<p>Seven of Swords reversed suggests that the deceitful actions or questionable intentions of someone around you have been exposed. It indicates a shift in power dynamics as secrets are revealed and hidden agendas are uncovered. This reversal can bring about a sense of justice and transparency, allowing you to regain control and protect yourself from further harm.<\/p> \"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedEightSwords = {\n  name: \"Eight of Swords\",\n  index: 135,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-eight-of-swords.jpg\",\n  rw_addendum:\n        \"<p>Eight of Swords reversed indicates signifies newfound clarity, liberation, and the ability to break free from mental barriers. The negative thoughts and fears that once held you captive are now dissipating, giving way to a renewed sense of empowerment and freedom. The reversed 8 of Swords reminds you that you have the power to overcome our self-imposed restrictions and embrace a life filled with possibilities and growth. <\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedNineSwords = {\n  name: \"Nine of Swords\",\n  index: 136,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-nine-of-swords.jpg\",\n  rw_addendum:\n        \"<p>Nine of Swords reversed indicates that fearful thoughts and nightmares begin to dissipate, allowing a glimmer of hope to emerge. You may have recently confronted your fears head-on, finding the courage to address your deepest worries and inner demons. This card signifies a turning point, where a newfound sense of peace washes away the relentless mental anguish. The reversal encourages the you to embrace this calmer state of mind. <\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedTenSwords = {\n  name: \"Ten of Swords\",\n  index: 137,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-ten-of-swords.jpg\",\n  rw_addendum:\n        \"<p>Ten of Swords reversed indicates that the worst is finally over, and the time for healing and recovery has arrived. This card represents resilience and the ability to rise above challenging circumstances. It suggests that you have reached the point of letting go of past hurts, disappointments, and betrayals.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};        \n\nvar ReversedPageSwords = {\n  name: \"Page of Swords\",\n  index: 138,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-page-of-swords.jpg\",\n  rw_addendum:\n        \"<p>Page of Swords reversed indicates a person who lies and gossips. This is someone who says inappropriate things and fails to keep keep secrets or promises. This impostor will soon be exposed. This card, in the reversed position also warns that ill health may be on the horizon, reminding you to prioritize self-care and take necessary precautions. Stay vigilant and adaptable as you navigate through life's challenges.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedKnightSwords = {\n  name: \"Knight of Swords\",\n  index: 139,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-knight-of-swords.jpg\",\n  rw_addendum:\n        \"<p>Knight of Swords reversed signifies a lack of strategy, where actions are taken without much thought or consideration for the consequences. It suggests a tendency to rush into situations without a clear plan, leading to hasty decisions and potential conflicts. This reversed Knight warns against reckless behavior and encourages the need for patience and careful deliberation. It serves as a reminder to slow down, reflect, and align actions with a well-thought-out strategy in order to avoid unnecessary conflicts and achieve the desired outcomes.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedQueenSwords = {\n  name: \"Queen of Swords\",\n  index: 140,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-queen-of-swords.jpg\",\n  rw_addendum:\n        \"<p>Queen of Swords reversed exudes an air of manipulation, deception, and cruelty. Her once discerning and judicious nature has turned into a coldhearted determination to achieve her own agenda, regardless of the consequences. She wields her intellectual prowess as a weapon, using it to strip others of their power and inflict emotional harm. With her cutting words and dismissive actions, she creates an atmosphere of hostility and mistrust. The Queen of Swords Reversed serves as a reminder to be cautious of those who may mask their malicious intentions with intelligence and charm.<\/p> \"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedKingSwords = {\n  name: \"King of Swords\",\n  index: 141,\n  type: \"Minor Arcana\",\n  suit: \"Swords\",\n  element: \"Air\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-king-of-swords.jpg\",\n  rw_addendum:\n        \"<p>King of Swords reversed indicates a man who will manipulate facts to get his own way. This card reversed, embodies a sense of distrust and suspicion. This powerful figure becomes disruptive in their pursuit of control and authority. Their sharp intellect, usually a symbol of wisdom, distorts into manipulation and coercion. Their words carry a venomous edge, causing harm and sowing discord among others. The reversed King of Swords serves as a reminder to be cautious of those who wield power recklessly and without regard for the well-being of others.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\n\/*=====================================PENTACLES==================================*\/\n\nvar ReversedAcePentacles = {\n  name: \"Ace of Pentacles\",\n  index: 142,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-ace-of-pentacles.jpg\",\n  rw_addendum:\n        \"<p>Ace of Pentacles reversed indicates financial losses and decrease in security. There might have been anticipation in regards to increased income and wealth which are not becoming a reality. This reversal suggests a lack of stability and potential setbacks in these areas of life. It may indicate missed opportunities or a failure to manifest your goals. It is a reminder to exercise caution and prudence when it comes to investments and money matters. This card urges you to reassess your financial plans and avoid taking unnecessary risks.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedTwoPentacles = {\n  name: \"Two of Pentacles\",\n  index: 143,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-two-of-pentacles.jpg\",\n  rw_addendum:\n        \"<p>Two of Pentacles reversed indicates an inability to juggle the demands of life. This reversed card warns of the potential for financial instability through mismanagement. It is essential to take a step back and assess your priorities to regain control and find equilibrium once again. This card serves as a reminder to stay grounded and make wise decisions to address the challenges and restore stability in your endeavors.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedThreePentacles = {\n  name: \"Three of Pentacles\",\n  index: 144,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-three-of-pentacles.jpg\",\n  rw_addendum:\n        \"<p>Three of Pentacles reversed indicates lack of quality in work performance. It suggests a lack of cooperation and coordination among team members, leading to challenges and delays in achieving desired outcomes. There may be a breakdown in communication, with different parties pulling in separate directions or failing to share their expertise effectively. This card serves as a reminder to assess the dynamics within the team, address any conflicts or issues, and focus on restoring harmony and cooperation for the successful completion of the task at hand.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedFourPentacles = {\n  name: \"Four of Pentacles\",\n  index: 145,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-four-of-pentacles.jpg\",\n  rw_addendum:\n        \"<p>Four of Pentacles reversed prompts us to let go of our fears surrounding scarcity and open ourselves to the flow of abundance. This card reminds us that holding tightly onto possessions only inhibits our growth and prevents us from embracing new opportunities that come our way. By releasing our attachment to material things and sharing our resources, we invite more positive energy into our lives and create space for true abundance to take root. It serves as a reminder to be generous, both with our material wealth and with our love and affection.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedFivePentacles = {\n  name: \"Five of Pentacles\",\n  index: 146,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-five-of-pentacles.jpg\",\n  rw_addendum:        \"<p>Five of Pentacles reversed indicates disorder and chaos. Not only is there alack of money, but you may be feeling a lack of spirituality and friendship. However, when this card appears reversed, it suggests that the worst is behind you, and a newfound sense of stability is slowly emerging. It signifies a period of healing, both in terms of physical and emotional well-being. This reversal indicates that you are no longer trapped in a state of lack and despair, but rather, you are beginning to find opportunities for growth and improvement. <\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedSixPentacles = {\n  name: \"Six of Pentacles\",\n  index: 147,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-six-of-pentacles.jpg\",\n  rw_addendum:\n        \"<p>Six of Pentacles reversed indicates a lack of generosity. There might be greediness rather than sharing of wealth. There may be a tendency for some individuals to become excessively selfish and unwilling to share their wealth or resources with others. This card suggests a lack of empathy and a refusal to help those in need, leading to potential conflicts and strained relationships. It serves as a reminder to reassess our priorities and consider the importance of generosity and kindness.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedSevenPentacles = {\n  name: \"Seven of Pentacles\",\n  index: 148,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"fire\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-seven-of-pentacles.jpg\",\n  rw_addendum:\n        \"<p>Seven of Pentacles reversed suggests that despite putting in significant effort and time into a project or endeavor, there is a lack of results or progress. This card serves as a reminder to pause, reflect, and reassess your strategies and goals. It may indicate a need to shift focus, reevaluate priorities, or seek alternative paths towards success. The reversed Seven of Pentacles urges you to be cautious of feelings of defeat or giving up prematurely, as perseverance and adaptability are key in overcoming obstacles and finding long-term fulfillment.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedEightPentacles = {\n  name: \"Eight of Pentacles\",\n  index: 149,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-eight-of-pentacles.jpg\",\n  rw_addendum:\n        \"<p>Eight of Pentacles reversed indicates tedious work with little gains. It is a call to reevaluate the quality and commitment put into your work, as laziness or a lack of attention to detail may be hindering growth and advancement. This reversed card urges you to reflect on your goals and take proactive steps to reignite your passion and dedication towards your craft. By addressing any issues and making necessary adjustments, you can restore a sense of purpose and reclaim your path towards success.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedNinePentacles = {\n  name: \"Nine of Pentacles\",\n  index: 150,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-nine-of-pentacles.jpg\",\n  rw_addendum:\n        \"<p>Nine of Pentacles reversed indicates loneliness and unhappiness. The home is neither secure nor very comfortable. You might feel like a prisoner in your own home. There might be restrictive ties that become a burden. It signifies a temporary setback and a sense of dissatisfaction in your material and financial pursuits. It suggests that you may be feeling lonely or disconnected from your current environment, possibly due to an overreliance on material possessions as a source of happiness.<\/p>\"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedTenPentacles = {\n  name: \"Ten of Pentacles\",\n  index: 151,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-ten-of-pentacles.jpg\",\n  rw_addendum:\n        \"<p>Ten of Pentacles reversed indicates fortunes or legacies wasted or lost. urges caution in matters of inheritance or estate planning, as there may be hidden elements that could lead to disappointment or conflict. This card serves as a reminder to reevaluate our priorities, focus on strengthening familial bonds, and reassess our long-term financial goals to ensure a more secure and prosperous future.<\/p> \"\n,\n  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedPagePentacles = {\n  name: \"Page of Pentacles\",\n  index: 152,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-page-of-pentacles.jpg\",\n  rw_addendum:\n        \"<p>Page of Pentacles reversed indicates issues with learning, wasted talents, and unrealistic ambitions. There may be a tendency to procrastinate or engage in superficial endeavors. This reversed card reminds you to be cautious of taking shortcuts or seeking instant gratification, as they are unlikely to yield long-term success. It is essential to realign with a sense of purpose, prioritize responsibilities, and reestablish a dedicated work ethic to overcome these challenges and embrace constructive growth.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedKnightPentacles = {\n  name: \"Knight of Pentacles\",\n  index: 153,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-knight-of-pentacles.jpg\",\n  rw_addendum:\n        \"<p>Knight of Pentacles reversed indicates stagnation and lack of progress. In this position, the knight's normally reliable and diligent nature becomes weighted down by inertia. Instead of moving forward with methodical determination, the energy of the reversed Knight of Pentacles is scattered and unfocused. Responsibilities may be neglected, and a sense of being stuck may permeate your life. Overcome your fear of change reevaluate your priorities and find motivation to make strides towards your goals.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedQueenPentacles = {\n  name: \"Queen of Pentacles\",\n  index: 154,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-queen-of-pentacles.jpg\",\n  rw_addendum:\n        \"<p>Queen of Pentacles reversed may find herself overly focused on accumulating wealth and possessions, neglecting the emotional and spiritual aspects of life. This reversed card reminds you to be cautious about becoming too attached to material concerns and to remember the importance of nurturing relationships and personal well-being. It serves as a reminder to find balance in your life.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\nvar ReversedKingPentacles = {\n  name: \"King of Pentacles\",\n  index: 155,\n  type: \"Minor Arcana\",\n  suit: \"Pentacles\",\n  element: \"Earth\",\n  zodiac_sign: \"NA\",\n  direction: upright_or_reversed(),\n  img: \n    \"https:\/\/dailytarotdraw.files.wordpress.com\/2023\/11\/reversed-king-of-pentacles.jpg\",\n  rw_addendum:\n        \"<p>King of Pentacles reversed signifies a lack of wisdom and a susceptibility to manipulation, making one easy to bribe or deceive. It serves as a warning of the potentially perilous consequences stemming from indulging in vices or engaging with dangerous individuals. This card suggests caution towards gambling, getting caught up in risky ventures, or associating with those who can bring harm.<\/p>\"\n,  rw_meaning:\n        \"<p>Reversed<\/p> \"\n};\n\n\/*======================================DECK======================================*\/\n\n\/\/creates array with all card objects\nvar tarotDeck = [\n  Fool,\n  Magician,\n  HighPriestess,\n  Empress,\n  Emperor,\n  Hierophant,\n  Lovers,\n  Chariot,\n  Strength,\n  Hermit,\n  WheelFortune,\n  Justice,\n  HangedMan,\n  Death,\n  Temperance,\n  Devil,\n  Tower,\n  Star,\n  Moon,\n  Sun,\n  Judgment,\n  World,\n  AceWands,\n  TwoWands,\n  ThreeWands,\n  FourWands,\n  FiveWands,\n  SixWands,\n  SevenWands,\n  EightWands,\n  NineWands,\n  TenWands,\n  PageWands,\n  KnightWands,\n  QueenWands,\n  KingWands,\n  AceCups,\n  TwoCups,\n  ThreeCups,\n  FourCups,\n  FiveCups,\n  SixCups,\n  SevenCups,\n  EightCups,\n  NineCups,\n  TenCups,\n  PageCups,\n  KnightCups,\n  QueenCups,\n  KingCups,\n  AceSwords,\n  TwoSwords,\n  ThreeSwords,\n  FourSwords,\n  FiveSwords,\n  SixSwords,\n  SevenSwords,\n  EightSwords,\n  NineSwords,\n  TenSwords,\n  PageSwords,\n  KnightSwords,\n  QueenSwords,\n  KingSwords,\n  AcePentacles,\n  TwoPentacles,\n  ThreePentacles,\n  FourPentacles,\n  FivePentacles,\n  SixPentacles,\n  SevenPentacles,\n  EightPentacles,\n  NinePentacles,\n  TenPentacles,\n  PagePentacles,\n  KnightPentacles,\n  QueenPentacles,\n  KingPentacles,\n  ReversedFool,\n  ReversedMagician,\n  ReversedHighPriestess,\n  ReversedEmpress,\n  ReversedEmperor,\n  ReversedHierophant,\n  ReversedLovers,\n  ReversedChariot,\n  ReversedStrength,\n  ReversedHermit,\n  ReversedWheelFortune,\n  ReversedJustice,\n  ReversedHangedMan,\n  ReversedDeath,\n  ReversedTemperance,\n  ReversedDevil,\n  ReversedTower,\n  ReversedStar,\n  ReversedMoon,\n  ReversedSun,\n  ReversedJudgment,\n  ReversedWorld,\n  ReversedAceWands,\n  ReversedTwoWands,\n  ReversedThreeWands,\n  ReversedFourWands,\n  ReversedFiveWands,\n  ReversedSixWands,\n  ReversedSevenWands,\n  ReversedEightWands,\n  ReversedNineWands,\n  ReversedTenWands,\n  ReversedPageWands,\n  ReversedKnightWands,\n  ReversedQueenWands,\n  ReversedKingWands,\n  ReversedAceCups,\n  ReversedTwoCups,\n  ReversedThreeCups,\n  ReversedFourCups,\n  ReversedFiveCups,\n  ReversedSixCups,\n  ReversedSevenCups,\n  ReversedEightCups,\n  ReversedNineCups,\n  ReversedTenCups,\n  ReversedPageCups,\n  ReversedKnightCups,\n  ReversedQueenCups,\n  ReversedKingCups,\n  ReversedAceSwords,\n  ReversedTwoSwords,\n  ReversedThreeSwords,\n  ReversedFourSwords,\n  ReversedFiveSwords,\n  ReversedSixSwords,\n  ReversedSevenSwords,\n  ReversedEightSwords,\n  ReversedNineSwords,\n  ReversedTenSwords,\n  ReversedPageSwords,\n  ReversedKnightSwords,\n  ReversedQueenSwords,\n  ReversedKingSwords,\n  ReversedAcePentacles,\n  ReversedTwoPentacles,\n  ReversedThreePentacles,\n  ReversedFourPentacles,\n  ReversedFivePentacles,\n  ReversedSixPentacles,\n  ReversedSevenPentacles,\n  ReversedEightPentacles,\n  ReversedNinePentacles,\n  ReversedTenPentacles,\n  ReversedPagePentacles,\n  ReversedKnightPentacles,\n  ReversedQueenPentacles,\n  ReversedKingPentacles,\n];\n\n\/*=========================BASIC CARD DRAWING FUNCTIONS===========================*\/\n\n\/\/function that draws a specific card from the deck, by index\nfunction draw_indexed_card(index) {\n  var rightCard = tarotDeck[index];\n  return rightCard;\n}\n\n\/\/function to pick random int out of 156\nfunction pick_card_index() {\n  return getRndInteger(0, 155);\n}\n\nfunction draw_random_card() {\n  index = pick_card_index();\n  rightCard = tarotDeck[index];\n  console.log(\"You drew ...\", rightCard[\"name\"]);\n  console.log(\"The position of this card is ...\", rightCard[\"direction\"]);\n  return rightCard;\n}\n\nvar show_indexed_card = function (index) {\n  \/\/identifies correct card from deck!\n  var rightCard = tarotDeck[index];\n  \/\/generic display message\n  \/\/ document.getElementById(\"results\").innerHTML +=\"The card drawn is...<br> <br> <div class='placard-container'><div class='card-container'>\";\n  \/\/testing reverse or upright\n  if (rightCard[\"direction\"] == \"reversed\") {\n    document.getElementById(\"results\").innerHTML +=\n      \"<img src= '\" +\n      rightCard[\"img\"] +\n      \"' class='reversed'>\";\n  } else {\n    document.getElementById(\"results\").innerHTML +=\n      \"<img src= '\" + rightCard[\"img\"] + \"' class='card-img'><br>\";\n  }\n  \/\/display card name\n  \/\/ document.getElementById(\"results\").innerHTML +=\n  \/\/   \"<\/div>\" + rightCard[\"name\"] + \", \" + rightCard[\"direction\"];\n  document.getElementById(\"results\").innerHTML +=\n    \"<\/div>\" +\n    \"<p>&#x1F31E; &#x1F311; &#x1F312; &#x1F313; &#x1F314; &#x1F315; &#x1F316; &#x1F317; &#x1F318; &#x1F31E;<\/p>\";\n  return rightCard;\n};\n\nvar show_indexed_card_no_reverse = function (i) {\n  \/\/like show_indexed_card(), but without reversed parameter\n  var rightCard = tarotDeck[i];\n  document.getElementById(\"results\").innerHTML +=\n    \"<h3 id='show-card-num-\" + rightCard[\"index\"] + \"'>\" + rightCard[\"index\"] + \". \" + rightCard[\"name\"] +\n    \"<\/h3><img src= '\" +\n    rightCard[\"img\"] +\n    \"' width=220 height=auto><br><div class='explanation'>\" + rightCard[\"rw_addendum\"] \n    \"<\/div><p>&#x1F31E; &#x1F311; &#x1F312; &#x1F313; &#x1F314; &#x1F315; &#x1F316; &#x1F317; &#x1F318; &#x1F31E;<\/p>\";\n  return rightCard;\n};\n\n\/\/function which shows all cards in Tarot deck!\nvar show_all_cards = function () {\n  var i = 0;\n  for (i = 0; i < 156; i++) {\n    show_indexed_card_no_reverse(i);\n  }\n  window.scrollTo(0, document.getElementById(\"show-card-num-0\").y);\n  console.log(document.getElementById(\"show-card-num-0\").y);\n  console.log(document.getElementById(\"show-card-num-0\"));\n  return;\n};\n\n\/*==========================CELTIC CROSS CARD DRAWING FUNCTIONS=======================*\/\nvar draw_celtic_indices = function () {\n  var indices = [];\n  var result;\n  while (indices.length < 3) {\n    result = pick_card_index();\n    if (indices.indexOf(result) == -1) {\n      indices.push(result);\n    }\n  }\n  return indices;\n};\n\nvar draw_celtic_picture = function (array) {\n  var i = 0;\n  for (i = 0; i < 10; i++) {\n    console.log(\"inside draw celtic picture loop\");\n    show_indexed_card(array[i][\"img\"]);\n  }\n};\n\nvar set_celtic_identifier = function (card_obj, i) {\n  \/\/sets celtic array: 1) takes a card object with a number assigned\n  \/\/then assigns a string name (celtic identifier) to that object\n  console.log(\"inside set_celtic_identifier\");\n  switch (i) {\n    case 1:\n      card_obj[\"identifier\"] = \"Your Card is:\";\n      break;\n\n\n\n  }\n  return card_obj;\n};\n\nvar is_reversed = function (direction) {\n  if (direction == \"reversed\") {\n    return true;\n  }\n};\n\nvar draw_celtic_cross = function () {\n  console.log(\"inside draw_celtic_cross fct\");\n  \/\/select randomized celtic indices\n  var indices = draw_celtic_indices();\n  console.log(indices);\n  var i = 0;\n  var j;\n  var card;\n  var celtic_result = [];\n  \/\/for each of the indices in the celtic index...\n  for (i = 0; i < indices.length; i++) {\n    j = i + 1;\n    card = draw_indexed_card(indices[i]); \/\/select the card associated with the index\n    card[\"number\"] = j; \/\/assign cards to celtic indices array (celtic_result)\n    set_celtic_identifier(card, card[\"number\"]); \/\/set a string associated with the number of celtic result\n    console.log(\"card is ...\", card);\n    console.log(\"card['img'] is ...\", card[\"img\"]);\n    document.getElementById(\"results\").innerHTML +=\n      \"<div class='placard-container' id='celtic-exp-\" +\n      j +\n      \"'><div class='placard-container-item''celtic-identifier-name'>\" +\n      card[\"identifier\"].toUpperCase() +\n      \"<\/div><div class='placard-container-item card-container'>\" +\n      \"<div class='card-image-container'><img width=120px height=200px class='card-image card-container-item' src= '\" +\n      card[\"img\"] +\n      \"' id='card-img-num-\" +\n      j +\n      \"'><p class='card-container-item' 'card-name'>\" +\n      card[\"name\"] +\n\n\n        \n\n      \"<\/div><div class='placard-container-item card-explanation'>\" +\n      card[\"rw_meaning\"] + card[\"rw_addendum\"]\n      \"<\/div><\/div><\/div>\";\n    if (is_reversed(card[\"direction\"])) {\n      const card_image_ = document.getElementById(\"card-img-num-\" + j);\n      card_image_.classList.add(\"reversed\");\n    }\n    celtic_result.push(card);\n  }\n  console.log(\"celtic result is ...\", celtic_result);\n  draw_cross_graphic(celtic_result);\n  return celtic_result;\n};\n\nvar draw_cross_graphic = function (array) {\n  console.log(\"inside draw_cross_graphic\");\n  var i = 0;\n  for (i = 0; i < array.length; i++) {\n    var j = i + 1;\n    document.getElementById(\"celtic-num-\" + j).innerHTML +=\n      \"<img src= '\" +\n      array[i][\"img\"] +\n      \"' width=100 height=auto id='cc-img-num-\" +\n      j +\n      \"'>\";\n    if (is_reversed(array[i][\"direction\"])) {\n      console.log(\"inside reversed,draw cross graphic\");\n      const cc_image_ = document.getElementById(\"cc-img-num-\" + j);\n      cc_image_.classList.add(\"reversed\");\n    }\n  }\n  return;\n};\n\nvar erase_display = function () {\n  document.getElementById(\"results\").innerHTML = \"\";\n  var i = 0;\n  for (i = 0; i < 10; i++) {\n    var j = i + 1;\n    document.getElementById(\"celtic-num-\" + j).innerHTML = \"\";\n  }\n};\n\n\n\n<\/script>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/jeweledtarot.com\/wp-content\/uploads\/2024\/02\/tarotcardbacksmall-1.jpg\" alt=\"Card deck\" width=\"140\" height=\"220\"> <br>   \n\n  <br><button onclick=\"erase_display(); show_all_cards()\"> Show all cards<\/button>\n\n<\/script>\n\n <\/main>\n","protected":false},"excerpt":{"rendered":"<p>Draw a card from the Rider-Waite Tarot deck. Scroll through the deck for upright and reverse Tarot meanings. To deal<\/p>\n<p><a href=\"https:\/\/horoscopedailytoday.com\/index.php\/draw-a-tarot-card\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\">Rider Waite Tarot Online<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/horoscopedailytoday.com\/index.php\/wp-json\/wp\/v2\/pages\/2"}],"collection":[{"href":"https:\/\/horoscopedailytoday.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/horoscopedailytoday.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/horoscopedailytoday.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/horoscopedailytoday.com\/index.php\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":1,"href":"https:\/\/horoscopedailytoday.com\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":293,"href":"https:\/\/horoscopedailytoday.com\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions\/293"}],"wp:attachment":[{"href":"https:\/\/horoscopedailytoday.com\/index.php\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}