	var r_text = new Array ();
	r_text[0] = "runs with scissors";
	r_text[1] = "colors outside the lines";
	r_text[2] = "is sweeter than honey";
	r_text[3] = "is magically delicious";
	r_text[4] = "can beat up your website";
	r_text[5] = "is one cornflake shy of a bowl";
	r_text[6] = "needs more cowbell";
	var i = Math.floor(7*Math.random())
	document.write(r_text[i]);