// JScript source code

function home()
{
	if (top.location == top.location)
	{
		top.location.href = "http://www.surledosdesfilles.fr/index.php";
	}
}
