<!--
var cText = '';
cText +='Over <B>50,000</B> vehicles in the archive,<BR>'; 
cText +='over <B>12,000</B> with pictures and<BR>'; 
cText +='over <B>7,900</B> members.'; 
document.write(cText);
//-->