var loadQuote = "";
var loadSource = "";
getQuote();

function getQuote(){
	var d = new Date();
	Z = 157624328 + (d.getSeconds() * 0xFFFFFF) + (d.getMinutes( ) * 0xFFFF);
	Y = 48271;
	M = 2147483647;
	Q = M / Y;
	R = M % Y;
	N = 1.0 / M;
	H   = Z / Q;
	L   = Z % Q;
	T = Y * L - R * H;
	if( T > 0 )
	Z = T;
	else
	Z = T + M;
	K=( Z * N );
	P=K*100;
	P = parseInt(P);
		if (P >= 0.1 && P < 5) {loadQuote="My Career Consultant was great to work with.  He did a thorough review of my background, as well as my wish list.  It was a really pleasant experience.";
			loadSource="- Senior Architect"};
		if (P >= 5 && P < 10) {loadQuote="All sessions were professional, personable, and informative.";
			loadSource="- e-Business Consultant"};
		if (P >= 10 && P < 15) {loadQuote="My Career Consultant spent a great deal of time with me in order to understand my skills, abilities, goals, and objectives.";
			loadSource="- Principal"};
		if (P >= 15 && P < 20) {loadQuote="My Career Consultant sat with me for 2 hours explaining what the next, most effective step should be.";
			loadSource="- Manager"};
		if (P >= 20 && P < 25) {loadQuote="My Career Consultant did a great job preparing me for the interview process and following up with me.";
			loadSource="- Senior Director"};
		if (P >= 25 && P < 30) {loadQuote="My Career Consultant's understanding of the employer's needs and my skills, goals, and objectives allowed him to set the stage for the interview.";
			loadSource="- Senior Manager"};
		if (P >= 30 && P < 35) {loadQuote="My Career Consultant was always very thorough and called to prep me before any discussions with potential employers were held.";
			loadSource="- CTO"};
		if (P >= 35 && P < 40) {loadQuote="My Career Consultant was always very professional and helpful regarding all of my questions and concerns.";
			loadSource="- Lead Architect"};
		if (P >= 40 && P < 45) {loadQuote="Our Account Manager took the time to understand my industry and my needs.";
			loadSource="- National Director,<br>Big 5 Firm"};
		if (P >= 45 && P < 50) {loadQuote="Excellent industry knowledge, particularly within the Information Technology sector.";
			loadSource="- Vice President,<br>Professional Services Firm"};
		if (P >= 50 && P < 55) {loadQuote="Magellan acted as an extension of our organization.  We provided them with all the necessary information that helped them position us with potential candidates.";
			loadSource="- Vice President,<br>Services Firm"};
		if (P >= 55 && P < 60) {loadQuote="The candidate we hired through Magellan was sold so well, we just had to run through the mechanics.";
			loadSource="- Director,<br>Internet Strategy Firm"};
		if (P >= 60 && P < 65) {loadQuote="Not a glitch with three senior hires over the last year.";
			loadSource="- National Partner,<br>Big 5 Firm"};
		if (P >= 65 && P < 70) {loadQuote="Magellan Partners has been a tremendous benefit in assisting us with our hiring objectives.";
			loadSource="- Vice President,<br>Integration Company"};
		if (P >= 70 && P < 75) {loadQuote="This team has perfected the balance between speed to hire and quality of candidates.  We have a great partnership.";
			loadSource="- CIO,<br>Software Company"};
		if (P >= 75 && P < 80) {loadQuote="We have been very pleased with Magellan Partners.  They have been an excellent resource for our company.";
			loadSource="- Senior Vice President,<br>Consulting Firm"};
		if (P >= 80 && P < 85) {loadQuote="Magellan helped make the hiring process very smooth.";
			loadSource="- CFO,<br>Manufacturing Company"};
		if (P >= 85 && P < 90) {loadQuote="Magellan's Account Managers and Career Consultants have excellent knowledge of our requirements.  They have spent the time to comprehend our business model and specific skill sets.";
			loadSource="- National e-Business Partner,<br>Big 5 Firm"};
		if (P >= 90 && P < 95) {loadQuote="Magellan knows the software industry.  Our Account Manager did a good job of understanding our position in the market.";
			loadSource="- Director,<br>Software Vendor"};
		if (P >= 95 && P < 99.9) {loadQuote="Magellan has a high degree of knowledge both in the industry and the market they worked in.";
			loadSource="- President,<br>Financial Institution"};
		if (P < 0.1 || P > 99.9) {loadQuote="My Career Consultant was always very thorough and called to prep me before any discussions with potential employers were held.";
			loadSource="- CTO"};
}
