cookie_name = "dataCookie";
var score;
function getName() {
if(****************)
{
index = ****************.indexOf(cookie_name);
if (index != -1)
{
namestart = (****************.indexOf("=", index) + 1);
nameend = ****************.indexOf(";", index);
if (nameend == -1) {nameend = ****************.length;}
score = ****************.substring(namestart, nameend);
return score;
}
}
}
score=getName();
if (score == "dataCookie")
{
document.write("There has been an error processing your results. Please explore the rest of our site.");
}
if(score<14)
{
document.write("MEMETIC SHOCK LEVEL 0 (0-4): seriously sub-par. Cocytus, the deepest level of (ideological) Hell where the truly ignorant, (borderline) insane, and hopelessly superstitious spend their days in total darkness and misery. Terrible bloody show.");
}
if(score > 13 && score < 29)
{
document.write("MEMETIC SHOCK LEVEL 01 (0-4): average. More than a few candles short of Enlightenment. The sheepish, conformist, intellectually lazy masses reign supreme here. Hell's overcrowded livingroom.");
}
if(score > 28 && score < 43)
{
document.write("MEMETIC SHOCK LEVEL 02 (0-4): above-average. A mixed bag of genuine wisdom and deeply ingrained taboos & irrational hangups. The domain of either conservative or politically correct (armchair) philosophers and people who can't make up their frickin' minds (oh, and let's not forget the puerile LAMERS who hit 'score it' without changing/reading anything; you know who you are...). Limbo." );
}
if(score > 42 && score < 57)
{
document.write("MEMETIC SHOCK LEVEL 03 (0-4): borderline Enlightened. Purgatory; the countercultural realm. The more interesting Atheists, Libertarians, Transhumanists, and Modern Satanists dwell here, together with other freethinking and politically incorrect types. Congratulations, you're just a couple candles short of Enlightenment! Keep honing those clearly present rational, taboo-smashing instincts, and one day you too might become an Enlightened Transtopian Master.");
}
if(score > 56)
{
document.write("MEMETIC SHOCK LEVEL 04 (0-4): the pinnacle. Transtopian, or pretty close to it. Progressive and hardcore with very few taboos. Looks like we have a WINNER here (either that or a major CHEAT)!");
}