<!--
var r_text = new Array ();
r_text[0] = "keep it up";
r_text[1] = "we are not <br />the first";
r_text[2] = "next to <br />a beautiful girl";
r_text[3] = "on a winter's day";
r_text[4] = "hang 'm high";
r_text[5] = "fishing for <br />the moon in the water";
r_text[6] = "the pure poetry";

var i = Math.floor(7*Math.random())

document.write(r_text[i]);

//-->
