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);
})();
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=66951¶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_Widget1.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);
var BR0 = document.createElement('BR');
var TestRow0 = document.createElement('TR');
var TestCell0 = document.createElement('TD');
TestCell0.className = 'TestimonialTree_Testimonial';
TestCell0.className = 'TestimonialTree_Testimonial';
var TestDiv0 = document.createElement('div');
TestDiv0.innerHTML= '\"Coco Jensen did a wonderful job representing me as a buyer of a beautiful home in downtown CDA. She made many recommendations of people for me to get quotes from for work on the property after the purchase and is very connected with the community to make great referrals. The closing process went smoothly as well with the title company. I would highly recommend Windermere and Coco is anyone is looking to buy or sell a home in the CDA area.\"';
TestCell0.appendChild(TestDiv0);
TestRow0.appendChild(TestCell0);
var SigRow0 = document.createElement('TR');
var SigCell0 = document.createElement('TD');
SigCell0.className = 'TestimonialTree_Signature';
var SigData0 = document.createTextNode('Christina Donovan');
SigCell0.appendChild(SigData0);
SigRow0.appendChild(SigCell0);
//Add Row
tmp.appendChild(SigRow0);
//Add Row
tmp.appendChild(TestRow0);
var BR1 = document.createElement('BR');
var TestRow1 = document.createElement('TR');
var TestCell1 = document.createElement('TD');
TestCell1.className = 'TestimonialTree_Testimonial';
TestCell1.className = 'TestimonialTree_Testimonial';
var TestDiv1 = document.createElement('div');
TestDiv1.innerHTML= '\"Venessa is a pro and we had an excellent time working with her! \"';
TestCell1.appendChild(TestDiv1);
TestRow1.appendChild(TestCell1);
var SigRow1 = document.createElement('TR');
var SigCell1 = document.createElement('TD');
SigCell1.className = 'TestimonialTree_Signature';
var SigData1 = document.createTextNode('Caitlin Fulk');
SigCell1.appendChild(SigData1);
SigRow1.appendChild(SigCell1);
//Add Row
tmp.appendChild(SigRow1);
//Add Row
tmp.appendChild(TestRow1);
var BR2 = document.createElement('BR');
var TestRow2 = document.createElement('TR');
var TestCell2 = document.createElement('TD');
TestCell2.className = 'TestimonialTree_Testimonial';
TestCell2.className = 'TestimonialTree_Testimonial';
var TestDiv2 = document.createElement('div');
TestDiv2.innerHTML= '\"Amazing! We loved working with Charlotte and Windermere. \"';
TestCell2.appendChild(TestDiv2);
TestRow2.appendChild(TestCell2);
var SigRow2 = document.createElement('TR');
var SigCell2 = document.createElement('TD');
SigCell2.className = 'TestimonialTree_Signature';
var SigData2 = document.createTextNode('Jensen Bruner');
SigCell2.appendChild(SigData2);
SigRow2.appendChild(SigCell2);
//Add Row
tmp.appendChild(SigRow2);
//Add Row
tmp.appendChild(TestRow2);
var BR3 = document.createElement('BR');
var TestRow3 = document.createElement('TR');
var TestCell3 = document.createElement('TD');
TestCell3.className = 'TestimonialTree_Testimonial';
TestCell3.className = 'TestimonialTree_Testimonial';
var TestDiv3 = document.createElement('div');
TestDiv3.innerHTML= '\"Excellent.\"';
TestCell3.appendChild(TestDiv3);
TestRow3.appendChild(TestCell3);
var SigRow3 = document.createElement('TR');
var SigCell3 = document.createElement('TD');
SigCell3.className = 'TestimonialTree_Signature';
var SigData3 = document.createTextNode('Harry Osborn');
SigCell3.appendChild(SigData3);
SigRow3.appendChild(SigCell3);
//Add Row
tmp.appendChild(SigRow3);
//Add Row
tmp.appendChild(TestRow3);
var BR4 = document.createElement('BR');
var TestRow4 = document.createElement('TR');
var TestCell4 = document.createElement('TD');
TestCell4.className = 'TestimonialTree_Testimonial';
TestCell4.className = 'TestimonialTree_Testimonial';
var TestDiv4 = document.createElement('div');
TestDiv4.innerHTML= '\"The whole team delivered. I felt cared for and was in the loop every step of the way. My house was pending within a week of being listed. They are on their game, extremely professional and would 💯 use them again in the future. \"';
TestCell4.appendChild(TestDiv4);
TestRow4.appendChild(TestCell4);
var SigRow4 = document.createElement('TR');
var SigCell4 = document.createElement('TD');
SigCell4.className = 'TestimonialTree_Signature';
var SigData4 = document.createTextNode('Mollie Lynch');
SigCell4.appendChild(SigData4);
SigRow4.appendChild(SigCell4);
//Add Row
tmp.appendChild(SigRow4);
//Add Row
tmp.appendChild(TestRow4);
var BR5 = document.createElement('BR');
var TestRow5 = document.createElement('TR');
var TestCell5 = document.createElement('TD');
TestCell5.className = 'TestimonialTree_Testimonial';
TestCell5.className = 'TestimonialTree_Testimonial';
var TestDiv5 = document.createElement('div');
TestDiv5.innerHTML= '\"rebecca was amazing. The best realtor I ever worked with. I would highly recommend her. \"';
TestCell5.appendChild(TestDiv5);
TestRow5.appendChild(TestCell5);
var SigRow5 = document.createElement('TR');
var SigCell5 = document.createElement('TD');
SigCell5.className = 'TestimonialTree_Signature';
var SigData5 = document.createTextNode('Kathy Melchiorre');
SigCell5.appendChild(SigData5);
SigRow5.appendChild(SigCell5);
//Add Row
tmp.appendChild(SigRow5);
//Add Row
tmp.appendChild(TestRow5);
var BR6 = document.createElement('BR');
var TestRow6 = document.createElement('TR');
var TestCell6 = document.createElement('TD');
TestCell6.className = 'TestimonialTree_Testimonial';
TestCell6.className = 'TestimonialTree_Testimonial';
var TestDiv6 = document.createElement('div');
TestDiv6.innerHTML= '\"Working with Windermere Realtor was a perfect experience. Our realtor Jeanine Dixon took great care in helping us list and sell our home. Her marketing was a boost in selling what we believed to be a tough sell! During major Holidays and a flag lot, she made it shine. we thought it would take a considerable amount of time to sell but sold in about 2 months in a tough market. We liked the information she gave us and glad we listened.... Jeanine and her team went above and beyond. \"';
TestCell6.appendChild(TestDiv6);
TestRow6.appendChild(TestCell6);
var SigRow6 = document.createElement('TR');
var SigCell6 = document.createElement('TD');
SigCell6.className = 'TestimonialTree_Signature';
var SigData6 = document.createTextNode('Michael Tweed Kolln');
SigCell6.appendChild(SigData6);
SigRow6.appendChild(SigCell6);
//Add Row
tmp.appendChild(SigRow6);
//Add Row
tmp.appendChild(TestRow6);
var BR7 = document.createElement('BR');
var TestRow7 = document.createElement('TR');
var TestCell7 = document.createElement('TD');
TestCell7.className = 'TestimonialTree_Testimonial';
TestCell7.className = 'TestimonialTree_Testimonial';
var TestDiv7 = document.createElement('div');
TestDiv7.innerHTML= '\"Great\"';
TestCell7.appendChild(TestDiv7);
TestRow7.appendChild(TestCell7);
var SigRow7 = document.createElement('TR');
var SigCell7 = document.createElement('TD');
SigCell7.className = 'TestimonialTree_Signature';
var SigData7 = document.createTextNode('John Storm');
SigCell7.appendChild(SigData7);
SigRow7.appendChild(SigCell7);
//Add Row
tmp.appendChild(SigRow7);
//Add Row
tmp.appendChild(TestRow7);
var BR8 = document.createElement('BR');
var TestRow8 = document.createElement('TR');
var TestCell8 = document.createElement('TD');
TestCell8.className = 'TestimonialTree_Testimonial';
TestCell8.className = 'TestimonialTree_Testimonial';
var TestDiv8 = document.createElement('div');
TestDiv8.innerHTML= '\"Kathy is the best she was so helpful.
\nRoxy was very helpful as well.\"';
TestCell8.appendChild(TestDiv8);
TestRow8.appendChild(TestCell8);
var SigRow8 = document.createElement('TR');
var SigCell8 = document.createElement('TD');
SigCell8.className = 'TestimonialTree_Signature';
var SigData8 = document.createTextNode('Teresa Winders');
SigCell8.appendChild(SigData8);
SigRow8.appendChild(SigCell8);
//Add Row
tmp.appendChild(SigRow8);
//Add Row
tmp.appendChild(TestRow8);
var BR9 = document.createElement('BR');
var TestRow9 = document.createElement('TR');
var TestCell9 = document.createElement('TD');
TestCell9.className = 'TestimonialTree_Testimonial';
TestCell9.className = 'TestimonialTree_Testimonial';
var TestDiv9 = document.createElement('div');
TestDiv9.innerHTML= '\"Ida did a great job for us, got our house sold in December, the worst month of the year for real estate sales!\"';
TestCell9.appendChild(TestDiv9);
TestRow9.appendChild(TestCell9);
var SigRow9 = document.createElement('TR');
var SigCell9 = document.createElement('TD');
SigCell9.className = 'TestimonialTree_Signature';
var SigData9 = document.createTextNode('Jeffrey and Deane Pfeil');
SigCell9.appendChild(SigData9);
SigRow9.appendChild(SigCell9);
//Add Row
tmp.appendChild(SigRow9);
//Add Row
tmp.appendChild(TestRow9);
var BR10 = document.createElement('BR');
var TestRow10 = document.createElement('TR');
var TestCell10 = document.createElement('TD');
TestCell10.className = 'TestimonialTree_Testimonial';
TestCell10.className = 'TestimonialTree_Testimonial';
var TestDiv10 = document.createElement('div');
TestDiv10.innerHTML= '\"I have been working with Dale for almost a decade at this point. With that 2 house purchases and 3 sales. I must say that working with both Dale and Maria this last sale was perfect. The whole experience from start to finish was seamless. From start to finish I knew everything that was happening and got understandable explanations for each step. \"';
TestCell10.appendChild(TestDiv10);
TestRow10.appendChild(TestCell10);
var SigRow10 = document.createElement('TR');
var SigCell10 = document.createElement('TD');
SigCell10.className = 'TestimonialTree_Signature';
var SigData10 = document.createTextNode('Zachary Auld');
SigCell10.appendChild(SigData10);
SigRow10.appendChild(SigCell10);
//Add Row
tmp.appendChild(SigRow10);
//Add Row
tmp.appendChild(TestRow10);
var BR11 = document.createElement('BR');
var TestRow11 = document.createElement('TR');
var TestCell11 = document.createElement('TD');
TestCell11.className = 'TestimonialTree_Testimonial';
TestCell11.className = 'TestimonialTree_Testimonial';
var TestDiv11 = document.createElement('div');
TestDiv11.innerHTML= '\"Josh and Kelli are amazing! They did a tremendous job helping us through any issues that came up in what turned out to be a very complicated situation. They were proactive and excellent communicators. We felt completely supported the whole way. \"';
TestCell11.appendChild(TestDiv11);
TestRow11.appendChild(TestCell11);
var SigRow11 = document.createElement('TR');
var SigCell11 = document.createElement('TD');
SigCell11.className = 'TestimonialTree_Signature';
var SigData11 = document.createTextNode('Gwen Fluhr');
SigCell11.appendChild(SigData11);
SigRow11.appendChild(SigCell11);
//Add Row
tmp.appendChild(SigRow11);
//Add Row
tmp.appendChild(TestRow11);
var BR12 = document.createElement('BR');
var TestRow12 = document.createElement('TR');
var TestCell12 = document.createElement('TD');
TestCell12.className = 'TestimonialTree_Testimonial';
TestCell12.className = 'TestimonialTree_Testimonial';
var TestDiv12 = document.createElement('div');
TestDiv12.innerHTML= '\"I work with the Kenoyer\u0092s because they have consistently been the best. That has not changed\"';
TestCell12.appendChild(TestDiv12);
TestRow12.appendChild(TestCell12);
var SigRow12 = document.createElement('TR');
var SigCell12 = document.createElement('TD');
SigCell12.className = 'TestimonialTree_Signature';
var SigData12 = document.createTextNode('Caleb Hazel');
SigCell12.appendChild(SigData12);
SigRow12.appendChild(SigCell12);
//Add Row
tmp.appendChild(SigRow12);
//Add Row
tmp.appendChild(TestRow12);
var BR13 = document.createElement('BR');
var TestRow13 = document.createElement('TR');
var TestCell13 = document.createElement('TD');
TestCell13.className = 'TestimonialTree_Testimonial';
TestCell13.className = 'TestimonialTree_Testimonial';
var TestDiv13 = document.createElement('div');
TestDiv13.innerHTML= '\"Working with Chad is always incredible to work with. I have worked with him to sell two places and purchase one. I will recommend him to everyone I know. I have already told him that I am using him to sell my home in three years when I retire.
\nThank you again Chad. \"';
TestCell13.appendChild(TestDiv13);
TestRow13.appendChild(TestCell13);
var SigRow13 = document.createElement('TR');
var SigCell13 = document.createElement('TD');
SigCell13.className = 'TestimonialTree_Signature';
var SigData13 = document.createTextNode('Michael D\'Aberle');
SigCell13.appendChild(SigData13);
SigRow13.appendChild(SigCell13);
//Add Row
tmp.appendChild(SigRow13);
//Add Row
tmp.appendChild(TestRow13);
var BR14 = document.createElement('BR');
var TestRow14 = document.createElement('TR');
var TestCell14 = document.createElement('TD');
TestCell14.className = 'TestimonialTree_Testimonial';
TestCell14.className = 'TestimonialTree_Testimonial';
var TestDiv14 = document.createElement('div');
TestDiv14.innerHTML= '\"Nice, willing to help in anyway he could, has many contacts to reach out to.\"';
TestCell14.appendChild(TestDiv14);
TestRow14.appendChild(TestCell14);
var SigRow14 = document.createElement('TR');
var SigCell14 = document.createElement('TD');
SigCell14.className = 'TestimonialTree_Signature';
var SigData14 = document.createTextNode('Leslie Haynes');
SigCell14.appendChild(SigData14);
SigRow14.appendChild(SigCell14);
//Add Row
tmp.appendChild(SigRow14);
//Add Row
tmp.appendChild(TestRow14);
var BR15 = document.createElement('BR');
var TestRow15 = document.createElement('TR');
var TestCell15 = document.createElement('TD');
TestCell15.className = 'TestimonialTree_Testimonial';
TestCell15.className = 'TestimonialTree_Testimonial';
var TestDiv15 = document.createElement('div');
TestDiv15.innerHTML= '\"Elizabeth was personable, helpful, quick to reply, and so great to work with. We are very grateful for her help in finding our new home!\"';
TestCell15.appendChild(TestDiv15);
TestRow15.appendChild(TestCell15);
var SigRow15 = document.createElement('TR');
var SigCell15 = document.createElement('TD');
SigCell15.className = 'TestimonialTree_Signature';
var SigData15 = document.createTextNode('Emma Rawls');
SigCell15.appendChild(SigData15);
SigRow15.appendChild(SigCell15);
//Add Row
tmp.appendChild(SigRow15);
//Add Row
tmp.appendChild(TestRow15);
var BR16 = document.createElement('BR');
var TestRow16 = document.createElement('TR');
var TestCell16 = document.createElement('TD');
TestCell16.className = 'TestimonialTree_Testimonial';
TestCell16.className = 'TestimonialTree_Testimonial';
var TestDiv16 = document.createElement('div');
TestDiv16.innerHTML= '\"Chris was exceptional during our process of selling the house. Was very helpful throughout my first journey, I would recommend him to my best friend. I was lucky to be able to work with him and would do it again.!
\nThanks Chris, like I said You were a Godsent..\"';
TestCell16.appendChild(TestDiv16);
TestRow16.appendChild(TestCell16);
var SigRow16 = document.createElement('TR');
var SigCell16 = document.createElement('TD');
SigCell16.className = 'TestimonialTree_Signature';
var SigData16 = document.createTextNode('Janis Littleraven');
SigCell16.appendChild(SigData16);
SigRow16.appendChild(SigCell16);
//Add Row
tmp.appendChild(SigRow16);
//Add Row
tmp.appendChild(TestRow16);
var BR17 = document.createElement('BR');
var TestRow17 = document.createElement('TR');
var TestCell17 = document.createElement('TD');
TestCell17.className = 'TestimonialTree_Testimonial';
TestCell17.className = 'TestimonialTree_Testimonial';
var TestDiv17 = document.createElement('div');
TestDiv17.innerHTML= '\"Scott Combs did an amazing job as always!!\"';
TestCell17.appendChild(TestDiv17);
TestRow17.appendChild(TestCell17);
var SigRow17 = document.createElement('TR');
var SigCell17 = document.createElement('TD');
SigCell17.className = 'TestimonialTree_Signature';
var SigData17 = document.createTextNode('Loren Kinnunen');
SigCell17.appendChild(SigData17);
SigRow17.appendChild(SigCell17);
//Add Row
tmp.appendChild(SigRow17);
//Add Row
tmp.appendChild(TestRow17);
var BR18 = document.createElement('BR');
var TestRow18 = document.createElement('TR');
var TestCell18 = document.createElement('TD');
TestCell18.className = 'TestimonialTree_Testimonial';
TestCell18.className = 'TestimonialTree_Testimonial';
var TestDiv18 = document.createElement('div');
TestDiv18.innerHTML= '\"Rob Cowles provided excellent communication and assistance throughout the entire process, from listing to closing. In my opinion, you could not hire a better real estate agent than Rob Cowles!\"';
TestCell18.appendChild(TestDiv18);
TestRow18.appendChild(TestCell18);
var SigRow18 = document.createElement('TR');
var SigCell18 = document.createElement('TD');
SigCell18.className = 'TestimonialTree_Signature';
var SigData18 = document.createTextNode('Donald Smith');
SigCell18.appendChild(SigData18);
SigRow18.appendChild(SigCell18);
//Add Row
tmp.appendChild(SigRow18);
//Add Row
tmp.appendChild(TestRow18);
var BR19 = document.createElement('BR');
var TestRow19 = document.createElement('TR');
var TestCell19 = document.createElement('TD');
TestCell19.className = 'TestimonialTree_Testimonial';
TestCell19.className = 'TestimonialTree_Testimonial';
var TestDiv19 = document.createElement('div');
TestDiv19.innerHTML= '\"Great [professional, easy to work with, made the selling process quite smooth.\"';
TestCell19.appendChild(TestDiv19);
TestRow19.appendChild(TestCell19);
var SigRow19 = document.createElement('TR');
var SigCell19 = document.createElement('TD');
SigCell19.className = 'TestimonialTree_Signature';
var SigData19 = document.createTextNode('Denisley Bassoli');
SigCell19.appendChild(SigData19);
SigRow19.appendChild(SigCell19);
//Add Row
tmp.appendChild(SigRow19);
//Add Row
tmp.appendChild(TestRow19);
var BR20 = document.createElement('BR');
var TestRow20 = document.createElement('TR');
var TestCell20 = document.createElement('TD');
TestCell20.className = 'TestimonialTree_Testimonial';
TestCell20.className = 'TestimonialTree_Testimonial';
var TestDiv20 = document.createElement('div');
TestDiv20.innerHTML= '\"We met Joey at an open house the first weekend we started house hunting. He was incredibly friendly and proactive, he was emailing us listings within an hour of leaving the open house and scheduling with us a time to go look at a few houses the next weekend. We really appreciated his flexibility with house hunting, that he was always sending us new stuff that popped up, and his timeliness with communication. He was super patient with us in our decision making and encouraged us to take our time instead of rushing to find something. He walked us through our first home buying experience and answered all our random and maybe sometimes even silly questions with kindness, patience, and professionalism. It was clear that he wanted our first home purchase to be the right home that fit our needs and wants rather than rushing us to pick something fast. He gave us good advice when we had to pull out of one contract, which was extremely helpful in that decision making. Ultimately he helped us find our first home and we\u0092ve loved being in it since! The purchasing process went super smooth and he communicated everything clearly. Since closing on our house two months ago, he had remained in communication with us and has even come over to see the place since! I know even though we\u0092ve closed on our house that I could still reach out to him at any point for advice on contractors, roofers, insurance, etc. (which I\u0092ve definitely done so since closing!). Joey is incredibly kind and warm, easy to get along with, and very professional while also feeling like a friend. We loved our experience with him and would reach out to him in the future for future home sale or purchase! \"';
TestCell20.appendChild(TestDiv20);
TestRow20.appendChild(TestCell20);
var SigRow20 = document.createElement('TR');
var SigCell20 = document.createElement('TD');
SigCell20.className = 'TestimonialTree_Signature';
var SigData20 = document.createTextNode('Trevor & Heidi Furst');
SigCell20.appendChild(SigData20);
SigRow20.appendChild(SigCell20);
//Add Row
tmp.appendChild(SigRow20);
//Add Row
tmp.appendChild(TestRow20);
var BR21 = document.createElement('BR');
var TestRow21 = document.createElement('TR');
var TestCell21 = document.createElement('TD');
TestCell21.className = 'TestimonialTree_Testimonial';
TestCell21.className = 'TestimonialTree_Testimonial';
var TestDiv21 = document.createElement('div');
TestDiv21.innerHTML= '\"EXCELLENT! Chet, Tricia and the entire team made our new home purchase seamless.\"';
TestCell21.appendChild(TestDiv21);
TestRow21.appendChild(TestCell21);
var SigRow21 = document.createElement('TR');
var SigCell21 = document.createElement('TD');
SigCell21.className = 'TestimonialTree_Signature';
var SigData21 = document.createTextNode('Dewey Nunn');
SigCell21.appendChild(SigData21);
SigRow21.appendChild(SigCell21);
//Add Row
tmp.appendChild(SigRow21);
//Add Row
tmp.appendChild(TestRow21);
var BR22 = document.createElement('BR');
var TestRow22 = document.createElement('TR');
var TestCell22 = document.createElement('TD');
TestCell22.className = 'TestimonialTree_Testimonial';
TestCell22.className = 'TestimonialTree_Testimonial';
var TestDiv22 = document.createElement('div');
TestDiv22.innerHTML= '\"Excellent \"';
TestCell22.appendChild(TestDiv22);
TestRow22.appendChild(TestCell22);
var SigRow22 = document.createElement('TR');
var SigCell22 = document.createElement('TD');
SigCell22.className = 'TestimonialTree_Signature';
var SigData22 = document.createTextNode('Janet Nunn');
SigCell22.appendChild(SigData22);
SigRow22.appendChild(SigCell22);
//Add Row
tmp.appendChild(SigRow22);
//Add Row
tmp.appendChild(TestRow22);
var BR23 = document.createElement('BR');
var TestRow23 = document.createElement('TR');
var TestCell23 = document.createElement('TD');
TestCell23.className = 'TestimonialTree_Testimonial';
TestCell23.className = 'TestimonialTree_Testimonial';
var TestDiv23 = document.createElement('div');
TestDiv23.innerHTML= '\"I honestly can\u0092t say enough about our realtor Elizabeth Wolfe. We had a very time sensitive and variable transaction that involved a sale and purchase simultaneously and it couldn\u0092t have gone any smoother then it did and that is because of Elizabeth and her team. This is our second time using her and we would recommend her time and time again. We are so excited and grateful to be in our new home! \"';
TestCell23.appendChild(TestDiv23);
TestRow23.appendChild(TestCell23);
var SigRow23 = document.createElement('TR');
var SigCell23 = document.createElement('TD');
SigCell23.className = 'TestimonialTree_Signature';
var SigData23 = document.createTextNode('Victoria Chiantella');
SigCell23.appendChild(SigData23);
SigRow23.appendChild(SigCell23);
//Add Row
tmp.appendChild(SigRow23);
//Add Row
tmp.appendChild(TestRow23);
var BR24 = document.createElement('BR');
var TestRow24 = document.createElement('TR');
var TestCell24 = document.createElement('TD');
TestCell24.className = 'TestimonialTree_Testimonial';
TestCell24.className = 'TestimonialTree_Testimonial';
var TestDiv24 = document.createElement('div');
TestDiv24.innerHTML= '\"I\'ve worked with several realtors in the past that I thought were good at their craft. Until I met Damian! He is without a doubt the most professional, honest, hard working realtor I\'ve ever worked with. \"';
TestCell24.appendChild(TestDiv24);
TestRow24.appendChild(TestCell24);
var SigRow24 = document.createElement('TR');
var SigCell24 = document.createElement('TD');
SigCell24.className = 'TestimonialTree_Signature';
var SigData24 = document.createTextNode('Brad Rudover');
SigCell24.appendChild(SigData24);
SigRow24.appendChild(SigCell24);
//Add Row
tmp.appendChild(SigRow24);
//Add Row
tmp.appendChild(TestRow24);
var BR25 = document.createElement('BR');
var TestRow25 = document.createElement('TR');
var TestCell25 = document.createElement('TD');
TestCell25.className = 'TestimonialTree_Testimonial';
TestCell25.className = 'TestimonialTree_Testimonial';
var TestDiv25 = document.createElement('div');
TestDiv25.innerHTML= '\"Marian was a true delight to work with! She felt like family and was very detailed oriented. She got the whole deal signed, sealed and delivered in exactly 3 months!\"';
TestCell25.appendChild(TestDiv25);
TestRow25.appendChild(TestCell25);
var SigRow25 = document.createElement('TR');
var SigCell25 = document.createElement('TD');
SigCell25.className = 'TestimonialTree_Signature';
var SigData25 = document.createTextNode('Jeanette Perry');
SigCell25.appendChild(SigData25);
SigRow25.appendChild(SigCell25);
//Add Row
tmp.appendChild(SigRow25);
//Add Row
tmp.appendChild(TestRow25);
var BR26 = document.createElement('BR');
var TestRow26 = document.createElement('TR');
var TestCell26 = document.createElement('TD');
TestCell26.className = 'TestimonialTree_Testimonial';
TestCell26.className = 'TestimonialTree_Testimonial';
var TestDiv26 = document.createElement('div');
TestDiv26.innerHTML= '\"Your team is very customer oriented, friendly and efficient in all their tasks. Makes this a walk in the park!\"';
TestCell26.appendChild(TestDiv26);
TestRow26.appendChild(TestCell26);
var SigRow26 = document.createElement('TR');
var SigCell26 = document.createElement('TD');
SigCell26.className = 'TestimonialTree_Signature';
var SigData26 = document.createTextNode('Glenn A Perry');
SigCell26.appendChild(SigData26);
SigRow26.appendChild(SigCell26);
//Add Row
tmp.appendChild(SigRow26);
//Add Row
tmp.appendChild(TestRow26);
var BR27 = document.createElement('BR');
var TestRow27 = document.createElement('TR');
var TestCell27 = document.createElement('TD');
TestCell27.className = 'TestimonialTree_Testimonial';
TestCell27.className = 'TestimonialTree_Testimonial';
var TestDiv27 = document.createElement('div');
TestDiv27.innerHTML= '\"Finding our first home as a blended family felt like a daunting task, but from the very first moment we met Robin, we knew we were in the best possible hands. She didn\u0092t just see us as clients\u0097she saw our family, our dreams, and our vision for a home where everyone, including our fur babies, would feel truly happy and at peace.
\n
\nRobin went above and beyond from day one. She listened carefully to what we wanted, respected our needs, and never pushed us toward something that didn\u0092t feel right. She showed patience, understanding, and dedication, guiding us through every step of the process with warmth and professionalism. What truly amazed us was how fiercely she fought for us during negotiations, always keeping our best interests front and center, even when the seller\u0092s agent was less than professional. Her steadiness, knowledge, and unwavering advocacy gave us confidence and made the entire experience feel safe and supported.
\n
\nMore than a realtor, Robin became a part of our family. She celebrated our victories, supported us through the stressful moments, and shared in our excitement as we imagined our future in a home we could call our own. When we finally walked through the door of the house that would become our dream home, it wasn\u0092t just about the property\u0097it was about the journey we took with Robin by our side.
\n
\nThanks to her, our kids are thrilled, our fur babies are exploring every corner, and we finally feel settled in a place that truly feels like home. Robin is not just a realtor; she is a guide, an advocate, and someone who genuinely cares. If you\u0092re looking for someone who will fight for you, support you, and treat your family like her own, Robin is the one you want by your side. We are forever grateful for everything she did to make this dream come true.\"';
TestCell27.appendChild(TestDiv27);
TestRow27.appendChild(TestCell27);
var SigRow27 = document.createElement('TR');
var SigCell27 = document.createElement('TD');
SigCell27.className = 'TestimonialTree_Signature';
var SigData27 = document.createTextNode('Jill Mahoney');
SigCell27.appendChild(SigData27);
SigRow27.appendChild(SigCell27);
//Add Row
tmp.appendChild(SigRow27);
//Add Row
tmp.appendChild(TestRow27);
var BR28 = document.createElement('BR');
var TestRow28 = document.createElement('TR');
var TestCell28 = document.createElement('TD');
TestCell28.className = 'TestimonialTree_Testimonial';
TestCell28.className = 'TestimonialTree_Testimonial';
var TestDiv28 = document.createElement('div');
TestDiv28.innerHTML= '\"Dustin Pruitt is an outstanding realtor who truly goes above and beyond. From start to finish, he was knowledgeable, responsive, and genuinely invested in making the process smooth and stress-free. Dustin communicated clearly, answered every question with patience, and always made us feel like a priority. Purchasing a home can be a stressful process, but his expertise put us at ease at every step. We couldn\u0092t be happier with the results and would highly recommend Dustin Pruitt to anyone looking for a reliable, hardworking, and trustworthy realtor.\"';
TestCell28.appendChild(TestDiv28);
TestRow28.appendChild(TestCell28);
var SigRow28 = document.createElement('TR');
var SigCell28 = document.createElement('TD');
SigCell28.className = 'TestimonialTree_Signature';
var SigData28 = document.createTextNode('Alexandra Lindhe');
SigCell28.appendChild(SigData28);
SigRow28.appendChild(SigCell28);
//Add Row
tmp.appendChild(SigRow28);
//Add Row
tmp.appendChild(TestRow28);
var BR29 = document.createElement('BR');
var TestRow29 = document.createElement('TR');
var TestCell29 = document.createElement('TD');
TestCell29.className = 'TestimonialTree_Testimonial';
TestCell29.className = 'TestimonialTree_Testimonial';
var TestDiv29 = document.createElement('div');
TestDiv29.innerHTML= '\"I would describe working with Paulina as the best and highest level of sales and customer service I have ever been a part of. She made our last agent look like it was amateur hour. Paulina\'s ability to market effectively and put our listing in the right places was next level. Her communication was top notch and response rates were so fast I felt like all she did was think and work for me, despite her having a full time load of other clients. She is a once in a lifetime agent and I couldn\'t be happier and more proud to have her represent our house.\"';
TestCell29.appendChild(TestDiv29);
TestRow29.appendChild(TestCell29);
var SigRow29 = document.createElement('TR');
var SigCell29 = document.createElement('TD');
SigCell29.className = 'TestimonialTree_Signature';
var SigData29 = document.createTextNode('Christopher B Bartl');
SigCell29.appendChild(SigData29);
SigRow29.appendChild(SigCell29);
//Add Row
tmp.appendChild(SigRow29);
//Add Row
tmp.appendChild(TestRow29);
var BR30 = document.createElement('BR');
var TestRow30 = document.createElement('TR');
var TestCell30 = document.createElement('TD');
TestCell30.className = 'TestimonialTree_Testimonial';
TestCell30.className = 'TestimonialTree_Testimonial';
var TestDiv30 = document.createElement('div');
TestDiv30.innerHTML= '\"Outstanding!\"';
TestCell30.appendChild(TestDiv30);
TestRow30.appendChild(TestCell30);
var SigRow30 = document.createElement('TR');
var SigCell30 = document.createElement('TD');
SigCell30.className = 'TestimonialTree_Signature';
var SigData30 = document.createTextNode('Alex Bartl');
SigCell30.appendChild(SigData30);
SigRow30.appendChild(SigCell30);
//Add Row
tmp.appendChild(SigRow30);
//Add Row
tmp.appendChild(TestRow30);
var BR31 = document.createElement('BR');
var TestRow31 = document.createElement('TR');
var TestCell31 = document.createElement('TD');
TestCell31.className = 'TestimonialTree_Testimonial';
TestCell31.className = 'TestimonialTree_Testimonial';
var TestDiv31 = document.createElement('div');
TestDiv31.innerHTML= '\"Things did not go \"as planned\" with our transaction and our agent went WAY above and beyond to make sure that we were taken care of. She constantly exhibited a positive and professional attitude, and we genuinely felt taken care of throughout the entire process. \"';
TestCell31.appendChild(TestDiv31);
TestRow31.appendChild(TestCell31);
var SigRow31 = document.createElement('TR');
var SigCell31 = document.createElement('TD');
SigCell31.className = 'TestimonialTree_Signature';
var SigData31 = document.createTextNode('Les and Shirley Allen');
SigCell31.appendChild(SigData31);
SigRow31.appendChild(SigCell31);
//Add Row
tmp.appendChild(SigRow31);
//Add Row
tmp.appendChild(TestRow31);
var BR32 = document.createElement('BR');
var TestRow32 = document.createElement('TR');
var TestCell32 = document.createElement('TD');
TestCell32.className = 'TestimonialTree_Testimonial';
TestCell32.className = 'TestimonialTree_Testimonial';
var TestDiv32 = document.createElement('div');
TestDiv32.innerHTML= '\"I recently sold my house in Portland OR. My realtors were Judy and Amy Adler the dynamic duo! From our first meeting I recognized that the fit was good. They both looked and listened carefully and I felt \u0093got\u0094 the property. The house was not the typical tract home and the yard contained a unique garden. Through their market research and experience we collaborated on a fair price. These realtors went above and beyond in helping me prepare the property for sale. This was particularly helpful because I had already moved out of state. In spite of a difficult market and an unusual house, their marketing strategy yielded a sale after only six weeks on the market and at nearly full price. The experience was entirely positive, I felt consistently listened to and respected. I highly recommend Judy and Amy Adler for any potential property sale. \"';
TestCell32.appendChild(TestDiv32);
TestRow32.appendChild(TestCell32);
var SigRow32 = document.createElement('TR');
var SigCell32 = document.createElement('TD');
SigCell32.className = 'TestimonialTree_Signature';
var SigData32 = document.createTextNode('Mary Sall');
SigCell32.appendChild(SigData32);
SigRow32.appendChild(SigCell32);
//Add Row
tmp.appendChild(SigRow32);
//Add Row
tmp.appendChild(TestRow32);
var BR33 = document.createElement('BR');
var TestRow33 = document.createElement('TR');
var TestCell33 = document.createElement('TD');
TestCell33.className = 'TestimonialTree_Testimonial';
TestCell33.className = 'TestimonialTree_Testimonial';
var TestDiv33 = document.createElement('div');
TestDiv33.innerHTML= '\"the team we worked with was amazing. Marion and Taylor were the very best agents that there could be. Always there to answer questions and give the best advice. Cora and I loved working with them. Kind of sad it has ended.., but happy our selling and buying has come to an end.! We give them the best recommendation.\"';
TestCell33.appendChild(TestDiv33);
TestRow33.appendChild(TestCell33);
var SigRow33 = document.createElement('TR');
var SigCell33 = document.createElement('TD');
SigCell33.className = 'TestimonialTree_Signature';
var SigData33 = document.createTextNode('Michael L Rash');
SigCell33.appendChild(SigData33);
SigRow33.appendChild(SigCell33);
//Add Row
tmp.appendChild(SigRow33);
//Add Row
tmp.appendChild(TestRow33);
var BR34 = document.createElement('BR');
var TestRow34 = document.createElement('TR');
var TestCell34 = document.createElement('TD');
TestCell34.className = 'TestimonialTree_Testimonial';
TestCell34.className = 'TestimonialTree_Testimonial';
var TestDiv34 = document.createElement('div');
TestDiv34.innerHTML= '\"Marian is absolutely amazing and helped us buy or sell four houses, three of them at once!!!\"';
TestCell34.appendChild(TestDiv34);
TestRow34.appendChild(TestCell34);
var SigRow34 = document.createElement('TR');
var SigCell34 = document.createElement('TD');
SigCell34.className = 'TestimonialTree_Signature';
var SigData34 = document.createTextNode('Patrick Moran');
SigCell34.appendChild(SigData34);
SigRow34.appendChild(SigCell34);
//Add Row
tmp.appendChild(SigRow34);
//Add Row
tmp.appendChild(TestRow34);
var BR35 = document.createElement('BR');
var TestRow35 = document.createElement('TR');
var TestCell35 = document.createElement('TD');
TestCell35.className = 'TestimonialTree_Testimonial';
TestCell35.className = 'TestimonialTree_Testimonial';
var TestDiv35 = document.createElement('div');
TestDiv35.innerHTML= '\"Good
\n
\n\"';
TestCell35.appendChild(TestDiv35);
TestRow35.appendChild(TestCell35);
var SigRow35 = document.createElement('TR');
var SigCell35 = document.createElement('TD');
SigCell35.className = 'TestimonialTree_Signature';
var SigData35 = document.createTextNode('Thu Dang');
SigCell35.appendChild(SigData35);
SigRow35.appendChild(SigCell35);
//Add Row
tmp.appendChild(SigRow35);
//Add Row
tmp.appendChild(TestRow35);
var BR36 = document.createElement('BR');
var TestRow36 = document.createElement('TR');
var TestCell36 = document.createElement('TD');
TestCell36.className = 'TestimonialTree_Testimonial';
TestCell36.className = 'TestimonialTree_Testimonial';
var TestDiv36 = document.createElement('div');
TestDiv36.innerHTML= '\"On a scale of ten out of ten....ELEVENNNNNNNN!!!
\n
\nI\'ve been looking for a home for awhile and was very particular. Josh Shiflett delivered! Josh shared the listing on Wednesday, we made the offer on Thursday and the offer was accepted on Friday with a three week close. Completely bonkers and spectacular! Josh Shiflett and Kelli Walterskirchen were very helpful and I felt I was in good hands.
\n
\nBuying a home can be a very stressful so having a team that you trust is critical. Josh and Kelli were great representative of Windermere Real Estate. The professionalism, urgency and guidance were top notch. I highly recommended Josh, Kelli and Windermere Real Estate.
\n
\n\"';
TestCell36.appendChild(TestDiv36);
TestRow36.appendChild(TestCell36);
var SigRow36 = document.createElement('TR');
var SigCell36 = document.createElement('TD');
SigCell36.className = 'TestimonialTree_Signature';
var SigData36 = document.createTextNode('Ada Carrico');
SigCell36.appendChild(SigData36);
SigRow36.appendChild(SigCell36);
//Add Row
tmp.appendChild(SigRow36);
//Add Row
tmp.appendChild(TestRow36);
var BR37 = document.createElement('BR');
var TestRow37 = document.createElement('TR');
var TestCell37 = document.createElement('TD');
TestCell37.className = 'TestimonialTree_Testimonial';
TestCell37.className = 'TestimonialTree_Testimonial';
var TestDiv37 = document.createElement('div');
TestDiv37.innerHTML= '\"Her honesty and flexibility \"';
TestCell37.appendChild(TestDiv37);
TestRow37.appendChild(TestCell37);
var SigRow37 = document.createElement('TR');
var SigCell37 = document.createElement('TD');
SigCell37.className = 'TestimonialTree_Signature';
var SigData37 = document.createTextNode('Ina Klakken');
SigCell37.appendChild(SigData37);
SigRow37.appendChild(SigCell37);
//Add Row
tmp.appendChild(SigRow37);
//Add Row
tmp.appendChild(TestRow37);
var BR38 = document.createElement('BR');
var TestRow38 = document.createElement('TR');
var TestCell38 = document.createElement('TD');
TestCell38.className = 'TestimonialTree_Testimonial';
TestCell38.className = 'TestimonialTree_Testimonial';
var TestDiv38 = document.createElement('div');
TestDiv38.innerHTML= '\"Chris and Kyrsi were the best. They always were available, they never seemed to rush the process, or encourage us to settle. They were patient, helpful, and encouraging. They are extremely knowledgeable of the market, on both the seller and the buyers end. Most of all they are friendly and enjoyable to work with.\"';
TestCell38.appendChild(TestDiv38);
TestRow38.appendChild(TestCell38);
var SigRow38 = document.createElement('TR');
var SigCell38 = document.createElement('TD');
SigCell38.className = 'TestimonialTree_Signature';
var SigData38 = document.createTextNode('Gharrett & Mikaela Dursma');
SigCell38.appendChild(SigData38);
SigRow38.appendChild(SigCell38);
//Add Row
tmp.appendChild(SigRow38);
//Add Row
tmp.appendChild(TestRow38);
var BR39 = document.createElement('BR');
var TestRow39 = document.createElement('TR');
var TestCell39 = document.createElement('TD');
TestCell39.className = 'TestimonialTree_Testimonial';
TestCell39.className = 'TestimonialTree_Testimonial';
var TestDiv39 = document.createElement('div');
TestDiv39.innerHTML= '\"I cannot say enough about what a great job Chelsea did selling our home. She had wonderful advice about how and at what price to market our home.. She took care of so many little details and saved us money in the process! She was incredibly professional and sent a wonderful update weekly. We were pending in a tough market within a couple of weeks. Chelsea is an amazing problem, solver, marketer, and negotiator. If you are looking for a realtor, you can\u0092t go wrong with Chelsea!\"';
TestCell39.appendChild(TestDiv39);
TestRow39.appendChild(TestCell39);
var SigRow39 = document.createElement('TR');
var SigCell39 = document.createElement('TD');
SigCell39.className = 'TestimonialTree_Signature';
var SigData39 = document.createTextNode('Anne Licurse, PR');
SigCell39.appendChild(SigData39);
SigRow39.appendChild(SigCell39);
//Add Row
tmp.appendChild(SigRow39);
//Add Row
tmp.appendChild(TestRow39);
var BR40 = document.createElement('BR');
var TestRow40 = document.createElement('TR');
var TestCell40 = document.createElement('TD');
TestCell40.className = 'TestimonialTree_Testimonial';
TestCell40.className = 'TestimonialTree_Testimonial';
var TestDiv40 = document.createElement('div');
TestDiv40.innerHTML= '\"There are leprechauns, unicorns, and then there is Joey Costello. Our realtor Joey Costello was an absolute marvel. Take whatever expectation one might have for a great realtor and Joey will transcend it by miles. Personable, flexible, intuitive, savvy, organized, top tier. What a great partner to have on your side. \"';
TestCell40.appendChild(TestDiv40);
TestRow40.appendChild(TestCell40);
var SigRow40 = document.createElement('TR');
var SigCell40 = document.createElement('TD');
SigCell40.className = 'TestimonialTree_Signature';
var SigData40 = document.createTextNode('Jason & Angela Portell');
SigCell40.appendChild(SigData40);
SigRow40.appendChild(SigCell40);
//Add Row
tmp.appendChild(SigRow40);
//Add Row
tmp.appendChild(TestRow40);
var BR41 = document.createElement('BR');
var TestRow41 = document.createElement('TR');
var TestCell41 = document.createElement('TD');
TestCell41.className = 'TestimonialTree_Testimonial';
TestCell41.className = 'TestimonialTree_Testimonial';
var TestDiv41 = document.createElement('div');
TestDiv41.innerHTML= '\"Outstanding job by Kelly Daniels. She kept in contact with me at all times and updated me continually. She was a pleasure to work with; and I would highly recommend her to anyone looking to buy or sell a home. Very efficient and such a hard worker.
\n
\nThanks, Kelly. Sherri S.\"';
TestCell41.appendChild(TestDiv41);
TestRow41.appendChild(TestCell41);
var SigRow41 = document.createElement('TR');
var SigCell41 = document.createElement('TD');
SigCell41.className = 'TestimonialTree_Signature';
var SigData41 = document.createTextNode('Sherri Slawson');
SigCell41.appendChild(SigData41);
SigRow41.appendChild(SigCell41);
//Add Row
tmp.appendChild(SigRow41);
//Add Row
tmp.appendChild(TestRow41);
var BR42 = document.createElement('BR');
var TestRow42 = document.createElement('TR');
var TestCell42 = document.createElement('TD');
TestCell42.className = 'TestimonialTree_Testimonial';
TestCell42.className = 'TestimonialTree_Testimonial';
var TestDiv42 = document.createElement('div');
TestDiv42.innerHTML= '\"I have been working with Scott Combs for almost 10 years, he has been the best realtor!\"';
TestCell42.appendChild(TestDiv42);
TestRow42.appendChild(TestCell42);
var SigRow42 = document.createElement('TR');
var SigCell42 = document.createElement('TD');
SigCell42.className = 'TestimonialTree_Signature';
var SigData42 = document.createTextNode('April Hatfield');
SigCell42.appendChild(SigData42);
SigRow42.appendChild(SigCell42);
//Add Row
tmp.appendChild(SigRow42);
//Add Row
tmp.appendChild(TestRow42);
var BR43 = document.createElement('BR');
var TestRow43 = document.createElement('TR');
var TestCell43 = document.createElement('TD');
TestCell43.className = 'TestimonialTree_Testimonial';
TestCell43.className = 'TestimonialTree_Testimonial';
var TestDiv43 = document.createElement('div');
TestDiv43.innerHTML= '\"Joey Costello was incredibly professional, always prompt in terms of communication, response, showings. He reviewed our feedback about what we wanted in a home and generated showings for us to visit as options. He helped hone in on the home that we wanted to purchase and proactively negotiated on our behalf. I would recommend Joey as a realtor and have already done to a current seller. \"';
TestCell43.appendChild(TestDiv43);
TestRow43.appendChild(TestCell43);
var SigRow43 = document.createElement('TR');
var SigCell43 = document.createElement('TD');
SigCell43.className = 'TestimonialTree_Signature';
var SigData43 = document.createTextNode('Lonnie & Sarah Stickley/Barret');
SigCell43.appendChild(SigData43);
SigRow43.appendChild(SigCell43);
//Add Row
tmp.appendChild(SigRow43);
//Add Row
tmp.appendChild(TestRow43);
var BR44 = document.createElement('BR');
var TestRow44 = document.createElement('TR');
var TestCell44 = document.createElement('TD');
TestCell44.className = 'TestimonialTree_Testimonial';
TestCell44.className = 'TestimonialTree_Testimonial';
var TestDiv44 = document.createElement('div');
TestDiv44.innerHTML= '\"John Blom was outstanding. Always communicative, accommodating, with our needs front of mind. Thank you!\"';
TestCell44.appendChild(TestDiv44);
TestRow44.appendChild(TestCell44);
var SigRow44 = document.createElement('TR');
var SigCell44 = document.createElement('TD');
SigCell44.className = 'TestimonialTree_Signature';
var SigData44 = document.createTextNode('Jim Quackenbush');
SigCell44.appendChild(SigData44);
SigRow44.appendChild(SigCell44);
//Add Row
tmp.appendChild(SigRow44);
//Add Row
tmp.appendChild(TestRow44);
var BR45 = document.createElement('BR');
var TestRow45 = document.createElement('TR');
var TestCell45 = document.createElement('TD');
TestCell45.className = 'TestimonialTree_Testimonial';
TestCell45.className = 'TestimonialTree_Testimonial';
var TestDiv45 = document.createElement('div');
TestDiv45.innerHTML= '\"Damian Pro is super to work with. Always patient. Always full of good suggestions and r3commendations.\"';
TestCell45.appendChild(TestDiv45);
TestRow45.appendChild(TestCell45);
var SigRow45 = document.createElement('TR');
var SigCell45 = document.createElement('TD');
SigCell45.className = 'TestimonialTree_Signature';
var SigData45 = document.createTextNode('Christopher Dunn');
SigCell45.appendChild(SigData45);
SigRow45.appendChild(SigCell45);
//Add Row
tmp.appendChild(SigRow45);
//Add Row
tmp.appendChild(TestRow45);
var BR46 = document.createElement('BR');
var TestRow46 = document.createElement('TR');
var TestCell46 = document.createElement('TD');
TestCell46.className = 'TestimonialTree_Testimonial';
TestCell46.className = 'TestimonialTree_Testimonial';
var TestDiv46 = document.createElement('div');
TestDiv46.innerHTML= '\"Paulina was amazing and wonderful to work with. I would highly recommend her.\"';
TestCell46.appendChild(TestDiv46);
TestRow46.appendChild(TestCell46);
var SigRow46 = document.createElement('TR');
var SigCell46 = document.createElement('TD');
SigCell46.className = 'TestimonialTree_Signature';
var SigData46 = document.createTextNode('Travis Karpinski');
SigCell46.appendChild(SigData46);
SigRow46.appendChild(SigCell46);
//Add Row
tmp.appendChild(SigRow46);
//Add Row
tmp.appendChild(TestRow46);
var BR47 = document.createElement('BR');
var TestRow47 = document.createElement('TR');
var TestCell47 = document.createElement('TD');
TestCell47.className = 'TestimonialTree_Testimonial';
TestCell47.className = 'TestimonialTree_Testimonial';
var TestDiv47 = document.createElement('div');
TestDiv47.innerHTML= '\"Rani is the absolute best agent anyone could find. We have had the pleasure of her help in selling a house and buying a new home. She was able to stage our home professionally and helped us achieve our asking price in a matter of weeks. And when we were ready to buy a house, she helped negotiate for us, celebrated when we found our dream house, and even had met us at the home when we got our keys to welcome us in. She was able to make the experience less stressful. We would recommend her to anyone, and have.\"';
TestCell47.appendChild(TestDiv47);
TestRow47.appendChild(TestCell47);
var SigRow47 = document.createElement('TR');
var SigCell47 = document.createElement('TD');
SigCell47.className = 'TestimonialTree_Signature';
var SigData47 = document.createTextNode('Corey Merrell');
SigCell47.appendChild(SigData47);
SigRow47.appendChild(SigCell47);
//Add Row
tmp.appendChild(SigRow47);
//Add Row
tmp.appendChild(TestRow47);
var BR48 = document.createElement('BR');
var TestRow48 = document.createElement('TR');
var TestCell48 = document.createElement('TD');
TestCell48.className = 'TestimonialTree_Testimonial';
TestCell48.className = 'TestimonialTree_Testimonial';
var TestDiv48 = document.createElement('div');
TestDiv48.innerHTML= '\"Our experience was very positive. Cindy Ridenhour took good care of us through the entire buying process. We are happy with our new home.\"';
TestCell48.appendChild(TestDiv48);
TestRow48.appendChild(TestCell48);
var SigRow48 = document.createElement('TR');
var SigCell48 = document.createElement('TD');
SigCell48.className = 'TestimonialTree_Signature';
var SigData48 = document.createTextNode('');
SigCell48.appendChild(SigData48);
SigRow48.appendChild(SigCell48);
//Add Row
tmp.appendChild(SigRow48);
//Add Row
tmp.appendChild(TestRow48);
var BR49 = document.createElement('BR');
var TestRow49 = document.createElement('TR');
var TestCell49 = document.createElement('TD');
TestCell49.className = 'TestimonialTree_Testimonial';
TestCell49.className = 'TestimonialTree_Testimonial';
var TestDiv49 = document.createElement('div');
TestDiv49.innerHTML= '\"Excellent\"';
TestCell49.appendChild(TestDiv49);
TestRow49.appendChild(TestCell49);
var SigRow49 = document.createElement('TR');
var SigCell49 = document.createElement('TD');
SigCell49.className = 'TestimonialTree_Signature';
var SigData49 = document.createTextNode('Luther Groom');
SigCell49.appendChild(SigData49);
SigRow49.appendChild(SigCell49);
//Add Row
tmp.appendChild(SigRow49);
//Add Row
tmp.appendChild(TestRow49);
var BR50 = document.createElement('BR');
var TestRow50 = document.createElement('TR');
var TestCell50 = document.createElement('TD');
TestCell50.className = 'TestimonialTree_Testimonial';
TestCell50.className = 'TestimonialTree_Testimonial';
var TestDiv50 = document.createElement('div');
TestDiv50.innerHTML= '\"Paulina went above and beyond in managing the sale of our home. We had moved out of state, and she essentially took on the role of homeowner to manage all of our affairs regarding this home through the closing.\"';
TestCell50.appendChild(TestDiv50);
TestRow50.appendChild(TestCell50);
var SigRow50 = document.createElement('TR');
var SigCell50 = document.createElement('TD');
SigCell50.className = 'TestimonialTree_Signature';
var SigData50 = document.createTextNode('Karen Zabel');
SigCell50.appendChild(SigData50);
SigRow50.appendChild(SigCell50);
//Add Row
tmp.appendChild(SigRow50);
//Add Row
tmp.appendChild(TestRow50);
var BR51 = document.createElement('BR');
var TestRow51 = document.createElement('TR');
var TestCell51 = document.createElement('TD');
TestCell51.className = 'TestimonialTree_Testimonial';
TestCell51.className = 'TestimonialTree_Testimonial';
var TestDiv51 = document.createElement('div');
TestDiv51.innerHTML= '\"We asked more if Paulina than we ever have asked if our agent. She handled a lot of details after we moved cross country--finding and coordinating at least six different contractors to get out home in tip-top shape. We appreciated her immensely.\"';
TestCell51.appendChild(TestDiv51);
TestRow51.appendChild(TestCell51);
var SigRow51 = document.createElement('TR');
var SigCell51 = document.createElement('TD');
SigCell51.className = 'TestimonialTree_Signature';
var SigData51 = document.createTextNode('Matthew Zabel');
SigCell51.appendChild(SigData51);
SigRow51.appendChild(SigCell51);
//Add Row
tmp.appendChild(SigRow51);
//Add Row
tmp.appendChild(TestRow51);
var BR52 = document.createElement('BR');
var TestRow52 = document.createElement('TR');
var TestCell52 = document.createElement('TD');
TestCell52.className = 'TestimonialTree_Testimonial';
TestCell52.className = 'TestimonialTree_Testimonial';
var TestDiv52 = document.createElement('div');
TestDiv52.innerHTML= '\"Dustin went above and beyond and was a joy to work with. Highly recommend! \"';
TestCell52.appendChild(TestDiv52);
TestRow52.appendChild(TestCell52);
var SigRow52 = document.createElement('TR');
var SigCell52 = document.createElement('TD');
SigCell52.className = 'TestimonialTree_Signature';
var SigData52 = document.createTextNode('Jason Blury');
SigCell52.appendChild(SigData52);
SigRow52.appendChild(SigCell52);
//Add Row
tmp.appendChild(SigRow52);
//Add Row
tmp.appendChild(TestRow52);
var BR53 = document.createElement('BR');
var TestRow53 = document.createElement('TR');
var TestCell53 = document.createElement('TD');
TestCell53.className = 'TestimonialTree_Testimonial';
TestCell53.className = 'TestimonialTree_Testimonial';
var TestDiv53 = document.createElement('div');
TestDiv53.innerHTML= '\"Amazing \"';
TestCell53.appendChild(TestDiv53);
TestRow53.appendChild(TestCell53);
var SigRow53 = document.createElement('TR');
var SigCell53 = document.createElement('TD');
SigCell53.className = 'TestimonialTree_Signature';
var SigData53 = document.createTextNode('Anna Salerno');
SigCell53.appendChild(SigData53);
SigRow53.appendChild(SigCell53);
//Add Row
tmp.appendChild(SigRow53);
//Add Row
tmp.appendChild(TestRow53);
var BR54 = document.createElement('BR');
var TestRow54 = document.createElement('TR');
var TestCell54 = document.createElement('TD');
TestCell54.className = 'TestimonialTree_Testimonial';
TestCell54.className = 'TestimonialTree_Testimonial';
var TestDiv54 = document.createElement('div');
TestDiv54.innerHTML= '\"Sarah Renard was super easy to work with. I couldn\u0092t believe how fast things happened and came together.
\nOur house sold in 4 days. Sarah gave us a list of things to do, set up staging and kept us updated on everything that was happening at all times.
\nIf you are looking for an agent to work for \u0093you\u0094, Sarah Renard is the one. Thank you Sarah!!\"';
TestCell54.appendChild(TestDiv54);
TestRow54.appendChild(TestCell54);
var SigRow54 = document.createElement('TR');
var SigCell54 = document.createElement('TD');
SigCell54.className = 'TestimonialTree_Signature';
var SigData54 = document.createTextNode('Lisa Boice');
SigCell54.appendChild(SigData54);
SigRow54.appendChild(SigCell54);
//Add Row
tmp.appendChild(SigRow54);
//Add Row
tmp.appendChild(TestRow54);
var BR55 = document.createElement('BR');
var TestRow55 = document.createElement('TR');
var TestCell55 = document.createElement('TD');
TestCell55.className = 'TestimonialTree_Testimonial';
TestCell55.className = 'TestimonialTree_Testimonial';
var TestDiv55 = document.createElement('div');
TestDiv55.innerHTML= '\"Finding and buying a home with Chuck Smith was a fantastic experience. His patience, guidance, and professionalism were beyond reproach. This was my first home buying experience and even with an aggressive two week closing all went smoothly and stress-free. In fact, a person at the title company asked how we were doing and if we were stressed with the process which surprised me because i didn\u0092t know I was supposed to be stressed or worried. It really was that worry free. I have already recommended Chuck to a few people and will continue to do so as long as he is in the business. My only wish was that he had one of those huge, novelty keys at final signing. He did not, but that\u0092s an easy fix :)\"';
TestCell55.appendChild(TestDiv55);
TestRow55.appendChild(TestCell55);
var SigRow55 = document.createElement('TR');
var SigCell55 = document.createElement('TD');
SigCell55.className = 'TestimonialTree_Signature';
var SigData55 = document.createTextNode('Jason Chmielewski');
SigCell55.appendChild(SigData55);
SigRow55.appendChild(SigCell55);
//Add Row
tmp.appendChild(SigRow55);
//Add Row
tmp.appendChild(TestRow55);
var BR56 = document.createElement('BR');
var TestRow56 = document.createElement('TR');
var TestCell56 = document.createElement('TD');
TestCell56.className = 'TestimonialTree_Testimonial';
TestCell56.className = 'TestimonialTree_Testimonial';
var TestDiv56 = document.createElement('div');
TestDiv56.innerHTML= '\"Great job by Chet and his team!\"';
TestCell56.appendChild(TestDiv56);
TestRow56.appendChild(TestCell56);
var SigRow56 = document.createElement('TR');
var SigCell56 = document.createElement('TD');
SigCell56.className = 'TestimonialTree_Signature';
var SigData56 = document.createTextNode('Garth Butcher');
SigCell56.appendChild(SigData56);
SigRow56.appendChild(SigCell56);
//Add Row
tmp.appendChild(SigRow56);
//Add Row
tmp.appendChild(TestRow56);
var BR57 = document.createElement('BR');
var TestRow57 = document.createElement('TR');
var TestCell57 = document.createElement('TD');
TestCell57.className = 'TestimonialTree_Testimonial';
TestCell57.className = 'TestimonialTree_Testimonial';
var TestDiv57 = document.createElement('div');
TestDiv57.innerHTML= '\"Coco was fabulous throughout the entire process (years of finding just the right house). Recommend. Recommend. Recommend! 💕\"';
TestCell57.appendChild(TestDiv57);
TestRow57.appendChild(TestCell57);
var SigRow57 = document.createElement('TR');
var SigCell57 = document.createElement('TD');
SigCell57.className = 'TestimonialTree_Signature';
var SigData57 = document.createTextNode('Shannon Stradan');
SigCell57.appendChild(SigData57);
SigRow57.appendChild(SigCell57);
//Add Row
tmp.appendChild(SigRow57);
//Add Row
tmp.appendChild(TestRow57);
var BR58 = document.createElement('BR');
var TestRow58 = document.createElement('TR');
var TestCell58 = document.createElement('TD');
TestCell58.className = 'TestimonialTree_Testimonial';
TestCell58.className = 'TestimonialTree_Testimonial';
var TestDiv58 = document.createElement('div');
TestDiv58.innerHTML= '\"Rebecca Palmer has been wonderful to work with! She has been been extremely knowledgeable and helpful with us buying a new home as well as selling our previous home. I would highly recommend her to anyone needing to buy or sell real estate. \"';
TestCell58.appendChild(TestDiv58);
TestRow58.appendChild(TestCell58);
var SigRow58 = document.createElement('TR');
var SigCell58 = document.createElement('TD');
SigCell58.className = 'TestimonialTree_Signature';
var SigData58 = document.createTextNode('Shushaun Miller');
SigCell58.appendChild(SigData58);
SigRow58.appendChild(SigCell58);
//Add Row
tmp.appendChild(SigRow58);
//Add Row
tmp.appendChild(TestRow58);
var BR59 = document.createElement('BR');
var TestRow59 = document.createElement('TR');
var TestCell59 = document.createElement('TD');
TestCell59.className = 'TestimonialTree_Testimonial';
TestCell59.className = 'TestimonialTree_Testimonial';
var TestDiv59 = document.createElement('div');
TestDiv59.innerHTML= '\"We cannot say enough good things about Paulina! We had an amazing experience with her as our realtor. Paulina was 1) super communicative and proactive whenever homes came on the market we wanted to check out 2) knowledgable about market trends and pricing 3) extremely effective when it came time to put in an offer (we got the house!) and 4) an overall kind and fun person to work with over the past several months. We would without a doubt recommend Paulina and Windermere to anybody looking to buy a home. \"';
TestCell59.appendChild(TestDiv59);
TestRow59.appendChild(TestCell59);
var SigRow59 = document.createElement('TR');
var SigCell59 = document.createElement('TD');
SigCell59.className = 'TestimonialTree_Signature';
var SigData59 = document.createTextNode('Norma Morella');
SigCell59.appendChild(SigData59);
SigRow59.appendChild(SigCell59);
//Add Row
tmp.appendChild(SigRow59);
//Add Row
tmp.appendChild(TestRow59);
var BR60 = document.createElement('BR');
var TestRow60 = document.createElement('TR');
var TestCell60 = document.createElement('TD');
TestCell60.className = 'TestimonialTree_Testimonial';
TestCell60.className = 'TestimonialTree_Testimonial';
var TestDiv60 = document.createElement('div');
TestDiv60.innerHTML= '\"We were so thrilled at the process Susan took us through to buy our new home. She went above and beyond as we got to know the market and zeroed in on what we were really looking for. We\'ve bought a variety of properties over the years, and Susan was a top notch and very responsive communicator, negotiating our deal to our high satisfaction. Even after we were under contract, she still stayed engaged, even showing up ridiculously early on our move in day to make sure we had the keys and a little breakfast. Susan Stohl is a true professional, with patience and heart. We give our highest recommendation, don\'t hesitate to give her a call! \"';
TestCell60.appendChild(TestDiv60);
TestRow60.appendChild(TestCell60);
var SigRow60 = document.createElement('TR');
var SigCell60 = document.createElement('TD');
SigCell60.className = 'TestimonialTree_Signature';
var SigData60 = document.createTextNode('Molly Estelle Morrissey');
SigCell60.appendChild(SigData60);
SigRow60.appendChild(SigCell60);
//Add Row
tmp.appendChild(SigRow60);
//Add Row
tmp.appendChild(TestRow60);
var BR61 = document.createElement('BR');
var TestRow61 = document.createElement('TR');
var TestCell61 = document.createElement('TD');
TestCell61.className = 'TestimonialTree_Testimonial';
TestCell61.className = 'TestimonialTree_Testimonial';
var TestDiv61 = document.createElement('div');
TestDiv61.innerHTML= '\"From day one it was comprehensive and supportive. We felt very confident we were in the right place. There was always high attention to detail and quick responsiveness. Our realtor was also very honest with us and helped us avoid homes that were not up to our standard. \"';
TestCell61.appendChild(TestDiv61);
TestRow61.appendChild(TestCell61);
var SigRow61 = document.createElement('TR');
var SigCell61 = document.createElement('TD');
SigCell61.className = 'TestimonialTree_Signature';
var SigData61 = document.createTextNode('Willow Skyrud');
SigCell61.appendChild(SigData61);
SigRow61.appendChild(SigCell61);
//Add Row
tmp.appendChild(SigRow61);
//Add Row
tmp.appendChild(TestRow61);
var BR62 = document.createElement('BR');
var TestRow62 = document.createElement('TR');
var TestCell62 = document.createElement('TD');
TestCell62.className = 'TestimonialTree_Testimonial';
TestCell62.className = 'TestimonialTree_Testimonial';
var TestDiv62 = document.createElement('div');
TestDiv62.innerHTML= '\"Great team! Dedicated and works well with people. Great communication and availability. Kind and caring, personable and knowledgeable. We were lucky to have them.\"';
TestCell62.appendChild(TestDiv62);
TestRow62.appendChild(TestCell62);
var SigRow62 = document.createElement('TR');
var SigCell62 = document.createElement('TD');
SigCell62.className = 'TestimonialTree_Signature';
var SigData62 = document.createTextNode('Christine Griffin');
SigCell62.appendChild(SigData62);
SigRow62.appendChild(SigCell62);
//Add Row
tmp.appendChild(SigRow62);
//Add Row
tmp.appendChild(TestRow62);
var BR63 = document.createElement('BR');
var TestRow63 = document.createElement('TR');
var TestCell63 = document.createElement('TD');
TestCell63.className = 'TestimonialTree_Testimonial';
TestCell63.className = 'TestimonialTree_Testimonial';
var TestDiv63 = document.createElement('div');
TestDiv63.innerHTML= '\"The Connellys were so encouraging and helped us be calm in what could be a very stressful process. Very open communication and kept us informed of each step along the way both selling our property and helping buy our new home.\"';
TestCell63.appendChild(TestDiv63);
TestRow63.appendChild(TestCell63);
var SigRow63 = document.createElement('TR');
var SigCell63 = document.createElement('TD');
SigCell63.className = 'TestimonialTree_Signature';
var SigData63 = document.createTextNode('Keith & Catherine Dunham');
SigCell63.appendChild(SigData63);
SigRow63.appendChild(SigCell63);
//Add Row
tmp.appendChild(SigRow63);
//Add Row
tmp.appendChild(TestRow63);
var BR64 = document.createElement('BR');
var TestRow64 = document.createElement('TR');
var TestCell64 = document.createElement('TD');
TestCell64.className = 'TestimonialTree_Testimonial';
TestCell64.className = 'TestimonialTree_Testimonial';
var TestDiv64 = document.createElement('div');
TestDiv64.innerHTML= '\"Rob Cowles was wonderful to work with when selling my mother\u0092s home. His communication was top notch. He advised me and encouraged me throughout the whole process. I recommend Rob to anyone who needs a realtor. His professionalism will not disappoint. \"';
TestCell64.appendChild(TestDiv64);
TestRow64.appendChild(TestCell64);
var SigRow64 = document.createElement('TR');
var SigCell64 = document.createElement('TD');
SigCell64.className = 'TestimonialTree_Signature';
var SigData64 = document.createTextNode('Kelly Fletcher');
SigCell64.appendChild(SigData64);
SigRow64.appendChild(SigCell64);
//Add Row
tmp.appendChild(SigRow64);
//Add Row
tmp.appendChild(TestRow64);
var BR65 = document.createElement('BR');
var TestRow65 = document.createElement('TR');
var TestCell65 = document.createElement('TD');
TestCell65.className = 'TestimonialTree_Testimonial';
TestCell65.className = 'TestimonialTree_Testimonial';
var TestDiv65 = document.createElement('div');
TestDiv65.innerHTML= '\"I could not possibly have asked for a better experience. Jacson was a true partner all the way through this journey - from the time my parents moved out to the final closing. It really felt like we were working together to get the best outcome for everyone. I took on the responsibility of managing this for my elder parents, which was a lot, but working with Jacson made it doable. Thank you - more than I can express. There is no doubt that I would recommend Jacson to anyone - I wish I were in the market to buy in Bellingham, I\u0092d work with him again in a heartbeat. \"';
TestCell65.appendChild(TestDiv65);
TestRow65.appendChild(TestCell65);
var SigRow65 = document.createElement('TR');
var SigCell65 = document.createElement('TD');
SigCell65.className = 'TestimonialTree_Signature';
var SigData65 = document.createTextNode('Glenn Shinn');
SigCell65.appendChild(SigData65);
SigRow65.appendChild(SigCell65);
//Add Row
tmp.appendChild(SigRow65);
//Add Row
tmp.appendChild(TestRow65);
var BR66 = document.createElement('BR');
var TestRow66 = document.createElement('TR');
var TestCell66 = document.createElement('TD');
TestCell66.className = 'TestimonialTree_Testimonial';
TestCell66.className = 'TestimonialTree_Testimonial';
var TestDiv66 = document.createElement('div');
TestDiv66.innerHTML= '\"Jess and Chet at Windermere were wonderful to work with! They were so helpful and responsive throughout the whole process. They made sure we closed on time and guided us every step of the way. We absolutely love our new home and are so thankful for their hard work. Highly recommend!\"';
TestCell66.appendChild(TestDiv66);
TestRow66.appendChild(TestCell66);
var SigRow66 = document.createElement('TR');
var SigCell66 = document.createElement('TD');
SigCell66.className = 'TestimonialTree_Signature';
var SigData66 = document.createTextNode('Stacee Bassett');
SigCell66.appendChild(SigData66);
SigRow66.appendChild(SigCell66);
//Add Row
tmp.appendChild(SigRow66);
//Add Row
tmp.appendChild(TestRow66);
var BR67 = document.createElement('BR');
var TestRow67 = document.createElement('TR');
var TestCell67 = document.createElement('TD');
TestCell67.className = 'TestimonialTree_Testimonial';
TestCell67.className = 'TestimonialTree_Testimonial';
var TestDiv67 = document.createElement('div');
TestDiv67.innerHTML= '\"Excellent! Paulina is always professional and goes above and beyond. \"';
TestCell67.appendChild(TestDiv67);
TestRow67.appendChild(TestCell67);
var SigRow67 = document.createElement('TR');
var SigCell67 = document.createElement('TD');
SigCell67.className = 'TestimonialTree_Signature';
var SigData67 = document.createTextNode('Jambor Trust');
SigCell67.appendChild(SigData67);
SigRow67.appendChild(SigCell67);
//Add Row
tmp.appendChild(SigRow67);
//Add Row
tmp.appendChild(TestRow67);
var BR68 = document.createElement('BR');
var TestRow68 = document.createElement('TR');
var TestCell68 = document.createElement('TD');
TestCell68.className = 'TestimonialTree_Testimonial';
TestCell68.className = 'TestimonialTree_Testimonial';
var TestDiv68 = document.createElement('div');
TestDiv68.innerHTML= '\"Great communication and expert advice. \"';
TestCell68.appendChild(TestDiv68);
TestRow68.appendChild(TestCell68);
var SigRow68 = document.createElement('TR');
var SigCell68 = document.createElement('TD');
SigCell68.className = 'TestimonialTree_Signature';
var SigData68 = document.createTextNode('Scott Thomas');
SigCell68.appendChild(SigData68);
SigRow68.appendChild(SigCell68);
//Add Row
tmp.appendChild(SigRow68);
//Add Row
tmp.appendChild(TestRow68);
var BR69 = document.createElement('BR');
var TestRow69 = document.createElement('TR');
var TestCell69 = document.createElement('TD');
TestCell69.className = 'TestimonialTree_Testimonial';
TestCell69.className = 'TestimonialTree_Testimonial';
var TestDiv69 = document.createElement('div');
TestDiv69.innerHTML= '\"Chris & Kyrsi were so encouraging during this stressful time, always upbeat, timely suggestions, always available for questions or concerns. It was a real blessing working with them.\"';
TestCell69.appendChild(TestDiv69);
TestRow69.appendChild(TestCell69);
var SigRow69 = document.createElement('TR');
var SigCell69 = document.createElement('TD');
SigCell69.className = 'TestimonialTree_Signature';
var SigData69 = document.createTextNode('Keith & Catherine Dunham');
SigCell69.appendChild(SigData69);
SigRow69.appendChild(SigCell69);
//Add Row
tmp.appendChild(SigRow69);
//Add Row
tmp.appendChild(TestRow69);
var BR70 = document.createElement('BR');
var TestRow70 = document.createElement('TR');
var TestCell70 = document.createElement('TD');
TestCell70.className = 'TestimonialTree_Testimonial';
TestCell70.className = 'TestimonialTree_Testimonial';
var TestDiv70 = document.createElement('div');
TestDiv70.innerHTML= '\"Kelli Walterskirchen did a fabulous job. Very responsive and supportive throughout the process. Couldn\'t have asked for a better realtor and representative.
\n
\nWonderful agent\"';
TestCell70.appendChild(TestDiv70);
TestRow70.appendChild(TestCell70);
var SigRow70 = document.createElement('TR');
var SigCell70 = document.createElement('TD');
SigCell70.className = 'TestimonialTree_Signature';
var SigData70 = document.createTextNode('Donald Ludwigsen');
SigCell70.appendChild(SigData70);
SigRow70.appendChild(SigCell70);
//Add Row
tmp.appendChild(SigRow70);
//Add Row
tmp.appendChild(TestRow70);
var BR71 = document.createElement('BR');
var TestRow71 = document.createElement('TR');
var TestCell71 = document.createElement('TD');
TestCell71.className = 'TestimonialTree_Testimonial';
TestCell71.className = 'TestimonialTree_Testimonial';
var TestDiv71 = document.createElement('div');
TestDiv71.innerHTML= '\"Very good . Kind courtesy and informative.\"';
TestCell71.appendChild(TestDiv71);
TestRow71.appendChild(TestCell71);
var SigRow71 = document.createElement('TR');
var SigCell71 = document.createElement('TD');
SigCell71.className = 'TestimonialTree_Signature';
var SigData71 = document.createTextNode('Stephen Mallahan');
SigCell71.appendChild(SigData71);
SigRow71.appendChild(SigCell71);
//Add Row
tmp.appendChild(SigRow71);
//Add Row
tmp.appendChild(TestRow71);
var BR72 = document.createElement('BR');
var TestRow72 = document.createElement('TR');
var TestCell72 = document.createElement('TD');
TestCell72.className = 'TestimonialTree_Testimonial';
TestCell72.className = 'TestimonialTree_Testimonial';
var TestDiv72 = document.createElement('div');
TestDiv72.innerHTML= '\"Excellent. Aldo Levain knew what we needed to do to sell our home quickly and for more than we expected.\"';
TestCell72.appendChild(TestDiv72);
TestRow72.appendChild(TestCell72);
var SigRow72 = document.createElement('TR');
var SigCell72 = document.createElement('TD');
SigCell72.className = 'TestimonialTree_Signature';
var SigData72 = document.createTextNode('William Kappele');
SigCell72.appendChild(SigData72);
SigRow72.appendChild(SigCell72);
//Add Row
tmp.appendChild(SigRow72);
//Add Row
tmp.appendChild(TestRow72);
var BR73 = document.createElement('BR');
var TestRow73 = document.createElement('TR');
var TestCell73 = document.createElement('TD');
TestCell73.className = 'TestimonialTree_Testimonial';
TestCell73.className = 'TestimonialTree_Testimonial';
var TestDiv73 = document.createElement('div');
TestDiv73.innerHTML= '\"Twice Aldo Levain and his team have helped me sell a residence quickly, without complications, and for more than the asking price. I wholeheartedly recommend Aldo if you have a house to sell. \"';
TestCell73.appendChild(TestDiv73);
TestRow73.appendChild(TestCell73);
var SigRow73 = document.createElement('TR');
var SigCell73 = document.createElement('TD');
SigCell73.className = 'TestimonialTree_Signature';
var SigData73 = document.createTextNode('Mary Beth Heffernan');
SigCell73.appendChild(SigData73);
SigRow73.appendChild(SigCell73);
//Add Row
tmp.appendChild(SigRow73);
//Add Row
tmp.appendChild(TestRow73);
var BR74 = document.createElement('BR');
var TestRow74 = document.createElement('TR');
var TestCell74 = document.createElement('TD');
TestCell74.className = 'TestimonialTree_Testimonial';
TestCell74.className = 'TestimonialTree_Testimonial';
var TestDiv74 = document.createElement('div');
TestDiv74.innerHTML= '\"Paulina was the most professional and very responsive. Gave great advice on things to look out for and was very knowledgeable. We will be using again! Thank you Paulina!\"';
TestCell74.appendChild(TestDiv74);
TestRow74.appendChild(TestCell74);
var SigRow74 = document.createElement('TR');
var SigCell74 = document.createElement('TD');
SigCell74.className = 'TestimonialTree_Signature';
var SigData74 = document.createTextNode('Savannah Graham');
SigCell74.appendChild(SigData74);
SigRow74.appendChild(SigCell74);
//Add Row
tmp.appendChild(SigRow74);
//Add Row
tmp.appendChild(TestRow74);
var BR75 = document.createElement('BR');
var TestRow75 = document.createElement('TR');
var TestCell75 = document.createElement('TD');
TestCell75.className = 'TestimonialTree_Testimonial';
TestCell75.className = 'TestimonialTree_Testimonial';
var TestDiv75 = document.createElement('div');
TestDiv75.innerHTML= '\"Kelly Daniels was above-and-beyond helpful, patient, explanatory, unprejudiced, personable and professional, thank you so much for everything, Kelly! Jane Garbisch-Myers\"';
TestCell75.appendChild(TestDiv75);
TestRow75.appendChild(TestCell75);
var SigRow75 = document.createElement('TR');
var SigCell75 = document.createElement('TD');
SigCell75.className = 'TestimonialTree_Signature';
var SigData75 = document.createTextNode('Jane E Garbisch-Myers');
SigCell75.appendChild(SigData75);
SigRow75.appendChild(SigCell75);
//Add Row
tmp.appendChild(SigRow75);
//Add Row
tmp.appendChild(TestRow75);
var BR76 = document.createElement('BR');
var TestRow76 = document.createElement('TR');
var TestCell76 = document.createElement('TD');
TestCell76.className = 'TestimonialTree_Testimonial';
TestCell76.className = 'TestimonialTree_Testimonial';
var TestDiv76 = document.createElement('div');
TestDiv76.innerHTML= '\"100% professional\"';
TestCell76.appendChild(TestDiv76);
TestRow76.appendChild(TestCell76);
var SigRow76 = document.createElement('TR');
var SigCell76 = document.createElement('TD');
SigCell76.className = 'TestimonialTree_Signature';
var SigData76 = document.createTextNode('Denny Arsene');
SigCell76.appendChild(SigData76);
SigRow76.appendChild(SigCell76);
//Add Row
tmp.appendChild(SigRow76);
//Add Row
tmp.appendChild(TestRow76);
var BR77 = document.createElement('BR');
var TestRow77 = document.createElement('TR');
var TestCell77 = document.createElement('TD');
TestCell77.className = 'TestimonialTree_Testimonial';
TestCell77.className = 'TestimonialTree_Testimonial';
var TestDiv77 = document.createElement('div');
TestDiv77.innerHTML= '\"
I would like to share the positive experience of having Shellie Fredrich as my realtor.\u00A0 I am a first-time home buyer so Shellie took time to introduce me to the basic information I would deal with.\u00A0 When I handled the steps in the process, I was familiar with the topics.\u00A0
\u00A0
Shellie listened carefully to my wants and needs. I knew that she was looking thoroughly for me.\u00A0 She made herself available to answer questions \u0096 there were a lot.\u00A0
\u00A0
After I found a home and purchased it at a reasonable price, Shellie then walked me through the next step of preparing my home to sell.\u00A0\u00A0 She knew of other experts to inspect and then make improvements to upgrade the safety and appearance of the house.\u00A0 My home was put on the market at an optimal time and sold for full price in four days.\u00A0
\u00A0
Working with Shellie was an absolute pleasure from start to finish. She made a difficult task as pleasant as possible. If you\'re looking for someone who truly puts their clients first and knows the market inside and out, I would recommend Shellie Fredrich.
\u00A0
\u00A0Nancy Parle
\u00A0
Seattle, Washington
\u00A0
\"'; TestCell77.appendChild(TestDiv77); TestRow77.appendChild(TestCell77); var SigRow77 = document.createElement('TR'); var SigCell77 = document.createElement('TD'); SigCell77.className = 'TestimonialTree_Signature'; var SigData77 = document.createTextNode('Nancy P.'); SigCell77.appendChild(SigData77); SigRow77.appendChild(SigCell77); //Add Row tmp.appendChild(SigRow77); //Add Row tmp.appendChild(TestRow77); var BR78 = document.createElement('BR'); var TestRow78 = document.createElement('TR'); var TestCell78 = document.createElement('TD'); TestCell78.className = 'TestimonialTree_Testimonial'; TestCell78.className = 'TestimonialTree_Testimonial'; var TestDiv78 = document.createElement('div'); TestDiv78.innerHTML= '\"Amazing. Elizabeth Wolfe is the greatest. She\'s incredibly kind, accommodating, considerate, professional, and knowledgeable. She made this whole process as painless and enjoyable as possible. \"'; TestCell78.appendChild(TestDiv78); TestRow78.appendChild(TestCell78); var SigRow78 = document.createElement('TR'); var SigCell78 = document.createElement('TD'); SigCell78.className = 'TestimonialTree_Signature'; var SigData78 = document.createTextNode('Cullen Gray'); SigCell78.appendChild(SigData78); SigRow78.appendChild(SigCell78); //Add Row tmp.appendChild(SigRow78); //Add Row tmp.appendChild(TestRow78); var BR79 = document.createElement('BR'); var TestRow79 = document.createElement('TR'); var TestCell79 = document.createElement('TD'); TestCell79.className = 'TestimonialTree_Testimonial'; TestCell79.className = 'TestimonialTree_Testimonial'; var TestDiv79 = document.createElement('div'); TestDiv79.innerHTML= '\"Selling a house in a challenging market demands a broker that cares and I felt that we received that when listing with Windermere.\"'; TestCell79.appendChild(TestDiv79); TestRow79.appendChild(TestCell79); var SigRow79 = document.createElement('TR'); var SigCell79 = document.createElement('TD'); SigCell79.className = 'TestimonialTree_Signature'; var SigData79 = document.createTextNode('Royce Schuening'); SigCell79.appendChild(SigData79); SigRow79.appendChild(SigCell79); //Add Row tmp.appendChild(SigRow79); //Add Row tmp.appendChild(TestRow79); var BR80 = document.createElement('BR'); var TestRow80 = document.createElement('TR'); var TestCell80 = document.createElement('TD'); TestCell80.className = 'TestimonialTree_Testimonial'; TestCell80.className = 'TestimonialTree_Testimonial'; var TestDiv80 = document.createElement('div'); TestDiv80.innerHTML= '\"Kaylie my agent was thoughtful and wonderful. Respectful and looking out for my interests, she is a great asset for Windermere. \"'; TestCell80.appendChild(TestDiv80); TestRow80.appendChild(TestCell80); var SigRow80 = document.createElement('TR'); var SigCell80 = document.createElement('TD'); SigCell80.className = 'TestimonialTree_Signature'; var SigData80 = document.createTextNode('Chris Barghout'); SigCell80.appendChild(SigData80); SigRow80.appendChild(SigCell80); //Add Row tmp.appendChild(SigRow80); //Add Row tmp.appendChild(TestRow80); var BR81 = document.createElement('BR'); var TestRow81 = document.createElement('TR'); var TestCell81 = document.createElement('TD'); TestCell81.className = 'TestimonialTree_Testimonial'; TestCell81.className = 'TestimonialTree_Testimonial'; var TestDiv81 = document.createElement('div'); TestDiv81.innerHTML= '\"Excellent!\"'; TestCell81.appendChild(TestDiv81); TestRow81.appendChild(TestCell81); var SigRow81 = document.createElement('TR'); var SigCell81 = document.createElement('TD'); SigCell81.className = 'TestimonialTree_Signature'; var SigData81 = document.createTextNode('Sven Nilsen'); SigCell81.appendChild(SigData81); SigRow81.appendChild(SigCell81); //Add Row tmp.appendChild(SigRow81); //Add Row tmp.appendChild(TestRow81); var BR82 = document.createElement('BR'); var TestRow82 = document.createElement('TR'); var TestCell82 = document.createElement('TD'); TestCell82.className = 'TestimonialTree_Testimonial'; TestCell82.className = 'TestimonialTree_Testimonial'; var TestDiv82 = document.createElement('div'); TestDiv82.innerHTML= '\"Marco and his team were fast and efficient. Gave us great advice and sold the house fast with no hassle. Always kept us up to date during the whole transaction.\"'; TestCell82.appendChild(TestDiv82); TestRow82.appendChild(TestCell82); var SigRow82 = document.createElement('TR'); var SigCell82 = document.createElement('TD'); SigCell82.className = 'TestimonialTree_Signature'; var SigData82 = document.createTextNode('DeAnn Carlstrom'); SigCell82.appendChild(SigData82); SigRow82.appendChild(SigCell82); //Add Row tmp.appendChild(SigRow82); //Add Row tmp.appendChild(TestRow82); var BR83 = document.createElement('BR'); var TestRow83 = document.createElement('TR'); var TestCell83 = document.createElement('TD'); TestCell83.className = 'TestimonialTree_Testimonial'; TestCell83.className = 'TestimonialTree_Testimonial'; var TestDiv83 = document.createElement('div'); TestDiv83.innerHTML= '\"We had an absolutely wonderful experience working with Jasmin and the LeVain team. 10/10 recommend! We felt extremely well cared for. Jasmin is an absolutely fantastic communicator and definitely made all the difference in getting a great home for our family. She went above and beyond to make sure we didn\'t miss out on any opportunities, which was especially great for us being from out of State! I seriously could not recommend her more highly, we are so glad someone recommended her to us!!! We found a fantastic home, on the exact timeline we needed to, in a great neighborhood for our family. Thank you Jasmin!\"'; TestCell83.appendChild(TestDiv83); TestRow83.appendChild(TestCell83); var SigRow83 = document.createElement('TR'); var SigCell83 = document.createElement('TD'); SigCell83.className = 'TestimonialTree_Signature'; var SigData83 = document.createTextNode('Jen Loofbourrow'); SigCell83.appendChild(SigData83); SigRow83.appendChild(SigCell83); //Add Row tmp.appendChild(SigRow83); //Add Row tmp.appendChild(TestRow83); var BR84 = document.createElement('BR'); var TestRow84 = document.createElement('TR'); var TestCell84 = document.createElement('TD'); TestCell84.className = 'TestimonialTree_Testimonial'; TestCell84.className = 'TestimonialTree_Testimonial'; var TestDiv84 = document.createElement('div'); TestDiv84.innerHTML= '\"I had an exceptional experience with Rebecca. I will definitely use Rebecca at Windermere again.\"'; TestCell84.appendChild(TestDiv84); TestRow84.appendChild(TestCell84); var SigRow84 = document.createElement('TR'); var SigCell84 = document.createElement('TD'); SigCell84.className = 'TestimonialTree_Signature'; var SigData84 = document.createTextNode('Kathy Melchiorre'); SigCell84.appendChild(SigData84); SigRow84.appendChild(SigCell84); //Add Row tmp.appendChild(SigRow84); //Add Row tmp.appendChild(TestRow84); var BR85 = document.createElement('BR'); var TestRow85 = document.createElement('TR'); var TestCell85 = document.createElement('TD'); TestCell85.className = 'TestimonialTree_Testimonial'; TestCell85.className = 'TestimonialTree_Testimonial'; var TestDiv85 = document.createElement('div'); TestDiv85.innerHTML= '\"Far exceeds expectations. \"'; TestCell85.appendChild(TestDiv85); TestRow85.appendChild(TestCell85); var SigRow85 = document.createElement('TR'); var SigCell85 = document.createElement('TD'); SigCell85.className = 'TestimonialTree_Signature'; var SigData85 = document.createTextNode('Chris Barghout'); SigCell85.appendChild(SigData85); SigRow85.appendChild(SigCell85); //Add Row tmp.appendChild(SigRow85); //Add Row tmp.appendChild(TestRow85); var BR86 = document.createElement('BR'); var TestRow86 = document.createElement('TR'); var TestCell86 = document.createElement('TD'); TestCell86.className = 'TestimonialTree_Testimonial'; TestCell86.className = 'TestimonialTree_Testimonial'; var TestDiv86 = document.createElement('div'); TestDiv86.innerHTML= '\"If I ever have another need for a Real Estate Agent, I will be calling Chad Earhart. He was informative and knew his stuff. We had a few surprises with the property. He kept me informed and kindly explained any & all things I did not understand. Chad was great at laying out the pros & cons, yet I never felt pressured. I always felt I was getting his full attention on the sale of the property. Thank you, Chad & Hank for all the time you spent on this adventure. \"'; TestCell86.appendChild(TestDiv86); TestRow86.appendChild(TestCell86); var SigRow86 = document.createElement('TR'); var SigCell86 = document.createElement('TD'); SigCell86.className = 'TestimonialTree_Signature'; var SigData86 = document.createTextNode('Donna Scott, PR'); SigCell86.appendChild(SigData86); SigRow86.appendChild(SigCell86); //Add Row tmp.appendChild(SigRow86); //Add Row tmp.appendChild(TestRow86); var BR87 = document.createElement('BR'); var TestRow87 = document.createElement('TR'); var TestCell87 = document.createElement('TD'); TestCell87.className = 'TestimonialTree_Testimonial'; TestCell87.className = 'TestimonialTree_Testimonial'; var TestDiv87 = document.createElement('div'); TestDiv87.innerHTML= '\"I cannot speak to Windermere specifically as we really only dealt with our realtor, Dustin Pruitt. We\'ve followed Dustin where ever he has gone. He\'s our go to guy for real estate. Dustin is extremely knowledgeable and knows what we need before we do. He is also willing to go to bat for us when dealing with difficult lenders and the complicated process they create. We\'ve known Dustin since our first home purchase in 2014. He has helped other relatives of ours with their own home purchases and sales. It\'s safe to say, we all consider Dustin part of our family and look forward to working with him for any future real estate transactions. \"'; TestCell87.appendChild(TestDiv87); TestRow87.appendChild(TestCell87); var SigRow87 = document.createElement('TR'); var SigCell87 = document.createElement('TD'); SigCell87.className = 'TestimonialTree_Signature'; var SigData87 = document.createTextNode('Michael Young'); SigCell87.appendChild(SigData87); SigRow87.appendChild(SigCell87); //Add Row tmp.appendChild(SigRow87); //Add Row tmp.appendChild(TestRow87); var BR88 = document.createElement('BR'); var TestRow88 = document.createElement('TR'); var TestCell88 = document.createElement('TD'); TestCell88.className = 'TestimonialTree_Testimonial'; TestCell88.className = 'TestimonialTree_Testimonial'; var TestDiv88 = document.createElement('div'); TestDiv88.innerHTML= '\"EXCELLENT \"'; TestCell88.appendChild(TestDiv88); TestRow88.appendChild(TestCell88); var SigRow88 = document.createElement('TR'); var SigCell88 = document.createElement('TD'); SigCell88.className = 'TestimonialTree_Signature'; var SigData88 = document.createTextNode('Julie Fox'); SigCell88.appendChild(SigData88); SigRow88.appendChild(SigCell88); //Add Row tmp.appendChild(SigRow88); //Add Row tmp.appendChild(TestRow88); var BR89 = document.createElement('BR'); var TestRow89 = document.createElement('TR'); var TestCell89 = document.createElement('TD'); TestCell89.className = 'TestimonialTree_Testimonial'; TestCell89.className = 'TestimonialTree_Testimonial'; var TestDiv89 = document.createElement('div'); TestDiv89.innerHTML= '\"Friendly, professional, diligent, focused, helpful, conscientious, service driven.\"'; TestCell89.appendChild(TestDiv89); TestRow89.appendChild(TestCell89); var SigRow89 = document.createElement('TR'); var SigCell89 = document.createElement('TD'); SigCell89.className = 'TestimonialTree_Signature'; var SigData89 = document.createTextNode('Rita Hall'); SigCell89.appendChild(SigData89); SigRow89.appendChild(SigCell89); //Add Row tmp.appendChild(SigRow89); //Add Row tmp.appendChild(TestRow89); var BR90 = document.createElement('BR'); var TestRow90 = document.createElement('TR'); var TestCell90 = document.createElement('TD'); TestCell90.className = 'TestimonialTree_Testimonial'; TestCell90.className = 'TestimonialTree_Testimonial'; var TestDiv90 = document.createElement('div'); TestDiv90.innerHTML= '\"Excellent service. Prompt. Helped watch for all of the details for me. Exactly what I look for when buying a home.\"'; TestCell90.appendChild(TestDiv90); TestRow90.appendChild(TestCell90); var SigRow90 = document.createElement('TR'); var SigCell90 = document.createElement('TD'); SigCell90.className = 'TestimonialTree_Signature'; var SigData90 = document.createTextNode('Marcus Cloke'); SigCell90.appendChild(SigData90); SigRow90.appendChild(SigCell90); //Add Row tmp.appendChild(SigRow90); //Add Row tmp.appendChild(TestRow90); var BR91 = document.createElement('BR'); var TestRow91 = document.createElement('TR'); var TestCell91 = document.createElement('TD'); TestCell91.className = 'TestimonialTree_Testimonial'; TestCell91.className = 'TestimonialTree_Testimonial'; var TestDiv91 = document.createElement('div'); TestDiv91.innerHTML= '\"Paulina helped me buy and sell my house. She did all of the prep work to get my house ready for a very fast turn around while I was out of town. My house closed three weeks after it went on the market and while I know that is not the norm, I know a very big part of that seamless sale was due to her meticulous pre-planning, marketing, smart pricing, attention to details, and understanding of the changing Bellingham market. Paulina, her team, and everyone she referred were exceptional.