// JScript source code

function RetourSiteWeb(url)
{
	if (top.location == top.location)
	{
		top.location.href = url;
	}
}
