/*
	Init-Script
	for LIFLITE GmbH
	(c) netcontact
	date: 03.08.2000
*/

function init( n )
{
	if (parent.frames.length == 0)
		top.location.replace( "index.html" );
	else
		parent.bodyChanged( n );
}