function kontrol() {
	if (confirm("Siteye giriş için 21 yaş veya üstünde olmanız gerekiyor!\n\nSiteye girmek için TAMAM tuşuna basınız.\n21 yaşından küçükseniz İPTAL tuşuna basınız.")) {
		window.location='index.php';
	} else {
		window.location='http://www.google.com.tr';
	}
}

function control() {
	if (confirm("You must 21+ years old for enter this site!\n\nIf you click OK, you will enter to the site.\nIf you are not 21 years old, click CANCEL button.")) {
		window.location='index.php';
	} else {
		window.location='http://www.google.com';
	}
}