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 + '://www.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=50910¶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://www.testimonialtree.com/Styles/TestimonialTree_Widget2.css';
v_css.href = protocol + '://www.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://www.testimonialtree.com/?uid=229772';
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 = 'Faye R';
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 = 'We appreciated Marty\'s direct and simple approach with us. His knowledge and expertise managed our expectations, which resulted in an effortless experience. Marty not only did what he said, he said what he did. We are.grateful to Marty and his team!';
//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 = 'RE/MAX Prime Properties - ';
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","8/6/2022 5:26:00 AM");
TestimonialTree_TimeStamp0.innerHTML = '8/6/2022 5:26:00 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_50910').appendChild(TestimonialTree_Div0);
//Create Parent Div
var TestimonialTree_Div1 = document.createElement('div');
TestimonialTree_Div1.className = "TestimonialTree_Container";
TestimonialTree_Div1.setAttribute("itemscope","");
TestimonialTree_Div1.setAttribute("itemtype","https://schema.org/Review");
//Signature
var TestimonialTree_Author1 = document.createElement('span');
TestimonialTree_Author1.className = "TestimonialTree_Signature";
TestimonialTree_Author1.setAttribute("itemprop","author");
TestimonialTree_Author1.setAttribute("itemscope","");
TestimonialTree_Author1.setAttribute("itemtype","https://schema.org/Person");
var TestimonialTree_AuthorName1 = document.createElement('span');
TestimonialTree_AuthorName1.className = "TestimonialTree_Signature";
TestimonialTree_AuthorName1.setAttribute("itemprop","name");
TestimonialTree_AuthorName1.innerHTML = 'Andy & amp; K';
TestimonialTree_Author1.appendChild(TestimonialTree_AuthorName1);
if ('' != '') {
var TestimonialTree_Source1 = document.createElement('span');
TestimonialTree_Source1.className = "TestimonialTree_Source";
TestimonialTree_Source1.setAttribute("itemprop","source");
TestimonialTree_Source1.innerHTML = ' on ';
TestimonialTree_AuthorName1.appendChild(TestimonialTree_Source1);
}
//Testimonial
var TestimonialTree_TestDiv1 = document.createElement('div');
TestimonialTree_TestDiv1.className = "TestimonialTree_Testimonial";
TestimonialTree_TestDiv1.setAttribute("style","padding-top: 7px");
TestimonialTree_TestDiv1.setAttribute("itemprop","reviewBody");
TestimonialTree_TestDiv1.innerHTML = 'Great guy. Great team. Used them repeatedly!\u00A0 -The Eckmans\"It\'s not every day that I have the privilege of working with friends/clients again. I actually sold them their home in Washingtonville 24 years and 9 months ago. I sold this home again, as well as, a beautiful townhouse...as they begin the next chapter of their lives that will include no yard work!\u00A0 Best of luck!\" Marty';
//Review Data
var TestimonialTree_ReviewDiv1 = document.createElement('div');
TestimonialTree_ReviewDiv1.className = "TestimonialTree_ReviewData";
//Review of
var TestimonialTree_SubjectLabel1 = document.createElement('span');
TestimonialTree_SubjectLabel1.innerHTML = 'Testimonial For: ';
//Review of
var TestimonialTree_SubjectDiv1 = document.createElement('div');
TestimonialTree_SubjectDiv1.setAttribute("itemprop","itemreviewed");
TestimonialTree_SubjectDiv1.setAttribute("itemscope","");
TestimonialTree_SubjectDiv1.setAttribute("style","display: inline");
TestimonialTree_SubjectDiv1.setAttribute("itemtype","https://schema.org/Organization");
var TestimonialTree_SubjectDiv1_name = document.createElement('span');
//TestimonialTree_SubjectDiv1_name.className = "TestimonialTree_ReviewData";
TestimonialTree_SubjectDiv1_name.setAttribute("itemprop","name");
TestimonialTree_SubjectDiv1_name.innerHTML = 'RE/MAX Prime Properties - ';
TestimonialTree_SubjectDiv1.appendChild(TestimonialTree_SubjectDiv1_name)
//Date
var TestimonialTree_TimeStamp1 = document.createElement('time');
//TestimonialTree_TimeStamp1.className = "TestimonialTree_ReviewData";
TestimonialTree_TimeStamp1.setAttribute("itemprop","datePublished");
TestimonialTree_TimeStamp1.setAttribute("datetime","7/18/2022 8:33:00 PM");
TestimonialTree_TimeStamp1.innerHTML = '7/18/2022 8:33:00 PM';
//Rating
var TestimonialTree_Rating1 = '5'
var TestimonialTree_RatingLabel11 = document.createElement('span');
TestimonialTree_RatingLabel11.innerHTML = 'Rating: ';
var TestimonialTree_RatingLabel21 = document.createElement('span');
TestimonialTree_RatingLabel21.innerHTML = ' of 5 - ';
var TestimonialTree_RatingDiv1 = document.createElement('span');
TestimonialTree_RatingDiv1.setAttribute("itemprop","reviewRating");
TestimonialTree_RatingDiv1.setAttribute("itemscope","");
TestimonialTree_RatingDiv1.setAttribute("itemtype","https://schema.org/Rating");
var TestimonialTree_RatingValue1 = document.createElement('span');
TestimonialTree_RatingValue1.setAttribute("itemprop","ratingValue");
TestimonialTree_RatingValue1.innerHTML = TestimonialTree_Rating1 + ' ';
TestimonialTree_RatingDiv1.appendChild(TestimonialTree_RatingValue1)
//Add to DOM
TestimonialTree_ReviewDiv1.appendChild(TestimonialTree_SubjectLabel1);
TestimonialTree_ReviewDiv1.appendChild(TestimonialTree_SubjectDiv1);
if (TestimonialTree_Rating1 != '')
{
TestimonialTree_ReviewDiv1.appendChild(TestimonialTree_RatingLabel11);
TestimonialTree_ReviewDiv1.appendChild(TestimonialTree_RatingDiv1);
TestimonialTree_ReviewDiv1.appendChild(TestimonialTree_RatingLabel21);
}
TestimonialTree_ReviewDiv1.appendChild(TestimonialTree_TimeStamp1);
TestimonialTree_Div1.appendChild(TestimonialTree_Author1);
TestimonialTree_Div1.appendChild(TestimonialTree_TestDiv1);
TestimonialTree_Div1.appendChild(TestimonialTree_ReviewDiv1);
document.getElementById('TestimonialTree_Widget_50910').appendChild(TestimonialTree_Div1);
//Create Parent Div
var TestimonialTree_Div2 = document.createElement('div');
TestimonialTree_Div2.className = "TestimonialTree_Container";
TestimonialTree_Div2.setAttribute("itemscope","");
TestimonialTree_Div2.setAttribute("itemtype","https://schema.org/Review");
//Signature
var TestimonialTree_Author2 = document.createElement('span');
TestimonialTree_Author2.className = "TestimonialTree_Signature";
TestimonialTree_Author2.setAttribute("itemprop","author");
TestimonialTree_Author2.setAttribute("itemscope","");
TestimonialTree_Author2.setAttribute("itemtype","https://schema.org/Person");
var TestimonialTree_AuthorName2 = document.createElement('span');
TestimonialTree_AuthorName2.className = "TestimonialTree_Signature";
TestimonialTree_AuthorName2.setAttribute("itemprop","name");
TestimonialTree_AuthorName2.innerHTML = 'Jori R';
TestimonialTree_Author2.appendChild(TestimonialTree_AuthorName2);
if ('' != '') {
var TestimonialTree_Source2 = document.createElement('span');
TestimonialTree_Source2.className = "TestimonialTree_Source";
TestimonialTree_Source2.setAttribute("itemprop","source");
TestimonialTree_Source2.innerHTML = ' on ';
TestimonialTree_AuthorName2.appendChild(TestimonialTree_Source2);
}
//Testimonial
var TestimonialTree_TestDiv2 = document.createElement('div');
TestimonialTree_TestDiv2.className = "TestimonialTree_Testimonial";
TestimonialTree_TestDiv2.setAttribute("style","padding-top: 7px");
TestimonialTree_TestDiv2.setAttribute("itemprop","reviewBody");
TestimonialTree_TestDiv2.innerHTML = 'We worked with Milton for a few years looking for the right house. He was patient, honest and knowledgeable, which is exactly what we needed. He was readily available when needed and if he could not physically be there, he would make sure a colleague was. We highly recommend Milton for your real estate needs. ';
//Review Data
var TestimonialTree_ReviewDiv2 = document.createElement('div');
TestimonialTree_ReviewDiv2.className = "TestimonialTree_ReviewData";
//Review of
var TestimonialTree_SubjectLabel2 = document.createElement('span');
TestimonialTree_SubjectLabel2.innerHTML = 'Testimonial For: ';
//Review of
var TestimonialTree_SubjectDiv2 = document.createElement('div');
TestimonialTree_SubjectDiv2.setAttribute("itemprop","itemreviewed");
TestimonialTree_SubjectDiv2.setAttribute("itemscope","");
TestimonialTree_SubjectDiv2.setAttribute("style","display: inline");
TestimonialTree_SubjectDiv2.setAttribute("itemtype","https://schema.org/Organization");
var TestimonialTree_SubjectDiv2_name = document.createElement('span');
//TestimonialTree_SubjectDiv2_name.className = "TestimonialTree_ReviewData";
TestimonialTree_SubjectDiv2_name.setAttribute("itemprop","name");
TestimonialTree_SubjectDiv2_name.innerHTML = 'RE/MAX Prime Properties - ';
TestimonialTree_SubjectDiv2.appendChild(TestimonialTree_SubjectDiv2_name)
//Date
var TestimonialTree_TimeStamp2 = document.createElement('time');
//TestimonialTree_TimeStamp2.className = "TestimonialTree_ReviewData";
TestimonialTree_TimeStamp2.setAttribute("itemprop","datePublished");
TestimonialTree_TimeStamp2.setAttribute("datetime","5/24/2022 1:04:52 PM");
TestimonialTree_TimeStamp2.innerHTML = '5/24/2022 1:04:52 PM';
//Rating
var TestimonialTree_Rating2 = '5'
var TestimonialTree_RatingLabel12 = document.createElement('span');
TestimonialTree_RatingLabel12.innerHTML = 'Rating: ';
var TestimonialTree_RatingLabel22 = document.createElement('span');
TestimonialTree_RatingLabel22.innerHTML = ' of 5 - ';
var TestimonialTree_RatingDiv2 = document.createElement('span');
TestimonialTree_RatingDiv2.setAttribute("itemprop","reviewRating");
TestimonialTree_RatingDiv2.setAttribute("itemscope","");
TestimonialTree_RatingDiv2.setAttribute("itemtype","https://schema.org/Rating");
var TestimonialTree_RatingValue2 = document.createElement('span');
TestimonialTree_RatingValue2.setAttribute("itemprop","ratingValue");
TestimonialTree_RatingValue2.innerHTML = TestimonialTree_Rating2 + ' ';
TestimonialTree_RatingDiv2.appendChild(TestimonialTree_RatingValue2)
//Add to DOM
TestimonialTree_ReviewDiv2.appendChild(TestimonialTree_SubjectLabel2);
TestimonialTree_ReviewDiv2.appendChild(TestimonialTree_SubjectDiv2);
if (TestimonialTree_Rating2 != '')
{
TestimonialTree_ReviewDiv2.appendChild(TestimonialTree_RatingLabel12);
TestimonialTree_ReviewDiv2.appendChild(TestimonialTree_RatingDiv2);
TestimonialTree_ReviewDiv2.appendChild(TestimonialTree_RatingLabel22);
}
TestimonialTree_ReviewDiv2.appendChild(TestimonialTree_TimeStamp2);
TestimonialTree_Div2.appendChild(TestimonialTree_Author2);
TestimonialTree_Div2.appendChild(TestimonialTree_TestDiv2);
TestimonialTree_Div2.appendChild(TestimonialTree_ReviewDiv2);
document.getElementById('TestimonialTree_Widget_50910').appendChild(TestimonialTree_Div2);
//Create Parent Div
var TestimonialTree_Div3 = document.createElement('div');
TestimonialTree_Div3.className = "TestimonialTree_Container";
TestimonialTree_Div3.setAttribute("itemscope","");
TestimonialTree_Div3.setAttribute("itemtype","https://schema.org/Review");
//Signature
var TestimonialTree_Author3 = document.createElement('span');
TestimonialTree_Author3.className = "TestimonialTree_Signature";
TestimonialTree_Author3.setAttribute("itemprop","author");
TestimonialTree_Author3.setAttribute("itemscope","");
TestimonialTree_Author3.setAttribute("itemtype","https://schema.org/Person");
var TestimonialTree_AuthorName3 = document.createElement('span');
TestimonialTree_AuthorName3.className = "TestimonialTree_Signature";
TestimonialTree_AuthorName3.setAttribute("itemprop","name");
TestimonialTree_AuthorName3.innerHTML = 'Jori R';
TestimonialTree_Author3.appendChild(TestimonialTree_AuthorName3);
if ('' != '') {
var TestimonialTree_Source3 = document.createElement('span');
TestimonialTree_Source3.className = "TestimonialTree_Source";
TestimonialTree_Source3.setAttribute("itemprop","source");
TestimonialTree_Source3.innerHTML = ' on ';
TestimonialTree_AuthorName3.appendChild(TestimonialTree_Source3);
}
//Testimonial
var TestimonialTree_TestDiv3 = document.createElement('div');
TestimonialTree_TestDiv3.className = "TestimonialTree_Testimonial";
TestimonialTree_TestDiv3.setAttribute("style","padding-top: 7px");
TestimonialTree_TestDiv3.setAttribute("itemprop","reviewBody");
TestimonialTree_TestDiv3.innerHTML = 'We worked with Milton for a few years looking for the right house. He was patient, honest and knowledgeable, which is exactly what we needed. He was readily available when needed and if he could not physically be there, he would make sure a colleague was. We highly recommend Milton for your real estate needs. ';
//Review Data
var TestimonialTree_ReviewDiv3 = document.createElement('div');
TestimonialTree_ReviewDiv3.className = "TestimonialTree_ReviewData";
//Review of
var TestimonialTree_SubjectLabel3 = document.createElement('span');
TestimonialTree_SubjectLabel3.innerHTML = 'Testimonial For: ';
//Review of
var TestimonialTree_SubjectDiv3 = document.createElement('div');
TestimonialTree_SubjectDiv3.setAttribute("itemprop","itemreviewed");
TestimonialTree_SubjectDiv3.setAttribute("itemscope","");
TestimonialTree_SubjectDiv3.setAttribute("style","display: inline");
TestimonialTree_SubjectDiv3.setAttribute("itemtype","https://schema.org/Organization");
var TestimonialTree_SubjectDiv3_name = document.createElement('span');
//TestimonialTree_SubjectDiv3_name.className = "TestimonialTree_ReviewData";
TestimonialTree_SubjectDiv3_name.setAttribute("itemprop","name");
TestimonialTree_SubjectDiv3_name.innerHTML = 'RE/MAX Prime Properties - ';
TestimonialTree_SubjectDiv3.appendChild(TestimonialTree_SubjectDiv3_name)
//Date
var TestimonialTree_TimeStamp3 = document.createElement('time');
//TestimonialTree_TimeStamp3.className = "TestimonialTree_ReviewData";
TestimonialTree_TimeStamp3.setAttribute("itemprop","datePublished");
TestimonialTree_TimeStamp3.setAttribute("datetime","5/24/2022 1:04:28 PM");
TestimonialTree_TimeStamp3.innerHTML = '5/24/2022 1:04:28 PM';
//Rating
var TestimonialTree_Rating3 = '5'
var TestimonialTree_RatingLabel13 = document.createElement('span');
TestimonialTree_RatingLabel13.innerHTML = 'Rating: ';
var TestimonialTree_RatingLabel23 = document.createElement('span');
TestimonialTree_RatingLabel23.innerHTML = ' of 5 - ';
var TestimonialTree_RatingDiv3 = document.createElement('span');
TestimonialTree_RatingDiv3.setAttribute("itemprop","reviewRating");
TestimonialTree_RatingDiv3.setAttribute("itemscope","");
TestimonialTree_RatingDiv3.setAttribute("itemtype","https://schema.org/Rating");
var TestimonialTree_RatingValue3 = document.createElement('span');
TestimonialTree_RatingValue3.setAttribute("itemprop","ratingValue");
TestimonialTree_RatingValue3.innerHTML = TestimonialTree_Rating3 + ' ';
TestimonialTree_RatingDiv3.appendChild(TestimonialTree_RatingValue3)
//Add to DOM
TestimonialTree_ReviewDiv3.appendChild(TestimonialTree_SubjectLabel3);
TestimonialTree_ReviewDiv3.appendChild(TestimonialTree_SubjectDiv3);
if (TestimonialTree_Rating3 != '')
{
TestimonialTree_ReviewDiv3.appendChild(TestimonialTree_RatingLabel13);
TestimonialTree_ReviewDiv3.appendChild(TestimonialTree_RatingDiv3);
TestimonialTree_ReviewDiv3.appendChild(TestimonialTree_RatingLabel23);
}
TestimonialTree_ReviewDiv3.appendChild(TestimonialTree_TimeStamp3);
TestimonialTree_Div3.appendChild(TestimonialTree_Author3);
TestimonialTree_Div3.appendChild(TestimonialTree_TestDiv3);
TestimonialTree_Div3.appendChild(TestimonialTree_ReviewDiv3);
document.getElementById('TestimonialTree_Widget_50910').appendChild(TestimonialTree_Div3);
//Create Parent Div
var TestimonialTree_Div4 = document.createElement('div');
TestimonialTree_Div4.className = "TestimonialTree_Container";
TestimonialTree_Div4.setAttribute("itemscope","");
TestimonialTree_Div4.setAttribute("itemtype","https://schema.org/Review");
//Signature
var TestimonialTree_Author4 = document.createElement('span');
TestimonialTree_Author4.className = "TestimonialTree_Signature";
TestimonialTree_Author4.setAttribute("itemprop","author");
TestimonialTree_Author4.setAttribute("itemscope","");
TestimonialTree_Author4.setAttribute("itemtype","https://schema.org/Person");
var TestimonialTree_AuthorName4 = document.createElement('span');
TestimonialTree_AuthorName4.className = "TestimonialTree_Signature";
TestimonialTree_AuthorName4.setAttribute("itemprop","name");
TestimonialTree_AuthorName4.innerHTML = 'John F';
TestimonialTree_Author4.appendChild(TestimonialTree_AuthorName4);
if ('' != '') {
var TestimonialTree_Source4 = document.createElement('span');
TestimonialTree_Source4.className = "TestimonialTree_Source";
TestimonialTree_Source4.setAttribute("itemprop","source");
TestimonialTree_Source4.innerHTML = ' on ';
TestimonialTree_AuthorName4.appendChild(TestimonialTree_Source4);
}
//Testimonial
var TestimonialTree_TestDiv4 = document.createElement('div');
TestimonialTree_TestDiv4.className = "TestimonialTree_Testimonial";
TestimonialTree_TestDiv4.setAttribute("style","padding-top: 7px");
TestimonialTree_TestDiv4.setAttribute("itemprop","reviewBody");
TestimonialTree_TestDiv4.innerHTML = 'Milton was professional and attentive to our concerns throughout the entire home-buying process. We were able to reach him and get a timely response with every issue we had.';
//Review Data
var TestimonialTree_ReviewDiv4 = document.createElement('div');
TestimonialTree_ReviewDiv4.className = "TestimonialTree_ReviewData";
//Review of
var TestimonialTree_SubjectLabel4 = document.createElement('span');
TestimonialTree_SubjectLabel4.innerHTML = 'Testimonial For: ';
//Review of
var TestimonialTree_SubjectDiv4 = document.createElement('div');
TestimonialTree_SubjectDiv4.setAttribute("itemprop","itemreviewed");
TestimonialTree_SubjectDiv4.setAttribute("itemscope","");
TestimonialTree_SubjectDiv4.setAttribute("style","display: inline");
TestimonialTree_SubjectDiv4.setAttribute("itemtype","https://schema.org/Organization");
var TestimonialTree_SubjectDiv4_name = document.createElement('span');
//TestimonialTree_SubjectDiv4_name.className = "TestimonialTree_ReviewData";
TestimonialTree_SubjectDiv4_name.setAttribute("itemprop","name");
TestimonialTree_SubjectDiv4_name.innerHTML = 'RE/MAX Prime Properties - ';
TestimonialTree_SubjectDiv4.appendChild(TestimonialTree_SubjectDiv4_name)
//Date
var TestimonialTree_TimeStamp4 = document.createElement('time');
//TestimonialTree_TimeStamp4.className = "TestimonialTree_ReviewData";
TestimonialTree_TimeStamp4.setAttribute("itemprop","datePublished");
TestimonialTree_TimeStamp4.setAttribute("datetime","5/4/2022 10:54:50 PM");
TestimonialTree_TimeStamp4.innerHTML = '5/4/2022 10:54:50 PM';
//Rating
var TestimonialTree_Rating4 = '5'
var TestimonialTree_RatingLabel14 = document.createElement('span');
TestimonialTree_RatingLabel14.innerHTML = 'Rating: ';
var TestimonialTree_RatingLabel24 = document.createElement('span');
TestimonialTree_RatingLabel24.innerHTML = ' of 5 - ';
var TestimonialTree_RatingDiv4 = document.createElement('span');
TestimonialTree_RatingDiv4.setAttribute("itemprop","reviewRating");
TestimonialTree_RatingDiv4.setAttribute("itemscope","");
TestimonialTree_RatingDiv4.setAttribute("itemtype","https://schema.org/Rating");
var TestimonialTree_RatingValue4 = document.createElement('span');
TestimonialTree_RatingValue4.setAttribute("itemprop","ratingValue");
TestimonialTree_RatingValue4.innerHTML = TestimonialTree_Rating4 + ' ';
TestimonialTree_RatingDiv4.appendChild(TestimonialTree_RatingValue4)
//Add to DOM
TestimonialTree_ReviewDiv4.appendChild(TestimonialTree_SubjectLabel4);
TestimonialTree_ReviewDiv4.appendChild(TestimonialTree_SubjectDiv4);
if (TestimonialTree_Rating4 != '')
{
TestimonialTree_ReviewDiv4.appendChild(TestimonialTree_RatingLabel14);
TestimonialTree_ReviewDiv4.appendChild(TestimonialTree_RatingDiv4);
TestimonialTree_ReviewDiv4.appendChild(TestimonialTree_RatingLabel24);
}
TestimonialTree_ReviewDiv4.appendChild(TestimonialTree_TimeStamp4);
TestimonialTree_Div4.appendChild(TestimonialTree_Author4);
TestimonialTree_Div4.appendChild(TestimonialTree_TestDiv4);
TestimonialTree_Div4.appendChild(TestimonialTree_ReviewDiv4);
document.getElementById('TestimonialTree_Widget_50910').appendChild(TestimonialTree_Div4);
//Create Parent Div
var TestimonialTree_Div5 = document.createElement('div');
TestimonialTree_Div5.className = "TestimonialTree_Container";
TestimonialTree_Div5.setAttribute("itemscope","");
TestimonialTree_Div5.setAttribute("itemtype","https://schema.org/Review");
//Signature
var TestimonialTree_Author5 = document.createElement('span');
TestimonialTree_Author5.className = "TestimonialTree_Signature";
TestimonialTree_Author5.setAttribute("itemprop","author");
TestimonialTree_Author5.setAttribute("itemscope","");
TestimonialTree_Author5.setAttribute("itemtype","https://schema.org/Person");
var TestimonialTree_AuthorName5 = document.createElement('span');
TestimonialTree_AuthorName5.className = "TestimonialTree_Signature";
TestimonialTree_AuthorName5.setAttribute("itemprop","name");
TestimonialTree_AuthorName5.innerHTML = 'Josh F';
TestimonialTree_Author5.appendChild(TestimonialTree_AuthorName5);
if ('' != '') {
var TestimonialTree_Source5 = document.createElement('span');
TestimonialTree_Source5.className = "TestimonialTree_Source";
TestimonialTree_Source5.setAttribute("itemprop","source");
TestimonialTree_Source5.innerHTML = ' on ';
TestimonialTree_AuthorName5.appendChild(TestimonialTree_Source5);
}
//Testimonial
var TestimonialTree_TestDiv5 = document.createElement('div');
TestimonialTree_TestDiv5.className = "TestimonialTree_Testimonial";
TestimonialTree_TestDiv5.setAttribute("style","padding-top: 7px");
TestimonialTree_TestDiv5.setAttribute("itemprop","reviewBody");
TestimonialTree_TestDiv5.innerHTML = 'I worked with about 5 different real estate agents before meeting Milton. He was also the ONLY real estate agent that understood how hard it was to know what was available. The night after we met him he put together a list of over 40 homes that were still on the market. No one else had done that for us, and no on else seemed to understand our budget, our needs or our wants. When it finally came to touring some homes he was pleasant to be around and also knowledgeable about different kinds of constructions and what our expectations should be. He was also the only one that answered some of the tougher questions I had about the rapidly inflating market, and he put my mind at ease and gave me a sensible outlook that helped me make one of the biggest decisions of my life.';
//Review Data
var TestimonialTree_ReviewDiv5 = document.createElement('div');
TestimonialTree_ReviewDiv5.className = "TestimonialTree_ReviewData";
//Review of
var TestimonialTree_SubjectLabel5 = document.createElement('span');
TestimonialTree_SubjectLabel5.innerHTML = 'Testimonial For: ';
//Review of
var TestimonialTree_SubjectDiv5 = document.createElement('div');
TestimonialTree_SubjectDiv5.setAttribute("itemprop","itemreviewed");
TestimonialTree_SubjectDiv5.setAttribute("itemscope","");
TestimonialTree_SubjectDiv5.setAttribute("style","display: inline");
TestimonialTree_SubjectDiv5.setAttribute("itemtype","https://schema.org/Organization");
var TestimonialTree_SubjectDiv5_name = document.createElement('span');
//TestimonialTree_SubjectDiv5_name.className = "TestimonialTree_ReviewData";
TestimonialTree_SubjectDiv5_name.setAttribute("itemprop","name");
TestimonialTree_SubjectDiv5_name.innerHTML = 'RE/MAX Prime Properties - ';
TestimonialTree_SubjectDiv5.appendChild(TestimonialTree_SubjectDiv5_name)
//Date
var TestimonialTree_TimeStamp5 = document.createElement('time');
//TestimonialTree_TimeStamp5.className = "TestimonialTree_ReviewData";
TestimonialTree_TimeStamp5.setAttribute("itemprop","datePublished");
TestimonialTree_TimeStamp5.setAttribute("datetime","5/4/2022 1:00:37 PM");
TestimonialTree_TimeStamp5.innerHTML = '5/4/2022 1:00:37 PM';
//Rating
var TestimonialTree_Rating5 = '5'
var TestimonialTree_RatingLabel15 = document.createElement('span');
TestimonialTree_RatingLabel15.innerHTML = 'Rating: ';
var TestimonialTree_RatingLabel25 = document.createElement('span');
TestimonialTree_RatingLabel25.innerHTML = ' of 5 - ';
var TestimonialTree_RatingDiv5 = document.createElement('span');
TestimonialTree_RatingDiv5.setAttribute("itemprop","reviewRating");
TestimonialTree_RatingDiv5.setAttribute("itemscope","");
TestimonialTree_RatingDiv5.setAttribute("itemtype","https://schema.org/Rating");
var TestimonialTree_RatingValue5 = document.createElement('span');
TestimonialTree_RatingValue5.setAttribute("itemprop","ratingValue");
TestimonialTree_RatingValue5.innerHTML = TestimonialTree_Rating5 + ' ';
TestimonialTree_RatingDiv5.appendChild(TestimonialTree_RatingValue5)
//Add to DOM
TestimonialTree_ReviewDiv5.appendChild(TestimonialTree_SubjectLabel5);
TestimonialTree_ReviewDiv5.appendChild(TestimonialTree_SubjectDiv5);
if (TestimonialTree_Rating5 != '')
{
TestimonialTree_ReviewDiv5.appendChild(TestimonialTree_RatingLabel15);
TestimonialTree_ReviewDiv5.appendChild(TestimonialTree_RatingDiv5);
TestimonialTree_ReviewDiv5.appendChild(TestimonialTree_RatingLabel25);
}
TestimonialTree_ReviewDiv5.appendChild(TestimonialTree_TimeStamp5);
TestimonialTree_Div5.appendChild(TestimonialTree_Author5);
TestimonialTree_Div5.appendChild(TestimonialTree_TestDiv5);
TestimonialTree_Div5.appendChild(TestimonialTree_ReviewDiv5);
document.getElementById('TestimonialTree_Widget_50910').appendChild(TestimonialTree_Div5);
//Create Parent Div
var TestimonialTree_Div6 = document.createElement('div');
TestimonialTree_Div6.className = "TestimonialTree_Container";
TestimonialTree_Div6.setAttribute("itemscope","");
TestimonialTree_Div6.setAttribute("itemtype","https://schema.org/Review");
//Signature
var TestimonialTree_Author6 = document.createElement('span');
TestimonialTree_Author6.className = "TestimonialTree_Signature";
TestimonialTree_Author6.setAttribute("itemprop","author");
TestimonialTree_Author6.setAttribute("itemscope","");
TestimonialTree_Author6.setAttribute("itemtype","https://schema.org/Person");
var TestimonialTree_AuthorName6 = document.createElement('span');
TestimonialTree_AuthorName6.className = "TestimonialTree_Signature";
TestimonialTree_AuthorName6.setAttribute("itemprop","name");
TestimonialTree_AuthorName6.innerHTML = 'Joel G';
TestimonialTree_Author6.appendChild(TestimonialTree_AuthorName6);
if ('' != '') {
var TestimonialTree_Source6 = document.createElement('span');
TestimonialTree_Source6.className = "TestimonialTree_Source";
TestimonialTree_Source6.setAttribute("itemprop","source");
TestimonialTree_Source6.innerHTML = ' on ';
TestimonialTree_AuthorName6.appendChild(TestimonialTree_Source6);
}
//Testimonial
var TestimonialTree_TestDiv6 = document.createElement('div');
TestimonialTree_TestDiv6.className = "TestimonialTree_Testimonial";
TestimonialTree_TestDiv6.setAttribute("style","padding-top: 7px");
TestimonialTree_TestDiv6.setAttribute("itemprop","reviewBody");
TestimonialTree_TestDiv6.innerHTML = 'Milton is the best,
\nI have been dealing with other brokers in the best no one comes close to Milton he will go out of his way to make sure the client is 110% happy I will definitely recommend him to other people ';
//Review Data
var TestimonialTree_ReviewDiv6 = document.createElement('div');
TestimonialTree_ReviewDiv6.className = "TestimonialTree_ReviewData";
//Review of
var TestimonialTree_SubjectLabel6 = document.createElement('span');
TestimonialTree_SubjectLabel6.innerHTML = 'Testimonial For: ';
//Review of
var TestimonialTree_SubjectDiv6 = document.createElement('div');
TestimonialTree_SubjectDiv6.setAttribute("itemprop","itemreviewed");
TestimonialTree_SubjectDiv6.setAttribute("itemscope","");
TestimonialTree_SubjectDiv6.setAttribute("style","display: inline");
TestimonialTree_SubjectDiv6.setAttribute("itemtype","https://schema.org/Organization");
var TestimonialTree_SubjectDiv6_name = document.createElement('span');
//TestimonialTree_SubjectDiv6_name.className = "TestimonialTree_ReviewData";
TestimonialTree_SubjectDiv6_name.setAttribute("itemprop","name");
TestimonialTree_SubjectDiv6_name.innerHTML = 'RE/MAX Prime Properties - ';
TestimonialTree_SubjectDiv6.appendChild(TestimonialTree_SubjectDiv6_name)
//Date
var TestimonialTree_TimeStamp6 = document.createElement('time');
//TestimonialTree_TimeStamp6.className = "TestimonialTree_ReviewData";
TestimonialTree_TimeStamp6.setAttribute("itemprop","datePublished");
TestimonialTree_TimeStamp6.setAttribute("datetime","5/3/2022 10:17:25 PM");
TestimonialTree_TimeStamp6.innerHTML = '5/3/2022 10:17:25 PM';
//Rating
var TestimonialTree_Rating6 = '5'
var TestimonialTree_RatingLabel16 = document.createElement('span');
TestimonialTree_RatingLabel16.innerHTML = 'Rating: ';
var TestimonialTree_RatingLabel26 = document.createElement('span');
TestimonialTree_RatingLabel26.innerHTML = ' of 5 - ';
var TestimonialTree_RatingDiv6 = document.createElement('span');
TestimonialTree_RatingDiv6.setAttribute("itemprop","reviewRating");
TestimonialTree_RatingDiv6.setAttribute("itemscope","");
TestimonialTree_RatingDiv6.setAttribute("itemtype","https://schema.org/Rating");
var TestimonialTree_RatingValue6 = document.createElement('span');
TestimonialTree_RatingValue6.setAttribute("itemprop","ratingValue");
TestimonialTree_RatingValue6.innerHTML = TestimonialTree_Rating6 + ' ';
TestimonialTree_RatingDiv6.appendChild(TestimonialTree_RatingValue6)
//Add to DOM
TestimonialTree_ReviewDiv6.appendChild(TestimonialTree_SubjectLabel6);
TestimonialTree_ReviewDiv6.appendChild(TestimonialTree_SubjectDiv6);
if (TestimonialTree_Rating6 != '')
{
TestimonialTree_ReviewDiv6.appendChild(TestimonialTree_RatingLabel16);
TestimonialTree_ReviewDiv6.appendChild(TestimonialTree_RatingDiv6);
TestimonialTree_ReviewDiv6.appendChild(TestimonialTree_RatingLabel26);
}
TestimonialTree_ReviewDiv6.appendChild(TestimonialTree_TimeStamp6);
TestimonialTree_Div6.appendChild(TestimonialTree_Author6);
TestimonialTree_Div6.appendChild(TestimonialTree_TestDiv6);
TestimonialTree_Div6.appendChild(TestimonialTree_ReviewDiv6);
document.getElementById('TestimonialTree_Widget_50910').appendChild(TestimonialTree_Div6);
//Create Parent Div
var TestimonialTree_Div7 = document.createElement('div');
TestimonialTree_Div7.className = "TestimonialTree_Container";
TestimonialTree_Div7.setAttribute("itemscope","");
TestimonialTree_Div7.setAttribute("itemtype","https://schema.org/Review");
//Signature
var TestimonialTree_Author7 = document.createElement('span');
TestimonialTree_Author7.className = "TestimonialTree_Signature";
TestimonialTree_Author7.setAttribute("itemprop","author");
TestimonialTree_Author7.setAttribute("itemscope","");
TestimonialTree_Author7.setAttribute("itemtype","https://schema.org/Person");
var TestimonialTree_AuthorName7 = document.createElement('span');
TestimonialTree_AuthorName7.className = "TestimonialTree_Signature";
TestimonialTree_AuthorName7.setAttribute("itemprop","name");
TestimonialTree_AuthorName7.innerHTML = 'Elba S';
TestimonialTree_Author7.appendChild(TestimonialTree_AuthorName7);
if ('' != '') {
var TestimonialTree_Source7 = document.createElement('span');
TestimonialTree_Source7.className = "TestimonialTree_Source";
TestimonialTree_Source7.setAttribute("itemprop","source");
TestimonialTree_Source7.innerHTML = ' on ';
TestimonialTree_AuthorName7.appendChild(TestimonialTree_Source7);
}
//Testimonial
var TestimonialTree_TestDiv7 = document.createElement('div');
TestimonialTree_TestDiv7.className = "TestimonialTree_Testimonial";
TestimonialTree_TestDiv7.setAttribute("style","padding-top: 7px");
TestimonialTree_TestDiv7.setAttribute("itemprop","reviewBody");
TestimonialTree_TestDiv7.innerHTML = 'Milton Katcher is the best realtor I ever know . The first Day a met I knew he was going to help to buy my first home . I\u0092m very satisfied with his services . He is part of my family . Thank you .';
//Review Data
var TestimonialTree_ReviewDiv7 = document.createElement('div');
TestimonialTree_ReviewDiv7.className = "TestimonialTree_ReviewData";
//Review of
var TestimonialTree_SubjectLabel7 = document.createElement('span');
TestimonialTree_SubjectLabel7.innerHTML = 'Testimonial For: ';
//Review of
var TestimonialTree_SubjectDiv7 = document.createElement('div');
TestimonialTree_SubjectDiv7.setAttribute("itemprop","itemreviewed");
TestimonialTree_SubjectDiv7.setAttribute("itemscope","");
TestimonialTree_SubjectDiv7.setAttribute("style","display: inline");
TestimonialTree_SubjectDiv7.setAttribute("itemtype","https://schema.org/Organization");
var TestimonialTree_SubjectDiv7_name = document.createElement('span');
//TestimonialTree_SubjectDiv7_name.className = "TestimonialTree_ReviewData";
TestimonialTree_SubjectDiv7_name.setAttribute("itemprop","name");
TestimonialTree_SubjectDiv7_name.innerHTML = 'RE/MAX Prime Properties - ';
TestimonialTree_SubjectDiv7.appendChild(TestimonialTree_SubjectDiv7_name)
//Date
var TestimonialTree_TimeStamp7 = document.createElement('time');
//TestimonialTree_TimeStamp7.className = "TestimonialTree_ReviewData";
TestimonialTree_TimeStamp7.setAttribute("itemprop","datePublished");
TestimonialTree_TimeStamp7.setAttribute("datetime","5/3/2022 5:52:49 PM");
TestimonialTree_TimeStamp7.innerHTML = '5/3/2022 5:52:49 PM';
//Rating
var TestimonialTree_Rating7 = '5'
var TestimonialTree_RatingLabel17 = document.createElement('span');
TestimonialTree_RatingLabel17.innerHTML = 'Rating: ';
var TestimonialTree_RatingLabel27 = document.createElement('span');
TestimonialTree_RatingLabel27.innerHTML = ' of 5 - ';
var TestimonialTree_RatingDiv7 = document.createElement('span');
TestimonialTree_RatingDiv7.setAttribute("itemprop","reviewRating");
TestimonialTree_RatingDiv7.setAttribute("itemscope","");
TestimonialTree_RatingDiv7.setAttribute("itemtype","https://schema.org/Rating");
var TestimonialTree_RatingValue7 = document.createElement('span');
TestimonialTree_RatingValue7.setAttribute("itemprop","ratingValue");
TestimonialTree_RatingValue7.innerHTML = TestimonialTree_Rating7 + ' ';
TestimonialTree_RatingDiv7.appendChild(TestimonialTree_RatingValue7)
//Add to DOM
TestimonialTree_ReviewDiv7.appendChild(TestimonialTree_SubjectLabel7);
TestimonialTree_ReviewDiv7.appendChild(TestimonialTree_SubjectDiv7);
if (TestimonialTree_Rating7 != '')
{
TestimonialTree_ReviewDiv7.appendChild(TestimonialTree_RatingLabel17);
TestimonialTree_ReviewDiv7.appendChild(TestimonialTree_RatingDiv7);
TestimonialTree_ReviewDiv7.appendChild(TestimonialTree_RatingLabel27);
}
TestimonialTree_ReviewDiv7.appendChild(TestimonialTree_TimeStamp7);
TestimonialTree_Div7.appendChild(TestimonialTree_Author7);
TestimonialTree_Div7.appendChild(TestimonialTree_TestDiv7);
TestimonialTree_Div7.appendChild(TestimonialTree_ReviewDiv7);
document.getElementById('TestimonialTree_Widget_50910').appendChild(TestimonialTree_Div7);
//Create Parent Div
var TestimonialTree_Div8 = document.createElement('div');
TestimonialTree_Div8.className = "TestimonialTree_Container";
TestimonialTree_Div8.setAttribute("itemscope","");
TestimonialTree_Div8.setAttribute("itemtype","https://schema.org/Review");
//Signature
var TestimonialTree_Author8 = document.createElement('span');
TestimonialTree_Author8.className = "TestimonialTree_Signature";
TestimonialTree_Author8.setAttribute("itemprop","author");
TestimonialTree_Author8.setAttribute("itemscope","");
TestimonialTree_Author8.setAttribute("itemtype","https://schema.org/Person");
var TestimonialTree_AuthorName8 = document.createElement('span');
TestimonialTree_AuthorName8.className = "TestimonialTree_Signature";
TestimonialTree_AuthorName8.setAttribute("itemprop","name");
TestimonialTree_AuthorName8.innerHTML = 'Rick H';
TestimonialTree_Author8.appendChild(TestimonialTree_AuthorName8);
if ('' != '') {
var TestimonialTree_Source8 = document.createElement('span');
TestimonialTree_Source8.className = "TestimonialTree_Source";
TestimonialTree_Source8.setAttribute("itemprop","source");
TestimonialTree_Source8.innerHTML = ' on ';
TestimonialTree_AuthorName8.appendChild(TestimonialTree_Source8);
}
//Testimonial
var TestimonialTree_TestDiv8 = document.createElement('div');
TestimonialTree_TestDiv8.className = "TestimonialTree_Testimonial";
TestimonialTree_TestDiv8.setAttribute("style","padding-top: 7px");
TestimonialTree_TestDiv8.setAttribute("itemprop","reviewBody");
TestimonialTree_TestDiv8.innerHTML = 'BS\"D. I can only say good things about Milton Katcher. Honest and completely dedicated to his client. He showed me quite a few homes that almost fit my needs and then finally the home that was amazing. I love my new home and I thank Milt for being totally patient with us while we were looking. I recommend Milt highly to anyone looking for a home in this difficult market. Dr. R. Holiday.';
//Review Data
var TestimonialTree_ReviewDiv8 = document.createElement('div');
TestimonialTree_ReviewDiv8.className = "TestimonialTree_ReviewData";
//Review of
var TestimonialTree_SubjectLabel8 = document.createElement('span');
TestimonialTree_SubjectLabel8.innerHTML = 'Testimonial For: ';
//Review of
var TestimonialTree_SubjectDiv8 = document.createElement('div');
TestimonialTree_SubjectDiv8.setAttribute("itemprop","itemreviewed");
TestimonialTree_SubjectDiv8.setAttribute("itemscope","");
TestimonialTree_SubjectDiv8.setAttribute("style","display: inline");
TestimonialTree_SubjectDiv8.setAttribute("itemtype","https://schema.org/Organization");
var TestimonialTree_SubjectDiv8_name = document.createElement('span');
//TestimonialTree_SubjectDiv8_name.className = "TestimonialTree_ReviewData";
TestimonialTree_SubjectDiv8_name.setAttribute("itemprop","name");
TestimonialTree_SubjectDiv8_name.innerHTML = 'RE/MAX Prime Properties - ';
TestimonialTree_SubjectDiv8.appendChild(TestimonialTree_SubjectDiv8_name)
//Date
var TestimonialTree_TimeStamp8 = document.createElement('time');
//TestimonialTree_TimeStamp8.className = "TestimonialTree_ReviewData";
TestimonialTree_TimeStamp8.setAttribute("itemprop","datePublished");
TestimonialTree_TimeStamp8.setAttribute("datetime","5/3/2022 5:15:16 PM");
TestimonialTree_TimeStamp8.innerHTML = '5/3/2022 5:15:16 PM';
//Rating
var TestimonialTree_Rating8 = '5'
var TestimonialTree_RatingLabel18 = document.createElement('span');
TestimonialTree_RatingLabel18.innerHTML = 'Rating: ';
var TestimonialTree_RatingLabel28 = document.createElement('span');
TestimonialTree_RatingLabel28.innerHTML = ' of 5 - ';
var TestimonialTree_RatingDiv8 = document.createElement('span');
TestimonialTree_RatingDiv8.setAttribute("itemprop","reviewRating");
TestimonialTree_RatingDiv8.setAttribute("itemscope","");
TestimonialTree_RatingDiv8.setAttribute("itemtype","https://schema.org/Rating");
var TestimonialTree_RatingValue8 = document.createElement('span');
TestimonialTree_RatingValue8.setAttribute("itemprop","ratingValue");
TestimonialTree_RatingValue8.innerHTML = TestimonialTree_Rating8 + ' ';
TestimonialTree_RatingDiv8.appendChild(TestimonialTree_RatingValue8)
//Add to DOM
TestimonialTree_ReviewDiv8.appendChild(TestimonialTree_SubjectLabel8);
TestimonialTree_ReviewDiv8.appendChild(TestimonialTree_SubjectDiv8);
if (TestimonialTree_Rating8 != '')
{
TestimonialTree_ReviewDiv8.appendChild(TestimonialTree_RatingLabel18);
TestimonialTree_ReviewDiv8.appendChild(TestimonialTree_RatingDiv8);
TestimonialTree_ReviewDiv8.appendChild(TestimonialTree_RatingLabel28);
}
TestimonialTree_ReviewDiv8.appendChild(TestimonialTree_TimeStamp8);
TestimonialTree_Div8.appendChild(TestimonialTree_Author8);
TestimonialTree_Div8.appendChild(TestimonialTree_TestDiv8);
TestimonialTree_Div8.appendChild(TestimonialTree_ReviewDiv8);
document.getElementById('TestimonialTree_Widget_50910').appendChild(TestimonialTree_Div8);
document.getElementById('TestimonialTree_Widget_50910').appendChild(AddTestimonialLink);
document.getElementById('TestimonialTree_Widget_50910').appendChild(TestimonialLink);
};