// JavaScript Document
var randomImage = Math.floor(Math.random()*5);
switch (randomImage) {
case 0: document.write(' “Thanks for taking the time to go over Talenthook with me.  This system is wonderful and is truly a huge help for me right now.”<br /> – Penney Fields, PHR / Senior Technical Recruiter'); break;

case 1: document.write(' “In a labour market where finding top candidates before your competition is vital to your success - Talent Hook is a must have application"<br /> – Marcus Ronaldi, Webex'); break;

case 2: document.write('“I LOVE TalentHook - cannot be in business with out it. The new version is great, keep up the good work.”<br /> - Richard Smith, Director, BMJ National Staffing'); break;

case 3: document.write(' “I have had your product for one week and two days and I have already hired someone by using your software! This is a great product and it certainly is making my life easier.”<br /> – Gail Glassmoyer, Director of Recruiter, Siteworx, Inc.'); break;

case 4: document.write(' “I highly recommend TalentHook for the busy recruiter. It was a snap to learn and is now the backbone of my daily searches.”<br /> - Becky Tedesco, AgentHR - National Mortgage Placements'); break;
}

