function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "that there is more then one way to tune into HoD?"
text[number++] = "that we stream music 24 hours a day commercial free?"
text[number++] = "shows are broadcasted from all over the world?"
text[number++] = "that some shows can be watched over on HoD TV?"
text[number++] = "we have studios across the world and not just in the UK?"
text[number++] = "we have a forum site offering the freshest tracks?"
text[number++] = "you can find out about upcoming shows on facebook?"
text[number++] = "we are always looking for new DJs to join us?"
text[number++] = "we help teach none DJs how to broadcast?"
text[number++] = "we have a live chat room over on HoD TV?"
text[number++] = "that you can tune into the radio with most 3G phones?"
text[number++] = "that you can call some of our studios while live on air?"
text[number++] = "that we play music before most mainstream stations?"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);
