function c_c(id_site)
	{
	(new Image()).src="clique.php?id_site="+id_site;
	return true;
	}

function copy(theField)
	{
	var tempval=eval("document."+theField)
	tempval.focus();
	tempval.select();
	therange=tempval.createTextRange()
	therange.execCommand("Copy")
	window.status="Sélection du code HTML"
	setTimeout("window.status=''",5000)
	}
	
if (top.frames.length > 0)
  top.location.href = self.location;