<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="Random Quotes" author="J.C. Counts" author_email="jccounts@gmail.com">
    <Require feature="opensocial-0.7" />
  </ModulePrefs>
  <Content type="html" view="profile">
  <![CDATA[
    <h2>Your random quote is...</h2>
	
	<script type="text/javascript">
	function QuoteRandomizer() {
	
		var quotes = new Array();
		
		quotes[0]='asleep in perfect blue buildings beside the green apple sea';
		
		quotes[1]='is there a place for the hopeless sinner';
		
		quotes[2]='i sent the message on did you get it when I left it';
		
		quotes[3]='good day sunlight, i would like to say how truly bright you are';
		
		quotes[4]='open up your mind and see like me';
		
		quotes[5]='finally i feel free';
		
		quotes[6]='i am beyond your peripheral vision so you might want to turn your head';
		
		quotes[7]='i would like to state for the record i did everything that i could do';
		
		quotes[8]='one love one heart';
		
		quotes[9]='am i to beg for difference';
		
		quotes[10]='you are a china shop and i am a bull you are really good food and i am full';
		
		quotes[11]='to think theres nothing wrong is a problem';
		
		quotes[12]='nothing is going to stop me but divine intervention';
		
		quotes[13]='squint your eyes and look closer';
		
		quotes[14]='always glad to share my ignorance as i have got plenty';
		
		quotes[15]='you dont know me but i know you see you  are my favorite';
		
		quotes[16]='i am underlined already in envy green and pencil red';
		
		quotes[17]='who needs shelter when the morning is coming';
		
		quotes[18]='i am not saying that i am a saint';
		
		quotes[19]='i dont get no sleep in a quiet room';
		
		quotes[20]='the scenario is grave but i will be braver when you save me';
		
		var whichquote = Math.floor(Math.random()*(quotes.length));
		document.write(quotes[whichquote]);
	}
	
	</script>

	
	
	
	
	<script type="text/javascript">
	
	QuoteRandomizer();
	
	</script>
	
  ]]>
  </Content>
</Module>
