<!--
	function confirmBox(message, url)
	{
		if( confirm(message) )
		{

		}
	}
//-->