function capti() { };
		capti = new Array();
		number = 0;
		// captiArray
		capti[number++] = {cap:"I don&#146;t want to die."};
		capti[number++] = {cap:"He&#146;s a nightmare child."};
		capti[number++] = {cap:"I&#146;m a rebel, can&#146;t you tell?"};
		capti[number++] = {cap:"All the worker ants shuffle off to work now."};
		capti[number++] = {cap:"Those who stop to smell the roses will be left behind in the dark to be eaten by the wolves of progress."};
		capti[number++] = {cap:"There are monsters all around you. There are monsters deep inside you."};
		capti[number++] = {cap:"Why must we wallow in our fear of the unknown?"};
		capti[number++] = {cap:"All the pigs are fattening up."};
		capti[number++] = {cap:"There is profundity in madness."};
		capti[number++] = {cap:"Even the mighty fall down."};
		capti[number++] = {cap:"Inside of you is a piece of me."};
		capti[number++] = {cap:"I am so comfortable and happy. What more could I want?"};
		capti[number++] = {cap:"Don't change yourself. Just change the world."};
		capti[number++] = {cap:"Keep your child on a short leash and you&#146;ll find yourself in the magical kingdom of love."};
		capti[number++] = {cap:"Generations come and go, and in time the next will grow."};
		capti[number++] = {cap:"All we know shall come to pass."};
		capti[number++] = {cap:"Disillusioned eyes now see through the lies."};
		capti[number++] = {cap:"Leaves, brown with age, trickle down from the tree."};
		capti[number++] = {cap:"I will feel no pain. Nothing will remain."};
		capti[number++] = {cap:"Something&#146;s there across the sea. It&#146;s huge and dark and frightens me."};
		capti[number++] = {cap:"She tries with her mind to give word to her heart that it cannot get what it demands."};
		capti[number++] = {cap:"Life&#146;s illusions torn away."};
		capti[number++] = {cap:"I won&#146;t cry anymore."};
		capti[number++] = {cap:"Life&#146;s futility just seems to grow each passing day."};
		capti[number++] = {cap:"Someone&#146;s opening the gate."};
		capti[number++] = {cap:"Now I see all of the things I&#146;ll never be."};
		capti[number++] = {cap:"What he can&#146;t communicate only serves to make him hate."};
		capti[number++] = {cap:"All things are only what they are in relation to all other things."};
		
		increment = Math.floor(Math.random() * number); 
		txt = capti[increment].cap;
		document.write(txt);
		