	<!-- Rotating Quote Banner -->

 

rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
};

function rand(number) {
	var result = Math.ceil(rnd()*number);
	if (!result)result++;
        return result
};
var ad_cnt1 = 2;
var ad1 = rand(ad_cnt1);
if (ad1==1) {
quote1="This is my first travel assignment. My Recruiter has done a real good job of explaining everything to me from the first day I spoke with him. The hospital interviewed me and wanted me to start a week later.";
sig1="- Lloyd, Cath Lab Tech";
}
if (ad1==2) {
quote1="Good service from my Recruiter. She doesn’t tell me any tales! She follows through with what she is going to do.";
sig1="- Donald, Resp. Therapist";
}
document.write('<center>"' + quote1 + '"<br /><strong>' + sig1 + '</strong></center>');
// End -->
 
			<!-- End Rotating Quote Banner -->