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 + '://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=56162¶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 = 'http://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= '\"Pam Wheatley is the best! She knows the local market extremely well and has the inside scoop on all the latest action in the area. That makes all the difference in terms of knowing what realistic pricing is. I bought two homes with her now in S Sterling and Tobyhanna and both were great experiences. Nobody works harder than Pam!\"';
TestCell0.appendChild(TestDiv0);
TestRow0.appendChild(TestCell0);
var SigRow0 = document.createElement('TR');
var SigCell0 = document.createElement('TD');
SigCell0.className = 'TestimonialTree_Signature';
var SigData0 = document.createTextNode('Ron Logan');
SigCell0.appendChild(SigData0);
SigRow0.appendChild(SigCell0);
var SourceCell0 = document.createElement('TD');
SourceCell0.className = 'TestimonialTree_Source';
var SourceData0 = document.createTextNode('on Google');
SourceCell0.appendChild(SourceData0);
SigCell0.appendChild(SourceCell0);
//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= '\"Samantha went above and beyond for our family! And we are so very grateful! Taking my calls and all my questions and making sure we are so very happy with our new place. At the end of the Experience we felt like family! If you can work with her, I highly recommend\"';
TestCell1.appendChild(TestDiv1);
TestRow1.appendChild(TestCell1);
var SigRow1 = document.createElement('TR');
var SigCell1 = document.createElement('TD');
SigCell1.className = 'TestimonialTree_Signature';
var SigData1 = document.createTextNode('Erika Agramonte');
SigCell1.appendChild(SigData1);
SigRow1.appendChild(SigCell1);
var SourceCell1 = document.createElement('TD');
SourceCell1.className = 'TestimonialTree_Source';
var SourceData1 = document.createTextNode('on Google');
SourceCell1.appendChild(SourceData1);
SigCell1.appendChild(SourceCell1);
//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= '\"Very professional. Knowledgeable. House sold right out of the gate\"';
TestCell2.appendChild(TestDiv2);
TestRow2.appendChild(TestCell2);
var SigRow2 = document.createElement('TR');
var SigCell2 = document.createElement('TD');
SigCell2.className = 'TestimonialTree_Signature';
var SigData2 = document.createTextNode('Steven Croucher');
SigCell2.appendChild(SigData2);
SigRow2.appendChild(SigCell2);
var SourceCell2 = document.createElement('TD');
SourceCell2.className = 'TestimonialTree_Source';
var SourceData2 = document.createTextNode('on Google');
SourceCell2.appendChild(SourceData2);
SigCell2.appendChild(SourceCell2);
//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= '\"Barbars is great to work with\"';
TestCell3.appendChild(TestDiv3);
TestRow3.appendChild(TestCell3);
var SigRow3 = document.createElement('TR');
var SigCell3 = document.createElement('TD');
SigCell3.className = 'TestimonialTree_Signature';
var SigData3 = document.createTextNode('Robert Nast');
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= '\"Highly recommend this company. Were very easy to work with and made my property purchase experience very easy.\"';
TestCell4.appendChild(TestDiv4);
TestRow4.appendChild(TestCell4);
var SigRow4 = document.createElement('TR');
var SigCell4 = document.createElement('TD');
SigCell4.className = 'TestimonialTree_Signature';
var SigData4 = document.createTextNode('Vishan Beharry');
SigCell4.appendChild(SigData4);
SigRow4.appendChild(SigCell4);
var SourceCell4 = document.createElement('TD');
SourceCell4.className = 'TestimonialTree_Source';
var SourceData4 = document.createTextNode('on Google');
SourceCell4.appendChild(SourceData4);
SigCell4.appendChild(SourceCell4);
//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= '\"Stella is truly the best agent we\u0092ve had the pleasure of working with, in the Poconos or anywhere else. She is ambitious, savvy, attentive, fun & highly strategic\u0097always keeping her clients\u0092 best interests at the forefront. Our deal would not have been possible without her expertise and guidance, as she identified opportunities we never would have considered on our own & made the experience seamless & painless. We recommend Stella & Berkshire Hathaway without reservation for any real estate needs\u0097truly a 10/10 experience!\"';
TestCell5.appendChild(TestDiv5);
TestRow5.appendChild(TestCell5);
var SigRow5 = document.createElement('TR');
var SigCell5 = document.createElement('TD');
SigCell5.className = 'TestimonialTree_Signature';
var SigData5 = document.createTextNode('Jillian O\'Neill');
SigCell5.appendChild(SigData5);
SigRow5.appendChild(SigCell5);
var SourceCell5 = document.createElement('TD');
SourceCell5.className = 'TestimonialTree_Source';
var SourceData5 = document.createTextNode('on Google');
SourceCell5.appendChild(SourceData5);
SigCell5.appendChild(SourceCell5);
//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= '\"Stella was top notch and on her game. She gives you 110% and has amazing insights and energy.\"';
TestCell6.appendChild(TestDiv6);
TestRow6.appendChild(TestCell6);
var SigRow6 = document.createElement('TR');
var SigCell6 = document.createElement('TD');
SigCell6.className = 'TestimonialTree_Signature';
var SigData6 = document.createTextNode('David Bigler');
SigCell6.appendChild(SigData6);
SigRow6.appendChild(SigCell6);
var SourceCell6 = document.createElement('TD');
SourceCell6.className = 'TestimonialTree_Source';
var SourceData6 = document.createTextNode('on Google');
SourceCell6.appendChild(SourceData6);
SigCell6.appendChild(SourceCell6);
//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= '\"Barbara was extremely professional, helpful and always on top of the situation. I would like to thank her very much.
\n
\nThank you Barbara\"';
TestCell7.appendChild(TestDiv7);
TestRow7.appendChild(TestCell7);
var SigRow7 = document.createElement('TR');
var SigCell7 = document.createElement('TD');
SigCell7.className = 'TestimonialTree_Signature';
var SigData7 = document.createTextNode('Glenn Roberts');
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= '\"Barbara was very professional, helpful and always on top of the situation. Thank you\"';
TestCell8.appendChild(TestDiv8);
TestRow8.appendChild(TestCell8);
var SigRow8 = document.createElement('TR');
var SigCell8 = document.createElement('TD');
SigCell8.className = 'TestimonialTree_Signature';
var SigData8 = document.createTextNode('Glenn Roberts');
SigCell8.appendChild(SigData8);
SigRow8.appendChild(SigCell8);
var SourceCell8 = document.createElement('TD');
SourceCell8.className = 'TestimonialTree_Source';
var SourceData8 = document.createTextNode('on Google');
SourceCell8.appendChild(SourceData8);
SigCell8.appendChild(SourceCell8);
//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= '\"Buddy was exceptional to work with. He made sure we only looked at houses that he knew would be of interest to us. If there was a house that I inquired about that he knew was not the right fit, he was honest with me and told me to be patient\u0085the right house will come. When we finally found , \u0093the one\u0094, he made sure every detail was addressed and was patient with all the steps in the buying process. I would highly recommend Buddy to anyone looking to purchase. You won\u0092t regret it!!\"';
TestCell9.appendChild(TestDiv9);
TestRow9.appendChild(TestCell9);
var SigRow9 = document.createElement('TR');
var SigCell9 = document.createElement('TD');
SigCell9.className = 'TestimonialTree_Signature';
var SigData9 = document.createTextNode('Danielle Beyers');
SigCell9.appendChild(SigData9);
SigRow9.appendChild(SigCell9);
var SourceCell9 = document.createElement('TD');
SourceCell9.className = 'TestimonialTree_Source';
var SourceData9 = document.createTextNode('on Google');
SourceCell9.appendChild(SourceData9);
SigCell9.appendChild(SourceCell9);
//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= '\"Mike was timely, friendly, and available as well. He did a great job making me feel comfortable with the purchase process. He did everything he said he would!\"';
TestCell10.appendChild(TestDiv10);
TestRow10.appendChild(TestCell10);
var SigRow10 = document.createElement('TR');
var SigCell10 = document.createElement('TD');
SigCell10.className = 'TestimonialTree_Signature';
var SigData10 = document.createTextNode('Pete Ioppolo');
SigCell10.appendChild(SigData10);
SigRow10.appendChild(SigCell10);
var SourceCell10 = document.createElement('TD');
SourceCell10.className = 'TestimonialTree_Source';
var SourceData10 = document.createTextNode('on Google');
SourceCell10.appendChild(SourceData10);
SigCell10.appendChild(SourceCell10);
//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= '\"Pamela exceeded our expectations. We were buying from out of state, so had to trust that we found the right person to guide us on area, schools, property and pricing Pamela managed to find multiple high match properties in the broad area and provided local guidance on all aspects of the house hunt. We found the first which went to contact before we got home, the second we offered over market o it for Pamela and the inspection to find significant water intrusion and a new roof was needed. Pamela handled all of the feedback and local effort and proceeded to find an amazing move in ready gem that met all criteria! Great personality, great sense of humor, and down to earth guidance made this all amazing.\"';
TestCell11.appendChild(TestDiv11);
TestRow11.appendChild(TestCell11);
var SigRow11 = document.createElement('TR');
var SigCell11 = document.createElement('TD');
SigCell11.className = 'TestimonialTree_Signature';
var SigData11 = document.createTextNode('Surplus Kit');
SigCell11.appendChild(SigData11);
SigRow11.appendChild(SigCell11);
var SourceCell11 = document.createElement('TD');
SourceCell11.className = 'TestimonialTree_Source';
var SourceData11 = document.createTextNode('on Google');
SourceCell11.appendChild(SourceData11);
SigCell11.appendChild(SourceCell11);
//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 want to extend my heartfelt thanks to Barbara for her incredible support and guidance throughout my real estate investment journey. She took the time to explain every detail, making the process much easier to navigate. I truly appreciate her expertise and dedication. I can\u0092t wait to work with her again in the future!\" --- Feel free to adjust it to match your style!\"';
TestCell12.appendChild(TestDiv12);
TestRow12.appendChild(TestCell12);
var SigRow12 = document.createElement('TR');
var SigCell12 = document.createElement('TD');
SigCell12.className = 'TestimonialTree_Signature';
var SigData12 = document.createTextNode('Frances Vagias');
SigCell12.appendChild(SigData12);
SigRow12.appendChild(SigCell12);
var SourceCell12 = document.createElement('TD');
SourceCell12.className = 'TestimonialTree_Source';
var SourceData12 = document.createTextNode('on Google');
SourceCell12.appendChild(SourceData12);
SigCell12.appendChild(SourceCell12);
//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= '\"Barbara is outstanding. She pays attention to all the details and communication is excellent. Another fantastic process.\"';
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 Gibbs');
SigCell13.appendChild(SigData13);
SigRow13.appendChild(SigCell13);
var SourceCell13 = document.createElement('TD');
SourceCell13.className = 'TestimonialTree_Source';
var SourceData13 = document.createTextNode('on Google');
SourceCell13.appendChild(SourceData13);
SigCell13.appendChild(SourceCell13);
//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= '\"Kim Stevens is a magnet for anyone who craves honesty, authenticity, and integrity - professionally and personally. She is a leader, collaborator and co-creator who motivates and inspires everyone in her orbit.\"';
TestCell14.appendChild(TestDiv14);
TestRow14.appendChild(TestCell14);
var SigRow14 = document.createElement('TR');
var SigCell14 = document.createElement('TD');
SigCell14.className = 'TestimonialTree_Signature';
var SigData14 = document.createTextNode('marci piasecki');
SigCell14.appendChild(SigData14);
SigRow14.appendChild(SigCell14);
var SourceCell14 = document.createElement('TD');
SourceCell14.className = 'TestimonialTree_Source';
var SourceData14 = document.createTextNode('on Google');
SourceCell14.appendChild(SourceData14);
SigCell14.appendChild(SourceCell14);
//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= '\"Great experience working with Barbara Luciani. She understands the local market and her advice for selling our lot was perfect. We appreciated her professionalism and follow through. Highly recommend.\"';
TestCell15.appendChild(TestDiv15);
TestRow15.appendChild(TestCell15);
var SigRow15 = document.createElement('TR');
var SigCell15 = document.createElement('TD');
SigCell15.className = 'TestimonialTree_Signature';
var SigData15 = document.createTextNode('Karen Levins');
SigCell15.appendChild(SigData15);
SigRow15.appendChild(SigCell15);
var SourceCell15 = document.createElement('TD');
SourceCell15.className = 'TestimonialTree_Source';
var SourceData15 = document.createTextNode('on Google');
SourceCell15.appendChild(SourceData15);
SigCell15.appendChild(SourceCell15);
//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= '\"Barbara Luciani is a wonderful agent. From the beginning, she was extremely helpful on listing our house and finding contractors to complete the work from our pre inspection. She attended the pre inspection and was there every step of the way. The photographer that took the pictures and the video it was outstanding. She has a very caring nature. I
\nwould highly recommend her services to
\nanyone. \"';
TestCell16.appendChild(TestDiv16);
TestRow16.appendChild(TestCell16);
var SigRow16 = document.createElement('TR');
var SigCell16 = document.createElement('TD');
SigCell16.className = 'TestimonialTree_Signature';
var SigData16 = document.createTextNode('Patricia Stephens');
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= '\"Barbara Luciani is a wonderful agent. From the beginning, she was extremely helpful on listing our house and finding contractors to complete the work from our pre inspection. She attended the pre inspection and was there every step of the way. The photographer that took the pictures and the video it was outstanding. She has a very caring nature. I would highly recommend her services to anyone.\"';
TestCell17.appendChild(TestDiv17);
TestRow17.appendChild(TestCell17);
var SigRow17 = document.createElement('TR');
var SigCell17 = document.createElement('TD');
SigCell17.className = 'TestimonialTree_Signature';
var SigData17 = document.createTextNode('Pat Stephens');
SigCell17.appendChild(SigData17);
SigRow17.appendChild(SigCell17);
var SourceCell17 = document.createElement('TD');
SourceCell17.className = 'TestimonialTree_Source';
var SourceData17 = document.createTextNode('on Google');
SourceCell17.appendChild(SourceData17);
SigCell17.appendChild(SourceCell17);
//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= '\"Smooth sailing all the way, from beginning to end!\"';
TestCell18.appendChild(TestDiv18);
TestRow18.appendChild(TestCell18);
var SigRow18 = document.createElement('TR');
var SigCell18 = document.createElement('TD');
SigCell18.className = 'TestimonialTree_Signature';
var SigData18 = document.createTextNode('Donna Dillon');
SigCell18.appendChild(SigData18);
SigRow18.appendChild(SigCell18);
var SourceCell18 = document.createElement('TD');
SourceCell18.className = 'TestimonialTree_Source';
var SourceData18 = document.createTextNode('on Google');
SourceCell18.appendChild(SourceData18);
SigCell18.appendChild(SourceCell18);
//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= '\"If you\'re looking to purchase a home in the Pocono area there is no need to go to any other real estate company then Berkshire Hathaway Homeservices.You looking for a realtor to sell or buy your new home then there\'s no other man to ask for then buddy Vail of Berkshire Hathaway.Buddy is extremely knowledgeable of the area, a top-notch professional is field, and a sheer pleasure to work with. He made purchasing my new home as simple as 123.When it\'s time for you to locate and purchase your dream home, I strongly recommend asking for Buddy Vail of Berkshire Hathaway Homeservices\"';
TestCell19.appendChild(TestDiv19);
TestRow19.appendChild(TestCell19);
var SigRow19 = document.createElement('TR');
var SigCell19 = document.createElement('TD');
SigCell19.className = 'TestimonialTree_Signature';
var SigData19 = document.createTextNode('Dan Gunning');
SigCell19.appendChild(SigData19);
SigRow19.appendChild(SigCell19);
var SourceCell19 = document.createElement('TD');
SourceCell19.className = 'TestimonialTree_Source';
var SourceData19 = document.createTextNode('on Google');
SourceCell19.appendChild(SourceData19);
SigCell19.appendChild(SourceCell19);
//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= '\"Communication was great. Everything was clearly stated and the whole process went very smooth.\"';
TestCell20.appendChild(TestDiv20);
TestRow20.appendChild(TestCell20);
var SigRow20 = document.createElement('TR');
var SigCell20 = document.createElement('TD');
SigCell20.className = 'TestimonialTree_Signature';
var SigData20 = document.createTextNode('wayne m');
SigCell20.appendChild(SigData20);
SigRow20.appendChild(SigCell20);
var SourceCell20 = document.createElement('TD');
SourceCell20.className = 'TestimonialTree_Source';
var SourceData20 = document.createTextNode('on Google');
SourceCell20.appendChild(SourceData20);
SigCell20.appendChild(SourceCell20);
//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= '\"We can\u0092t say enough good things about Pamela Wheatley! We would rate her way more than 5 stars! She is extremely knowledgeable and efficient. She helped us secure our dream home in this crazy market and made the home buying process a breeze. She was side by side with us from the showing (which included walking through the woods in the cold) to inspections to closing. She doesn\u0092t miss a beat. She not only went above and beyond to help us, but continues to provide helpful information about the area even after closing on our house. That right there just shows how much she cares about her clients. Pam is a true gem! We can\u0092t thank her enough.\"';
TestCell21.appendChild(TestDiv21);
TestRow21.appendChild(TestCell21);
var SigRow21 = document.createElement('TR');
var SigCell21 = document.createElement('TD');
SigCell21.className = 'TestimonialTree_Signature';
var SigData21 = document.createTextNode('Jodi A');
SigCell21.appendChild(SigData21);
SigRow21.appendChild(SigCell21);
var SourceCell21 = document.createElement('TD');
SourceCell21.className = 'TestimonialTree_Source';
var SourceData21 = document.createTextNode('on Google');
SourceCell21.appendChild(SourceData21);
SigCell21.appendChild(SourceCell21);
//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= '\"Deborah was the calm in our storm. She was empathetic with our situation, knowledgeable and had patience with us. I would HIGHLY recommend Deborah as a realtor and plan to use her again!\"';
TestCell22.appendChild(TestDiv22);
TestRow22.appendChild(TestCell22);
var SigRow22 = document.createElement('TR');
var SigCell22 = document.createElement('TD');
SigCell22.className = 'TestimonialTree_Signature';
var SigData22 = document.createTextNode('Daniela Davis');
SigCell22.appendChild(SigData22);
SigRow22.appendChild(SigCell22);
var SourceCell22 = document.createElement('TD');
SourceCell22.className = 'TestimonialTree_Source';
var SourceData22 = document.createTextNode('on Google');
SourceCell22.appendChild(SourceData22);
SigCell22.appendChild(SourceCell22);
//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= '\"Our agent Al Ryan, was incredibly professional and dedicated . He always went above and beyond our expectations. Al was very knowledgable of the market, responsive and easily accessible even during evenings and weekends. His diligent efforts and attention to detail made the process feel less like a transaction and more like a collaboration. We couldn\u0092t be happier in our new home and will gladly recommend his expertise and guidance to anyone buying or selling in the Pocono area. We will forever be grateful to Al and Berkshire Hathaway for helping us make a lifelong dream come true!\"';
TestCell23.appendChild(TestDiv23);
TestRow23.appendChild(TestCell23);
var SigRow23 = document.createElement('TR');
var SigCell23 = document.createElement('TD');
SigCell23.className = 'TestimonialTree_Signature';
var SigData23 = document.createTextNode('Mike C');
SigCell23.appendChild(SigData23);
SigRow23.appendChild(SigCell23);
var SourceCell23 = document.createElement('TD');
SourceCell23.className = 'TestimonialTree_Source';
var SourceData23 = document.createTextNode('on Google');
SourceCell23.appendChild(SourceData23);
SigCell23.appendChild(SourceCell23);
//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= '\"Barbara is the consummate real estate professional with heart of gold. Worked to find the perfect home and made sure all was taken care of each step of the way. Highly recommend her services in your search for the perfect home.\"';
TestCell24.appendChild(TestDiv24);
TestRow24.appendChild(TestCell24);
var SigRow24 = document.createElement('TR');
var SigCell24 = document.createElement('TD');
SigCell24.className = 'TestimonialTree_Signature';
var SigData24 = document.createTextNode('janis cernese');
SigCell24.appendChild(SigData24);
SigRow24.appendChild(SigCell24);
var SourceCell24 = document.createElement('TD');
SourceCell24.className = 'TestimonialTree_Source';
var SourceData24 = document.createTextNode('on Google');
SourceCell24.appendChild(SourceData24);
SigCell24.appendChild(SourceCell24);
//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= '\"We are buyers that were new to the Lake Wallenpaupack area and looking for a getaway home. Working with Pam Wheatley was a pleasure from start to finish. She is very knowledgeable and definitely knows her market. It\'s because of her networking and hard work that we were able to find a home that fit our needs. Pam\'s clear communication, prompt responses and genuine care for our needs made us feel supported every step of the way.We highly recommend Pam Wheatley to anyone looking to buy or sell a home.\"';
TestCell25.appendChild(TestDiv25);
TestRow25.appendChild(TestCell25);
var SigRow25 = document.createElement('TR');
var SigCell25 = document.createElement('TD');
SigCell25.className = 'TestimonialTree_Signature';
var SigData25 = document.createTextNode('Todd Hillmer');
SigCell25.appendChild(SigData25);
SigRow25.appendChild(SigCell25);
var SourceCell25 = document.createElement('TD');
SourceCell25.className = 'TestimonialTree_Source';
var SourceData25 = document.createTextNode('on Google');
SourceCell25.appendChild(SourceData25);
SigCell25.appendChild(SourceCell25);
//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= '\"Buddy was a wealth of knowledge and a priceless resource as we searched for a new home in the Masthope community. He was available for many showings and countless conversations with lots of questions. We could always depend on him!\"';
TestCell26.appendChild(TestDiv26);
TestRow26.appendChild(TestCell26);
var SigRow26 = document.createElement('TR');
var SigCell26 = document.createElement('TD');
SigCell26.className = 'TestimonialTree_Signature';
var SigData26 = document.createTextNode('Stephanie Demsia');
SigCell26.appendChild(SigData26);
SigRow26.appendChild(SigCell26);
var SourceCell26 = document.createElement('TD');
SourceCell26.className = 'TestimonialTree_Source';
var SourceData26 = document.createTextNode('on Google');
SourceCell26.appendChild(SourceData26);
SigCell26.appendChild(SourceCell26);
//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= '\"We worked with Joey Ward, who was amazing to work with on finding our new house and just an overall great guy.We were coming in from 2.5 hours away to view homes and he did everything he could to accommodate us - even going as far as scheduling 10+ homes for us to view in one day.It was not just his real estate prowess that we found helpful, but also his overall knowledge - it was like we had a real estate agent and a contractor in one, which was amazing for us since we were looking for a house that we would need to put some work into after purchasing it. So he was able to give us an idea of how much it might cost to fix certain things in each house we viewed, and even pointed out issues he saw that we didn\'t, which was extremely valuable.He was also great with getting back to our questions quickly, and his communication was fantastic with us and the seller\'s agents (who were not easy to deal with).He was even able to negotiate the price down on the house significantly, due to a number of issues we found, which allowed us the wiggle room to start fixing things as soon as we closed.Finally, he made sure we had a smooth closing day, with no issues whatsoever.We would give Joey 100 stars if we could. You\'re in great hands with him!\"';
TestCell27.appendChild(TestDiv27);
TestRow27.appendChild(TestCell27);
var SigRow27 = document.createElement('TR');
var SigCell27 = document.createElement('TD');
SigCell27.className = 'TestimonialTree_Signature';
var SigData27 = document.createTextNode('Nick Smaldone');
SigCell27.appendChild(SigData27);
SigRow27.appendChild(SigCell27);
var SourceCell27 = document.createElement('TD');
SourceCell27.className = 'TestimonialTree_Source';
var SourceData27 = document.createTextNode('on Google');
SourceCell27.appendChild(SourceData27);
SigCell27.appendChild(SourceCell27);
//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= '\"My realtor Buddy Vale was simply great. When problems arose before closing he skillfully found solutions. He was always responsive and was diligent in keeping me abreast of developments. If you are looking for a skillful, professional and well experienced realtor, I strongly recommended Buddy Vale.\"';
TestCell28.appendChild(TestDiv28);
TestRow28.appendChild(TestCell28);
var SigRow28 = document.createElement('TR');
var SigCell28 = document.createElement('TD');
SigCell28.className = 'TestimonialTree_Signature';
var SigData28 = document.createTextNode('Robert Deberardinis');
SigCell28.appendChild(SigData28);
SigRow28.appendChild(SigCell28);
var SourceCell28 = document.createElement('TD');
SourceCell28.className = 'TestimonialTree_Source';
var SourceData28 = document.createTextNode('on Google');
SourceCell28.appendChild(SourceData28);
SigCell28.appendChild(SourceCell28);
//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= '\"Barbara was wonderful. She was with us all the way.\"';
TestCell29.appendChild(TestDiv29);
TestRow29.appendChild(TestCell29);
var SigRow29 = document.createElement('TR');
var SigCell29 = document.createElement('TD');
SigCell29.className = 'TestimonialTree_Signature';
var SigData29 = document.createTextNode('Donald Velie');
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= '\"I worked with Maxwell out of this office and couldn\u0092t be more pleased. I bought from out of town so relied on Maxwell\u0092s connections and suggestions for every single aspect of my home purchase, from mortgage provider to inspectors. In addition to being pleased with everything from Berkshire, even all of their recommendations turned out great.\"';
TestCell30.appendChild(TestDiv30);
TestRow30.appendChild(TestCell30);
var SigRow30 = document.createElement('TR');
var SigCell30 = document.createElement('TD');
SigCell30.className = 'TestimonialTree_Signature';
var SigData30 = document.createTextNode('Dave bryant');
SigCell30.appendChild(SigData30);
SigRow30.appendChild(SigCell30);
var SourceCell30 = document.createElement('TD');
SourceCell30.className = 'TestimonialTree_Source';
var SourceData30 = document.createTextNode('on Google');
SourceCell30.appendChild(SourceData30);
SigCell30.appendChild(SourceCell30);
//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= '\"Buddy Vail brings so much more than just being an agent. He is a wealth of knowledge and knows so much about the communities he represents. Especially when you\u0092re not a local he either has the answer or gets back to you with the answer. I\u0092ve dealt with many agents and can say he\u0092s top 1%.\"';
TestCell31.appendChild(TestDiv31);
TestRow31.appendChild(TestCell31);
var SigRow31 = document.createElement('TR');
var SigCell31 = document.createElement('TD');
SigCell31.className = 'TestimonialTree_Signature';
var SigData31 = document.createTextNode('George Grabe');
SigCell31.appendChild(SigData31);
SigRow31.appendChild(SigCell31);
var SourceCell31 = document.createElement('TD');
SourceCell31.className = 'TestimonialTree_Source';
var SourceData31 = document.createTextNode('on Google');
SourceCell31.appendChild(SourceData31);
SigCell31.appendChild(SourceCell31);
//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= '\"Buddy was very helpful in the sale of my vacation home. He would alway keep me updated on the potential sale of the home even though the slow winter months. Once an offer was received and accepted he keeps me updated on all aspects of the process up until closing. I would recommend Buddy as your future agent.\"';
TestCell32.appendChild(TestDiv32);
TestRow32.appendChild(TestCell32);
var SigRow32 = document.createElement('TR');
var SigCell32 = document.createElement('TD');
SigCell32.className = 'TestimonialTree_Signature';
var SigData32 = document.createTextNode('Joe Sulia');
SigCell32.appendChild(SigData32);
SigRow32.appendChild(SigCell32);
var SourceCell32 = document.createElement('TD');
SourceCell32.className = 'TestimonialTree_Source';
var SourceData32 = document.createTextNode('on Google');
SourceCell32.appendChild(SourceData32);
SigCell32.appendChild(SourceCell32);
//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= '\"Barbara was very helpful in getting my home sold in being a resident of Tinkwig and always being available to meet with clients and contractors.I would recommend Barbara to anyone that is looking for a great realtor.
\n
\nDennis\"';
TestCell33.appendChild(TestDiv33);
TestRow33.appendChild(TestCell33);
var SigRow33 = document.createElement('TR');
var SigCell33 = document.createElement('TD');
SigCell33.className = 'TestimonialTree_Signature';
var SigData33 = document.createTextNode('Dennis Russell');
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= '\"It was a pleasure working with Barbara on the sale of my mom\u0092s property. Every month she would send me the seller\u0092s report, and she was diligent in calling and sending e-mails when something of importance would arise. She always communicated with clear answers to any questions. The sale went super smooth. I appreciate her availability and professionalism. \"';
TestCell34.appendChild(TestDiv34);
TestRow34.appendChild(TestCell34);
var SigRow34 = document.createElement('TR');
var SigCell34 = document.createElement('TD');
SigCell34.className = 'TestimonialTree_Signature';
var SigData34 = document.createTextNode(' Donna Cavallo');
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= '\"Barbara saw the entire listing and sale process through while I worked in my demanding job and took care of my young children from another state. She is resourceful and clear. Got the house sold at the perfect time and quickly for a great price. A big part of that had to do with her prep work before listing and attention to detail to ensure there were no hangups. She was easy to communicate and collaborate with. She kept things moving fast but was not pushy. I now understand how a great realtor works.
\n
\nThank you Barbara!
\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('Elizabeth Norton');
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= '\"Working with Barbara was a great experience from our first meeting. She came incredibly prepared, with an obvious understanding of the local real estate market and plenty of comparables to back up her assessment of our property. She also presented us with several strategies for selling the house, from quick sell options to getting the highest dollar amount, and worked with us to find what would best fit our needs and circumstances.
\n
\nAs long-distance sellers, it was incredibly helpful that Barbara comes with a wealth of local connections including contractors, repair people, plumbers, electricians, inspectors, etc. and she was able to project manage all of the small repairs needed prior to the house being put on the market. Throughout the house preparation and selling, she was communicative and responsive to our questions. She always presented multiple options so that we could make informed decisions.
\n
\nIn the end, her strategies resulted in us getting more than we expected for the property. Working with her was a great experience and we wholeheartedly recommend her!\"';
TestCell36.appendChild(TestDiv36);
TestRow36.appendChild(TestCell36);
var SigRow36 = document.createElement('TR');
var SigCell36 = document.createElement('TD');
SigCell36.className = 'TestimonialTree_Signature';
var SigData36 = document.createTextNode('Justin Mancini');
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= '\"Working with Barbara was a great experience from our first meeting. She came incredibly prepared, with an obvious understanding of the local real estate market and plenty of comparables to back up her assessment of our property. She also presented us with several strategies for selling the house, from quick sell options to getting the highest dollar amount, and worked with us to find what would best fit our needs and circumstances.
\n
\nAs long-distance sellers, it was incredibly helpful that Barbara comes with a wealth of local connections including contractors, repair people, plumbers, electricians, inspectors, etc. and she was able to project manage all of the small repairs needed prior to the house being put on the market. Throughout the house preparation and selling, she was communicative and responsive to our questions. She always presented multiple options so that we could make informed decisions.
\n
\nIn the end, her strategies resulted in us getting more than we expected for the property. Working with her was a great experience and we wholeheartedly recommend her!\"';
TestCell37.appendChild(TestDiv37);
TestRow37.appendChild(TestCell37);
var SigRow37 = document.createElement('TR');
var SigCell37 = document.createElement('TD');
SigCell37.className = 'TestimonialTree_Signature';
var SigData37 = document.createTextNode('Justin Mancini');
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= '\"Barbara was so helpful and so knowledgeable. She was a wonderful support through the process. \"';
TestCell38.appendChild(TestDiv38);
TestRow38.appendChild(TestCell38);
var SigRow38 = document.createElement('TR');
var SigCell38 = document.createElement('TD');
SigCell38.className = 'TestimonialTree_Signature';
var SigData38 = document.createTextNode('Mercedes Phillips');
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= '\"Really enjoyed working with Barbara. Very knowledgeable and guided me evry step of the way. \"';
TestCell39.appendChild(TestDiv39);
TestRow39.appendChild(TestCell39);
var SigRow39 = document.createElement('TR');
var SigCell39 = document.createElement('TD');
SigCell39.className = 'TestimonialTree_Signature';
var SigData39 = document.createTextNode('Francicso Vidals');
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= '\"Barbara was fantastic and great to work with! \"';
TestCell40.appendChild(TestDiv40);
TestRow40.appendChild(TestCell40);
var SigRow40 = document.createElement('TR');
var SigCell40 = document.createElement('TD');
SigCell40.className = 'TestimonialTree_Signature';
var SigData40 = document.createTextNode('Rose O\'Byrne');
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= '\"Barbara was absolutely fantastic. Outstanding realtor. Highly recommended \"';
TestCell41.appendChild(TestDiv41);
TestRow41.appendChild(TestCell41);
var SigRow41 = document.createElement('TR');
var SigCell41 = document.createElement('TD');
SigCell41.className = 'TestimonialTree_Signature';
var SigData41 = document.createTextNode('Richard Kline');
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= '\"Barbara was great to work with. She kept us updated and informed throughout the entire process. She helped us to understand everything and made the process a breeze. She definitely did her best to make sure we were happy and even with the hiccups she tried her best to relieve any stresses we had. I would love to work with her again and will be recommending Berkshire Hathaway to friends and family. I also love that there is the concierge service. They helped set up our utilities and internet. Also, I love that I have an everlasting relationship with Berkshire Hathaway and can go to the office for little things like scanning documents or even a notary. Thank you for a great experience as a first time home buyer!\"';
TestCell42.appendChild(TestDiv42);
TestRow42.appendChild(TestCell42);
var SigRow42 = document.createElement('TR');
var SigCell42 = document.createElement('TD');
SigCell42.className = 'TestimonialTree_Signature';
var SigData42 = document.createTextNode('Mariah Lucas');
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= '\"Barbara was an amazing agent from beginning to end. She was very attentive to answering any questions I had in a timely manner. Her willingness to look out for me as a first time homebuyer was bar none an amazing asking because she let me know potential problems with homes which can be costly! Barbara always looked out for me as a person, rather than a client. If I am in the market to sell/buy in the future, Barbara is at the top of my list!\"';
TestCell43.appendChild(TestDiv43);
TestRow43.appendChild(TestCell43);
var SigRow43 = document.createElement('TR');
var SigCell43 = document.createElement('TD');
SigCell43.className = 'TestimonialTree_Signature';
var SigData43 = document.createTextNode('Steven Price');
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= '\"Barbara was on top of the entire process and was a great advocate.\"';
TestCell44.appendChild(TestDiv44);
TestRow44.appendChild(TestCell44);
var SigRow44 = document.createElement('TR');
var SigCell44 = document.createElement('TD');
SigCell44.className = 'TestimonialTree_Signature';
var SigData44 = document.createTextNode('Jeanette Reece');
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= '\"Barbara is a suuuuuper great realtor!\"';
TestCell45.appendChild(TestDiv45);
TestRow45.appendChild(TestCell45);
var SigRow45 = document.createElement('TR');
var SigCell45 = document.createElement('TD');
SigCell45.className = 'TestimonialTree_Signature';
var SigData45 = document.createTextNode('Gibran Testimonial Tree');
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= '\"Our realtor Barbara Luciani performed over and above our expectations while selling our seasonal home. From our first contact Barbara presented very specific and concrete plans to market and prepare our house for sale. We were unable to be on site and she was unfailingly available as needed. We can without reservations highly recommend Barbara\"';
TestCell46.appendChild(TestDiv46);
TestRow46.appendChild(TestCell46);
var SigRow46 = document.createElement('TR');
var SigCell46 = document.createElement('TD');
SigCell46.className = 'TestimonialTree_Signature';
var SigData46 = document.createTextNode('Ann Tovar');
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= '\"Barbara\'s professionalism, hard work and vision in presenting our home was the #1 reason we were able to sell our home in a tough market. \"';
TestCell47.appendChild(TestDiv47);
TestRow47.appendChild(TestCell47);
var SigRow47 = document.createElement('TR');
var SigCell47 = document.createElement('TD');
SigCell47.className = 'TestimonialTree_Signature';
var SigData47 = document.createTextNode('Maria DiLella');
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= '\"Barb has been a great communicator and willing to go above and beyond.
\nShe was available at ANY time\"';
TestCell48.appendChild(TestDiv48);
TestRow48.appendChild(TestCell48);
var SigRow48 = document.createElement('TR');
var SigCell48 = document.createElement('TD');
SigCell48.className = 'TestimonialTree_Signature';
var SigData48 = document.createTextNode('Timothy Russell');
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= '\"Barbara Luciani is a kind and most genuine person l have ever known. She is always willing to help any anyone whether they are a friend or someone she just met.\"';
TestCell49.appendChild(TestDiv49);
TestRow49.appendChild(TestCell49);
var SigRow49 = document.createElement('TR');
var SigCell49 = document.createElement('TD');
SigCell49.className = 'TestimonialTree_Signature';
var SigData49 = document.createTextNode('Karen Thompson');
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= '\"Barbara made every effort to have our property sold in a reasonable time frame. Was always there to answer our questions, and research answers for us.\"';
TestCell50.appendChild(TestDiv50);
TestRow50.appendChild(TestCell50);
var SigRow50 = document.createElement('TR');
var SigCell50 = document.createElement('TD');
SigCell50.className = 'TestimonialTree_Signature';
var SigData50 = document.createTextNode('Nicole ');
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= '\"I would recommend Barbara Luciani to anyone!She was very knowledgeable, helpful and thorough. Inever felt worried about any of the transactions! It was avery good experience, and we found the right house forus.CUSTOMERSATISFACTIONVERIFIEDVrealsatisfiedValerie K, NJOn behalf of Barbara LucianiREALTOR\u00AE, Lic#R5351928Berkshire Hathaway HomeServices Pocono Real Estate\"';
TestCell51.appendChild(TestDiv51);
TestRow51.appendChild(TestCell51);
var SigRow51 = document.createElement('TR');
var SigCell51 = document.createElement('TD');
SigCell51.className = 'TestimonialTree_Signature';
var SigData51 = document.createTextNode('Valerie');
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= '\"I was very happy to have worked with Barbara. It was myfirst time working with an agent, so I wasn\'t sure what toexpect. When I first received the call from Barbara, Icould tell she was knowledgeable, knew the area well, andworked really fast in providing different home options. Sheallowed me to take my time, to ask questions, and didn\'trush the process. I found all these things to be allappealing. I\'m really happy with the process and with theway everything turned out!CUSTOMERSATISFACTIONVERIFIEDVrealsatisfiedM. New YorkOn behalf of Barbara LucianiREALTOR\u00B0, Lic#R5351928Berkshire Hathaway HomeServices Pocono Real Estate\"';
TestCell52.appendChild(TestDiv52);
TestRow52.appendChild(TestCell52);
var SigRow52 = document.createElement('TR');
var SigCell52 = document.createElement('TD');
SigCell52.className = 'TestimonialTree_Signature';
var SigData52 = document.createTextNode('Meriem');
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= '\"Barbara was an excellent advisor in our search for a new home. She was always available whenever we had a question about the available properties or the procedure. She was a quick and responsible advisor. Always pleasant, organized and worked for the benefit of all parties. \"';
TestCell53.appendChild(TestDiv53);
TestRow53.appendChild(TestCell53);
var SigRow53 = document.createElement('TR');
var SigCell53 = document.createElement('TD');
SigCell53.className = 'TestimonialTree_Signature';
var SigData53 = document.createTextNode('Veronica');
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= '\"Barbara is amazing and so sweet! She was on top of everything she needed to do and helped me with the process as a first time home buyer. She is efficient and has everything completed in a timely manner no matter what obstacles were in the way. I\'d recommend her to anyone!\u00A0\"';
TestCell54.appendChild(TestDiv54);
TestRow54.appendChild(TestCell54);
var SigRow54 = document.createElement('TR');
var SigCell54 = document.createElement('TD');
SigCell54.className = 'TestimonialTree_Signature';
var SigData54 = document.createTextNode('Melanie');
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= '\"Barbara is AMAZING! This was our first home purchase outside of our home state so we really didn\'t know what to expect. Barbara was patient and understanding and walked us through the entire process. She was able to answer any and all questions I had throughout the closing month. Thank you Barbara!\"';
TestCell55.appendChild(TestDiv55);
TestRow55.appendChild(TestCell55);
var SigRow55 = document.createElement('TR');
var SigCell55 = document.createElement('TD');
SigCell55.className = 'TestimonialTree_Signature';
var SigData55 = document.createTextNode('Jenny');
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= '\"Barbara Luciani was excellent and easily accessible during the sale of our home. She did everything she could to move the process along and offered great advice. She made us feel at ease with the entire process. My husband and I would recommend her to anyone due to her positive attitude during the entire process and knowledge in her field to help get our house sold quickly.\u00A0\"';
TestCell56.appendChild(TestDiv56);
TestRow56.appendChild(TestCell56);
var SigRow56 = document.createElement('TR');
var SigCell56 = document.createElement('TD');
SigCell56.className = 'TestimonialTree_Signature';
var SigData56 = document.createTextNode('Jenn');
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= '\"I had the pleasure of having Barbara Luciani as my realtor. She had helped me with several different property prospects. She was always willing to help me work through any issues that came up. She had an amazing personality that helped keep me positive in the process of looking for my perfect home. I am very happy to say that I am now a home owner in the Poconos and thanks to Barbara\u0092s hard work my dream came true!\"';
TestCell57.appendChild(TestDiv57);
TestRow57.appendChild(TestCell57);
var SigRow57 = document.createElement('TR');
var SigCell57 = document.createElement('TD');
SigCell57.className = 'TestimonialTree_Signature';
var SigData57 = document.createTextNode('Pamela L');
SigCell57.appendChild(SigData57);
SigRow57.appendChild(SigCell57);
var SourceCell57 = document.createElement('TD');
SourceCell57.className = 'TestimonialTree_Source';
var SourceData57 = document.createTextNode('on Google');
SourceCell57.appendChild(SourceData57);
SigCell57.appendChild(SourceCell57);
//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= '\"Barbara was very patient with my wife and I. She did not get discouraged or upset if we did not like a property. Barbara knows the Pocono area and the various communities very well and could point at the plusses and minuses of the each community. I would recommend Barbara to anyone who is looking for a house in the Pocono region given her knowledge of the area.\"';
TestCell58.appendChild(TestDiv58);
TestRow58.appendChild(TestCell58);
var SigRow58 = document.createElement('TR');
var SigCell58 = document.createElement('TD');
SigCell58.className = 'TestimonialTree_Signature';
var SigData58 = document.createTextNode('Tom Pogash, Macungie');
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= '\"Barbara worked with my wife and i to find a house that would fit our budget and also with a VA loan. it took time but we did find the house we liked and Barbara was with us every step of the way. fantastic agent.\"';
TestCell59.appendChild(TestDiv59);
TestRow59.appendChild(TestCell59);
var SigRow59 = document.createElement('TR');
var SigCell59 = document.createElement('TD');
SigCell59.className = 'TestimonialTree_Signature';
var SigData59 = document.createTextNode('Lloyd Maurer Honesdale, PA');
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= '\"Barbara is a professional helpful real estate agent who took the time to take us to multiple listings. Barbara would help us in anyway she could. Hope we can keep contact once we move to our new home. Thank you Barbara for all your assistance in buying our new home.\"';
TestCell60.appendChild(TestDiv60);
TestRow60.appendChild(TestCell60);
var SigRow60 = document.createElement('TR');
var SigCell60 = document.createElement('TD');
SigCell60.className = 'TestimonialTree_Signature';
var SigData60 = document.createTextNode('James Spring Brook Estates');
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= '\"Our recent purchase would not have happened had it not been for Barbara. Her attentiveness and persistence to make sure we had what we needed to meet the requirements of the contract made this transaction successful. \nShe was always professional and quick to respond to any text or phone call. She would go above and beyond when we ran into a bit of a delay during the sale. I would recommend her to anyone.\"';
TestCell61.appendChild(TestDiv61);
TestRow61.appendChild(TestCell61);
var SigRow61 = document.createElement('TR');
var SigCell61 = document.createElement('TD');
SigCell61.className = 'TestimonialTree_Signature';
var SigData61 = document.createTextNode('Martin & Rochelle Crozier, Easton, PA');
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= '\"Barbara was very accessible as we were looking to purchase land that she was the listing agent. Picked up the phone right away and we proceeded to make negotiations within the next few days. Very smooth process to sign all the documents during the time of the pandemic.\"';
TestCell62.appendChild(TestDiv62);
TestRow62.appendChild(TestCell62);
var SigRow62 = document.createElement('TR');
var SigCell62 = document.createElement('TD');
SigCell62.className = 'TestimonialTree_Signature';
var SigData62 = document.createTextNode('Josh, Dingmans Ferry');
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= '\"Barbara can be ranked very high on all the above qualities. Great professional. \n\nWe were an out of state buyer. Barbara would visit the interested properties and be our eyes and ears. This worked exceptionally well and saved us a lot of needless travel time or time in doing offers and then canceling. Was really appreciated.\n\nHad talked to other agents prior to meeting Barbara. Others were all business. Barbara was easy to talk to, she seem to listen and really cared about what I had to say. Our initial conversation even strayed away from \"looking for propertys\" and got more relaxing\"';
TestCell63.appendChild(TestDiv63);
TestRow63.appendChild(TestCell63);
var SigRow63 = document.createElement('TR');
var SigCell63 = document.createElement('TD');
SigCell63.className = 'TestimonialTree_Signature';
var SigData63 = document.createTextNode('Paul Addis');
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= '\"Mrs. Barbara was very kind and caring. She worked hard at finding this single mom of three the perfect home. I knew I wanted to stay near my sister and she found my home right across the main road from my sister!! I\'m forever grateful to have met and dealt with Mrs. Barbara she really cares about finding her client the perfect home. I\'m a first time buyer and she explained everything from start to finish. Thank you Mrs. Barbara ?\"';
TestCell64.appendChild(TestDiv64);
TestRow64.appendChild(TestCell64);
var SigRow64 = document.createElement('TR');
var SigCell64 = document.createElement('TD');
SigCell64.className = 'TestimonialTree_Signature';
var SigData64 = document.createTextNode('Nicole Montgomery-Smith, Tobyhanna');
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= '\"Barbara did an excellent job helping us purchase the land adjacent our property. She was professional, was a great communicator with prompt follow up and attention to detail, and was a pleasure to work with. We highly recommend Barbara without reservation.\"';
TestCell65.appendChild(TestDiv65);
TestRow65.appendChild(TestCell65);
var SigRow65 = document.createElement('TR');
var SigCell65 = document.createElement('TD');
SigCell65.className = 'TestimonialTree_Signature';
var SigData65 = document.createTextNode('John Broughton, New York, NY');
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= '\"Barbara was eager to take on our future home endeavor even though we lived out of state. She was always there to answer questions. She visited some properties on our behalf so the time we spent with her would not be wasted. Even through the Covid virus pandemic she made the purchase of our new home effortless. We would highly recommend Barbara to anyone looking to purchase a new home!\"';
TestCell66.appendChild(TestDiv66);
TestRow66.appendChild(TestCell66);
var SigRow66 = document.createElement('TR');
var SigCell66 = document.createElement('TD');
SigCell66.className = 'TestimonialTree_Signature';
var SigData66 = document.createTextNode('Frank & Lisa Coraggio, Tafton, PA');
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= '\"Barbara was with us through every step of a surprisingly short process. She helped set a price better than I expected. The advertising was very effective. We had a showing scheduled right away and they bought. She was always available by phone, email, or text. She advised us through inspection, and final contract. I would definitely recommend her to anyone.\"';
TestCell67.appendChild(TestDiv67);
TestRow67.appendChild(TestCell67);
var SigRow67 = document.createElement('TR');
var SigCell67 = document.createElement('TD');
SigCell67.className = 'TestimonialTree_Signature';
var SigData67 = document.createTextNode('Stephen Hoh');
SigCell67.appendChild(SigData67);
SigRow67.appendChild(SigCell67);
//Add Row
tmp.appendChild(SigRow67);
//Add Row
tmp.appendChild(TestRow67);
document.getElementById('TestimonialTree_Widget_56162').appendChild(newEl);
var AddTestimonialLink = document.createElement('A');
AddTestimonialLink.href= 'http://testimonialtree.com/?uid=317517';
AddTestimonialLink.target = '_blank';
AddTestimonialLink.innerHTML = '