<!--
var rnd = Math.floor(phrases.length * Math.random());
document.write(phrases[rnd]);
//-->

