function frame() {
document.write('<frameset cols="150,*" rows="*" border="0" framespacing="0" frameborder="NO"> ');
document.write('<frame src="http://www.sweetnews.de/gesundheit/navigation_ratgeber.htm" name="nav" marginwidth="0" marginheight="0" noresize scrolling="NO" frameborder="NO"> ');
document.write('<frameset rows="85,1*" cols="*" border="0" framespacing="0" frameborder="NO"> ');
document.write('<frame src="http://www.sweetnews.de/gesundheit/kopf.htm" name="kopf" frameborder="NO" noresize scrolling="NO" marginwidth="0" marginheight="0"> ');
document.write('<frame src="http://www.sweetnews.de/gesundheit/red2.htm" name="simba" marginwidth="10" marginheight="10" frameborder="NO"> ');
document.write('</frameset> ');
document.write('</frameset> ');
}

function counter(seite) {
	if (top.document.referrer.search(/sweetnews/) == -1) {
		if (top.document.URL == document.URL) 
			document.write('<img src= "http://www.topolewski.com/pix.gif?'+seite+top.document.referrer+'" width=1 height=1 border=0>');
	}
}

if (top == self) frame();

