// Scripting by MLWCreative.co.uk

function confirmLink(theQuestion)
{
	var answer = confirm(theQuestion);
	if (answer){return true;}
	else{return false;}
}
