(function (w, d) {
w.tsUpdateMetaDescription = function () {
var existingTitle = document.querySelector('title').innerText;
document.querySelector('title').innerText = " Rating: 0.0 - 0 Reviews - " + existingTitle;
var existingDesc = document.querySelector('meta[name="description"]').getAttribute("content");
document.querySelector('meta[name="description"]').setAttribute("content", " Rating: 0.0 - 0 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 = "Time For You Middlesbrough";
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/13fab11d-6bf0-4235-83e2-c86c9ba3f2a0.png\",\"image\":[\"https://content.trustist.com/brandlogos/13fab11d-6bf0-4235-83e2-c86c9ba3f2a0.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/Website-Review-time-for-you-middlesbrough-reviews-4084.html\"],\"@context\":\"http://schema.org\",\"brand\":{\"@type\":\"Organization\",\"@id\":null,\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/13fab11d-6bf0-4235-83e2-c86c9ba3f2a0.png\",\"image\":[\"https://content.trustist.com/brandlogos/13fab11d-6bf0-4235-83e2-c86c9ba3f2a0.png\"],\"name\":\"Time For You Middlesbrough\",\"alternateName\":null,\"hasMap\":null,\"geo\":null,\"telephone\":null,\"url\":null,\"address\":null,\"branchOf\":null,\"openingHoursSpecification\":null,\"sameAs\":null},\"aggregateRating\":null,\"review\":null,\"mpn\":\"{{url}}\",\"sku\":\"{{url}}\"}]";
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/HbH6E_BrNUKD4shsm6PyoA/ratingsummary.js';
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
})(window, document);