var blurb=new Array()
blurb[0] = "great skill interpreting what a client asks for and collaborates with the client to get the best product ... with an uncanny ability to read between the lines and hear what is truly needed - even if the client does not know how to express it.";
blurb[1] = "the most talented designer and marketing professional I have ever worked with in my career.";
blurb[2] = "an expert in his field with integrity and creativity that stand out.";
blurb[3] = "his style, attention to detail and the integrity found in his work set him apart in the industry.";
blurb[4] = "he has the ability to work with and guide his client to the best possible outcome on a project.";
blurb[5] = "his creativity has made a serious difference in many of my projects.";
blurb[6] = "he captures the essence of your message into a beautifully finished product you are proud of.";
blurb[7] = "Tom approaches each project with a fresh eye, always looking for a new way to present the final product.";
blurb[8] = "works relentlessly to finish a project, always with the objective to produce materials of the highest quality.";
blurb[9] = "very creative - designs are outstanding, takes ownership of projects, dedicated and strives for excellence.";
blurb[10] = "he's willing to go the extra mile, willing to do whatever it takes to make sure the product or design is excellent.";
blurb[11] = "I like the way you work with people who are not graphic designers ... You ask the right questions and work as a team to achieve the best end result making your customers happy.";
blurb[12] = "not afraid to challenge the status quo. I like that.";
blurb[13] = "kind yet effective in getting your point across.";
blurb[14] = "very good at process improvement ... always looking for ways to improve not only the product but the process and willing to be accountable for it too.";

var b = blurb.length;
var whichblurb=Math.round(Math.random()*(b-1));
function showblurb(){document.write(blurb[whichblurb]);}
showblurb();