<%@ page import="java.util.Random, java.util.Map, java.util.HashMap" %> <%! public int nextInt(Map map, Random random, int max, boolean used) { int current = random.nextInt(max); if (used) { while (!map.containsKey(current)) { current = random.nextInt(max); } } else { while (map.containsKey(current)) { current = random.nextInt(max); } } return 1 + current; } %> <%! public String usedImage(String image) { int dash = image.lastIndexOf('-') - 1; String newImage = image.substring(0, dash); return newImage; } %> <%! public String getImage(Map map, Map used, Random random, int max, int current) { int now = current; Object image = map.get(now); boolean usedFlag = false; if (image != null) { String usedImage = usedImage(image.toString()); usedFlag = used.containsKey(usedImage); } else { usedFlag = true; } while (usedFlag || image == null) { now = random.nextInt(max); image = map.get(now); if (image != null) { String usedImage = usedImage(image.toString()); usedFlag = used.containsKey(usedImage); } else { usedFlag = true; } } return image.toString(); } %> <% Random random = new Random((new Random()).nextLong()); Map backgrounds = new HashMap(96); Map description = new HashMap(96); Map imagesPort = new HashMap(96); Map imagesLand = new HashMap(96); Map imagesUsed = new HashMap(10); int current = 0; String desc = ""; String reverse = ""; current = nextInt(imagesLand, random, 96, false); desc = "Ace Of Cups: Abundance Fulfillment Joy Contentment Family Home Happiness Beauty"; reverse = "Ace Of Cups (reversed): Scarcity Unfulfillable Sorrow Discontent Strangers Foreign Sadness Ugly"; imagesLand.put(current, "Ace Of Cups-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Ace Of Cups-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Ace Of Cups-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Ace Of Cups-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Ace Of Cups-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Ace Of Cups-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Ace Of Swords: Great Determination Triumph Power Success Prosperity Strength Conquest"; reverse = "Ace Of Swords (reversed): Terrible Weakness Defeat Powerless Failure Destitute Impotence Subjugated"; imagesLand.put(current, "Ace Of Swords-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Ace Of Swords-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Ace Of Swords-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Ace Of Swords-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Ace Of Swords-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Ace Of Swords-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Six Of Batons: Conquest Triumph Good News Advancement Progress Expected Victory"; reverse = "Six Of Batons (reversed): Impotence Defeat Bad News Backwards Regression Expected Defeat"; imagesLand.put(current, "Batons-6-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Batons-6-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Batons-6-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Batons-6-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Batons-6-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Batons-6-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Ten Of Cups: Happiness Joy Contentment Pleasure Peace Love Honor Good family life"; reverse = "Ten Of Cups(reversed): Unhappiness Sorrow Pain War Hate Dishonor Bad family life"; imagesLand.put(current, "Cups-10-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Cups-10-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Cups-10-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Cups-10-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Cups-10-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Cups-10-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Three Of Cups: Resolution of a problem Conclusion Healing Mending Compromise Solace"; reverse = "Three Of Cups(reversed): Preparation of a problem Beginning Wounding Tearing apart Stubbornness Discomfort"; imagesLand.put(current, "Cups-3-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Cups-3-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Cups-3-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Cups-3-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Cups-3-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Cups-3-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Four Of Cups: Weariness Aversion Disgust Disapointment Disdain Bitter experience"; reverse = "Four Of Cups(reversed): Energized Attraction Longing Exultation Idolization Pleasant experience"; imagesLand.put(current, "Cups-4-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Cups-4-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Cups-4-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Cups-4-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Cups-4-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Cups-4-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Five Of Cups: Partial loss Imperfection Friendship without real meaning Marriage without love"; reverse = "Five Of Cups(reversed): Total gain Real and meaningful friendship Marriage with deep love"; imagesLand.put(current, "Cups-5-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Cups-5-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Cups-5-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Cups-5-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Cups-5-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesLand.put(current, "Cups-5-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Six Of Cups: Memories Past influences Nostalgia Childhood past Things that have vanished"; reverse = "Six Of Cups(reversed): Future influences Dread of the past Future maturity Things that have appeared"; imagesLand.put(current, "Cups-6-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Cups-6-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Cups-6-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Cups-6-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Cups-6-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Cups-6-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Seven Of Cups: Fantasy Unrealistic attitudes Daydreams Foolish whims Illusions"; reverse = "Seven Of Cups(reversed): Reality Realistic attitudes Careful plan Wise ideas Clear vision"; imagesLand.put(current, "Cups-7-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Cups-7-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Cups-7-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Cups-7-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Cups-7-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Cups-7-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Eight Of Cups: Discontinue effort Decline Shyness Modesty Disappointment"; reverse = "Eight Of Cups(reversed): Strengthening effort Ascendance Boldness Immodesty Realized expectations"; imagesLand.put(current, "Cups-8-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Cups-8-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Cups-8-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Cups-8-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Cups-8-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Cups-8-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Nine Of Cups: Success Material attainment Abundance Well-being Good health Victory"; reverse = "Nine Of Cups(reversed): Failure Significant loss Scarcity Ill-being Bad health Defeat"; imagesLand.put(current, "Cups-9-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Cups-9-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Cups-9-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Cups-9-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Cups-9-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Cups-9-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Death: Sudden change Unexpected change Surprise event Loss Failure Destruction End Illness Death Finality Deep influence Permanent scar on mind Possible blessing in disguise"; reverse = "Death(reversed): Constancy Expected outcome Certain event Gain Success Construction Start Immunity to illness Birth Unsettled Unnoticeable effect Temporary distraction on mind Potential curse"; imagesLand.put(current, "Death-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Death-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Death-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Death-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Death-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Death-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Hanged Man: Sacrifice Surrender Abandonment Renunciation Transition Suspension Abeyance Indecision Lack of progress Readjustment Outside factors have strong influences Approach of new life forces Regeneration"; reverse = "Hanged Man(reversed): Take forcefully Resist Accept Congratulation Solidify Continuation Activity Decisive Progress Unable to acclimate Outside factors have no influence Weaken Decay"; imagesLand.put(current, "Hanged Man-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Hanged Man-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Hanged Man-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Hanged Man-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Hanged Man-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Hanged Man-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Hierophant: Mercy Kindness Goodness Good advice Inspiration Alliance Humility Compassion Servitude Inactivity Overly reserved Fear Timidity Captivity Lack of conviction Afraid to face facts Unrealistic Inability to adapt"; reverse = "Hierophant(reversed): Merciless Unkindness Evil Bad advice Despair Hostility Arrogance Indifference Mastery Activity Overly outgoing Fearless Audacity Freedom Assuredness Realistic Adaptable"; imagesLand.put(current, "Hierophant-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Hierophant-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Hierophant-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Hierophant-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Hierophant-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Hierophant-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Judgment: Determination Decision Result Outcome Development Called to atone Repentance Forgiveness Apologetic actions Arrival of opportunity Rejuvenation Readjustment Rebirth"; reverse = "Judgment(reversed): Hesitation Indecision Cause Origin Regression Aggravate Unrepentant Punishment Defiant actions Misfortune Deterioration Inability to acclimate Stagnate"; imagesLand.put(current, "Judgment-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Judgment-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Judgment-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Judgment-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Judgment-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Judgment-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Justice: Equity Justice Fairness Reasonableness Proper balance Harmony Righteousness Virtue Honor Virginity Just reward Self-satisfaction Sincere desire Good intentions Well-meaning actions Advice Equilibrium Impartiality"; reverse = "Justice(reversed): Inequity Injustice Unfairness Unreasonable Unbalanced Dischord Blasphemy Immorality Dishonor Promiscuousness Unjust reward Deprecation Insincere need Bad intentions Ill-meaning actions Betrayal Imbalanced Partial"; imagesLand.put(current, "Justice-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Justice-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Justice-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Justice-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Justice-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Justice-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "King Of Batons: Honesty"; reverse = "King Of Batons(reversed): Dishonesty"; imagesLand.put(current, "King Of Batons-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "King Of Batons-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "King Of Batons-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "King Of Batons-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "King Of Batons-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "King Of Batons-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "King Of Swords: Courage"; reverse = "King Of Swords(reversed): Cowardice"; imagesLand.put(current, "King Of Swords-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "King Of Swords-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "King Of Swords-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "King Of Swords-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "King Of Swords-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "King Of Swords-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Knight Of Batons: Departure Journey Flight"; reverse = "Knight Of Batons(reversed): Arrival Waiting Standing"; imagesLand.put(current, "Knight Of Batons-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Knight Of Batons-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Knight Of Batons-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Knight Of Batons-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Knight Of Batons-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Knight Of Batons-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Knight Of Swords: Bravery Skill Strength"; reverse = "Knight Of Swords(reversed): Cowardice Incompetance Weakness"; imagesLand.put(current, "Knight Of Swords-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Knight Of Swords-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Knight Of Swords-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Knight Of Swords-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Knight Of Swords-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Knight Of Swords-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Queen Of Batons: Sympathetic Understanding"; reverse = "Queen Of Batons(reversed): Unsympathetic Misunderstood"; imagesLand.put(current, "Queen Of Batons-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Queen Of Batons-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Queen Of Batons-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Queen Of Batons-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Queen Of Batons-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Queen Of Batons-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Queen Of Cups: Warm-hearted Fair Beloved"; reverse = "Queen Of Cups(reversed): Cold-hearted Unfair Hated"; imagesLand.put(current, "Queen Of Cups-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Queen Of Cups-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Queen Of Cups-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Queen Of Cups-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Queen Of Cups-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Queen Of Cups-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Queen Of Swords: Quick-witted Keen Possible sadness"; reverse = "Queen Of Swords(reversed): Slow-witted Dull Likely care-free"; imagesLand.put(current, "Queen Of Swords-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Queen Of Swords-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Queen Of Swords-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Queen Of Swords-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Queen Of Swords-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Queen Of Swords-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Six Of Coins: Generosity Kindness Charity"; reverse = "Six Of Coins(reversed): Selfishness Cruelty Malevolence"; imagesLand.put(current, "Stars-6-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Stars-6-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Stars-6-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Stars-6-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Stars-6-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Stars-6-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Eight Of Coins: Apprenticeship Preliminary learning Craftsmanship"; reverse = "Eight Of Coins(reversed): Ignorance Amateurish Unskilled"; imagesLand.put(current, "Stars-8-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Stars-8-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Stars-8-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Stars-8-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Stars-8-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Stars-8-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Nine Of Coins: Discernment Vigilence Foresight"; reverse = "Nine Of Coins(reversed): Clouded from view Negligence Hindsight"; imagesLand.put(current, "Stars-9-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Stars-9-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Stars-9-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Stars-9-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Stars-9-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Stars-9-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Strength: Courage Fortitude Energy Determination"; reverse = "Strength(reversed): Cowardice Helplessness Weakness Hesitation"; imagesLand.put(current, "Strength-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Strength-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Strength-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Strength-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Strength-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Strength-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Five Of Swords: Conquest Destruction"; reverse = "Five Of Swords(reversed): Victory Construction"; imagesLand.put(current, "Swords-5-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Swords-5-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Swords-5-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Swords-5-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Swords-5-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Swords-5-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Six Of Swords: Trip or journey Voyage"; reverse = "Six Of Swords(reversed): Arrive Wait Stagnate"; imagesLand.put(current, "Swords-6-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Swords-6-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Swords-6-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Swords-6-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Swords-6-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Swords-6-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Temperance: Patience Accomodation Moderation"; reverse = "Temperance(reversed): Impatient Unaccomodating Indulgence"; imagesLand.put(current, "Temperance-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Temperance-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Temperance-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Temperance-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Temperance-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Temperance-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "The Chariot: War Vengeance Difficulty Trouble"; reverse = "The Chariot(reversed): Peace Forgiveness Tranquility Contentment"; imagesLand.put(current, "The Chariot-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Chariot-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The ChariotNb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Chariot-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Chariot-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "The Chariot-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "The Devil: Violence Ravage Bondage"; reverse = "The Devil(reversed): Peace Protection Liberty"; imagesLand.put(current, "The Devil-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Devil-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Devil-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Devil-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Devil-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "The Devil-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "The Emperor: Realization Accomplishment Worldly power"; reverse = "The Emperor (reversed): Unattainable Defeat Powerless"; imagesLand.put(current, "The Emperor-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Emperor-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Emperor-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Emperor-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Emperor-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "The Emperor-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "The Empress: Action Development Progress"; reverse = "The Empress(reversed): Inaction Decline Regression"; imagesLand.put(current, "The Empress-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Empress-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Empress-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Empress-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Empress-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "The Empress-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "The Fool: Folly Thoughtlessness Extravagance"; reverse = "The Fool(reversed): Wisdom Thoughtful Moderation"; imagesLand.put(current, "The Fool-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Fool-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Fool-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Fool-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Fool-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "The Fool-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "The Hermit: Prudence Withdrawal Circumspection"; reverse = "The Hermit(reversed): Recklessness Friendliness Incautious"; imagesLand.put(current, "The Hermit-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Hermit-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Hermit-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Hermit-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Hermit-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "The Hermit-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "The High Priestess: Wisdom Serenity Learning"; reverse = "The High Priestess(reversed): Folly Unsettled Ignorant"; imagesLand.put(current, "The High Priestess-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The High Priestess-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The High Priestess-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The High Priestess-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The High Priestess-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "The High Priestess-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "The Lovers: Love Beauty Attraction"; reverse = "The Lovers(reversed): Hate Ugliness Revulsion"; imagesLand.put(current, "The Lovers-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Lovers-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Lovers-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Lovers-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Lovers-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "The Lovers-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "The Magician: Self-confidence Willpower Skill Initiative"; reverse = "The Magician(reversed): Uncertainty Spinelessness Inept Laziness"; imagesLand.put(current, "The Magician-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Magician-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Magician-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Magician-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Magician-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "The Magician-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "The Moon: Caution Danger Scandal"; reverse = "The Moon(reversed): Welcome Safety Honor"; imagesLand.put(current, "The Moon-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Moon-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Moon-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Moon-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Moon-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "The Moon-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "The Star: Hope Satisfaction Bright prospects"; reverse = "The Star(reversed): Despair Unsatisfaction Dim prospects"; imagesLand.put(current, "The Star-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Star-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Star-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Star-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Star-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "The Star-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "The Sun: Triumph Success Happiness"; reverse = "The Sun(reversed): Defeat Failure Unhappiness"; imagesLand.put(current, "The Sun-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Sun-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Sun-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Sun-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Sun-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "The Sun-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "The Tower: Change Disruption Adversity"; reverse = "The Tower(reversed): Constancy Supportive Prosperity"; imagesLand.put(current, "The Tower-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Tower-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Tower-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The Tower-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The Tower-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "The Tower-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "The World: Completion Perfection Synthesis Rewards"; reverse = "The World(reversed): Unfinshed Imperfect Separation Penalties"; imagesLand.put(current, "The World-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The World-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The World-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "The World-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "The World-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "The World-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Valet Of Batons: Loyalty Envoy Emissary"; reverse = "Valet Of Batons(reversed): Disloyalty Foe Spy"; imagesLand.put(current, "Valet Of Batons-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Valet Of Batons-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Valet Of Batons-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Valet Of Batons-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Valet Of Batons-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Valet Of Batons-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Valet Of Coins: Concentration Application Study"; reverse = "Valet Of Coins(reversed): Unfocused Unapplied Ignorance"; imagesLand.put(current, "Valet Of Coins-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Valet Of Coins-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Valet Of Coins-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Valet Of Coins-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Valet Of Coins-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Valet Of Coins-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Valet Of Swords: Perception Vigilance Agility"; reverse = "Valet Of Swords(reversed): Blindness Inattentive Clumsiness"; imagesLand.put(current, "Valet Of Swords-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Valet Of Swords-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Valet Of Swords-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Valet Of Swords-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Valet Of Swords-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Valet Of Swords-W.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesLand, random, 96, false); desc = "Wheel Of Fortune: Destiny Fortune Luck Felicity"; reverse = "Wheel Of Fortune(reversed): Volition Misfortune Bad luck Despondence"; imagesLand.put(current, "Wheel Of Fortune-E.jpg"); description.put(imagesLand.get(current), desc); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Wheel Of Fortune-N.jpg"); description.put(imagesPort.get(current), reverse); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Wheel Of Fortune-Nb.jpg"); description.put(backgrounds.get(current), reverse); current = nextInt(imagesPort, random, 96, false); imagesPort.put(current, "Wheel Of Fortune-S.jpg"); description.put(imagesPort.get(current), desc); current = nextInt(backgrounds, random, 96, false); backgrounds.put(current, "Wheel Of Fortune-Sb.jpg"); description.put(backgrounds.get(current), desc); current = nextInt(imagesLand, random, 96, false); imagesLand.put(current, "Wheel Of Fortune-W.jpg"); description.put(imagesLand.get(current), desc); int current1 = nextInt(backgrounds, random, 96, true); String img1 = getImage(backgrounds, imagesUsed, random, 96, current1); Object currentDesc1 = description.get(img1); String used1 = usedImage(img1); imagesUsed.put(used1, used1); int current2 = nextInt(imagesPort, random, 96, true); String img2 = getImage(imagesPort, imagesUsed, random, 96, current2); Object currentDesc2 = description.get(img2); String used2 = usedImage(img2); imagesUsed.put(used2, used2); int current3 = nextInt(imagesPort, random, 96, true); String img3 = getImage(imagesPort, imagesUsed, random, 96, current3); Object currentDesc3 = description.get(img3); String used3 = usedImage(img3); imagesUsed.put(used3, used3); int current4 = nextInt(imagesPort, random, 96, true); String img4 = getImage(imagesPort, imagesUsed, random, 96, current4); Object currentDesc4 = description.get(img4); String used4 = usedImage(img4); imagesUsed.put(used4, used4); int current5 = nextInt(imagesPort, random, 96, true); String img5 = getImage(imagesPort, imagesUsed, random, 96, current5); Object currentDesc5 = description.get(img5); String used5 = usedImage(img5); imagesUsed.put(used5, used5); int current6 = nextInt(imagesPort, random, 96, true); String img6 = getImage(imagesPort, imagesUsed, random, 96, current6); Object currentDesc6 = description.get(img6); String used6 = usedImage(img6); imagesUsed.put(used6, used6); int current7 = nextInt(imagesPort, random, 96, true); String img7 = getImage(imagesPort, imagesUsed, random, 96, current7); Object currentDesc7 = description.get(img7); String used7 = usedImage(img7); imagesUsed.put(used7, used7); int current8 = nextInt(imagesLand, random, 96, true); String img8 = getImage(imagesLand, imagesUsed, random, 96, current8); Object currentDesc8 = description.get(img8); String used8 = usedImage(img8); imagesUsed.put(used8, used8); int current9 = nextInt(imagesPort, random, 96, true); String img9 = getImage(imagesPort, imagesUsed, random, 96, current9); Object currentDesc9 = description.get(img9); String used9 = usedImage(img9); imagesUsed.put(used9, used9); int current10 = nextInt(imagesPort, random, 96, true); String img10 = getImage(imagesPort, imagesUsed, random, 96, current10); Object currentDesc10 = description.get(img10); %> Present Position: Atmosphere influencing your work and life. You are: <%= currentDesc1 %>