
function mentions()
{
	var infos = "";

	infos += "****************************************************************\n";
	infos += "\n";
	infos += "                           MENTIONS LEGALES  /  LEGALS MENTIONS\n";
	infos += "\n";
	infos += "****************************************************************\n";
	infos += "\n";
	infos += "I. EDITEUR / EDITOR\n";
	infos += "------------------------------------------------------------------------------------------------\n";
	infos += "   Société LOVE MEDIA\n";
	infos += "   479 575 011 RCS BORDEAUX\n";
	infos += "\n";
	infos += "II. HÉBERGEMENT / HOSTING\n";
	infos += "------------------------------------------------------------------------------------------------\n";
	infos += "    Société OVH\n";
	infos += "    424 761 419 RCS ROUBAIX-TOURCOING\n";
	infos += "\n";
	infos += "III. CONTACT\n";
	infos += "------------------------------------------------------------------------------------------------\n";
	infos += "     Cliquez sur le bouton [ OK ] ci-dessous pour nous écrire\n";
	infos += "     Click on [ OK ] button below to contact us\n";
	infos += "\n";
	infos += "================================================\n";
	infos += "\n";
	infos += "                       Tous les models présentés sur ce site sont majeurs\n";
	infos += "             All persons depicted in this website were at least 18 years of age\n";
	infos += "\n";
	infos += "================================================\n";
	infos += "\n";
	infos += "               Copyright © 2000-2010 Absolu-TGP.com. All rights reserved.\n";
	
	if ( confirm(infos) )
		contact();
}