/* _ _ __ _ _ _ __ _____ _ __| | _(_)_ __ __ _ / _| ___ ___ __| | |__ __ _ ___| | __ \ \ /\ / / _ \| '__| |/ / | '_ \ / _` | | |_ / _ \/ _ \/ _` | '_ \ / _` |/ __| |/ / \ V V / (_) | | | <| | | | | (_| | | _| __/ __/ (_| | |_) | (_| | (__| < \_/\_/ \___/|_| |_|\_\_|_| |_|\__, | |_| \___|\___|\__,_|_.__/ \__,_|\___|_|\_\ |___/ SIDEBAR REVIEW WIDGET v1.0, (C) 2017 CADE DIRECTORIES LIMITED ** DO NOT UPLOAD THIS FILE LOCALLY - THE HOSTED VERSION IS ALWAYS THE MOST CURRENT ** DESCRIPTION: This file retrieves values from the Working Feedback servers and uses the retrieved information to dynamically display a widget comprising a snapshot of your latest profile along with your 3 most recently published reviews. COMPATIBILITY: This feature is designed to support IE8 (in Quirks mode) and newer. All other browsers are too old to function correctly and will silently fail. */ document.write('
'); var widget = document.getElementById('wf-review-widget'); if (document.body.contains(widget)) { console.log('Working Feedback: widget initialised'); // CSS and WorkingFeedbackAwesome library var head = document.getElementsByTagName('head')[0]; var widget_css = document.createElement('link'); widget_css.setAttribute('href', 'https://features.workingfeedback.co.uk/web-feature-assets/widget/style.css'); widget_css.setAttribute('rel', 'stylesheet'); widget_css.setAttribute('type', 'text/css'); var widget_fam = document.createElement('link'); widget_fam.setAttribute('href', 'https://features.workingfeedback.co.uk/common/workingfeedback-awesome.css'); widget_fam.setAttribute('rel', 'stylesheet'); widget_fam.setAttribute('type', 'text/css'); var widget_com = document.createElement('link'); widget_com.setAttribute('href', 'https://features.workingfeedback.co.uk/web-feature-assets/common/default.css'); widget_com.setAttribute('rel', 'stylesheet'); widget_com.setAttribute('type', 'text/css'); head.appendChild(widget_css); head.appendChild(widget_fam); head.appendChild(widget_com); widget.innerHTML = ''; widget.innerHTML += "
\"Working

Albany House - Bognor Regis"; widget.innerHTML += "

"; widget.innerHTML += "

Independent Review Score
4.9 out of 5, based on 34 reviews
"; widget.innerHTML += '

17 Aug 2018: Anonymous
I would like to let the world know that Albany House is one of the Care Homes that iIpersonally wouldn\'t mind to work or

14 Jun 2018: Gill R
My daughter has been at Albany a few years now, she is very happy with the care given, still has her ups and downs but a

11 Jun 2018: Joan B
It has been just over a year now since my last review. I am very pleased to say, as expected, the standard has remained


Read all 34 reviews | Write a review

© 2024 Working Feedback
'; console.log('Working Feedback: Widget generated successfully'); } else { console.error('Working Feedback: widget was not initialised because no wf-review-widget target could be found'); }