var num_of_quotes = 4;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
body="The principals of VSM have <strong>more than 20 years</strong> of combined experience in the realm of international investment services.";
}

if (quotes==1) {
body="The name 'Varsity' means '<strong>The Premier Team</strong>' and that is what we have built.";
}

if (quotes==2) {
body="Conservative in nature with <strong>capital preservation</strong> being our first priority.";
}

if (quotes==3) {
body="While <strong>managed money is our focus</strong> we also provide access to a wide range of equity and fixed income markets in all major currencies.";
}


document.write('<div align=left>');
document.write(''+ body +'');
document.write('</div>');
