<html id="preview">
<style>
body {
font-size: 6px !important;
font-family: 'Colfax', sans-serif;
}
</style>
<script>

function parse() {
for (var i=0; i<=9; i++) {
// Old school style
document.write('HELLO WORLD'+
Math.random(9);
}}
</script>
</html>