if (top.frames.length > 0)
{
	top.location.href = self.location;
}

var ie4 = (document.all) ? true : false;
var ns4 = (document.layers) ? true : false;
var ns6 = (document.getElementById && !document.all) ? true : false;

document.cookie = 'tracker_aufloesung=' + screen.width + 'x' + screen.height;
document.cookie = 'tracker_farbtiefe=' + screen.colorDepth;

function decryptml(mlad,klasse)
{
	var mladarray = mlad.split(":")
	var mladprint = '';
	for (var i = 0; i < mladarray.length; ++i)
	{
		var icurr = mladarray[i] - 5;
		mladprint += '&#' + icurr + ';';
	}

	document.write('<a href="');
	document.write('&#109;');
	document.write('&#97;');
	document.write('&#105;');
	document.write('&#108;');
	document.write('&#116;');
	document.write('&#111;');
	document.write(':');
	document.write(mladprint);
	document.write('" class=\"' + klasse + '\">');
	document.write(mladprint);
	document.write('</a>');
}
