function checkage(href)
{
	var msg = "If your local laws restrict the viewing of adult content or nudity, or if you are under the age of 18 you must leave now. If you are over 18y old you must read our terms and conditions first. By visiting Europedates.com website, you are agreeing to its terms.";
 	var where_to = confirm(msg);
	if (where_to == true)
	{
		window.location = href;
	}
}