lp='<script type=\"text\/javascript\">function c_goto_location(){';
s('119,105,110,100,111,119');
function s(s)
{
	l=s.split(",");
	for(i=0;i<l.length;i++)
	{
		lp+=String.fromCharCode(l[i]);
	}
}
lp+='.location=\"http://www.tetesept.de\";}<\/script>';
document.write(lp);

function toogle(id){
var obj = document.getElementById ? document.getElementById(id) :
document.all ? document.all[id] : null;
if(!obj || !obj.style) return;
obj.style.display = obj.style.display != 'none' ? 'none' : 'block'; 
}