function makeArray(n) {

        this.length = n;
        for (var i = 0; i<= n; i++) {
                this[i] = 0
        }
        return this
}

function link(link1,link2,title,banner) {
        this.link1 = link1;
        this.link2 = link2;
        this.title = title;
        this.banner = banner;
        return this
}

function RanNum() {

        today = new Date();
        num = Math.abs(Math.sin(today.getSeconds() + today.getMinutes()));
        return (num);
}

function reLoad() {

        location.href="rlink.htm";
}

function getRandomLink() {

        n=Math.abs(Math.round(n1 * RanNum()));
          ausgabe();
}
var n1 = 9; /* Anzahl der Banner Minus eins */

function getRandomLink() {

        n=Math.abs(Math.round(n1 * RanNum()));
          ausgabe();
}

function getRandomLink2() {

        n=Math.abs(Math.round(n1 * RanNum()))+1;
        if(n>n1){ n=n-2}
        ausgabe();
}

function ausgabe() {

        var db = new makeArray(2) /* Anzahl der Banner */
          /* Erster Eintrag: Die URL, auf die der Banner verlinken soll; Zweiter Eintrag: Die URL, auf die der Beschreibungstext linken soll;
             Dritter Eintrag: Der Beschreibungs und ALT-Text; Vierter Eintrag: Die Banner-URL;  Einträge nach diesem Schema beliebig erweiterbar*/

db[0] = new link("https://shirtprintshop.spreadshirt.net/shop.php?sid=150752", "", "HEUTE SCHON GEDRUCKT",  "images/logo_150X150.jpg")
db[1] = new link("http://www.zanox-affiliate.de/ppc/?3700955C1814551629T", "", "Single der Woche weiblich bis 30 Jahre",  "http://www.zanox-affiliate.de/ppv/?3700955C1814551629")
db[2] = new link("http://www.zanox-affiliate.de/ppc/?3726900C1959853568T", "", ":jamba - Die neuesten Klingeltöne für Dein Handy",  "http://www.zanox-affiliate.de/ppv/?3726900C1959853568")
db[3] = new link("http://www.zanox-affiliate.de/ppc/?3700999C326418575T", "", "Expedia.de - Reisen. Wie, wann, wohin du willst",  "http://www.zanox-affiliate.de/ppv/?3700999C326418575")
db[4] = new link("http://www.zanox-affiliate.de/ppc/?3726921C1828408653T", "", "Alles zum Thema Digitale Fotografie finden Sie bei QUELLE",  "http://www.zanox-affiliate.de/ppv/?3726921C1828408653")
db[5] = new link("http://www.zanox-affiliate.de/ppc/?2949858C1456450811T", "", "Handys Vodafone live",  "http://www.zanox-affiliate.de/ppv/?2949858C1456450811")
db[6] = new link("http://ad.zanox.com/ppc/?3827949C591393304T", "", "Billigflüge - HLX - billigster Billigflieger - Hapag Lloyd Express - Billigflug online Flüge buchen",  "http://ad.zanox.com/ppv/?3828049C972265396")
db[7] = new link("http://www.zanox-affiliate.de/ppc/?3700951C1864009417T", "", "Single der Woche männlich bis 30 Jahre",  "http://www.zanox-affiliate.de/ppv/?3700951C1864009417")
db[8] = new link("http://ad.zanox.com/ppc/?4019115C2104434662T", "", "AMANGO - Kino per Post",  "http://ad.zanox.com/ppv/?4019115C2104434662")
db[9] = new link("http://www.zanox-affiliate.de/ppc/?4204713C15657002T", "", "jamba - Klingeltoene Logos Handyspiele",  "http://www.zanox-affiliate.de/ppv/?4204713C15657002")


        document.write("<a href='" + db[n].link1 + "' target='_blank'>");
        document.write("<img src='"+ db[n].banner + "' border='0' WIDTH=120 HEIGHT=120 ALT='" + db[n].title + "'></a><br>");
        document.write("</FONT></center>");
}