-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestimonials.htm
737 lines (734 loc) · 42.4 KB
/
testimonials.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
<html>
<head>
<title>PISGAH PETSITTERS - Professional, Loving, Customized Dogwalking & Pet Care</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="pisgah.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>
<body bgcolor="8B50A3" background="images/index.gif" leftmargin="0" topmargin="0" onLoad="MM_preloadImages('images/index_061.jpg','images/index_071.jpg','images/index_081.jpg','images/index_091.jpg','images/index_051.jpg')">
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<!--DWLayoutTable-->
<tr>
<td width="780" height="119" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" align="center" >
<!--DWLayoutTable-->
<tr>
<td width="191" height="119" valign="top"><img src="images/index_02.jpg" width="275" height="119"></td>
<td width="504" valign="top"><img src="images/index_03.jpg" width="505" height="119" border="0" usemap="#Map"></td>
</tr>
</table></td>
</tr>
<tr>
<td height="35" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="0A6726">
<!--DWLayoutTable-->
<tr>
<td width="98" height="35" valign="top"><a href="index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image22','','images/index_051.jpg',1)"><img src="images/index_05.jpg" name="Image22" width="98" height="35" border="0"></a></td>
<td width="108" valign="top"><a href="aboutus.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image23','','images/index_061.jpg',1)"><img src="images/index_06.jpg" name="Image23" width="108" height="35" border="0"></a></td>
<td width="91" valign="top"><a href="services.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image24','','images/index_071.jpg',1)"><img src="images/index_07.jpg" name="Image24" width="159" height="35" border="0"></a></td>
<td width="115" valign="top"><a href="testimonials.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image25','','images/index_081.jpg',1)"><img src="images/index_08.jpg" name="Image25" width="153" height="35" border="0"></a></td>
<td width="86" valign="top"><a href="faqs.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image26','','images/index_091.jpg',1)"><img src="images/index_09.jpg" name="Image26" width="98" height="35" border="0"></a></td>
<td width="163" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="2575" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td height="4" colspan="5" valign="top"><img src="images/index_11.jpg" width="780" height="4"></td>
</tr>
<tr>
<td height="47" colspan="2" valign="top"><img src="images/index_43.jpg" width="349" height="47"></td>
<td width="105" valign="top"><!--DWLayoutEmptyCell--> </td>
<td colspan="2" align="right" valign="top"><img src="images/index_44.jpg" width="325" height="47"></td>
</tr>
<tr>
<td width="30" rowspan="8" valign="top"><!--DWLayoutEmptyCell--> </td>
<td height="2064" colspan="3" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="1" height="19"></td>
<td width="1"></td>
<td colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="211"></td>
<td></td>
<td colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="verd1">
<!--DWLayoutTable-->
<tr>
<td height="89" colspan="2" valign="top"><img src="images/index_45.jpg" width="117" height="89"></td>
<td width="107" valign="top"><img src="images/index_46.jpg" width="107" height="89"></td>
<td width="109" valign="top"><img src="images/index_47.jpg" width="109" height="89"></td>
<td colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="11" colspan="6" valign="top"><img src="images/index_48.jpg" width="703" height="11"></td>
<td width="15" rowspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="21" height="85" valign="top" background="images/index_49.jpg"><!--DWLayoutEmptyCell--> </td>
<td colspan="4" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="E7D1F0" class="verd1black">
<!--DWLayoutTable-->
<tr>
<td width="658" height="60" valign="top"><br>
"I can't say enough about how wonderful, caring,
loving and completely trustworthy and reliable Lisa
was in caring for our dog, Bixby and two indoor
cats, Jeffrey and Barnes! I'm a bit "over the
top", shall we say, when it came to asking
her to check in with phone calls and give us updates
and reports. Lisa always did it gladly. I have no
doubt that she will continue to have a growing business
as she is undoubtedly the best there is! Without
reservation, we can say anyone who loves their pets
as their children will want Lisa as their petsitter!"...</td>
</tr>
<tr>
<td height="25" valign="middle"><div align="right"><font color="#996699" size="3" face="Times New Roman, Times, serif"><em><strong>Pam
& Boyz</strong></em></font></div></td>
</tr>
</table></td>
<td width="24" valign="top" background="images/index_51.jpg"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="25" colspan="6" valign="top"><img src="images/index_52.jpg" width="703" height="25"></td>
</tr>
<tr>
<td height="0"></td>
<td width="96"></td>
<td></td>
<td></td>
<td width="346"></td>
<td></td>
<td></td>
</tr>
</table></td>
</tr>
<tr>
<td height="22"></td>
<td></td>
<td colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="290"> </td>
<td colspan="3" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="verd1">
<!--DWLayoutTable-->
<tr>
<td height="84" colspan="2" valign="top"><img src="images/index_53.jpg" width="122" height="84"></td>
<td width="61" valign="top"><!--DWLayoutEmptyCell--> </td>
<td width="111" valign="top"><!--DWLayoutEmptyCell--> </td>
<td colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="11" colspan="6" valign="top"><img src="images/index_48.jpg" width="703" height="11"></td>
<td width="14" rowspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="21" height="170" valign="top" background="images/index_49.jpg"><!--DWLayoutEmptyCell--> </td>
<td colspan="4" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="E7D1F0" class="verd1black">
<!--DWLayoutTable-->
<tr>
<td width="658" height="145" valign="top"><div align="justify"><br>
Lisa Mattioli cared for my three 100 lb. Bouvier
des Flanders dogs twice weekly from August 2003
until her recent relocation to North Carolina
in October 2005. She is a very responsible, knowledgeable,
careful and loving individual. I always felt that
my dogs were in excellent hands with Lisa. She
took them on walks several times a week and cared
for them in my home when I had to be away for
travel. I am a very particular dog parent. My
dogs are my children and I leave them with great
anxiety when I travel. I always felt that they
were extremely well cared for by Lisa. I knew
that she would follow my instructions regarding
walks and meals exactly. I have utilized the services
of many pet care individuals over the years –
Lisa was by far the best. I have three dogs, each
with very different needs. One is a male who is
dog aggressive requiring special care in walking
and avoiding other dogs. Another has only three
legs. My dogs all loved the days when Lisa visited.
They all thought she was great! My boy still listens
for her to arrive at the usual time she came in
the mornings. We all miss Lisa very much and are
very sorry that she has left this area. Lisa Mattioli
is a very professional and caring dog handler
and I recommend her services without reservation.
I would be happy to talk with any potential clients
to address any specific concerns they may have.
</div></td>
</tr>
<!--DWLayoutTable-->
<tr>
<td height="25" valign="middle"><div align="right"><font color="#996699" size="3" face="Times New Roman, Times, serif"><em><strong>Sheila
Lagios</strong></em></font></div></td>
</tr>
</table></td>
<td width="24" valign="top" background="images/index_51.jpg"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="25" colspan="6" valign="top"><img src="images/index_52.jpg" width="703" height="25"></td>
</tr>
<tr>
<td height="0"></td>
<td width="146"></td>
<td></td>
<td></td>
<td width="340"></td>
<td></td>
<td></td>
</tr>
</table></td>
<td width="1"> </td>
</tr>
<tr>
<td height="20"> </td>
<td colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
<td> </td>
</tr>
<tr>
<td height="211"> </td>
<td> </td>
<td colspan="3" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="verd1">
<!--DWLayoutTable-->
<tr>
<td height="84" colspan="2" valign="top"><img src="images/index_54.jpg" width="118" height="84"></td>
<td width="109" valign="top"><img src="images/index_55.jpg" width="108" height="84"></td>
<td width="111" valign="top"><!--DWLayoutEmptyCell--> </td>
<td colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="11" colspan="6" valign="top"><img src="images/index_48.jpg" width="703" height="11"></td>
<td width="14" rowspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="21" height="87" valign="top" background="images/index_49.jpg"><!--DWLayoutEmptyCell--> </td>
<td colspan="4" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="E7D1F0" class="verd1black">
<!--DWLayoutTable-->
<tr>
<td width="658" height="62" valign="top"><br>
I was so happy to know that Lisa was walking my
dog during the day while I was at work. I would
come home only to find a nice note about their walk
and a very happy dog, Sonny. He is a 8 year old
(going on 2) boxer that loves to walk and be around
people, so you can imagine how happy Lisa made him.
Thanks, Lisa. Sonny really misses your walks.</td>
</tr>
<!--DWLayoutTable-->
<tr>
<td height="25" valign="middle"><div align="right"><font color="#996699" size="3" face="Times New Roman, Times, serif"><em><strong>Nikki</strong></em></font></div></td>
</tr>
</table></td>
<td width="24" valign="top" background="images/index_51.jpg"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="28" colspan="6" valign="top"><img src="images/index_52.jpg" width="703" height="25"></td>
</tr>
<tr>
<td height="0"></td>
<td width="98"></td>
<td></td>
<td></td>
<td width="340"></td>
<td></td>
<td></td>
</tr>
</table></td>
</tr>
<tr>
<td height="20"> </td>
<td colspan="4" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="186"> </td>
<td colspan="3" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="verd1">
<!--DWLayoutTable-->
<tr>
<td height="84" colspan="2" valign="top"><img src="images/index_56.jpg" width="122" height="84"></td>
<td width="106" valign="top"><!--DWLayoutEmptyCell--> </td>
<td width="111" valign="top"><!--DWLayoutEmptyCell--> </td>
<td colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="11" colspan="6" valign="top"><img src="images/index_48.jpg" width="703" height="11"></td>
<td width="14" rowspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="21" height="65" valign="top" background="images/index_49.jpg"><!--DWLayoutEmptyCell--> </td>
<td colspan="4" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="E7D1F0" class="verd1black">
<!--DWLayoutTable-->
<tr>
<td width="658" height="40" valign="middle">My dog
Zorro loves Lisa more than he loves me!!!! Reliable
& friendly, what more could you ask for?? </td>
</tr>
<!--DWLayoutTable-->
<tr>
<td height="25" valign="middle"><div align="right"><font color="#996699" size="3" face="Times New Roman, Times, serif"><em><strong>Jan
Mock - Tiburon, CA</strong></em></font></div></td>
</tr>
</table></td>
<td width="24" valign="top" background="images/index_51.jpg"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="25" colspan="6" valign="top"><img src="images/index_52.jpg" width="703" height="25"></td>
</tr>
<tr>
<td height="0"></td>
<td width="101"></td>
<td></td>
<td></td>
<td width="340"></td>
<td></td>
<td></td>
</tr>
</table></td>
<td> </td>
</tr>
<tr>
<td height="20"> </td>
<td colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
<td> </td>
</tr>
<tr>
<td height="225" colspan="4" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="verd1">
<!--DWLayoutTable-->
<tr>
<td height="84" colspan="2" valign="top"><img src="images/index_57.jpg" width="122" height="84"></td>
<td width="107" valign="top"><!--DWLayoutEmptyCell--> </td>
<td width="111" valign="top"><!--DWLayoutEmptyCell--> </td>
<td colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="11" colspan="6" valign="top"><img src="images/index_48.jpg" width="703" height="11"></td>
<td width="16" rowspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="21" height="105" valign="top" background="images/index_49.jpg"><!--DWLayoutEmptyCell--> </td>
<td colspan="4" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="E7D1F0" class="verd1black">
<!--DWLayoutTable-->
<tr>
<td width="671" height="80" valign="top"><br> "Our
male Lab, Francois, loved his walks with both Lisa
& Bruce. He asks us where they went as he loved
them & was loved by them. We have been so impressed
by the consistent, reliable dog walking service
you provided for us. Your flexibility with our schedules
plus the long advance notice when you took vacations
made it so easy.<br>
What a great service you provided! Any pet who gets
your regular attention is a lucky critter."<br></td>
</tr>
<!--DWLayoutTable-->
<tr>
<td height="25" valign="middle"><div align="right"><font color="#996699" size="3" face="Times New Roman, Times, serif"><em><strong>Jane
& Joe</strong></em></font></div></td>
</tr>
</table></td>
<td width="24" valign="top" background="images/index_51.jpg"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="25" colspan="6" valign="top"><img src="images/index_52.jpg" width="703" height="25"></td>
</tr>
<tr>
<td height="0"></td>
<td width="101"></td>
<td></td>
<td></td>
<td width="339"></td>
<td></td>
<td></td>
</tr>
</table></td>
<td> </td>
</tr>
<tr>
<td height="20" colspan="4" valign="top"><!--DWLayoutEmptyCell--> </td>
<td> </td>
</tr>
<tr>
<td height="215"> </td>
<td colspan="3" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="verd1">
<!--DWLayoutTable-->
<tr>
<td height="84" colspan="2" valign="top"><img src="images/index_58.jpg" width="122" height="84"></td>
<td colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="11" colspan="4" valign="top"><img src="images/index_48.jpg" width="703" height="11"></td>
<td width="15" rowspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="21" height="95" valign="top" background="images/index_49.jpg"><!--DWLayoutEmptyCell--> </td>
<td colspan="2" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="E7D1F0" class="verd1black">
<!--DWLayoutTable-->
<tr>
<td width="658" height="70" valign="top"><br>
Lisa and Bruce are the most wonderful, compassionate,
responsible, and conscientious pet sitters in the
whole wide world. They give us long walks, and lots
of love. We let them stay over sometimes when our
mom goes traveling and we let them rub our bellies
for hours on end. They give us carrots for treats
-- we love carrots! Our mom is very fussy about
us but with Lisa and Bruce she's one hundred percent
confident that we are in good hands and we agree!
Three Woofs for Lisa and Bruce!</td>
</tr>
<!--DWLayoutTable-->
<tr>
<td height="25" valign="middle"><div align="right"><font color="#996699" size="3" face="Times New Roman, Times, serif"><em><strong>Barkley
and Luca, Tiburon, CA</strong></em></font></div></td>
</tr>
</table></td>
<td width="24" valign="top" background="images/index_51.jpg"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="25" colspan="4" valign="top"><img src="images/index_52.jpg" width="703" height="25"></td>
</tr>
<tr>
<td height="0"></td>
<td width="101"></td>
<td width="557"></td>
<td></td>
<td></td>
</tr>
</table></td>
<td> </td>
</tr>
<tr>
<td height="20" colspan="4" valign="top"><!--DWLayoutEmptyCell--> </td>
<td> </td>
</tr>
<tr>
<td height="211"> </td>
<td colspan="3" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="verd1">
<!--DWLayoutTable-->
<tr>
<td height="84" colspan="2" valign="top"><img src="images/index_59.jpg" width="122" height="84"></td>
<td width="222" valign="top"><!--DWLayoutEmptyCell--> </td>
<td colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
<td width="2"></td>
</tr>
<tr>
<td height="11" colspan="5" valign="top"><img src="images/index_48.jpg" width="703" height="11"></td>
<td colspan="2" rowspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="21" height="90" valign="top" background="images/index_49.jpg"><!--DWLayoutEmptyCell--> </td>
<td colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="E7D1F0" class="verd1black">
<!--DWLayoutTable-->
<tr>
<td width="658" height="62" valign="top"><br>
Lisa was the best dogwalker I have ever had -- she
was professional, responsible and always tried to
accommodate my schedule. Lisa is also a real dog
lover and understood how much my two little doggies
meant to me. We all miss her!</td>
</tr>
<!--DWLayoutTable-->
<tr>
<td height="28" valign="middle"><div align="right"><font color="#996699" size="3" face="Times New Roman, Times, serif"><em><strong>Maura
Cook</strong></em></font></div></td>
</tr>
</table></td>
<td width="24" valign="top" background="images/index_51.jpg"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="25" colspan="5" valign="top"><img src="images/index_52.jpg" width="703" height="25"></td>
</tr>
<tr>
<td height="0"></td>
<td width="102"></td>
<td></td>
<td width="334"></td>
<td></td>
<td width="12"></td>
<td></td>
</tr>
</table></td>
<td> </td>
</tr>
<tr>
<td height="20" colspan="4" valign="top"><!--DWLayoutEmptyCell--> </td>
<td> </td>
</tr>
<tr>
<td height="211"> </td>
<td colspan="3" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="verd1">
<!--DWLayoutTable-->
<tr>
<td height="84" colspan="2" valign="top"><img src="images/index_60.jpg" width="122" height="84"></td>
<td width="217" valign="top"><!--DWLayoutEmptyCell--> </td>
<td colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="11" colspan="5" valign="top"><img src="images/index_48.jpg" width="703" height="11"></td>
<td width="14" rowspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="21" height="90" valign="top" background="images/index_49.jpg"><!--DWLayoutEmptyCell--> </td>
<td colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="E7D1F0" class="verd1black">
<!--DWLayoutTable-->
<tr>
<td width="658" height="65" valign="top"><br>
Lisa Mattioli exemplifies everything you want in
a dog walker. Our dog Faust, absolutely loved Lisa
from day one. As you can imagine he was as sad to
see her go, as much as we were. Her professionalism,
cheerfulness, and flexible service are something
my wife and I are still searching for since Lisa
moved to NC. Enjoy Lisa’s petcare service
because you will find out very quickly that there
is not a more trustworthy person to care for your
pet.</td>
</tr>
<!--DWLayoutTable-->
<tr>
<td height="25" valign="middle"><div align="right"><font color="#996699" size="3" face="Times New Roman, Times, serif"><em><strong>Jim
& Beth Adams </strong></em></font></div></td>
</tr>
</table></td>
<td width="24" valign="top" background="images/index_51.jpg"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="25" colspan="5" valign="top"><img src="images/index_52.jpg" width="703" height="25"></td>
</tr>
<tr>
<td height="0"></td>
<td width="101"></td>
<td></td>
<td width="340"></td>
<td></td>
<td></td>
</tr>
</table></td>
<td> </td>
</tr>
<tr>
<td height="20" colspan="4" valign="top"><!--DWLayoutEmptyCell--> </td>
<td> </td>
</tr>
<tr>
<td height="121" colspan="3" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="verd1">
<!--DWLayoutTable-->
<!--DWLayoutTable-->
<tr>
<td height="11" colspan="3" valign="top"><img src="images/index_48.jpg" width="703" height="11"></td>
<td width="15" rowspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="21" height="85" valign="top" background="images/index_49.jpg"><!--DWLayoutEmptyCell--> </td>
<td width="658" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="E7D1F0" class="verd1black">
<!--DWLayoutTable-->
<tr>
<td width="658" height="57" valign="top"><br>
Just to let your new clients know you were a great
pet sitter for Rascal. You were great to feed, walk
and pet him while we went out of town. Always very
conscientious and he enjoyed seeing you. Thanks.
</td>
</tr>
<tr>
<td height="28" valign="middle"><div align="right"><font color="#996699" size="3" face="Times New Roman, Times, serif"><em><strong>Carolyn</strong></em></font></div></td>
</tr>
</table></td>
<td width="24" valign="top" background="images/index_51.jpg"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="25" colspan="3" valign="top"><img src="images/index_52.jpg" width="703" height="25"></td>
</tr>
<tr>
<td height="1"></td>
<td></td>
<td></td>
<td></td>
</tr>
</table></td>
<td width="1"> </td>
<td> </td>
</tr>
<tr>
<td height="1"></td>
<td></td>
<td width="716"></td>
<td></td>
<td></td>
</tr>
</table></td>
<td width="30" rowspan="8" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="20" colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="154" colspan="3" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="verd1">
<!--DWLayoutTable-->
<tr>
<td height="11" colspan="3" valign="top"><img src="images/index_48.jpg" width="703" height="11"></td>
<td width="17" rowspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="21" height="118" valign="top" background="images/index_49.jpg"><!--DWLayoutEmptyCell--> </td>
<td width="658" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="E7D1F0" class="verd1black">
<!--DWLayoutTable-->
<tr>
<td width="658" height="90" valign="top"><br>
I couldn't have been more pleased with Lisa as my dog
sitter. I have a miniature poodle who is now 15 years
and<br>
hates going to the groomer, sitter, vet or whomever. However,
she didn't mind going to Lisa at all, in fact, when Lisa
would come to my house to pick her up, she'd jump up and
down and obviously, was pleased to see Lisa. Poodles,
as we all know, are very high strung but when she'd come
home from being with Lisa, she was calm and relaxed.<br>
Obviously, I couldn't recommend Lisa more as a competent,
reliable, sensitive, kind dog sitter and Caux Caux and
I miss her very much.<br></td>
</tr>
<tr>
<td height="28" valign="middle"><div align="right"><font color="#996699" size="3" face="Times New Roman, Times, serif"><em><strong>Noel</strong></em></font></div></td>
</tr>
</table></td>
<td width="24" valign="top" background="images/index_51.jpg"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="25" colspan="3" valign="top"><img src="images/index_52.jpg" width="703" height="25"></td>
</tr>
</table></td>
</tr>
<tr>
<td height="20" colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="121" colspan="3" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="verd1">
<!--DWLayoutTable-->
<tr>
<td height="11" colspan="3" valign="top"><img src="images/index_48.jpg" width="703" height="11"></td>
<td width="17" rowspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="21" height="85" valign="top" background="images/index_49.jpg"><!--DWLayoutEmptyCell--> </td>
<td width="658" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="E7D1F0" class="verd1black">
<!--DWLayoutTable-->
<tr>
<td width="658" height="57" valign="top"><br>
I am a senior citizen and a widow and my pets are my family.
I have been using pet sitters for over 13 years, and Lisa
is by far the best in the business. She’s a very
sweet person, and she has helped us in many ways. She’s
very experienced and knowledgeable, and has given me great
advice. I know how lucky we were to have her these past
few years, and I don’t know what we will do without
her.</td>
</tr>
<tr>
<td height="28" valign="middle"><div align="right"><font color="#996699" size="3" face="Times New Roman, Times, serif"><em><strong>Mary</strong></em></font></div></td>
</tr>
</table></td>
<td width="24" valign="top" background="images/index_51.jpg"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="25" colspan="3" valign="top"><img src="images/index_52.jpg" width="703" height="25"></td>
</tr>
</table></td>
</tr>
<tr>
<td height="20" colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="105" colspan="3" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="verd1">
<!--DWLayoutTable-->
<tr>
<td height="11" colspan="3" valign="top"><img src="images/index_48.jpg" width="703" height="11"></td>
<td width="17" rowspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="21" height="68" valign="top" background="images/index_49.jpg"><!--DWLayoutEmptyCell--> </td>
<td width="658" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="E7D1F0" class="verd1black">
<!--DWLayoutTable-->
<tr>
<td width="658" height="40" valign="top"><br>
Believe me when I say, you and Bruce are a hard act to
follow!! Your conscientiousness and professionalism set
the bar very high. Thanks, Lisa, we’ll miss you!
</td>
</tr>
<tr>
<td height="28" valign="middle"><div align="right"><font color="#996699" size="3" face="Times New Roman, Times, serif"><em><strong>D.B.</strong></em></font></div></td>
</tr>
</table></td>
<td width="24" valign="top" background="images/index_51.jpg"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="25" colspan="3" valign="top"><img src="images/index_52.jpg" width="703" height="25"></td>
</tr>
<tr>
<td height="1"></td>
<td></td>
<td></td>
<td></td>
</tr>
</table></td>
</tr>
<tr>
<td height="20" colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="1"></td>
<td width="319"></td>
<td></td>
<td width="296"></td>
<td></td>
</tr>
</table></td>
</tr>
<tr>
<td height="48" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="verd1black">
<!--DWLayoutTable-->
<!--DWLayoutTable-->
<tr>
<td width="780" height="25" align="center" valign="middle" bgcolor="#FFFFFF"><strong><a href="index.html">Home</a>
| <a href="aboutus.htm">About us</a> | <a href="services.htm">Services/Rates</a>
| <a href="testimonials.htm">Testimonials</a> | <a href="faqs.htm">FAQs</a></strong></td>
</tr>
<tr>
<td height="23" align="center" valign="top">2005-2006 All rights reserved,
Pisgah Petsitters</td>
</tr>
<!--DWLayoutTable-->
<!--DWLayoutTable-->
<!--DWLayoutTable-->
</table></td>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="318,74,495,90" href="mailto:[email protected]">
</map>
</body>
</html>