/* © 2008 Red Eye International Ltd. */
/* This script was created by RedEye and permission for use granted exclusively to Dorling Kindersley, 12/12/2008. */
/* For all enquiries please contact RedEye - http://www.RedEye.com, Tel: 0845 094 1114 */


var sLoadedSurvey

function RedSurvey(sSurveyName) { 
	if (navigator.cookieEnabled) { // If user has cookied enabled on their browser the prompt loads
		sLoadedSurvey = sSurveyName
	}
}


