	<!-- 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 = 9;
var ad1 = rand(ad_cnt1);
if (ad1==1) {
quote1="Medical Solutions is a wonderful company. I feel like you really work hard for the traveler. My Recruiter is very supportive and makes me feel like I am part of a big family.";
sig1="- Bonnie, RN";
}
if (ad1==2) {
quote1="You guys go out of your way to get my needs met.";
sig1="- Melissa, RN";
}
if (ad1==3) {
quote1="I stay working with Medical Solutions because I know there is always somebody there. If my Recruiter is not available, someone else who cares is and listens to what I need.";
sig1="- Connie, RN";
}
if (ad1==4) {
quote1="I already have referred other travelers to Medical Solutions because I have been impressed with my Recruiter. I have nice housing, my pay is good and I feel I have been very well matched with this hospital. It's a really good fit for me.";
sig1="- Mary, RN";
}
if (ad1==5) {
quote1="I can’t say enough good things about my Recruiter. He has been there for me any time I have needed anything. I think that is what keeps me with Medical Solutions, in addition I feel your company really does care about their travelers!";
sig1="- Ruth, RN";
}
if (ad1==6) {
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==7) {
quote1="Everyone that I have talked to at Medical Solutions, other Recruiters/Manager that I spoke with when my Recruiter was not available, is so real. I talked to Recruiters from other companies who were so fake and you could tell they didn’t care about me.";
sig1="- Jeanna, RN";
}
if (ad1==8) {
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";
}
if (ad1==9) {
quote1="My Recruiter is so helpful, knowledgeable and understanding. My first travel experience has been with Medical Solutions and it has been such a good one!";
sig1="- David, RN";
}
document.write('<center>"' + quote1 + '"<br /><strong>' + sig1 + '</strong></center>');
// End -->
 
			<!-- End Rotating Quote Banner -->