// <!-- 55411507
// This script is (C) Copyright 2002 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/

function liam() { // Unicode von der Seite
http://www.alanwood.net/demos/ansi.html
    var astonishment = "99 108 97 118 101 114 105 101 64 109 97 116 104 46 117 110 105 45 109 117 101 110 115 116 101 114 46 100 101 ";
    var leader = astonishment.length;
    var drawer = 0;
    var decision = '';
    for(var file = 0; file < leader; file++) {
        drawer = 0;
        while(astonishment.charCodeAt(file) != 32) {
            drawer = drawer * 10;
            drawer = drawer + astonishment.charCodeAt(file)-48;
            file++;
        }
        decision += String.fromCharCode(drawer);
    }
    parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+decision;
}

// -->

