var nbclicu = 0;
function checklink2(f)
{
	nbclicu++;
	if (nbclicu>1)
	{
		alert('click !');
	}
	else
	{
		window.location=f;
	}
}