(function (w, d) { w.tsUpdateMetaDescription = function () { var existingTitle = document.querySelector('title').innerText; document.querySelector('title').innerText = "***** Rating: 5.0 - 8 Reviews - " + existingTitle; var existingDesc = document.querySelector('meta[name="description"]').getAttribute("content"); document.querySelector('meta[name="description"]').setAttribute("content", "***** Rating: 5.0 - 8 Reviews - " + existingDesc); }; var timestamp = document.createElement("meta"); timestamp.setAttribute("name", "ts-timestamp"); timestamp.setAttribute("content", new Date().toLocaleString()); document.head.appendChild(timestamp); if (d.getElementById("ts-json") === null) { var filter = Array.prototype.filter; var productName = "Fun Fest Redditch"; var title = document.querySelector("title"); if (title === null || title.innerText.match(/^ *$/) !== null) { title = filter.call(d.querySelectorAll('h1'), function (node) { return node.innerText != ""; })[0]; } if (typeof title !== "undefined") { productName = title.innerText; } var json = "[{\"@type\":\"Product\",\"@id\":\"{{url}}#trustist\",\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/689661b8-ac3e-432e-b46b-14e1953959db.png\",\"image\":[\"https://content.trustist.com/brandlogos/689661b8-ac3e-432e-b46b-14e1953959db.png\"],\"name\":\"{{productName}}\",\"alternateName\":null,\"hasMap\":null,\"geo\":null,\"telephone\":null,\"url\":\"{{url}}\",\"address\":null,\"branchOf\":null,\"openingHoursSpecification\":null,\"sameAs\":[\"https://www.trustist.com/local-reviews/Review-fun-fest-redditch-and-worcester-Reviews-25700.html\"],\"@context\":\"http://schema.org\",\"brand\":{\"@type\":\"Organization\",\"@id\":null,\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/689661b8-ac3e-432e-b46b-14e1953959db.png\",\"image\":[\"https://content.trustist.com/brandlogos/689661b8-ac3e-432e-b46b-14e1953959db.png\"],\"name\":\"Fun Fest\",\"alternateName\":null,\"hasMap\":null,\"geo\":null,\"telephone\":null,\"url\":\"https://www.fun-fest.co.uk\",\"address\":null,\"branchOf\":null,\"openingHoursSpecification\":null,\"sameAs\":null},\"aggregateRating\":{\"@type\":\"AggregateRating\",\"ratingValue\":5,\"bestRating\":5,\"worstRating\":1,\"reviewCount\":8},\"review\":{\"@type\":\"Review\",\"url\":\"https://www.trustist.com/local-reviews/Review-fun-fest-redditch-and-worcester-Reviews-25700.html\",\"author\":{\"@type\":\"Person\",\"name\":\"Sally Wright\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":null,\"addressLocality\":null,\"addressRegion\":null,\"postalCode\":null,\"addressCountry\":null}},\"datePublished\":\"2020-02-24T13:54:43.000Z\",\"headline\":\"\",\"isBasedOn\":null,\"reviewBody\":\"Such a friendly, safe and exciting place for my son to spend his school holidays. He gets to decide what he wants to do and he absolutely LOVES it there and insists i pick him up when everyone has gone home. He can\u0027t get there early enough or leave late enough!\\r\\n\\r\\nJane and Jess are just brilliant (I believe they are the directors). Always greeted with a smile and they give you time. My son enjoys Fun Fest so much he cries when it is over. My only request would be that they run the club for after school too if that was a possibility.\\r\\n\\r\\nMy son has experienced making things, painting, cooking, gymnastics, make believe, outdoor muddy play, costume making, face painting, potion making, making new friends, games, lots of fun and laughter. He has attended this holiday club twice (both were one week 1/2 terms) and to have experienced all this I would say is unheard of elsewhere. \\r\\n\\r\\nFun Fest is more expensive than other clubs that run to help with childcare in the school holidays but really, to have an excited child and to know he is having fun and is in a caring environment is worth every penny.\\r\\n\\r\\nI would recommend any parent to try it!\",\"reviewRating\":{\"@type\":\"Rating\",\"ratingValue\":5,\"bestRating\":5,\"worstRating\":1},\"publisher\":{\"@type\":\"Organization\",\"name\":\"Trustist\",\"sameAs\":\"https://www.trustist.com\"},\"reply\":null,\"replyDate\":null,\"subject\":null},\"mpn\":\"{{url}}\",\"sku\":\"{{url}}\"},{\"@type\":\"LocalBusiness\",\"@id\":\"https://www.trustist.com/local-reviews/Review-fun-fest-redditch-and-worcester-Reviews-25700.html\",\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/689661b8-ac3e-432e-b46b-14e1953959db.png\",\"image\":[\"https://content.trustist.com/brandlogos/689661b8-ac3e-432e-b46b-14e1953959db.png\"],\"name\":\"Fun Fest\",\"alternateName\":\"Fun Fest Redditch\",\"hasMap\":null,\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"\",\"longitude\":\"\"},\"telephone\":\"\",\"url\":\"https://www.fun-fest.co.uk\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"\",\"addressLocality\":\"\",\"addressRegion\":null,\"postalCode\":null,\"addressCountry\":null},\"branchOf\":{\"@type\":\"Organization\",\"name\":\"Fun Fest\",\"sameAs\":\"https://www.fun-fest.co.uk\"},\"openingHoursSpecification\":[],\"sameAs\":[\"https://www.facebook.com/BromsgroveandRedditchFunFestHolidayClub/\",\"https://www.facebook.com/450099995776291\"],\"@context\":\"http://schema.org\",\"aggregateRating\":null,\"review\":null,\"paymentAccepted\":null,\"makesOffer\":null}]"; var a = d; var c = a.createElement("script"); c.type = 'application/ld+json'; c.id = 'ts-json'; c.innerText = json .replace(new RegExp("{{url}}", 'g'), w.location.href) .replace("\"{{productName}}\"", JSON.stringify(productName).replace(/[^ -~]+/g, "")); a = a.getElementsByTagName("head")[0]; a.appendChild(c); } var s = document.createElement('script'); s.type = 'text/javascript'; s.defer = true; s.src = 'https://widget.trustist.com/wsqdp4k5CUWJ3BeqI48Smg/ratingsummary.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(window, document);