function confirmer(msg, url)
{
	if(confirm(msg))
	{
		location=url;
	}
}