<!-- This is a Kaizou description file -->
<!-- Please visit http://www.kaizou.org to see how to use it -->
<kaizou xmlns="http://www.kaizou.org">
	<title xml:lang="en">South Carolina words of wisdom</title>
	<link>http://www.kaizou.org</link>
	<author>kaizouman</author>
	<description xml:lang="en">This Kaizou file replaces some sentences in the page by Miss South Carolina quotes. As most of my Kaizous, It works on every web page, but is targeted at a few selected sites for the demonstration. Just edit the file to add more sites. Note: Works poorly for IE users.</description>
	<target>
	 <uri>http://people.colgate.edu/pgregory/philquotes.html</uri>
		<uri>http://www.slashdot.com</uri>
		<uri>http://www.allaboutphilosophy.org/philosophy-quotes.htm</uri>
		<uri>http://www.epistemelinks.com/Main/Quotations.aspx?SubTopic=Mankind</uri>
		<pattern>http://*</pattern>
	</target>
	<transform>
		<xpath>//text()</xpath>
		<actions>
			<regexp-data>
				<pattern>/(.*)so\s\w+.*(\.|,|;)/gi</pattern>
				<substitution>$1so we will be able to build up our future$2</substitution>
			</regexp-data>
			<regexp-data>
				<pattern>/I\s(.*)(\.|,|;)/g</pattern>
				<substitution>I personnally believe that U.S. Americans are unable to do so because I$1$2</substitution>
			</regexp-data>
			<regexp-data>
				<pattern>/(.*)\s(y)?our(.*)(\.|,|;)/gi</pattern>
				<substitution>$1 $2our education over here in the U.S. should help the U.S. or $2our$3$4</substitution>
			</regexp-data>
			<regexp-data>
				<pattern>/(.*)(because|that|but)\s\w+.*(\.|,|;)/gi</pattern>
				<substitution>$1$2 some people out there in our nation don’t have maps$3</substitution>
			</regexp-data>
			<regexp-data>
				<pattern>/(.*)\s(US|USA|United States|United States of America|America)\s/g</pattern>
				<substitution>$1 US - or South Africa and the Iraq and the Asian countries </substitution>
			</regexp-data>
			<regexp-data>
				<pattern>/(.*)and\s\w+.*(\.|,|;)/gi</pattern>
				<substitution>$1and I believe that they should$2</substitution>
			</regexp-data>
  		<regexp-data>
				<pattern>/(.*)\slike\s\w+.*(\.|,|;)/gi</pattern>
				<substitution>$1 like such as in South Africa and uh the- the Iraq everywhere like such as and$2</substitution>
			</regexp-data>
		</actions>
	</transform>
</kaizou>
