let NN = ["punctuation", "symbol", "conflict", "matter", "flux", "loop", "visibility", "multiplicity", "imagination", "democracy","darkness", "subjectivity", "reciprocity","corn", "water", "communities", "Kanye West", "cunt", "god", "language", "knowledge", "web", "ruins", "interdependence", "oneness", "identity", "values", "systems", "democracy"]; let VB = ["embrace", "flow", "combine", "reinterpret", "understand", "argue","perform", "dominate", "agrue", "overuse", "express", "imagine", "perform", "coexist", "give", "receive", "reflect", "translate", "disseminate", "learn", "weave", "complicate", "demoralise", "experience", "expand", "dominate", "overuse", "express", "happen", "arrive", "submit", "self-govern"]; let AC = ["boundless","political","pluralistic","accessible", "organic", "sublime", "imaginistic", "linguistic", "undecidable", "potential", "autonomous", "indigenous", "systemic", "reciprocal", "plural", "collective", "foreign", "unrelated", "suspicious", "other", "descriptive", "feminist", "alive", "ecologic", "harmonous"]; //main words let NNP = ["liquid", "tense",]; var TS = ["?!", "atata", "resurgence", "hope", "practical vision", "otherness","undecidability","eco swaraj"] function shuffleArray(inputArray){ inputArray.sort(()=> Math.random() - 0.5); } shuffleArray(NN); shuffleArray(NNP); shuffleArray(VB); shuffleArray(AC); shuffleArray(TS); var links = { "?!": "00/", "dominate" : "00/", "overuse" : "00/", "express" : "00/", "punctuation" : "00/", "symbol" : "00/", "conflict" : "00/", "political" : "00/", "imaginistic" : "00/", "linguistic" : "00/", "liquid": "LIQUID/", "flow": "LIQUID/", "combine": "LIQUID/", "reinterpret": "LIQUID/", "matter": "LIQUID/", "flux": "LIQUID/", "loop": "LIQUID/", "boundless": "LIQUID/", "organic": "LIQUID/", "sublime": "LIQUID/", "vundecidability": "UNDECIDABILITY/", "visibility": "UNDECIDABILITY/", "multiplicity": "UNDECIDABILITY/", "imagination": "UNDECIDABILITY/", "imagine": "UNDECIDABILITY/", "perform": "UNDECIDABILITY/", "coexist": "UNDECIDABILITY/", "undecidable": "UNDECIDABILITY/", "potential": "UNDECIDABILITY/", "autonomous": "UNDECIDABILITY/", "hope": "HOPE/", "embrace": "HOPE/", "understand": "HOPE/", "argue": "HOPE/", "democracy": "HOPE/", "darkness": "HOPE/", "subjectivity": "HOPE/", "political": "HOPE/", "pluralistic": "HOPE/", "accessible": "HOPE/", "atata": "ATATA/", "give": "ATATA/", "receive": "ATATA/", "reflect": "ATATA/", "reciprocity": "ATATA/", "corn": "ATATA/", "water": "ATATA/", "indigenous": "ATATA/", "systemic": "ATATA/", "reciprocal": "ATATA/", "practical vision": "PRACTICAL_VISION/printing/", "translate": "PRACTICAL_VISION/printing/", "disseminate": "PRACTICAL_VISION/printing/", "learn": "PRACTICAL_VISION/printing/", "plural": "PRACTICAL_VISION/printing/", "collective": "PRACTICAL_VISION/printing/", "foreign": "PRACTICAL_VISION/printing/", "language": "PRACTICAL_VISION/printing/", "knowledge": "PRACTICAL_VISION/printing/", "web": "PRACTICAL_VISION/printing/", "otherness": "OTHERNESS/", "experience": "OTHERNESS/", "expand": "OTHERNESS/", "understand": "OTHERNESS/", "oneness": "OTHERNESS/", "identity": "OTHERNESS/", "values": "OTHERNESS/", "unrelated": "OTHERNESS/", "suspicious": "OTHERNESS/", "other": "OTHERNESS/", "tence": "TENSE/", "happen": "TENSE/", "arrive": "TENSE/", "submit": "TENSE/", "Kanye West": "TENSE/", "cunt": "TENSE/", "god": "TENSE/", "descriptive": "TENSE/", "feminist": "TENSE/", "alive": "TENSE/", "eco swaraj": "ECO-SWARAJ/", "ecologic": "ECO-SWARAJ/", "harmonous": "ECO-SWARAJ/", "political": "ECO-SWARAJ/", "self-govern": "ECO-SWARAJ/", "communities": "ECO-SWARAJ/", "systems": "ECO-SWARAJ/", "democracy": "ECO-SWARAJ/", "resurgence": "RESURGENCE/", "weave": "RESURGENCE/", "complicate": "RESURGENCE/", "demoralise": "RESURGENCE/", "ruins": "RESURGENCE/", "interdependece": "RESURGENCE/", } let message = `In the future, the world could be full of ${TS[0]}.\n\ Humans could ${VB[0]} and ${VB[1]} in ${NNP[0]} ${TS[1]}.\n\ The ${TS[2]} would no longer be ${AC[4]}, but ${AC[2]} and ${AC[1]}.\n\ Only with the ${AC[3]} ${TS[3]}, there could finally be ${TS[4]}.\n\ Without ${TS[5]}, ${NNP[1]} ${TS[6]} could never ${VB[3]}.\n\ This is why we have to ${VB[2]} for the ${TS[7]} of new ${NN[0]}.` document.querySelector('#showMessage').innerHTML = message