	var Quotation=new Array()

	Quotation[0] = "++ observe through <br>the pale skin sea ++";
	Quotation[1] = "++ det hav han har tænkt sig<br>at betræde ++";
	Quotation[2] = "++ aj86af7dv7 xjx9  8) ((=)/ a ########### <br>ajkflsa99  001010111 ++";
	Quotation[3] = "++ <a href=http://www.frankzappa.com>see the world - <br>be a crewslut</a> ++";
	Quotation[4] = "++ let the bomb go off <br>in wonderful technicolor ++";
	Quotation[5] = "++ the antler king <br>will leave the closure ++";
	Quotation[6] = "++ possessed by... <br>a red cowboy ++";
	Quotation[7] = "++ tonight we will use our finest cutlery,<br>the pincers and scalpel ++";
	Quotation[8] = "++ the parasite ark will be <br>crushed in the waves ++";
	Quotation[9] = "++ we are not<br>a football team ++";
	Quotation[10] = "++ we live inside you <br>emperor ++";
	Quotation[11] = "++ help, <br>we're a rock! ++";
	Quotation[12] = "++ born <br>outta love ++";
	Quotation[13] = "++ straightedge <br>as fuck ++";
	Quotation[14] = "++ worship the sun <br> and pay the price ++";
	Quotation[15] = "++ bears go into hibernation at least 12 times a year... <br>proven fact ++";
	Quotation[16] = "++ diamond <br>cock ++";
	Quotation[17] = "++ fuck me<br>your majesty! ++";
	Quotation[18] = "++ birdcatcher kills <br>the riverbank ++";
	Quotation[19] = "++ can we please get another nail<br>in the coffin of cultural theft? ++";
	Quotation[20] = "++ eaten <br>by deer ++";
	Quotation[21] = "++ suffering from severe<br>hulahopp wounds ++";
	Quotation[22] = "++ we slept with the queen<br>and all we got was this lousy homepage ++";
	Quotation[23] = "++ we raped the queen <br>and the king is next ++";
	Quotation[24] = "++ funkytown was invented by indians<br>to communicate with animals ++";
	Quotation[25] = "++ we'll sell out <br>when you start buying ++";
	Quotation[26] = "++ coldfused erection <br>brought to you by bosch ++";
	Quotation[27] = "++ overwhelmed by the growth <br>of the dogs ++";


	var Q = Quotation.length;
	var whichQuotation=Math.round(
	Math.random()*(Q-1));
	function showQuotation(){document.write(Quotation[whichQuotation]);}
	showQuotation();