<!--
function Go(x)
		{
	if(x == "leer")
		{
	document.forms[0].reset();
	document.forms[0].elements[0].blur();
	return;
		}
	else
		{
	parent.frames[2].location.href = x;
	document.forms[0].reset();
	document.forms[0].elements[0].blur();
		}
	}
;
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 = 7; /* 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(8) /* Anzahl der Banner */
        db[0] = new link("http://partners.webmasterplan.com/click.asp?ref=1670&site=127&type=banner1", "http://partners.webmasterplan.com/click.asp?ref=1670&site=127&type=banner1", "Werbung", "http://www.offerto.de/banner/o_ersparnisprod468x60.gif")
        db[1] = new link("http://partners.webmasterplan.com/click.asp?ref=1670&site=104&type=b2", "http://partners.webmasterplan.com/click.asp?ref=1670&site=104&type=b2", "Werbung", "http://www.e-games.de/banner/banner100200.gif")
        db[2] = new link("http://partners.webmasterplan.com/click.asp?ref=1670&site=224&type=b4", "http://partners.webmasterplan.com/click.asp?ref=1670&site=224&type=b4", "Werbung", "http://www.mylink.de/Banner/mylink4.gif")
        db[3] = new link("http://www.markt.net-prov.de", "http://www.markt.net-prov.de", "Werbung", "http://www.aquaristikworld.de/img/tw_banner_gross.gif")
        db[4] = new link("http://partners.webmasterplan.com/click.asp?ref=1670&site=217&type=b1", "http://partners.webmasterplan.com/click.asp?ref=1670&site=217&type=b1", "Werbung", "http://www.tui-urlaubswelt.de/tui/banner/tui-urlaubswelt.gif")
        db[5] = new link("http://www.ciao.com/bin/ciao/register?ref=174059&affiliate=ciao", "http://www.ciao.com/bin/ciao/register?ref=174059&affiliate=ciao", "Werbung", "http://www.ciao.com/images/banner/affiliate/auto_468x60.gif")
        db[6] = new link("http://partners.webmasterplan.com/click.asp?ref=1670&site=127&type=banner1", "http://partners.webmasterplan.com/click.asp?ref=1670&site=127&type=banner1", "Werbung", "http://www.offerto.de/banner/o_ersparnisprod468x60.gif")
        db[7] = new link("http://www.ciao.com/bin/ciao/register?ref=174059&affiliate=ciao", "http://www.ciao.com/bin/ciao/register?ref=174059&affiliate=ciao", "Anzeige", "http://www.ciao.com/images/banner/affiliate/elektronik_468x60.gif")
        document.write("<center><span class='klein'>");
        document.write("<a href='" + db[n].link1 + "' target='_blank'>");
        document.write("<img src='"+ db[n].banner + "' border='0' ALT='" + db[n].title + "'></a><br>");
        document.write("<a href='" + db[n].link2 + "' target='_blank' class='LinkExt'>" + db[n].title + "</a>")
        document.write("</span></center>");
}
;
function letter()
		{
var InfoWin = window.open("http://www.net-prov.de/netprov/letter.html", "Newsletter", "scrollbars=yes,resizable,width=370,height=330")
	}
;
function branchen()
		{
var InfoWin = window.open("http://www.linet.de/pages/branchen/start.html", "Branchenbuch", "scrollbars=yes,width=800,height=620")
		}
function mbtool()
		{
var win = window.open("http://www.net-prov.de/netprov/olservice_01.html", "", "resizable,scrollbars=yes,width=450,height=550")
		}
;
function Datum()
	{
Todays = new Date();
Mnth = Todays.getMonth();
Monthname = new Array("Januar","Februar","M&auml;rz","April","Mai","Juni","Juli","August","September","Oktober","November" ,"Dezember");  
TheDate = ""+ Todays.getDate() + ". " + Monthname[Mnth] +" 19"+ Todays.getYear(); 
return (TheDate);
	}
//-->