(function (w, d) { w.tsUpdateMetaDescription = function () { var existingTitle = document.querySelector('title').innerText; document.querySelector('title').innerText = "***** Rating: 5.0 - 86 Reviews - " + existingTitle; var existingDesc = document.querySelector('meta[name="description"]').getAttribute("content"); document.querySelector('meta[name="description"]').setAttribute("content", "***** Rating: 5.0 - 86 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 = "Sleep Electric"; 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/e362fdda-8add-473f-b044-136285c6d5f6.png\",\"image\":[\"https://content.trustist.com/brandlogos/e362fdda-8add-473f-b044-136285c6d5f6.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-sleep-electric-reviews-2642.html\"],\"@context\":\"http://schema.org\",\"brand\":{\"@type\":\"Organization\",\"@id\":null,\"description\":null,\"logo\":\"https://content.trustist.com/brandlogos/e362fdda-8add-473f-b044-136285c6d5f6.png\",\"image\":[\"https://content.trustist.com/brandlogos/e362fdda-8add-473f-b044-136285c6d5f6.png\"],\"name\":\"Sleep Electric\",\"alternateName\":null,\"hasMap\":null,\"geo\":null,\"telephone\":null,\"url\":\"https://www.sleepelectric.com.au/\",\"address\":null,\"branchOf\":null,\"openingHoursSpecification\":null,\"sameAs\":null},\"aggregateRating\":{\"@type\":\"AggregateRating\",\"ratingValue\":5,\"bestRating\":5,\"worstRating\":1,\"reviewCount\":86},\"review\":{\"@type\":\"Review\",\"url\":\"https://www.trustist.com/local-reviews/Website-Review-sleep-electric-reviews-2642.html\",\"author\":{\"@type\":\"Person\",\"name\":\"Tish Morris\",\"address\":null},\"datePublished\":\"2024-03-08T08:40:59.000Z\",\"headline\":\"\",\"isBasedOn\":null,\"reviewBody\":\"I just wanted to say a huge Thanks for the prompt and efficient sale, delivery and set up of the new bed. Please give Roger our Thanks also.\\r\\nWe have needed a new bed for a while now and looked at things on and off over the last 12 months. In January of this year my husband got the shock diagnosis of Cancer and has been in and out of hospital, surgeries, as well as starting his chemo treatment. During his Chemo weeks getting comfortable to sleep was really difficult, even sometimes moving to the living room recliners in the middle of the night. Once we had seen the beds and spoken with Debbie, even though we had looked around online and enquired about others, many factors such as being able to go and see the beds and talk to someone, the fact that you had them in stock in WA, the range including options of mattress (some don\u0027t give you a choice), the price were all factors of us choosing you guys. Add to that the fact that you were able to turn around delivery in less than 24 hours from us saying we\u0027ll go ahead and pay for it was really appreciated. The whole process from us looking at them on the Tuesday (Just before his chemo appointment) to getting it delivered on the Thursday was amazing and deeply appreciated. My back (and the daily nurses) appreciates no more leaning down as we provide care for him, we can now just raise the bed to a suitable height. Whilst it will of course take us a little to get used to having a new mattress to sleep on (no more sunken hole to sleep in 😊) Last night\u0027s sleep was so much improved and the comfort level for my husband just being able to rest is priceless.\\r\\nThank you again and know that the service you are all providing really is making a huge impact on people\u0027s lives in what can be some difficult times.\",\"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}}\"}]"; 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/2v1i492KP0ewRBNihcbV9g/ratingsummary.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(window, document);