WebFontConfig = { google: { families: [ 'Della+Respira', 'Muli' ] } }; /** @const */ var TESTIMONIAL_TREE_WIDGET_CSS_FILENAME = "Social1/styles/Social1_1.0.1.css?v=10"; var TT_Script = ""; TT_init(); function TT_init() { var _currentDomain = ""; var _protocol = ('https:' == document.location.protocol ? 'https' : 'http'); for (runner = 0; runner < document.getElementsByTagName('script').length; runner++) { if (document.getElementsByTagName('script')[runner].src.match(/\/widgets\/([a-zA-Z0-9-_]+\/[a-zA-Z0-9\-_\.]+)?\?widgetid=\d+/i)) { TT_Script = document.getElementsByTagName('script')[runner].src; if (TT_Script.match(/^(?:https?:)?\/\/[a-zA-z0-9\.:-]+/i)) _currentDomain = TT_Script.match(/^(?:https?:)?\/\/([a-zA-z0-9\.:-]+)/i)[1]; if (_currentDomain == "") { //for on TT pages _currentDomain = document.location.hostname; TT_Script = _protocol + "://" + _currentDomain + TT_Script; } break; }; }; if (_currentDomain == "") { //abort if no domain found return; } var url = _protocol + "://" + _currentDomain + "/Widgets/widgetInit.js"; var script = document.createElement("script"); script.type = "text/javascript"; script.src = url; document.getElementsByTagName("head")[0].appendChild(script); } function TT_createWidget(JSONObject) { if (JSONObject.testimonialtreewidget.passedusername != null && JSONObject.testimonialtreewidget.passedusername != "" && JSONObject.testimonialtreewidget.settings.usersignature != JSONObject.testimonialtreewidget.passedusername) { return; } var protocol = ('https:' == document.location.protocol ? 'https' : 'http'); var widget = TT_findWidgetContainer(JSONObject); var newEl = document.createElement('TABLE'); newEl.setAttribute('cellPadding',5); var tmp = document.createElement('TBODY'); newEl.appendChild(tmp); //Add new Testimonial var AddTestimonialLink = document.createElement('A'); AddTestimonialLink.id = 'TT_AddTestimonialLink'; AddTestimonialLink.href= protocol + '://www.testimonialtree.com/?uid=361881'; AddTestimonialLink.target = '_blank'; AddTestimonialLink.innerHTML = '
[+] Add New Testimonial
'; //Powered by TestimonialTree 2 var TestimonialLink = document.createElement('A'); TestimonialLink.href= 'https://testimonialtree.com'; TestimonialLink.target = '_blank'; TestimonialLink.innerHTML = '
Powered by TestimonialTree.com\&trade\;
'; //Create Parent Div var TestimonialTree_Div0 = document.createElement('div'); TestimonialTree_Div0.className = "TestimonialTree_Social1_Container"; TestimonialTree_Div0.setAttribute("itemtype","http://data-vocabulary.org/Review"); TestimonialTree_Div0.setAttribute("itemscope",""); //Start quote and stars var TestimonialTree_Stars0 = document.createElement('div'); TestimonialTree_Stars0.innerHTML = "
" //Testimonial var TestimonialTree_TestDiv0 = document.createElement('div'); TestimonialTree_TestDiv0.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv0.setAttribute("itemprop","description"); TestimonialTree_TestDiv0.innerHTML = 'I just think Renee is the best! '; //Start quote and stars var TestimonialTree_EndQuote0 = document.createElement('div'); TestimonialTree_EndQuote0.className = "TestimonialTree_EndQuote"; TestimonialTree_EndQuote0.innerHTML = "" //Media var TestimonialTree_Media0 = document.createElement('div'); TestimonialTree_Media0.innerHTML += "
"; //Social Row var TestimonialTree_SocialRow0 = document.createElement('div'); TestimonialTree_SocialRow0.className = "TestimonialTree_Social1_SocialRow"; TestimonialTree_SocialRow0.innerHTML += "
" TestimonialTree_SocialRow0.innerHTML += "" TestimonialTree_SocialRow0.innerHTML += "
Debra L" + ('' != '' ? "
on " : "") + "
" //Date var TestimonialTree_Date0 = document.createElement('div'); TestimonialTree_Date0.className = "TestimonialTree_Social1_Date"; TestimonialTree_Date0.innerHTML = '11/10/2023 6:42:13 PM'; TestimonialTree_Div0.appendChild(TestimonialTree_Stars0); TestimonialTree_Div0.appendChild(TestimonialTree_TestDiv0); TestimonialTree_Div0.appendChild(TestimonialTree_EndQuote0); TestimonialTree_Div0.appendChild(TestimonialTree_Media0); TestimonialTree_Div0.appendChild(TestimonialTree_SocialRow0); TestimonialTree_Div0.appendChild(TestimonialTree_Date0); widget.appendChild(TestimonialTree_Div0); var isViewAll = document.URL.indexOf("viewAll.aspx") != -1 ? true : false; if(isViewAll) { var _backButtonDiv = document.createElement('div'); var _backButton = document.createElement('A'); _backButtonDiv.id = 'TT_BackButtonDiv'; _backButtonDiv.id = 'TT_BackButton'; _backButton.innerHTML = "
Back
"; _backButtonDiv.appendChild(_backButton); widget.appendChild(_backButtonDiv); } widget.appendChild(AddTestimonialLink); widget.appendChild(TestimonialLink); TT_createEvent(widget); }