<!--
i=0;
var ads = new Object();
													
ads[i++] = '<p class=subquote><div class=content>&quot;Our [Seattle Tank Services representative] was an absolute gentleman. You guys are lucky to have him working for you!&quot;<br /></div><div class=name>~ North Seattle ~<br></div></p>';
ads[i++] = '<p class=subquote><div class=content>&quot;[Your employees] are excellent representatives of [Seattle Tank Services]. I wish they worked for me. If I was the competition, they would be working for me after today.&quot;<br /></div><div class=name>~ Maple Leaf ~<br></div></p>';
ads[i++] = '<p class=subquote><div class=content>&quot;I&acute;m very impressed by [your employee], the professional job he did and the way he represented the company.&quot;<br /></div><div class=name>~ South Seattle ~<br></div></p>';
ads[i++] = '<p class=subquote><div class=content>&quot;[Seattle Tank Service expert] is an awesome young man. Very professional.&quot;<br /></div><div class=name>~ Lake Forest Park ~<br></div></p>';
ads[i++] = '<p class=subquote><div class=content>&quot;Dear Seattle Tank Services:  Thanks for the great job. Your technician was very professional, cleaned up great, and was in and out quickly.&quot;<br /></div><div class=name>~ West Seattle ~<br></div></p>';
														
ads.length = i;
dat = new Date();
dat = (dat.getTime()+"").charAt(8);
if (dat.length == 1)
ad_num = dat%ads.length;
else
ad_num = 0;
document.write(ads[ad_num]);
//--> 
