var r_text = new Array ();
r_text[0] = "A Much Better MV Searching Machine";
r_text[1] = "Your One-Stop Music Video Portal";
r_text[2] = "Locate Any Music Videos on the Web";
r_text[3] = "Search Music Videos in Any Language";
r_text[4] = "Powered by YouTube & Google";
r_text[5] = "One-Click Global Music Video Search";
r_text[6] = "Your Music Video Super Drive";
var i = Math.round(6*Math.random());

document.write(r_text[i]);
