//  ©  homepageforum.de  -  1999
//     Lars Lüpke  -  luepke.net


// Frame Killer
	if (self != top) top.location.href = window.location.href;

// StatusBar Info
	window.defaultStatus = 'homepageforum.de';


// Referenz - Statistiken ...

	if ((document.referrer.length > 0) && (document.images) && (document.referrer.toLowerCase().indexOf('homepageforum') < 0) && (document.referrer.toLowerCase().indexOf('www.foren-net.de/cgi-bin/forum.cgi') < 0)) {
		Referenz = new Image(1,1); 
		Referenz.src = "http://add-ons.homepageforum.de/cgi-bin/referenz-statistik.cgi?id=1&ref="+escape(document.referrer); 
	} 

	if ((document.referrer.length > 0) && (document.images) && (document.referrer.toLowerCase().indexOf('homepageforum') < 0) && (document.referrer.toLowerCase().indexOf('www.foren-net.de/cgi-bin/forum.cgi') < 0)) {
		refstat = new Image(1,1);
		refstat.src = "http://www.webhits.de/cgi/refstat?df=31541&ref="+escape(document.referrer);
	}

	Numero = new Image(1,1); 
	Numero.src = "http://nc1.numero.de/count.cgi?3048";

// Funktionen

function sts(Text) {
	window.status = Text;
	return true;
}

function sts_r() {
	window.status = '';
	return true;
}