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=62272¶ms=' + params;
var ipJson;
TT_getIP(ipJson);
//End adding widget load to stats
var v_css = document.createElement('link');
v_css.rel = 'stylesheet';
v_css.type = 'text/css';
v_css.href = 'https://www.testimonialtree.com/Styles/TestimonialTree_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= '\"Jackie is very personable, gets answers quickly for any questions we had and most of all... got our property sold when there were 4 others in the same development on the market! Great results! \"';
TestCell0.appendChild(TestDiv0);
TestRow0.appendChild(TestCell0);
var SigRow0 = document.createElement('TR');
var SigCell0 = document.createElement('TD');
SigCell0.className = 'TestimonialTree_Signature';
var SigData0 = document.createTextNode('Karen C');
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= '\"Cathy McCormick, Harriet Harnar and Richard Ham are all extremely nice and very professional, they went above and beyond in helping us sell our home in Bonita Bay, Florida. We can\'t thank them enough for all of their time and hard work!\"';
TestCell1.appendChild(TestDiv1);
TestRow1.appendChild(TestCell1);
var SigRow1 = document.createElement('TR');
var SigCell1 = document.createElement('TD');
SigCell1.className = 'TestimonialTree_Signature';
var SigData1 = document.createTextNode('Glenn W');
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= '\"Jackie was wonderful! She went above and beyond for us. She made being an being out of town buyer a very simple process with all of her attention to detail and help during inspections and closing. Thank you Jackie! I will recommend Jackie any day.\"';
TestCell2.appendChild(TestDiv2);
TestRow2.appendChild(TestCell2);
var SigRow2 = document.createElement('TR');
var SigCell2 = document.createElement('TD');
SigCell2.className = 'TestimonialTree_Signature';
var SigData2 = document.createTextNode('Douglas P');
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= '\"She went above and beyond to help with this out of state purchase.\"';
TestCell3.appendChild(TestDiv3);
TestRow3.appendChild(TestCell3);
var SigRow3 = document.createElement('TR');
var SigCell3 = document.createElement('TD');
SigCell3.className = 'TestimonialTree_Signature';
var SigData3 = document.createTextNode('Laurel P');
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= '\"We can\u0092t say enough wonderful things about Jackie. From the very first meeting, she made us feel like her top priority\u0097always patient, always responsive, and always advocating for us every step of the way. Her deep knowledge of the market, sharp negotiating skills, and genuine care for our best interests set her apart from anyone we\u0092ve worked with before.
\n
\nWhat truly impressed us was her ability to make a stressful process not just manageable, but actually enjoyable. She anticipated our needs before we even voiced them, guided us with honesty and transparency, and celebrated every win right alongside us.
\n
\nWe ended up with a home we absolutely love, and we owe it entirely to Jackie\u0092s dedication, hard work, and heart. If you\u0092re looking for someone who is not just an outstanding real estate professional but also a true partner in the journey, look no further.
\n
\nFive stars aren\u0092t enough\u0097thank you for everything!\"';
TestCell4.appendChild(TestDiv4);
TestRow4.appendChild(TestCell4);
var SigRow4 = document.createElement('TR');
var SigCell4 = document.createElement('TD');
SigCell4.className = 'TestimonialTree_Signature';
var SigData4 = document.createTextNode('Dane A');
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= '\"Jackie Nelson is the most communicative, empathetic, and intelligent Realtor I\'ve ever had the pleasure of working with in Naples, FL. Being from the industry and working with several other Realtors in other capacities, there is an overwhelming difference in the way Jackie handles her clients. The dedication to her customers needs and her knowledge of the Real Estate Industry in Naples, makes her an asset for anyone looking to buy or sell at any price point in our marketplace.
\n\"';
TestCell5.appendChild(TestDiv5);
TestRow5.appendChild(TestCell5);
var SigRow5 = document.createElement('TR');
var SigCell5 = document.createElement('TD');
SigCell5.className = 'TestimonialTree_Signature';
var SigData5 = document.createTextNode('Kelly B');
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= '\"
Our experience with Julia was great!! Julia has first rate communication skills. Rather than us having to chase her down for information, she was proactive in communicating with us throughout each step of the process via text, phone calls and emails. Julia was very accommodating and responsive to us even when we gave her short notice of homes we wanted to see while in our search mode a property. Julia was very thorough in her market research of the area we desired to purchased in. She helped us negotiate and good price on our purchase. Julia accompanied us to the closing so she was with us from the beginning to the end of the process. I can\'t emphasize how much we appreciate Julia\'s communication skills, she really helped take a lot of the anxiety of purchasing a home away by explaining to us what the next step of the process was. We highly recommend Julia to our friends, family and colleagues when they are in the market for buying a home.
\"'; TestCell6.appendChild(TestDiv6); TestRow6.appendChild(TestCell6); var SigRow6 = document.createElement('TR'); var SigCell6 = document.createElement('TD'); SigCell6.className = 'TestimonialTree_Signature'; var SigData6 = document.createTextNode('Perez G'); 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= '\"Working with Julia Hillery was a Great experience. She was patient, knew the market, and was withme every step of the way. The price point I was buying in is extremely competitive and we had tomake multiple offers until I finally got a place that I am very happy with. Julia was very patientthrough the whole process and had my interest in mind. Julia is a Great Realtor that I wouldrecommend to anyone.
\"'; TestCell7.appendChild(TestDiv7); TestRow7.appendChild(TestCell7); var SigRow7 = document.createElement('TR'); var SigCell7 = document.createElement('TD'); SigCell7.className = 'TestimonialTree_Signature'; var SigData7 = document.createTextNode('Mildred V'); 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= '\"I\'m 20 years old buying my first house I could ask for better realtor. Juila made sure as first timehome buyer I didn\'t rush and took my time finding what would fit my needs. Juila walk me thougheverything was very commutative and experienced.
\"'; TestCell8.appendChild(TestDiv8); TestRow8.appendChild(TestCell8); var SigRow8 = document.createElement('TR'); var SigCell8 = document.createElement('TD'); SigCell8.className = 'TestimonialTree_Signature'; var SigData8 = document.createTextNode('Michael S'); 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= '\"Working with Julia Hillery was a Great experience. She was patient, knew the market, and was withme every step of the way. The price point I was buying in is extremely competitive and we had tomake multiple offers until I finally got a place that I am very happy with. Julia was very patientthrough the whole process and had my interest in mind. Julia is a Great Realtor that I wouldrecommend to anyone.
\"'; TestCell9.appendChild(TestDiv9); TestRow9.appendChild(TestCell9); var SigRow9 = document.createElement('TR'); var SigCell9 = document.createElement('TD'); SigCell9.className = 'TestimonialTree_Signature'; var SigData9 = document.createTextNode('Mildred V'); 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= '\"Rich Rippetoe and Greta Hart are the most amazing real estate agents in the world! My wife and I just completed our third transaction with them as our agents . They have represented us as both buyers and as sellers and in all instances their work was excellent! They are incredibly responsive, smart, thorough and just on it!! Absolutely the best!!!\"'; TestCell10.appendChild(TestDiv10); TestRow10.appendChild(TestCell10); var SigRow10 = document.createElement('TR'); var SigCell10 = document.createElement('TD'); SigCell10.className = 'TestimonialTree_Signature'; var SigData10 = document.createTextNode('Mark M & Diane M'); 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= '\"Jackie was wonderful. From the very first time we met with her she was engaged and involved. She went out of her way to make sure we found exactly what we were looking for, and once we decided on a property, she was a huge advocate and on top of everything. There is no way to put into words how happy we were with her!\"'; TestCell11.appendChild(TestDiv11); TestRow11.appendChild(TestCell11); var SigRow11 = document.createElement('TR'); var SigCell11 = document.createElement('TD'); SigCell11.className = 'TestimonialTree_Signature'; var SigData11 = document.createTextNode('William C'); 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= '\"Jackie is a delightful, positive and energetic agent. We thoroughly enjoyed working with her. We also appreciated her professional guidance and advice throughout the sale process. \"'; TestCell12.appendChild(TestDiv12); TestRow12.appendChild(TestCell12); var SigRow12 = document.createElement('TR'); var SigCell12 = document.createElement('TD'); SigCell12.className = 'TestimonialTree_Signature'; var SigData12 = document.createTextNode('Paula A'); 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= '\"I can\u0092t express how grateful I am to Samantha for helping us find our dream home. She was extremely knowledgeable about the market which allowed us to save a significant amount of money in the process. I highly recommend working with Samantha if you are looking to buy or sell in the St. Pete area.
\"'; TestCell13.appendChild(TestDiv13); TestRow13.appendChild(TestCell13); var SigRow13 = document.createElement('TR'); var SigCell13 = document.createElement('TD'); SigCell13.className = 'TestimonialTree_Signature'; var SigData13 = document.createTextNode('Maureen Q & Vincent A'); 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= '\"\u00A0I\'vd relocated with work from UK to Tampa Bay and I was looking to buy a house in St Pete. I had a very little idea of the home purchase process in Florida. Flood insurance, HOA, property tax, interest rate, ... - a lot to navigate through and understand for a first time home buyer, esp. expat. I was very lucky to have Samantha by my side every step of the way. She did amazing job during my house hunting phase, advising on all the nuances I had no idea about to help me find the best house for me. She took time to understand what would perfect house look like for me, shared options, organized the viewings and accompanied me. She explained all the important details related to insurance, inspection process & more and made my closing day a breeze! Samantha is very knowledgable of the area too and I really appreciated her way of working - transparency, sense of urgency and flexibility. She made herself available for me and replied to all my texts within minutes. I dont think I could do this on my own without her guidance. I highly recommend her services to anyone who is looking for a reliable realtor to find your dream house stress-free!\u00A0\"'; TestCell14.appendChild(TestDiv14); TestRow14.appendChild(TestCell14); var SigRow14 = document.createElement('TR'); var SigCell14 = document.createElement('TD'); SigCell14.className = 'TestimonialTree_Signature'; var SigData14 = document.createTextNode('Yulia P'); 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= '\"We were so lucky to have Sammi as our realtor. She went out of her way for months to show us properties until we landed in the home of our dreams. Her patience and knowledge were invaluable to us. When it came to the closing process, she made it seamless and handled the communications with our builder to ensure our process was smooth. I could not recommend her enough!\"'; TestCell15.appendChild(TestDiv15); TestRow15.appendChild(TestCell15); var SigRow15 = document.createElement('TR'); var SigCell15 = document.createElement('TD'); SigCell15.className = 'TestimonialTree_Signature'; var SigData15 = document.createTextNode('Kelsey L'); 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= '\"Sammi was professional, quick, and very helpful with our home sale. She was able to coordinate many moving deadlines in selling our home and helping our buyer\'s agent in another city. Without her the process would not have been as smooth as it was! Highly recommend Sammi for all your home selling or buying needs!\"'; TestCell16.appendChild(TestDiv16); TestRow16.appendChild(TestCell16); var SigRow16 = document.createElement('TR'); var SigCell16 = document.createElement('TD'); SigCell16.className = 'TestimonialTree_Signature'; var SigData16 = document.createTextNode('Maariya M'); 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= '\"Seeing is believing like they say because I have never believed in anything trading online until a friend of mine made his withdrawal from Forex/Bitcoin Trading with Madam Clarice Haynes the best female trader I have ever known for a while now trust me when I say she is good in fact she\'s the BEST, I invested with $1000 and got a profit of $7,500 in return which is still like a dream to me so what are you waiting for add up Madam Clarice Haynes today and start making money online WhatsApp:+1(705)806-0465 E-mail:claricehaynestrades@gmail.com\"'; TestCell17.appendChild(TestDiv17); TestRow17.appendChild(TestCell17); var SigRow17 = document.createElement('TR'); var SigCell17 = document.createElement('TD'); SigCell17.className = 'TestimonialTree_Signature'; var SigData17 = document.createTextNode('Nsimire J'); SigCell17.appendChild(SigData17); SigRow17.appendChild(SigCell17); var SourceCell17 = document.createElement('TD'); SourceCell17.className = 'TestimonialTree_Source'; var SourceData17 = document.createTextNode('on Facebook'); 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= '\"Working with someone like Mrs. ALEXANDER MELSSA is a good experience and has yielded positive results for me every week. I invested my first $500 into bitcoin and Mrs. MELISSA helped me manage my account and i made $6,900 in the first week. It has been an incredible experience from that day on! This wasn\'t my first time trading but honestly, I didn\u0092t know what to expect when I first. Mrs. ALEXANDER MELISSA walked me through the entire process from start to finish, which was a HUGE plus! Mrs. MELISSA made the entire process so easy and hassle-free! I\u0092m very impressed! I will definitely be referring her to you all. You can start making money through forex, NFT, and other stock exchanges right from the comfort of your home. Give this a try today, and you will be glad you did Contact info: WhatsApp:+1 (210) 628 9394 E-mail: alexandermelissa800@gmail.com\"'; TestCell18.appendChild(TestDiv18); TestRow18.appendChild(TestCell18); var SigRow18 = document.createElement('TR'); var SigCell18 = document.createElement('TD'); SigCell18.className = 'TestimonialTree_Signature'; var SigData18 = document.createTextNode('GB B'); SigCell18.appendChild(SigData18); SigRow18.appendChild(SigCell18); var SourceCell18 = document.createElement('TD'); SourceCell18.className = 'TestimonialTree_Source'; var SourceData18 = document.createTextNode('on Facebook'); 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= '\"\u00A0Words cannot express how grateful I am at the amazing job Sammantha has done in selling our home.She went above and beyond with her efforts and expertise to ensure a smooth transaction. She is relationship driven and truly cares about her clients - she communicated deliberately throughout the entire process! I highly recommend her services and if I could give her 10 stars, I would. Thank you Sam for everything!!!\u00A0\"'; TestCell19.appendChild(TestDiv19); TestRow19.appendChild(TestCell19); var SigRow19 = document.createElement('TR'); var SigCell19 = document.createElement('TD'); SigCell19.className = 'TestimonialTree_Signature'; var SigData19 = document.createTextNode('Ellen J'); 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= '\"\u00A0Samantha was outstanding throughout the entire sale. We would definitely recommend Samantha for future real estate sales!\"'; TestCell20.appendChild(TestDiv20); TestRow20.appendChild(TestCell20); var SigRow20 = document.createElement('TR'); var SigCell20 = document.createElement('TD'); SigCell20.className = 'TestimonialTree_Signature'; var SigData20 = document.createTextNode('Thomas B & Robert A'); 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= '\"Working with Sammi was awesome from start to finish! And I hope this is not the last time we work together either! She was professional and assured me we find find a situation that best fit my needs. Within a couple days she produced a result that was exactly as she had mentioned. Quick and understanding on the communication and even faster with results. Would highly recommend her to anyone needing realtor services.\"'; TestCell21.appendChild(TestDiv21); TestRow21.appendChild(TestCell21); var SigRow21 = document.createElement('TR'); var SigCell21 = document.createElement('TD'); SigCell21.className = 'TestimonialTree_Signature'; var SigData21 = document.createTextNode('Karl Z'); 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= '\"\u00A0Samantha was such a big help to me finding somewhere to live with such a short amount of time (2 weeks I believe)! She was quick, efficient, and managed to find me the most perfect little cottage to call home! Because of her diligence, and dedication, she found something for me that crossed off all of my \u0093must haves\u0094. I couldn\u0092t be more happy! I would highly recommend her to help you find what you\u0092re looking for! Thank you so much Sammi!\u00A0\"'; TestCell22.appendChild(TestDiv22); TestRow22.appendChild(TestCell22); var SigRow22 = document.createElement('TR'); var SigCell22 = document.createElement('TD'); SigCell22.className = 'TestimonialTree_Signature'; var SigData22 = document.createTextNode('Carolyn C'); 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= '\"Samantha is a gem in the real estate industry. Even with the current climate and low inventory of real estate she was still able to secure the perfect property. She listened to our needs and with effective communication acted quickly to negotiate exactly what we wanted. Thank you Samantha for your professional service and finding our home sweet 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('Sarah D'); 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= '\"\u00A0If you\u0092re looking for an agent that really cares, is knowledgeable, responsive, dedicated and easy to work with, then Samantha is the agent for you. She will go above and beyond to find you your forever home. I highly recommend Samantha and wouldn\u0092t buy a house through anyone else! \u00A0\"'; TestCell24.appendChild(TestDiv24); TestRow24.appendChild(TestCell24); var SigRow24 = document.createElement('TR'); var SigCell24 = document.createElement('TD'); SigCell24.className = 'TestimonialTree_Signature'; var SigData24 = document.createTextNode('Karli M'); SigCell24.appendChild(SigData24); SigRow24.appendChild(SigCell24); //Add Row tmp.appendChild(SigRow24); //Add Row tmp.appendChild(TestRow24); document.getElementById('TestimonialTree_Widget_62272').appendChild(newEl); var AddTestimonialLink = document.createElement('A'); AddTestimonialLink.href= 'https://www.testimonialtree.com/?uid=441712'; AddTestimonialLink.target = '_blank'; AddTestimonialLink.innerHTML = '