<!-- survey cookie setting -->
<!--
//var allcookies = document.cookie;
//var pos = allcookies.indexOf("surveyNum=");
//var expdate = "Fri, 22 Dec 2006 17:00:00 UTC";
//	if (pos != -1) {
//  	var start = pos + 10;
//  	var end = allcookies.indexOf(";", start);
//		if (end == -1) end = allcookies.length;
//  			var value = allcookies.substring(start, end);
//  			value = unescape(value);
//  			value++;
// 			document.cookie = "surveyNum=" + value + "; expires="+expdate+"; path=/; domain=barnardos.org.uk;";
//  			if (value == 4) window.open("http://www.barnardos.org.uk/site_feedback_survey", "Popup", "width=640,height=500,status=yes,resizable=yes,scrollbars");  
//	}else {
//		document.cookie = "surveyNum=0; expires="+expdate+"; path=/; domain=barnardos.org.uk;";
//}

-->

