var main = 'http://www.team-bern-west.ch/index.html';
var act = (parent.location.href)? parent.location.href : window.location.href;
if(parent.main.location)
{
}
else
{
	window.location.href = main+'?location='+act;
}