// JavaScript Document

var CAND_CONTENT = new Array(); 
CAND_CONTENT[0] = "<em>\"From the moment I stepped through Don Richards' doors I was treated like I was their only client. They matched me up with the perfect job within a week or two from the first interview.\"</em><br />Corey" 
CAND_CONTENT[1] = "<em>\"The staffing specialists at Don Richards got me a job that has given me a better financial outlook, a more secure benefit package and more freedom to pursue other goals.\"</em><br />August" 
CAND_CONTENT[2] = "<em>\"I had a great experience working with Don Richard Associates. They helped me to find the right local opportunity. It not only matched up well with my experience and job interests, but met my compensation requirements as well.\"</em<br />Linda"
CAND_CONTENT[3] = "<em>\"DRA is the best professional agency in the Hampton Roads area, in my opinion. I know when I put a phone call or email out to the agency that it will be answered or replied to immediately. I have had the opportunity to work at some of the greatest organizations in the area because of their efforts.\"</em><br />Amanda"
CAND_CONTENT[4] = "<em>\"Having gone to other agencies, I was very pleased with the way DRA greeted me. They took time to really discuss what is was I was looking for and treated me like I mattered. It was a welcome change.\"</em><br />Carolyn"
CAND_CONTENT[5] = "<em>\"I want to thank you for all that you have done to place me in the position of CAD technician. I really enjoy the work that I do and I have a very good rapport with my co-workers.\"</em><br />Michael"

var EMP_CONTENT = new Array();
EMP_CONTENT[0] = "<em>\"The best gift of all is the great employees we have obtained from Don Richard Associates.\"</em><br />Mercy Medical Airlift"
EMP_CONTENT[1] = "<em>\"Don Richard Assoiciates continues to be one of the most responsive professional organizations in South Hampton Roads.\"</em><br />United Way of South Hampton Roads"



var CAND_INDEX_NUMBER = Math.floor(Math.random()*CAND_CONTENT.length); 

var EMP_INDEX_NUMBER = Math.floor(Math.random()*EMP_CONTENT.length); 
