function getFastFact(){
	var temp=Math.floor(Math.random()*5);
	if (temp==0)
	ltr="We have a record of success with over 950 companies in the private and public sector, including over 100 of the Fortune 500.";
	else if (temp==1)
	ltr="We've helped clients across North America, Europe and Asia on their most challenging projects";
	else if (temp==2)
	ltr="Because of our high success rate, 80% of our business comes from repeat clients and referrals.";
	else if (temp==3)
	ltr="Winner of the Information Worker Solutions Microsoft Enterprise Project Management Partner of the Year Award.";
	else if (temp==4)
	ltr="Named in the Financial Times &quot;Top 50 Places to Work&quot;.";
	document.getElementById('fastfact').innerHTML=ltr;
}