WebFontConfig = {
google: { families: [ 'Della+Respira', 'Muli' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
//Add stylesheet
var protocol = ('https:' == document.location.protocol ? 'https' : 'http');
var _includeURL = protocol + '://testimonialtree.com/Widgets/';
//Add widget load to stats
var iphttp_request = TT_createCrossDomainRequest();
function TT_httpGet(theUrl)
{
var xmlHttp = null;
xmlHttp = new XMLHttpRequest();
xmlHttp.open( "GET", theUrl, true );
xmlHttp.send( null );
return xmlHttp.responseText;
}
function TT_getIP(JSONObject) {
if (iphttp_request) {
try{
if (window.XDomainRequest) {
iphttp_request.onload = function () {
JSONObject = JSON.parse(iphttp_request.responseText);
TT_httpGet(statsUrl+'&ip='+JSONObject.ip+'&lat='+JSONObject.lat+'&lng='+JSONObject.lng);
};
iphttp_request.open("GET", "http://api.hostip.info/get_json.php?position=true", true);
iphttp_request.send();
} else {
iphttp_request.onreadystatechange = TT_IPCallhandler;
iphttp_request.open('GET', "http://api.hostip.info/get_json.php?position=true", true);
iphttp_request.send();
};
} catch(error) {
};
};
}
function TT_IPCallhandler(evtXHR) {
if (iphttp_request.readyState == 4) {
if (iphttp_request.status == 200) {
JSONObject = JSON.parse(iphttp_request.responseText);
TT_httpGet(statsUrl+'&ip='+JSONObject.ip+'&lat='+JSONObject.lat+'&lng='+JSONObject.lng);
}
else {
//alert("request Errors Occured");
}
iphttp_request = null;
}
}
function TT_createCrossDomainRequest(url, handler) {
//var
var httpRequest = null;
//var
if (window.XDomainRequest) {
httpRequest = new window.XDomainRequest();
httpRequest.onload = function () { callBack(httpRequest.responseText) };
} else
httpRequest = new XMLHttpRequest();
return httpRequest;
}
var params = encodeURIComponent('email=&username=');
var statsUrl = _includeURL + 'logWidgetLoad.aspx?wid=54047¶ms=' + params;
var ipJson;
TT_getIP(ipJson);
//End adding widget load to stats
var v_css = document.createElement('link');
v_css.rel = 'stylesheet';
v_css.type = 'text/css';
//v_css.href = 'https://testimonialtree.com/Styles/TestimonialTree_Widget2.css';
v_css.href = protocol + '://testimonialtree.com/Styles/TestimonialTree_Widget2.css';
document.getElementsByTagName('head')[0].appendChild(v_css);
var newEl = document.createElement('TABLE');
newEl.setAttribute('cellPadding',5);
var tmp = document.createElement('TBODY');
newEl.appendChild(tmp);
//Powered by TestimonialTree
var AddTestimonialLink = document.createElement('A');
AddTestimonialLink.href= 'https://testimonialtree.com/?uid=287458';
AddTestimonialLink.target = '_blank';
AddTestimonialLink.innerHTML = '
[+] Add New Testimonial
';
//Powered by TestimonialTree
var TestimonialLink = document.createElement('A');
TestimonialLink.href= 'https://testimonialtree.com';
TestimonialLink.target = '_blank';
TestimonialLink.innerHTML = '
Powered by TestimonialTree.com\&trade\;
';
window.onload=function() {
//Create Parent Div
var TestimonialTree_Div0 = document.createElement('div');
TestimonialTree_Div0.className = "TestimonialTree_Container";
TestimonialTree_Div0.setAttribute("itemscope","");
TestimonialTree_Div0.setAttribute("itemtype","https://schema.org/Review");
//Signature
var TestimonialTree_Author0 = document.createElement('span');
TestimonialTree_Author0.className = "TestimonialTree_Signature";
TestimonialTree_Author0.setAttribute("itemprop","author");
TestimonialTree_Author0.setAttribute("itemscope","");
TestimonialTree_Author0.setAttribute("itemtype","https://schema.org/Person");
var TestimonialTree_AuthorName0 = document.createElement('span');
TestimonialTree_AuthorName0.className = "TestimonialTree_Signature";
TestimonialTree_AuthorName0.setAttribute("itemprop","name");
TestimonialTree_AuthorName0.innerHTML = 'Kate M';
TestimonialTree_Author0.appendChild(TestimonialTree_AuthorName0);
if ('' != '') {
var TestimonialTree_Source0 = document.createElement('span');
TestimonialTree_Source0.className = "TestimonialTree_Source";
TestimonialTree_Source0.setAttribute("itemprop","source");
TestimonialTree_Source0.innerHTML = ' on ';
TestimonialTree_AuthorName0.appendChild(TestimonialTree_Source0);
}
//Testimonial
var TestimonialTree_TestDiv0 = document.createElement('div');
TestimonialTree_TestDiv0.className = "TestimonialTree_Testimonial";
TestimonialTree_TestDiv0.setAttribute("style","padding-top: 7px");
TestimonialTree_TestDiv0.setAttribute("itemprop","reviewBody");
TestimonialTree_TestDiv0.innerHTML = 'Lance was everything I could hope for in a realtor as a first time homebuyer. He took the time to go over the whole process of purchasing a home and what to expect next. From the very first meeting he really listened to what I was looking for and delivered a house I\'m proud to call mine. I was nervous going into this process for the first time but Lance and Sandra made those worries quickly dissapear. I will forever recommend them both to anybody as they truely care about there clients no matter the price point. ';
//Review Data
var TestimonialTree_ReviewDiv0 = document.createElement('div');
TestimonialTree_ReviewDiv0.className = "TestimonialTree_ReviewData";
//Review of
var TestimonialTree_SubjectLabel0 = document.createElement('span');
TestimonialTree_SubjectLabel0.innerHTML = 'Testimonial For: ';
//Review of
var TestimonialTree_SubjectDiv0 = document.createElement('div');
TestimonialTree_SubjectDiv0.setAttribute("itemprop","itemreviewed");
TestimonialTree_SubjectDiv0.setAttribute("itemscope","");
TestimonialTree_SubjectDiv0.setAttribute("style","display: inline");
TestimonialTree_SubjectDiv0.setAttribute("itemtype","https://schema.org/Organization");
var TestimonialTree_SubjectDiv0_name = document.createElement('span');
//TestimonialTree_SubjectDiv0_name.className = "TestimonialTree_ReviewData";
TestimonialTree_SubjectDiv0_name.setAttribute("itemprop","name");
TestimonialTree_SubjectDiv0_name.innerHTML = 'Better Homes and Gardens Real Estate - ';
TestimonialTree_SubjectDiv0.appendChild(TestimonialTree_SubjectDiv0_name)
//Date
var TestimonialTree_TimeStamp0 = document.createElement('time');
//TestimonialTree_TimeStamp0.className = "TestimonialTree_ReviewData";
TestimonialTree_TimeStamp0.setAttribute("itemprop","datePublished");
TestimonialTree_TimeStamp0.setAttribute("datetime","10/13/2024 2:36:09 AM");
TestimonialTree_TimeStamp0.innerHTML = '10/13/2024 2:36:09 AM';
//Rating
var TestimonialTree_Rating0 = '5'
var TestimonialTree_RatingLabel10 = document.createElement('span');
TestimonialTree_RatingLabel10.innerHTML = 'Rating: ';
var TestimonialTree_RatingLabel20 = document.createElement('span');
TestimonialTree_RatingLabel20.innerHTML = ' of 5 - ';
var TestimonialTree_RatingDiv0 = document.createElement('span');
TestimonialTree_RatingDiv0.setAttribute("itemprop","reviewRating");
TestimonialTree_RatingDiv0.setAttribute("itemscope","");
TestimonialTree_RatingDiv0.setAttribute("itemtype","https://schema.org/Rating");
var TestimonialTree_RatingValue0 = document.createElement('span');
TestimonialTree_RatingValue0.setAttribute("itemprop","ratingValue");
TestimonialTree_RatingValue0.innerHTML = TestimonialTree_Rating0 + ' ';
TestimonialTree_RatingDiv0.appendChild(TestimonialTree_RatingValue0)
//Add to DOM
TestimonialTree_ReviewDiv0.appendChild(TestimonialTree_SubjectLabel0);
TestimonialTree_ReviewDiv0.appendChild(TestimonialTree_SubjectDiv0);
if (TestimonialTree_Rating0 != '')
{
TestimonialTree_ReviewDiv0.appendChild(TestimonialTree_RatingLabel10);
TestimonialTree_ReviewDiv0.appendChild(TestimonialTree_RatingDiv0);
TestimonialTree_ReviewDiv0.appendChild(TestimonialTree_RatingLabel20);
}
TestimonialTree_ReviewDiv0.appendChild(TestimonialTree_TimeStamp0);
TestimonialTree_Div0.appendChild(TestimonialTree_Author0);
TestimonialTree_Div0.appendChild(TestimonialTree_TestDiv0);
TestimonialTree_Div0.appendChild(TestimonialTree_ReviewDiv0);
document.getElementById('TestimonialTree_Widget_54047').appendChild(TestimonialTree_Div0);
document.getElementById('TestimonialTree_Widget_54047').appendChild(AddTestimonialLink);
document.getElementById('TestimonialTree_Widget_54047').appendChild(TestimonialLink);
};