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=546696';
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 = 'These comments apply to the team of both Jerry Bunders and Monica Williams, who recently guided us through a rather complex home purchase, since my wife and I were 2,000 miles away. \n\nPersonal Care \n-Monica and Jerry--or Jerry and Monica, either way works--helped us through the purchase process with foresight, responsiveness, and authority. \n-As a team, they extended the title \"realtor\" into \"relationship\": that\'s how my wife and I felt: like caring friends were always there to support, explain, and strongly represent us. \n\nStandards of Excellence\n-Monica and Jerry adhere to the highest ethical principles.\n-They possess a thorough knowledge of local real estate, purchase requirements, and legal necessities. \n-Sometimes overlooked, and often not expected, punctuality is a classic indicator of professional excellence, and Monica and Jerry demonstrated that quality faultlessly. \n\nOngoing Support\n-After the sale, Monica and Jerry have continued to help with such things as utilities, home security, and in locating various home maintenance people. This willingness to extend themselves (when really, they don\'t have to), elevates them to what we regard as an elite level. \n-And if the words above haven\'t been clear: They are very nice people. ';
//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 += "John Monahan" + ('' != '' ? "
on " : "") + "
"
//Date
var TestimonialTree_Date0 = document.createElement('div');
TestimonialTree_Date0.className = "TestimonialTree_Social1_Date";
TestimonialTree_Date0.innerHTML = '8/19/2026 5:07:45 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 = "
";
_backButtonDiv.appendChild(_backButton);
widget.appendChild(_backButtonDiv);
}
widget.appendChild(AddTestimonialLink);
widget.appendChild(TestimonialLink);
TT_createEvent(widget);
}