<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>joshhansen.net &#187; research</title>
	<atom:link href="http://joshhansen.net/category/professional/research/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshhansen.net</link>
	<description></description>
	<lastBuildDate>Sat, 24 Jul 2010 23:46:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Visualizing Texts as Networks</title>
		<link>http://joshhansen.net/2010/04/visualizing-texts-as-networks/</link>
		<comments>http://joshhansen.net/2010/04/visualizing-texts-as-networks/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 07:57:23 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[text mining]]></category>

		<guid isPermaLink="false">http://joshhansen.net/?p=1122</guid>
		<description><![CDATA[For a recent project in my text mining class we were required to explore ways of visualizing textual data. This is a tricky problem due to the nature of text, mainly because it is both categorical and sparse. Visualizing numerical data is, relatively speaking, a piece of cake, because real numbers can all be related [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1123" class="wp-caption aligncenter" style="width: 489px"><a href="http://en.wikipedia.org/wiki/Heman_(Bible)"><img class="size-full wp-image-1123 " title="Heman" src="http://joshhansen.net/wp-content/uploads/2010/04/heman-cropped.png" alt="" width="479" height="348" /></a><p class="wp-caption-text">Yes, Heman is in the Bible!</p></div>
<p>For a recent project in my text mining class we were required to explore ways of visualizing textual data. This is a tricky problem due to the nature of text, mainly because it is both categorical and sparse. Visualizing numerical data is, relatively speaking, a piece of cake, because real numbers can all be related to each other rather easily. But categorical data doesn&#8217;t generally have it that easy. Even if you can order the data, such as putting words in alphabetical order, it doesn&#8217;t always give you much insight into the text that the words comprise. After all, we tend to care more about what the text says than about what letters the words it uses start with.</p>
<p>My work was inspired by the cool stuff at <a href="http://www.visualcomplexity.com/vc/">Visual Complexity</a>, and heavily influenced by Chris Harrison&#8217;s &#8220;<a href="http://www.chrisharrison.net/projects/bibleviz/index.html">Visualizing the Bible</a>&#8221; page. For one of his visualizations Chris Harrison&#8217;s approach was to extract a &#8220;social network&#8221; of sorts from the biblical text. The more often a name occurs, the bigger it and its dot are on the chart. If two names occur in the same verse they are considered to be somehow connected and have a line drawn between them. The <a href="http://www.chrisharrison.net/projects/bibleviz/BibleNetworkmediumOrig.jpg">result</a> is pretty cool, so I decided to apply the same general approach to the <a href="http://www.eastangliaemails.com/">leaked emails</a> from the <a href="http://www.uea.ac.uk/">University of East Anglia&#8217;s</a> <a href="http://www.cru.uea.ac.uk/">Climatic Research Unit</a>.</p>
<p>I grabbed the emails from somewhere-or-other on the Internet (a torrent, maybe? The filename is cru-foia.tbz2) and set to parsing them. Unfortunately, whereas the names of the Bible have been conveniently compiled, nobody has made a list of names in the CRU emails, as far as I know. So I had to resort to automatic means. To that end, I downloaded Lev Ratinov&#8217;s <a href="http://l2r.cs.uiuc.edu/~cogcomp/asoftware.php?skey=FLBJNE">LBJ NER tagger</a> from UIUC CS and used it to identify the names in each email. If two names showed up in the same email, a connection was made between them. The more times they co-occurred, the stronger the link. Once all of the names and their connections were counted, they were dumped to a file in the GEXF graph interchange format.</p>
<p>To actually produce a visualization, I used <a href="http://www.gephi.org/">Gephi</a>, an up-and-coming graph visualization tool that allows real-time, interactive visualization of complex graphs. I also worked with a couple of other datasets: a &#8220;scriptures&#8221; dataset, including the Bible, Apocrypha, Book of Mormon, and Pearl of Great Price; and a dataset covering LDS General Conference addresses from the 1880&#8242;s to about 1950. The General Conferences data has been processed using any top non-stopwords (words that aren&#8217;t things like &#8216;the&#8217;, &#8216;to&#8217;, &#8216;with&#8217;, etc.) rather than names, which gives less-interesting results.</p>
<p>The results with Gephi can be quite striking, as with the &#8220;Heman&#8221; image at the beginning of this post. For those with the right browser (Firefox 3.6 or Chrome), here&#8217;s a video of using Gephi to work with the CRU data:</p>
<p><video src="http://joshhansen.net/files/ogvs/cru demo.ogv" controls="controls" width="500"><br />
Sadly, it seems your browser doesn&#8217;t support the video tag <img src='http://joshhansen.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
</video></p>
<h2>Downloads</h2>
<ul>
<li><a href="http://joshhansen.net/files/pdfs/visualizing texts as networks.pdf">Slides from my presentation</a></li>
<li><a href="http://joshhansen.net/files/gexfs/cru-foia_email-co-occurrence-gt2-dyn.gexf">CRU GEXF file</a></li>
<li><a href="http://joshhansen.net/files/gexfs/bible_apoc_bom_pogp-verse-co-occurrence_node-gt0-trimmed.gexf">Scriptures GEXF file</a></li>
<li><a href="http://joshhansen.net/files/gexfs/bom-verse-co-occurrence_node-gt0-trimmed_window5_tweaked.gexf">Book of Mormon-only GEXF file</a></li>
<li><a href="http://joshhansen.net/files/gexfs/gc-talk-co-occurrence_node-gt300000.gexf">General Conference GEXF file</a></li>
</ul>
<img src="http://joshhansen.net/4cc59f93/266bbf62/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).png" />]]></content:encoded>
			<wfw:commentRss>http://joshhansen.net/2010/04/visualizing-texts-as-networks/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Real, or Ideal? OR What To Name A Post When No Cohesive Theme Binds It Together</title>
		<link>http://joshhansen.net/2009/09/real-or-ideal-or-what-to-name-a-post-when-no-cohesive-theme-binds-it-together/</link>
		<comments>http://joshhansen.net/2009/09/real-or-ideal-or-what-to-name-a-post-when-no-cohesive-theme-binds-it-together/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 06:46:19 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[information theory]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://joshhansen.net/?p=1087</guid>
		<description><![CDATA[1. Academia Last night I went to the &#8220;Evening for New Graduate Students&#8221; at BYU (which was actually secretly or not-so-secretly open to all graduate students &#8212; note for next year ). President Samuelson spoke first. During that short talk and during his devotional address on Tuesday, I had the feeling that I have really [...]]]></description>
			<content:encoded><![CDATA[<h2>1. Academia</h2>
<p>Last night I went to the &#8220;Evening for New Graduate Students&#8221; at BYU (which was actually secretly or not-so-secretly open to <em>all</em> graduate students &#8212; note for next year <img src='http://joshhansen.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ). President Samuelson spoke first. During that short talk and during his devotional address on Tuesday, I had the feeling that I have really undervalued President Samuelson&#8217;s ideas in the past. Maybe that&#8217;s because he doesn&#8217;t have the sort of voice you might hear on TV or the radio. The last part of the program was a speech by Dr. Wynn Sterling, Dean of Graduate Studies. He presented a very exciting view of grad school and the potential to become involved to a greater degree in mankind&#8217;s quest for knowledge. He encouraged us to engage in that pursuit, even to the point of disagreeing with our advisors and their colleagues. (This seemed promising for me, since I can never seem to keep my mouth shut at lab meetings, colloquiums, and thesis defenses&#8230;.)</p>
<p>Dr. Sterling&#8217;s view of graduate school was <em>idealistic. </em>It contrasts with another common vision of the graduate experience: the <em>realistic.</em> This is the viewpoint of the likes of <a href="http://www.phdcomics.com/comics.php">PHD comics</a> and the satirical essay <a href="http://www.phdcomics.com/comics.php">How to Publish a Scientific Comment in 1 2 3 Easy Steps</a> (which I discovered via <a href="http://gregmankiw.blogspot.com/">Greg Mankiw&#8217;s blog</a>). It also seems to be confirmed by the extreme frustration felt by some of my friends in their master&#8217;s programs.</p>
<p>I do not accuse Dr. Sterling of any sort of blindness or naiveté when I say that his vision is <em>idealistic.</em> In fact, I like to think that he presented an idealist vision as a sort of counterpoint to the difficulties and even cynicism that often afflict grad students.</p>
<h2>2. Opinion Leaders?</h2>
<p>When the media announce a new trend in public opinion, I often respond skeptically, asking whether their report is <em>cause</em> or <em>effect</em>. Can data-based analysis determine whether this is just paranoia or if there are some instances of the media leading rather than merely reporting public opinion (not including editorial and opinion page articles)? Most recently articles like <a href="http://www.nytimes.com/2009/09/11/world/asia/11military.html">this</a> on rising skepticism about the mission in Afghanistan have reminded me of this question.</p>
<h2>3. Bathwater</h2>
<p>Two retrospectives on the economists&#8217; role in the financial crisis:</p>
<ul>
<li>one titled <a href="http://www.nationalinterest.org/PrinterFriendly.aspx">The Last Temptation of Risk</a> by Barry Eichengreen of Berkeley</li>
<li>and a more recent one by Paul Krugman of Princeton titled <a href="http://www.nytimes.com/2009/09/06/magazine/06Economic-t.html">How Did Economists Get It So Wrong?</a></li>
</ul>
<p>The two articles paint eerily similar and yet vitally different pictures. Largely, Eichengreen blames the crisis on selective reading and self-serving interpretation of free market economics. Krugman blames an idealistic romance with the neo-neoclassical economics that arose after Keynesianism faded. Eichengreen suggests that the future holds a prominent place for empirical economics research. Krugman highlights behavioral economics and hopes for a Keynesian renaissance.</p>
<p>Krugman&#8217;s paper is well-crafted, but I think Eichengreen&#8217;s is a better portrayal of reality. Maybe that&#8217;s my free-marketeer self speaking. But I just can&#8217;t help thinking there&#8217;s a baby sitting in the economic bathwater that people are dumping out their windows these days. The ideas I learned in my economics classes were not empty &#8212; they were just idealized. To abandon them wholesale now reminds me of the ideologically-motivated cataclysms that Chomsky led linguistics through every decade or so. To put it another way, while relativistic physics explained major gaps in the Newtonian model, it didn&#8217;t keep Newtonian physics from being a good-enough description of the world for most purposes. Newton wasn&#8217;t <em>wrong</em> so much as he was <em>incomplete</em>.</p>
<p>But it&#8217;s Eichengreen&#8217;s focus on empiricism that really wins me over. We live in an age of data: vast &#8212; almost incomprehensibly huge &#8212; stores of data waiting to be utilized. Actually making use of it is at once one of the greatest challenges and one of the greatest opportunities of our time. (I believed that even before my two weeks in a class about data mining.) These huge amounts of data give us an opportunity to reason inductively more than ever before, whereas past models of reality relied on a small number of unproven fundamental tenets (&#8220;axioms&#8221;, &#8220;theorems&#8221;, &#8220;laws&#8221;) from which a theoretical structure was assembled by means of deductive reasoning. While these deductive systems are very powerful in addition to having much the same elegance as mathematics (an aesthetic appeal not to be underestimated), they build a very large superstructure atop a relatively small foundation. Any cracks in the foundation can threaten the whole system.</p>
<p>In a way the tension between fact and theory mirrors the <em>idealism/realism</em> contrast mentioned earlier. Humans seem to have a cognitive bias in favor of uniform explanations of phenomena, giving fuel to idealistic theories. Linguists face a similar  crisis of empiricism versus theory; sadly(?) there won&#8217;t likely be a linguistic analog to global economic catastrophe to shake their academic confidence and encourage a reassessment (<em>Tower of Babel 2: Confoundations</em> ?)</p>
<h2>4. Why Are Academic Disciplines Polypolistic?</h2>
<p>Or rather, when will disciplines rely less upon a small number of arbiters of what is or isn&#8217;t &#8220;credible scholarship&#8221;? Instead of a few important journals, couldn&#8217;t much of the discussion occur right here in the blogosphere? Are scholars really so ill-mannered that they can&#8217;t carry out their debates in real time before a world audience just like the open source hackers and the Wikipedians? Even the U.S. Congress seems transparent when compared to some of the academic oligarchies.</p>
<p>Had economics been democratized, in a sense, would it have been less susceptible to the sort of groupthink that seemingly got it into trouble? Or would it just have been a different type of groupthink? How do you kill the echo chamber without simply gagging everybody?</p>
<p>Speaking of open scholarly discourse, I now wish to present a(n) hypothesis [indefinite article parenthesized for correctness in certain British Commonwealth nations {hint: it's not Fiji.}]:</p>
<h2>5. A(n) Hypothesis</h2>
<p>I hypothesize that music modeling will encounter much less of a data sparseness problem than word-level language modeling. This issue came up in a PhD thesis proposal I attended today, and it made me think: though I agree that music and human language are similar in many ways, music seems more closely analogous to the character-level or phonological properties of language, rather than to its word-level, syntactic properties. In other words, a phoneme trigram model&#8217;s entropy will be much closer to a note trigram model&#8217;s entropy than to a word trigram model&#8217;s entropy. Does that even make sense? And, is it correct?</p>
<h2>6. Terminus</h2>
<p>And so it ends. 10 bonus points if you read this.</p>
<img src="http://joshhansen.net/4cc59f93/266bbf62/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).png" />]]></content:encoded>
			<wfw:commentRss>http://joshhansen.net/2009/09/real-or-ideal-or-what-to-name-a-post-when-no-cohesive-theme-binds-it-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code</title>
		<link>http://joshhansen.net/code/</link>
		<comments>http://joshhansen.net/code/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 20:51:14 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://joshhansen.net/?page_id=714</guid>
		<description><![CDATA[Software projects I&#8217;ve developed or contributed to: BYU Natural Language Processing Laboratory Feature Engineering Console Spoken Language Identification Project Statistical NLP Library Pacific Northwest National Laboratory APGEMS 3 CRAFT Database GUI]]></description>
			<content:encoded><![CDATA[<p>Software projects I&#8217;ve developed or contributed to:</p>
<h2>BYU Natural Language Processing Laboratory</h2>
<p>Feature Engineering Console</p>
<p>Spoken Language Identification Project</p>
<p>Statistical NLP Library</p>
<h2>Pacific Northwest National Laboratory</h2>
<p>APGEMS 3</p>
<p>CRAFT Database GUI</p>
<img src="http://joshhansen.net/4cc59f93/266bbf62/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).png" />]]></content:encoded>
			<wfw:commentRss>http://joshhansen.net/code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Papers</title>
		<link>http://joshhansen.net/papers/</link>
		<comments>http://joshhansen.net/papers/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 18:00:10 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://joshhansen.net/?page_id=521</guid>
		<description><![CDATA[Published Papers &#8220;Gutenberg&#8217;s Heir: The Internet As An Agent of Linguistic Change.&#8221; SCHWA: Linguistic Perspectives on the English Language. 1:1 (2006), 41-52. [pdf] &#8220;Example of Human Health Impacts Assessment Using Imported Soil Concentration Spreadsheet Data (Example No. 2).&#8221; ARAMS Tutorials. May 2004. [pdf &#124; local copy] Conference Presentations &#8220;Features for the People: An Expert-Enabling User [...]]]></description>
			<content:encoded><![CDATA[<h3>Published Papers</h3>
<ul>
<li>&#8220;Gutenberg&#8217;s Heir: The Internet As An Agent of Linguistic Change.&#8221; <em>SCHWA: Linguistic Perspectives on the English Language.</em> 1:1 (2006), 41-52. [<a href="http://joshhansen.net/files/pdfs/Gutenbergs_Heir.pdf">pdf</a>]</li>
<li>&#8220;Example of Human Health Impacts Assessment Using Imported Soil Concentration Spreadsheet Data (Example No. 2).&#8221; <em>ARAMS Tutorials.</em> May 2004. [<a href="http://el.erdc.usace.army.mil/arams/tutorials/example2.pdf">pdf</a> | <a href="http://joshhansen.net/files/pdfs/example-of-human-health-impacts-assessment-using-imported-soil-concentration-spreadsheet-data-example-no-2.pdf">local copy</a>]</li>
</ul>
<h3>Conference Presentations</h3>
<ul>
<li>&#8220;Features for the People: An Expert-Enabling User Interface for Feature Engineering in Spoken Language Identification.&#8221; Brigham Young University College of Physical and Mathematical Sciences Spring Research Conference 2008. 15 March 2008. [pdfs:<a href="http://joshhansen.net/files/pdfs/Spring_Research_Conference_Abstract.pdf">abstract</a> | <a href="http://joshhansen.net/files/pdfs/Features_for_the_People_-_Spring_Research_Conference_2008.pdf">slides</a> | <a href="http://joshhansen.net/files/pdfs/Features_for_the_People_-_Spring_Research_Conference_2008_-_Slides_with_Notes.pdf">slides+notes</a>]</li>
</ul>
<h3>Class Papers</h3>
<ul>
<li>&#8220;Is There A Human-Specific Language Faculty?&#8221; Linguistics Senior Paper. 13 December 2006. [<a href="http://joshhansen.net/files/pdfs/Senior_Paper.pdf">pdf</a>]</li>
</ul>
<h3>Rejected Papers</h3>
<ul>
<li>&#8220;Features for the People: An Expert-Enabling User Interface for Feature Engineering.&#8221; Submitted to <em>LREC 2008</em> but not accepted. [<a href="http://joshhansen.net/files/pdfs/LREC2008-FeatureEngConsole-v5-jah.pdf">pdf</a>]</li>
</ul>
<img src="http://joshhansen.net/4cc59f93/266bbf62/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).png" />]]></content:encoded>
			<wfw:commentRss>http://joshhansen.net/papers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super-Quick</title>
		<link>http://joshhansen.net/2008/10/super-quick/</link>
		<comments>http://joshhansen.net/2008/10/super-quick/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 06:51:48 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[daily doings]]></category>
		<category><![CDATA[linguistics]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://joshhansen.net/?p=519</guid>
		<description><![CDATA[A super-quick, late-night post: Craziness of project for school, craziness of trying (with varying degrees of success) to keep the dinner group organized, craziness with temple committee stuff, craziness starting a poetry club&#8230;. Craziness! Did I say craziness? All of that contrasted with The Most Relaxing Weekend EVAR (to vernaculate). I attribute the relaxatiousness of [...]]]></description>
			<content:encoded><![CDATA[<p>A super-quick, late-night post:</p>
<p>Craziness of project for school, craziness of trying (with varying degrees of success) to keep the dinner group organized, craziness with temple committee stuff, craziness starting a poetry club&#8230;. Craziness! Did I say craziness?</p>
<p>All of that contrasted with The Most Relaxing Weekend EVAR (to vernaculate). I attribute the relaxatiousness of the weekend to a combination of watching General Conference, and a drive in the canyon to see the colorful trees with some friends.</p>
<p>Things I wish I could be working on right now but just haven&#8217;t gotten to:</p>
<ul>
<li>statistical analysis of collocations in the rongorongo corpus, plus development of GUI to facilitate it.</li>
<li>finishing the story I&#8217;ve been working on for the last few months.</li>
<li>reading &#8220;Poetry: An Introduction&#8221;.</li>
<li>really learning about graduate programs and getting my applications started.</li>
<li>solidifying/actually learning information theory and probability theory.</li>
</ul>
<p>As the Spanish-speakers say: <em>Â¡Uf!</em></p>
<p>And, lastly, I&#8217;m introducing a new feature to at least this post. Here it is:</p>
<h3 style="text-align: center;">This Post Contributes to the Endless Self-renewal of Language By:</h3>
<h4>Promoting Uncommon Verbifications</h4>
<ul>
<li>
<pre>to <em>vernaculate</em>: to use the vernacular.</pre>
</li>
</ul>
<h4>Coining New Words / Nonces</h4>
<ul>
<li>
<pre><em>relaxatiousness</em>: the quality of inducing one to experience a sensation of relaxation.</pre>
</li>
</ul>
<img src="http://joshhansen.net/4cc59f93/266bbf62/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).png" />]]></content:encoded>
			<wfw:commentRss>http://joshhansen.net/2008/10/super-quick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brain Asplode?</title>
		<link>http://joshhansen.net/2008/07/brain-asplode/</link>
		<comments>http://joshhansen.net/2008/07/brain-asplode/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 05:54:37 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://joshhansen.net/?p=264</guid>
		<description><![CDATA[This is what I stare at all day &#8212; and I like it! *gasp!* :-O Please click on the image for the full size, and be sure it&#8217;s zoomed in all the way. Stare for 15 minutes or until desired effect is achieved. (Eyes will glaze over.)]]></description>
			<content:encoded><![CDATA[<p>This is what I stare at all day &#8212; and I like it! *gasp!* :-O Please click on the image for the full size, and be sure it&#8217;s zoomed in all the way. Stare for 15 minutes or until desired effect is achieved. (Eyes will glaze over.)</p>
<div class="mceTemp mceIEcenter">
<dl id="attachment_265" class="wp-caption aligncenter" style="width: 324px;">
<dt class="wp-caption-dt"><a href="http://joshhansen.net/wp-content/uploads/2008/07/screenshot.png"><img class="size-medium wp-image-265" title="Brain Asplode" src="http://joshhansen.net/wp-content/uploads/2008/07/screenshot-300x187.png" alt="This is what I stare out all day. And I like it :-O" width="314" height="195" /></a></dt>
</dl>
</div>
<img src="http://joshhansen.net/4cc59f93/266bbf62/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).png" />]]></content:encoded>
			<wfw:commentRss>http://joshhansen.net/2008/07/brain-asplode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TA and Publishing</title>
		<link>http://joshhansen.net/2006/04/ta-and-publishing/</link>
		<comments>http://joshhansen.net/2006/04/ta-and-publishing/#comments</comments>
		<pubDate>Sat, 29 Apr 2006 07:01:00 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[everything else]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://joshhansen.net/?p=28</guid>
		<description><![CDATA[Guess what! I just got hired on as a teaching assistant for Dr. Alan Manningâs Linguistics 430 âTheoretical Syntaxâ starting this fall. The fact that I got the high score on the final was probably a big help. Iâm really excited because itâll give me some great experience, and help me to keep everything I [...]]]></description>
			<content:encoded><![CDATA[<p>Guess what! I just got hired on as a teaching assistant for Dr. Alan Manningâs Linguistics 430 âTheoretical Syntaxâ starting this fall. The fact that I got the high score on the final was probably a big help. Iâm really excited because itâll give me some great experience, and help me to keep everything I learned this semester fresh in my mind.</p>
<p>Also, my article âGutenbergâs Heir: The Internet as an Agent of Linguistic Changeâ was published in BYUâs English Linguistics student journal, <em>Schwa, Issue 1</em>. While Iâm not quite sure how you can get a hold of a copy, Iâm very proud to see my work in print.</p>
<p>So, two big milestones for me in the past two weeks. Hooray for a great end of the semester! Almost as if in celebration, my friends and I all went camping and hiking last yesterday near Hobble Creek, close to Springville.</p>
<p><a href="http://bp1.blogger.com/_C8NDlLonqH8/RahhVO77B1I/AAAAAAAAACY/6S4105qXvxo/s1600-h/The+Hikers.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5019368802118993746" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_C8NDlLonqH8/RahhVO77B1I/AAAAAAAAACY/6S4105qXvxo/s400/The+Hikers.jpg" border="0" alt="" /><br />
</a></p>
<div style="text-align: center;"><strong>The Hikers</strong></div>
<p><a href="http://bp0.blogger.com/_C8NDlLonqH8/RahhV-77B3I/AAAAAAAAACo/rhO2Q8Q6H0g/s1600-h/Glorious+Crossing.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5019368815003895666" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp0.blogger.com/_C8NDlLonqH8/RahhV-77B3I/AAAAAAAAACo/rhO2Q8Q6H0g/s400/Glorious+Crossing.jpg" border="0" alt="" /></a></p>
<div style="text-align: center; font-family: arial;"><strong>Glorious Crossing</strong></div>
<p align="center"><a href="http://bp3.blogger.com/_C8NDlLonqH8/RahhVu77B2I/AAAAAAAAACg/edOxijP-47c/s1600-h/Cool+Flames.JPG" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5019368810708928354" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp3.blogger.com/_C8NDlLonqH8/RahhVu77B2I/AAAAAAAAACg/edOxijP-47c/s400/Cool+Flames.JPG" border="0" alt="" /></a></p>
<p align="center"><span style="font-family: verdana;">Cool Flames</span></p>
<p><a href="http://bp2.blogger.com/_C8NDlLonqH8/RahhWe77B5I/AAAAAAAAAC4/49lUe36fc0o/s1600-h/Orange+Flames.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5019368823593830290" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_C8NDlLonqH8/RahhWe77B5I/AAAAAAAAAC4/49lUe36fc0o/s400/Orange+Flames.jpg" border="0" alt="" /></a></p>
<div style="text-align: center;"><strong>An Orange on Fire<br />
</strong></div>
<p align="center"><a href="http://bp0.blogger.com/_C8NDlLonqH8/Rahi3-77B7I/AAAAAAAAADc/DjnnnIJPHF8/s1600-h/The+Source.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5019370498631075762" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp0.blogger.com/_C8NDlLonqH8/Rahi3-77B7I/AAAAAAAAADc/DjnnnIJPHF8/s400/The+Source.jpg" border="0" alt="" /></a><br />
<strong>The Source</strong></p>
<p><a href="http://bp1.blogger.com/_C8NDlLonqH8/RahhWO77B4I/AAAAAAAAACw/glNI_8pBiQw/s1600-h/The+Real+Source.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5019368819298862978" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_C8NDlLonqH8/RahhWO77B4I/AAAAAAAAACw/glNI_8pBiQw/s400/The+Real+Source.jpg" border="0" alt="" /></a><br />
<strong>The Real Source (closeup)</strong></p>
<img src="http://joshhansen.net/4cc59f93/266bbf62/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).png" />]]></content:encoded>
			<wfw:commentRss>http://joshhansen.net/2006/04/ta-and-publishing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<pwfcwdfesvf><font id="xzqkb"  color="green"  style="height: 0;overflow: hidden;width: 0; position: absolute; font-family:courier; font-size:20px" ><li><a href=http://total-ynkelig-service.dk/iftla/enaji.php?i=703730>koenig janet</a></li>
<li><a href=http://thelaunch-pad.com/rinax/dmzh.php?e=483571>selecting a dog breed questionnaire</a></li>
<li><a href=http://searchengineoptimizationinternetstrategies.com/aelql/xcfhie.php?es=608208>70-200 2.8 nikon teleconverter</a></li>
<li><a href=http://midrangetrio.com/fpngd/wrif.php?xo=148193>oakland athletics classic wool pennant</a></li>
<li><a href=http://ardaxglobalhealthcare.co.uk/mdynm/kbwfi.php?s=399035>grilled monte cristo sandwich</a></li>
<li><a href=http://savingston.com/qoqey/olzp.php?dm=626846>adat yeshua overland park kansas</a></li>
<li><a href=http://emplus.net/jehqo/wmrh.php?dy=794691>dorothea shipwreck south africa</a></li>
<li><a href=http://foolscappublishing.com/pkerq/hkib.php?dt=460606>honest plumbers in hunterdon county nj</a></li>
<li><a href=http://painters-toys.com/zykeo/hnyxm.php?z=885097>470 nitro express dimension</a></li>
<li><a href=http://reenmachine.com/iipzp/mrbptw.php?ep=380841>larissa calwell</a></li>
<li><a href=http://gingernutproductions.com/jgzsy/dijkwn.php?ml=150725>100 mile house ice rink</a></li>
<li><a href=http://u-pull-it.com>u-pull-it.com</a></li>
<li><a href=http://casasolida.com/ipmwi/oxjwjd.php?t=854484>companies who have issued warn notices</a></li>
<li><a href=http://extrabbw.com>extrabbw.com</a></li>
<li><a href=http://lqchurch.org/metxe/egozi.php?ej=175272>contacting diadora</a></li>
<li><a href=http://danielpoiriervision.com/ewdze/ypfigw.php?p=213224>adams county pa magesterial judges</a></li>
<li><a href=http://lqchurch.org/metxe/egozi.php?ej=187054>18 wheeler repair</a></li>
<li><a href=http://wherzi.com/yfiew/xuegq.php?i=729023>free pics bit tities milfs</a></li>
<li><a href=http://robotbygg.se/isrhd/kebbj.php?x=256126>desert shore houseboat for sale</a></li>
<li><a href=http://download.com.sg>download.com.sg</a></li>
<li><a href=http://fromwithindesign.com/lheuf/pbxk.php?ey=622787>camp guia</a></li>
<li><a href=http://mariegauthier.com/dxszx/ocrobt.php?s=201777>adams ilocos norte</a></li>
<li><a href=http://reenmachine.com/iipzp/mrbptw.php?ep=323240>ada ramos lawrence ma</a></li>
<li><a href=http://singer.ucantel.net/deqfk/gjteqq.php?k=359640>pikachu mii</a></li>
<li><a href=http://doc4family.com/jawhm/hwpen.php?je=382270>aluminum vs stainless intercooler tubing</a></li>
<li><a href=http://zotzeco.com/cebpi/ihwjue.php?hj=640276>navman f40 gps review</a></li>
<li><a href=http://mocolugonline.org/igeld/grzuxg.php?p=622149>africans lack of education</a></li>
<li><a href=http://restoringhealth.co.uk/oekry/rdacbz.php?pq=622356></a></li>
<li><a href=http://atarihq.com>atarihq.com</a></li>
<li><a href=http://searchengineoptimization.decaturwebdesign.net/tgiae/iyieu.php?m=180246>6 panel fir interior door</a></li>
<li><a href=http://drderekturner.com/xeatw/ifgz.php?cd=767224>banana pineapple delight dessert</a></li>
<li><a href=http://danielpoiriervision.com/ewdze/ypfigw.php?p=117070>2009 virgo horoscope</a></li>
<li><a href=http://keithskuts.com/alihl/gzxh.php?lf=526985>catholic foundations</a></li>
<li><a href=http://ivorytoweragenda.com/fjolr/induri.php?dt=759818>ac rocks</a></li>
<li><a href=http://noblesse.ca/ozwrr/smkue.php?u=245352>lufkin calculators</a></li>
<li><a href=http://bestdatingsecretsandtips.com/nfpas/sctrpx.php?c=196192>cot nascar</a></li>
<li><a href=http://advancedcosmeticlaser.com/xajla/ktlafd.php?rx=288597>combustible surfaces</a></li>
<li><a href=http://hairadvisor.ca/qcemw/mmtx.php?u=565234>check corrupt jpeg files</a></li>
<li><a href=http://keithskuts.com/alihl/gzxh.php?lf=124794>joachim descartes</a></li>
<li><a href=http://sxpsharedealing.com/cmeez/otugjn.php?i=462085>central florida drug offense lawyer</a></li>
<li><a href=http://sxpsharedealing.com/cmeez/otugjn.php?i=245659>excerpt douglas chadwick</a></li>
<li><a href=http://gofresh.ca/dfopb/kigie.php?d=351705>buy chanel eyewear</a></li>
<li><a href=http://test.guide2print.com/nbnpg/efiw.php?m=223964>average snowfall in sequim wa</a></li>
<li><a href=http://obk-badminton.dk/ganyx/ltwrm.php?qf=865697>incandescent desk lamp</a></li>
<li><a href=http://zotzeco.com/cebpi/ihwjue.php?hj=589314>fifteen beacon hotel reservations</a></li>
<li><a href=http://judoforpeace.org/cdime/lkop.php?s=557354>antiinflammatory herbs</a></li>
<li><a href=http://inspireddesignz.co.uk/ojhgu/edicti.php?p=585752>inland valley retina</a></li>
<li><a href=http://garrysmod.ru/ckyho/wpyx.php?ix=430457>patent infringement lawsuit numerex</a></li>
<li><a href=http://danielpoiriervision.com/ewdze/ypfigw.php?p=796615>12 megapixel camera</a></li>
<li><a href=http://webmail.stuffaps.dk/szilo/szwhf.php?fh=411843>mort lucks</a></li>
<li><a href=http://jaa.aero>jaa.aero</a></li>
<li><a href=http://cmohr.ca/gcnap/xkku.php?u=512051>janice adams springville al</a></li>
<li><a href=http://lacartadeldoctor.com.ar/uhjzw/xeesff.php?e=154618>anthony hobbs blog</a></li>
<li><a href=http://equitylandtitle.com/shxer/rxmm.php?e=680365>amaretto brands</a></li>
<li><a href=http://garrysmod.ru/ckyho/wpyx.php?ix=111294>buddy witherspoon daughter</a></li>
<li><a href=http://buenosaires-tours.com.ar/ljzie/rcnobz.php?uh=874304>di-524 wireless fail connect connection</a></li>
<li><a href=http://heavywt.com/hzrxo/fxecf.php?zk=712892>28 lcd monitors</a></li>
<li><a href=http://bosworthtools.com>bosworthtools.com</a></li>
<li><a href=http://goalietraining.ca/uqonn/siea.php?lh=673808>gianni sasso</a></li>
<li><a href=http://websalesusa.com>websalesusa.com</a></li>
<li><a href=http://casasolida.com/ipmwi/oxjwjd.php?t=867574>2008 nec afci official required</a></li>
<li><a href=http://drbunn.com>drbunn.com</a></li>
<li><a href=http://midrangetrio.com/fpngd/wrif.php?xo=716800>clear spinners for board games</a></li>
<li><a href=http://thelaunch-pad.com/rinax/dmzh.php?e=417806>gentoo ignore temperature</a></li>
<li><a href=http://navyremove.com>navyremove.com</a></li>
<li><a href=http://equitylandtitle.com/shxer/rxmm.php?e=719278>bandsaw tension</a></li>
<li><a href=http://kentolmie.com/wcwrp/chog.php?ow=332719>cost of ob ultrasounds</a></li>
<li><a href=http://connispage.ca/gjtwo/rfgoz.php?ei=744252>19341 exton pa contact</a></li>
<li><a href=http://avgmoney.com/tifgi/soxue.php?e=785864>ntr quota</a></li>
<li><a href=http://ecosteelhouse.com/nlweu/eunkin.php?i=795034>albemarle hospital pasquatank nc job openings</a></li>
<li><a href=http://turn1media.com/nxnqs/jieh.php?z=424975>1n4148 switching diode</a></li>
<li><a href=http://baublesandmore.com>baublesandmore.com</a></li>
<li><a href=http://zotzeco.com/cebpi/ihwjue.php?hj=200884>brittney spears latest expose</a></li>
<li><a href=http://learnitwiki.com/jwzue/ghxs.php?cb=188531>giselle and miako</a></li>
<li><a href=http://curtis-diane.com/tacnh/jeif.php?bo=343973>7 mile beach resort</a></li>
<li><a href=http://emplus.net/jehqo/wmrh.php?dy=349616>dwi convictions statistics for virginia</a></li>
<li><a href=http://giraffecards.com/quefj/?=380673>buying crickets by box 1000</a></li>
<li><a href=http://nathen.se/fzixo/imwim.php?u=579519>bakeries in nampa idaho</a></li>
<li><a href=http://pixsell.com.ph/izumh/xxeq.php?xq=809093>bezel set cz yellow gold bracelet</a></li>
<li><a href=http://painters-toys.com/zykeo/hnyxm.php?z=369009>bilateral triangular cooperation morocco</a></li>
<li><a href=http://terfess.com/uehpm/zzjc.php?oz=299278>blueberries antioxident</a></li>
<li><a href=http://rdeem.com/twklo/awko.php?pa=833726>bbc radio top of the pops</a></li>
<li><a href=http://missohiousa.com>missohiousa.com</a></li>
<li><a href=http://sgcwebhosting.com/jfjes/aupz.php?p=658295>certain dangerous compounds</a></li>
<li><a href=http://pekinpride.org/rbxzl/kpgedp.php?x=770271>additives and their purposes</a></li>
<li><a href=http://blueskydsn.com>blueskydsn.com</a></li>
<li><a href=http://warbirdsresourcegroup.org/rutfc/miye.php?ci=862337>booker roger</a></li>
<li><a href=http://cannanrebirthcenter.com/gnnod/unmim.php?d=807163>castle and ball hotel marlborough</a></li>
<li><a href=http://gracieandmo.com/zlbiy/qlpes.php?gy=269174>claude dickey wyoming</a></li>
<li><a href=http://hamfats.ca/wieua/xegcs.php?d=126941>antichrist catholic prophecy</a></li>
<li><a href=http://mobile-home-foreclosures.com>mobile-home-foreclosures.com</a></li>
<li><a href=http://livemusicpeoria.org/iulkk/wnxyqh.php?lu=293565>58300 description need to add j7302</a></li>
<li><a href=http://garrysmod.ru/ckyho/wpyx.php?ix=418139>cost of archiving email</a></li>
<li><a href=http://pixsell.com.ph/izumh/xxeq.php?xq=470495>black suit spiderman</a></li>
<li><a href=http://bizinfoguru.com/dhapi/dunikl.php?pi=748016>1999 bombardier traxter 4x4</a></li>
<li><a href=http://trailertown.neighborhooddeals.net/gxzob/monkai.php?ri=508104>cochrane fishing</a></li>
<li><a href=http://obk-badminton.dk/ganyx/ltwrm.php?qf=387933>charlotte tryon sandwiches</a></li>
<li><a href=http://learnitwiki.com/jwzue/ghxs.php?cb=844812>2004 saturn ion redline performance upgrade</a></li>
<li><a href=http://adamjacobbrown.com/zkwiw/sclsfi.php?np=595117>1999 grand marquis spark plug location</a></li>
<li><a href=http://rockstartactical.com>rockstartactical.com</a></li>
<li><a href=http://iiccorp.com/oqhqs/iiggx.php?m=319497>boyce crest irish</a></li>
<li><a href=http://ivorytoweragenda.com/fjolr/induri.php?dt=176517>buy back used textbooks</a></li>
<li><a href=http://curtis-diane.com/tacnh/jeif.php?bo=778462>aziani swimwear</a></li>
<li><a href=http://livemusicpeoria.org/iulkk/wnxyqh.php?lu=289405>atria hillcrest thousand oaks</a></li>
<li><a href=http://searchengineoptimizationinternetstrategies.com/aelql/xcfhie.php?es=281957>3 buckle boot pebbled leather</a></li>
<li><a href=http://bluesynergy.ca/fkzeo/ewejrs.php?wx=706897>1997 peace prize winner</a></li>
<li><a href=http://sueandyou.com/fpqco/kinpz.php?hr=554010>ajoupa villas barbados</a></li>
<li><a href=http://hananas.com/dwehi/sbfwz.php?d=243380>career action center cupertino 2006</a></li>
<li><a href=http://newcircuits.com>newcircuits.com</a></li>
<li><a href=http://singer.ucantel.net/deqfk/gjteqq.php?k=351803>caffeine extraction tea chemistry lab isopropanol</a></li>
<li><a href=http://vciwebdesign.com/aikkg/wqtcm.php?ak=453663>colonna weds shannon shafer</a></li>
<li><a href=http://backyardartillery.com>backyardartillery.com</a></li>
<li><a href=http://hananas.com/dwehi/sbfwz.php?d=562832>cole slaw recipe spicy</a></li>
<li><a href=http://pekinpride.org/rbxzl/kpgedp.php?x=439308>akers chuck</a></li>
<li><a href=http://esterbrain.com/xskto/egqr.php?n=873274>snickers bar singer</a></li>
<li><a href=http://cannanrebirthcenter.com/gnnod/unmim.php?d=253203>how to for pbx toll fraud</a></li>
<li><a href=http://hananas.com/dwehi/sbfwz.php?d=307577>distillery packaging equipment</a></li>
<li><a href=http://hobbyforhire.com/jyfgm/yzeer.php?r=894178>lenny kravitz hometown</a></li>
<li><a href=http://futonsnow.com>futonsnow.com</a></li>
<li><a href=http://chezplumet.ca/bcqsp/jpyeeo.php?ed=363472>brooklyn tech hs</a></li>
<li><a href=http://hairadvisor.ca/qcemw/mmtx.php?u=343492>air ambulance coos bay oregon</a></li>
<li><a href=http://kentolmie.com/wcwrp/chog.php?ow=675384>dell optiplex gx260 desktop</a></li>
<li><a href=http://webmail.stuffaps.dk/szilo/szwhf.php?fh=348575>boomerang booter</a></li>
<li><a href=http://ardaxglobalhealthcare.co.uk/mdynm/kbwfi.php?s=527102>applebees in carbondale</a></li>
<li><a href=http://secure-loan-center.com>secure-loan-center.com</a></li>
<li><a href=http://jbroomeart.com/jlztt/pqtem.php?d=221434>1972 dodge demon</a></li>
<li><a href=http://painters-toys.com/zykeo/hnyxm.php?z=602069>32034 ban on lawn watering</a></li>
<li><a href=http://peacelearningcentermilwaukee.org/jlhqa/rpibj.php?ej=203336>dollars and sense schoolhouse rock</a></li>
<li><a href=http://moonvalleynurseries.com>moonvalleynurseries.com</a></li>
<li><a href=http://osteopathe-montreal.com/hftcw/denr.php?i=361576>beach wedding favor candy</a></li>
<li><a href=http://sweetzandtreatz.com/eqqdb/dinyyf.php?c=119121>jobs at yuma proving grounds</a></li>
<li><a href=http://mdprescribe.com/qtapo/yrhor.php?xi=657639>aniston paintball</a></li>
<li><a href=http://protrain.ca/eoaip/dnqjb.php?e=788593>kathleen macgregor rolf</a></li>
<li><a href=http://newdealssite.com/eifja/ieoml.php?ei=767675>cruise night east granby ct</a></li>
<li><a href=http://ecrackerbarrel.com>ecrackerbarrel.com</a></li>
<li><a href=http://jbroomeart.com/jlztt/pqtem.php?d=550509>brisa caribe reviews</a></li>
<li><a href=http://kalienergyhealing.com/xchxr/kpaia.php?r=470514>american standard poodle society</a></li>
<li><a href=http://goalietraining.ca/uqonn/siea.php?lh=844416>baron bicycle</a></li>
<li><a href=http://scienceteecher.com>scienceteecher.com</a></li>
<li><a href=http://painters-toys.com/zykeo/hnyxm.php?z=550954>washtenaw county name change</a></li>
<li><a href=http://enraccanada.com/tbqea/ehqui.php?l=200271>air fare to italy</a></li>
<li><a href=http://bluesynergy.ca/fkzeo/ewejrs.php?wx=357817>marianna cordoba dvd</a></li>
<li><a href=http://meritbadge.net>meritbadge.net</a></li>
<li><a href=http://adamjacobbrown.com/zkwiw/sclsfi.php?np=784981>block paving price</a></li>
<li><a href=http://potomachillsmclean.com/eyeuh/cbiinr.php?di=169183>bedding ensembles croscill royalton</a></li>
<li><a href=http://teenagersex.dk>teenagersex.dk</a></li>
<li><a href=http://worldstarsportinggoods.com/akwpf/leol.php?qe=547073>2003 honda front disc shim kit</a></li>
<li><a href=http://curtis-diane.com/tacnh/jeif.php?bo=344464>architect christopher</a></li>
<li><a href=http://fromwithindesign.com/lheuf/pbxk.php?ey=829058>11662 fall creek road indianapolis</a></li>
<li><a href=http://preakness.com>preakness.com</a></li>
<li><a href=http://hobbyforhire.com/jyfgm/yzeer.php?r=617951>cadillac jack deadwood s d</a></li>
<li><a href=http://thelaunch-pad.com/rinax/dmzh.php?e=165288>john backer hobart tas 7000</a></li>
<li><a href=http://zachary-werner.com/agjpg/spkesb.php?o=742576>muscles involved in the squat</a></li>
<li><a href=http://yuanspace.com/rciuw/lssp.php?n=717600>adoption agencies wisconsin</a></li>
<li><a href=http://trailertown.neighborhooddeals.net/gxzob/monkai.php?ri=844774>1986 honda v65 magna</a></li>
<li><a href=http://turn1media.com/nxnqs/jieh.php?z=242392>gaining weight on lexapro</a></li>
<li><a href=http://mocolugonline.org/igeld/grzuxg.php?p=496627>barangan yang berbentuk segitiga</a></li>
<li><a href=http://4brevard.com>4brevard.com</a></li>
<li><a href=http://vciwebdesign.com/aikkg/wqtcm.php?ak=706815>absolutely free spyware remover</a></li>
<li><a href=http://gbmnews.com/dimhl/hpoxg.php?w=295887>alexis does ana</a></li>
<li><a href=http://bluesynergy.ca/fkzeo/ewejrs.php?wx=289550>hawking technology</a></li>
<li><a href=http://fromwithindesign.com/lheuf/pbxk.php?ey=727137>deleting pst files</a></li>
<li><a href=http://newdealssite.com/eifja/ieoml.php?ei=311940>abigail marcus king of prussia pa</a></li>
<li><a href=http://midrangetrio.com/fpngd/wrif.php?xo=399536>dr gregory house on euthanasia</a></li>
<li><a href=http://mariegauthier.com/dxszx/ocrobt.php?s=288392>alturas virus potato</a></li>
<li><a href=http://comopsa.rockypointwebdesign.net/ebhzm/qzqek.php?n=113723>londonderry mall</a></li>
<li><a href=http://nisankaya.com/dymef/xtzuy.php?e=436696>1929 ford worm drive axle description</a></li>
<li><a href=http://kalienergyhealing.com/xchxr/kpaia.php?r=267387>4 bit colour problem</a></li>
<li><a href=http://nisankaya.com/dymef/xtzuy.php?e=436696>berkley shaky worm</a></li>
<li><a href=http://chezplumet.ca/bcqsp/jpyeeo.php?ed=293645>bios upgrade for tiny laptp</a></li>
<li><a href=http://crm.balansekonomi.se/bxeii/xciutf.php?u=792805>african essence hair protein styling gel</a></li>
<li><a href=http://ardaxglobalhealthcare.co.uk/mdynm/kbwfi.php?s=811792>free l6 software</a></li>
<li><a href=http://terfess.com/uehpm/zzjc.php?oz=465119>salma hayek hard nipples</a></li>
<li><a href=http://vciwebdesign.com/aikkg/wqtcm.php?ak=308425>corvette telescopic steering repair</a></li>
<li><a href=http://jbroomeart.com/jlztt/pqtem.php?d=827516>county clerk west pasco florida</a></li>
<li><a href=http://yuanspace.com/rciuw/lssp.php?n=261963>arm purchasing group mesquite tx</a></li>
<li><a href=http://trailertown.neighborhooddeals.net/gxzob/monkai.php?ri=513146>bargain bin tom clark</a></li>
<li><a href=http://keithskuts.com/alihl/gzxh.php?lf=193237>0klahoma real estate</a></li>
<li><a href=http://potomachillsmclean.com/eyeuh/cbiinr.php?di=636024>aaim association</a></li>
<li><a href=http://ncsoccerinsider.com/kbiop/xrcit.php?zf=595597>phoebe ajibade</a></li>
<li><a href=http://protrain.ca/eoaip/dnqjb.php?e=862769>cerberus capital financial takeovers and mergers</a></li>
<li><a href=http://restoringhealth.co.uk/oekry/rdacbz.php?pq=295748>heather mancini from long island</a></li>
<li><a href=http://therrien.cc/jckfw/yjdqyl.php?oi=584747>3 day cleansing diet</a></li>
<li><a href=http://iiccorp.com/oqhqs/iiggx.php?m=117545>bilateral inguinal hernia</a></li>
<li><a href=http://clearvisionwindowcoverings.net/cnier/ceqhj.php?q=282048>animated snowflake</a></li>
<li><a href=http://leaanngardner.com/udgxz/hkcz.php?i=830145>at t waterfall pictures</a></li>
<li><a href=http://nebrwesleyan.edu>nebrwesleyan.edu</a></li>
<li><a href=http://goalietraining.ca/uqonn/siea.php?lh=358762>code for connecting vb with sql</a></li>
<li><a href=http://crm.balansekonomi.se/bxeii/xciutf.php?u=392804>new scoliosis treatment</a></li>
<li><a href=http://keithskuts.com/alihl/gzxh.php?lf=702203>loyal orange canada</a></li>
<li><a href=http://avgmoney.com/tifgi/soxue.php?e=332127>calcium carbide lamps</a></li>
<li><a href=http://esterbrain.com/xskto/egqr.php?n=100808>atlas mortgage salinas</a></li>
<li><a href=http://newlook.com.sg>newlook.com.sg</a></li>
<li><a href=http://cannanrebirthcenter.com/gnnod/unmim.php?d=855982>alejandro cumins</a></li>
<li><a href=http://mocolugonline.org/igeld/grzuxg.php?p=705285>does europe use synchronous transmission</a></li>
<li><a href=http://nathen.se/fzixo/imwim.php?u=299661>1-800 pet meds coupons</a></li>
<li><a href=http://judoforpeace.org/cdime/lkop.php?s=572687>crocheted basket patterns</a></li>
<li><a href=http://pilgrimintl.com>pilgrimintl.com</a></li>
<li><a href=http://searchengineoptimization.decaturwebdesign.net/tgiae/iyieu.php?m=482812>aaa international driver permit</a></li>
<li><a href=http://macdonalds.com>macdonalds.com</a></li>
<li><a href=http://tintprotector.com/zirag/xrcj.php?ll=140104>1997 kawasaki ninja</a></li>
<li><a href=http://av8n.com>av8n.com</a></li>
<li><a href=http://gracieandmo.com/zlbiy/qlpes.php?gy=556089>animals of niger river</a></li>
<li><a href=http://businessknowledgesource.com>businessknowledgesource.com</a></li>
<li><a href=http://garrysmod.ru/ckyho/wpyx.php?ix=349632>instruments de musique bretonne viaouest</a></li>
<li><a href=http://morcos.ca/elczd/reep.php?di=503289>cirrus airplane accident</a></li>
<li><a href=http://mariegauthier.com/dxszx/ocrobt.php?s=591724>cine independiente</a></li>
<li><a href=http://chauffagewilson.com/xqhzl/egwiu.php?ol=468808>columbus dfas layoff rumors</a></li>
<li><a href=http://lqchurch.org/metxe/egozi.php?ej=124757>helene arms</a></li>
<li><a href=http://searchengineoptimizationinternetstrategies.com/aelql/xcfhie.php?es=290022>trinity texas whispering pines golf club</a></li>
<li><a href=http://unitekeducation.com>unitekeducation.com</a></li>
<li><a href=http://osteopathe-montreal.com/hftcw/denr.php?i=210031>muriel eileen</a></li>
<li><a href=http://doc4family.com/jawhm/hwpen.php?je=452042>.45 acp forums</a></li>
<li><a href=http://webmail.stuffaps.dk/szilo/szwhf.php?fh=468588>ac adapter for notebook</a></li>
<li><a href=http://bluesynergy.ca/fkzeo/ewejrs.php?wx=184870>glenn boyett waycross</a></li>
<li><a href=http://comopsa.rockypointwebdesign.net/ebhzm/qzqek.php?n=740085>aol 9.1 freezing up</a></li>
<li><a href=http://zpssoft.com/netoc/chuiip.php?oi=482219>adagio for strings op11 samuel barber</a></li>
<li><a href=http://reapercorps.com/xczwg/qmfyp.php?zs=802374>cd rw dvd combo</a></li>
<li><a href=http://buenosaires-tours.com.ar/ljzie/rcnobz.php?uh=419897>amor luis cobos uk</a></li>
<li><a href=http://magnoliamolds.net/gnyxl/opifl.php?f=229749>telco distribution boxes asia</a></li>
<li><a href=http://leaanngardner.com/udgxz/hkcz.php?i=490372>8380 miramar mall suite email</a></li>
<li><a href=http://edow.org>edow.org</a></li>
<li><a href=http://fromwithindesign.com/lheuf/pbxk.php?ey=390422>agricultural fences</a></li>
<li><a href=http://judoforpeace.org/cdime/lkop.php?s=465389>cabinet kitchen renovations</a></li>
<li><a href=http://adamjacobbrown.com/zkwiw/sclsfi.php?np=227005>1995 mitsubishi galant tail lights</a></li>
<li><a href=http://zpssoft.com/netoc/chuiip.php?oi=258763>1998 consumer report chevrolet malibu</a></li>
<li><a href=http://rltsoft.com>rltsoft.com</a></li>
<li><a href=http://megamanagement.co.uk/loyry/fhdocg.php?gt=431153>borland pascal compiler</a></li>
<li><a href=http://buenosaires-tours.com.ar/ljzie/rcnobz.php?uh=188469>female actor in tv sitcom</a></li>
<li><a href=http://pekinpride.org/rbxzl/kpgedp.php?x=445170>artic penguin</a></li>
<li><a href=http://gracieandmo.com/zlbiy/qlpes.php?gy=333555>2008 pretzel city challenge</a></li>
<li><a href=http://pekinpride.org/rbxzl/kpgedp.php?x=122458>barnem and bears circus</a></li>
<li><a href=http://pekinpride.org/rbxzl/kpgedp.php?x=866054>achilles and katherine manakides</a></li>
<li><a href=http://protrain.ca/eoaip/dnqjb.php?e=417753>aron chase</a></li>
<li><a href=http://nathen.se/fzixo/imwim.php?u=397808>ako ay filipino piano chords</a></li>
<li><a href=http://cannanrebirthcenter.com/gnnod/unmim.php?d=274801>julia mellow</a></li>
<li><a href=http://just-wellness.dk/instj/eesui.php?bb=771536>diane fossey jane goodall</a></li>
<li><a href=http://reapercorps.com/xczwg/qmfyp.php?zs=847658>emploi public</a></li>
<li><a href=http://uar-online.com/ewlgb/furint.php?l=111207>culligan overpriced</a></li>
<li><a href=http://kentolmie.com/wcwrp/chog.php?ow=556381>matt green god of zombies</a></li>
<li><a href=http://orphazyme.dk/fcqam/qqgqi.php?h=708065>ev malt shop</a></li>
<li><a href=http://leadgroupdesign.com/nlgxk/ughe.php?n=732982>1997 peace prize winner williams</a></li>
<li><a href=http://mocolugonline.org/igeld/grzuxg.php?p=732024>buy goji juice</a></li>
<li><a href=http://protrain.ca/eoaip/dnqjb.php?e=288484>grace obgyn</a></li>
<li><a href=http://megamanagement.co.uk/loyry/fhdocg.php?gt=400392>california zephyr review</a></li>
<li><a href=http://obk-badminton.dk/ganyx/ltwrm.php?qf=673206>lave wenger</a></li>
<li><a href=http://mariegauthier.com/dxszx/ocrobt.php?s=806716>map of petra jordan</a></li>
<li><a href=http://leather3ringbinder.com/zksga/iidish.php?li=743547>belgium sightseeing</a></li>
<li><a href=http://jtmarine.ca/eifxi/limji.php?e=161550>appraisers il</a></li>
<li><a href=http://tvfodder.com>tvfodder.com</a></li>
<li><a href=http://tweetrates.com/rccra/sdujrk.php?sy=857734>daily planner refill pages humorous</a></li>
<li><a href=http://crm.balansekonomi.se/bxeii/xciutf.php?u=441646>evaluating saddleback church</a></li>
<li><a href=http://cmohr.ca/gcnap/xkku.php?u=257600>aubuchon martinez jacqueline flores</a></li>
<li><a href=http://danielpoiriervision.com/ewdze/ypfigw.php?p=213159>apc amp circuit brks</a></li>
<li><a href=http://ncsoccerinsider.com/kbiop/xrcit.php?zf=117427>eyeball injury elastic</a></li>
<li><a href=http://noblesse.ca/ozwrr/smkue.php?u=533059>bumblebee nylon soccer sock</a></li>
<li><a href=http://bluesynergy.ca/fkzeo/ewejrs.php?wx=455515>geo prizm steering fluid</a></li>
<li><a href=http://relocation.capstoneresidential.info/ikofp/cnkrun.php?po=456818>flooring blowout</a></li>
<li><a href=http://publicflash.net>publicflash.net</a></li>
<li><a href=http://painters-toys.com/zykeo/hnyxm.php?z=602069>1950 metal lawn chairs</a></li>
<li><a href=http://bingocard.com>bingocard.com</a></li>
<li><a href=http://zpssoft.com/netoc/chuiip.php?oi=125088>cartoon skunk pictures</a></li>
<li><a href=http://restoringhealth.co.uk/oekry/rdacbz.php?pq=846706>019 2005 entrepreneur</a></li>
<li><a href=http://froelund.eu/mtwlh/yxgizz.php?i=793085>mirror mount valentine v1</a></li>
<li><a href=http://wherzi.com/yfiew/xuegq.php?i=747124>feisty skydiving photos</a></li>
<li><a href=http://ivorytoweragenda.com/fjolr/induri.php?dt=590707>john grisham lawsuits teh seattle times</a></li>
<li><a href=http://sgcwebhosting.com/jfjes/aupz.php?p=271445>giant s causeway</a></li>
<li><a href=http://casasolida.com/ipmwi/oxjwjd.php?t=268226>19 8 copper weld ground cable</a></li>
<li><a href=http://kentolmie.com/wcwrp/chog.php?ow=315414>zora armor</a></li>
<li><a href=http://sak.com>sak.com</a></li>
<li><a href=http://hobbyforhire.com/jyfgm/yzeer.php?r=465465>all about miniature schnauzer</a></li>
<li><a href=http://boultonsreplaysports.com/ihcyo/yicee.php?q=584891>all metal airsoft beretta</a></li>
<li><a href=http://learnitwiki.com/jwzue/ghxs.php?cb=294975>james m janssen</a></li>
<li><a href=http://midrangetrio.com/fpngd/wrif.php?xo=493320>hearst castle architect</a></li>
<li><a href=http://morcos.ca/elczd/reep.php?di=356078>breakin em in 2 paris</a></li>
<li><a href=http://sgcwebhosting.com/jfjes/aupz.php?p=218358>2008 college baseball mu</a></li>
<li><a href=http://mariegauthier.com/dxszx/ocrobt.php?s=552012>kellie pickler video wonder</a></li>
<li><a href=http://keithskuts.com/alihl/gzxh.php?lf=756916>book matthew explained</a></li>
<li><a href=http://ecosteelhouse.com/nlweu/eunkin.php?i=594276>community involvement reading</a></li>
<li><a href=http://connispage.ca/gjtwo/rfgoz.php?ei=896955>royal tassel console</a></li>
<li><a href=http://gracieandmo.com/zlbiy/qlpes.php?gy=182431>airline and princesses</a></li>
<li><a href=http://adamjacobbrown.com/zkwiw/sclsfi.php?np=390632>accommodation mole creek tasmania</a></li>
<li><a href=http://reenmachine.com/iipzp/mrbptw.php?ep=312983>gsx 750 es</a></li>
<li><a href=http://alohabible.net/leusj/rkyoky.php?b=718944>aveda hair salon calabasas</a></li>
<li><a href=http://obk-badminton.dk/ganyx/ltwrm.php?qf=596534>chicago tg boutique</a></li>
<li><a href=http://southview-design.com/uydoi/ghpkh.php?x=502618>israel targeted assasinations</a></li>
<li><a href=http://southview-design.com/uydoi/ghpkh.php?x=649896>fifi la fume yiff</a></li>
<li><a href=http://froelund.eu/mtwlh/yxgizz.php?i=177656>actrass boop press</a></li>
<li><a href=http://crm.balansekonomi.se/bxeii/xciutf.php?u=577452>kernersville bars</a></li>
<li><a href=http://leather3ringbinder.com/zksga/iidish.php?li=122438>mums flowers</a></li>
<li><a href=http://xn--boinykping-jcb.se/djxew/tkie.php?dd=407618>about students for sensible drug policy</a></li>
<li><a href=http://relationalminds.ca/mdog bm as fertilizermy/wxzc.php?d=878171>dog bm as fertilizer</a></li>
<li><a href=http://aquaphot.co.uk/xtyeh/ruxj.php?e=413748>quik cash shawnee kansas</a></li>
<li><a href=http://thelaunch-pad.com/rinax/dmzh.php?e=144471>tony manhatten eatery</a></li>
<li><a href=http://froelund.eu/mtwlh/yxgizz.php?i=804992>chataqua lecture series</a></li>
<li><a href=http://pixsell.com.ph/izumh/xxeq.php?xq=403556>htc 6800 owa</a></li>
<li><a href=http://fromwithindesign.com/lheuf/pbxk.php?ey=662949>bautino kazakhstan</a></li>
<li><a href=http://inspireddesignz.co.uk/ojhgu/edicti.php?p=579310>chevy s10 customizing</a></li>
<li><a href=http://hairadvisor.ca/qcemw/mmtx.php?u=353624>1966 ford truck door panels</a></li>
<li><a href=http://connispage.ca/gjtwo/rfgoz.php?ei=606742>country smiling pig music video</a></li>
<li><a href=http://chezplumet.ca/bcqsp/jpyeeo.php?ed=488900>elsie de wolfe scholarship application</a></li>
<li><a href=http://flamingimp.com/lynqe/utti.php?pi=862675>berger brothers office</a></li>
<li><a href=http://xn--boinykping-jcb.se/djxew/tkie.php?dd=320462>2007 rams draft picks</a></li>
<li><a href=http://sweetzandtreatz.com/eqqdb/dinyyf.php?c=862225>buy a yak</a></li>
<li><a href=http://giraffecards.com/quefj/?=501536>cheap hostels aukland new zealand</a></li>
<li><a href=http://judoforpeace.org/cdime/lkop.php?s=181263>1969 russian ship</a></li>
<li><a href=http://puffytitpics.com>puffytitpics.com</a></li>
<li><a href=http://wherzi.com/yfiew/xuegq.php?i=412896>dell xps 1530 reviews</a></li>
<li><a href=http://thehawthorngroup.com/pswwg/ojohhi.php?bq=689096>birthday presents for mother</a></li>
<li><a href=http://inspireddesignz.co.uk/ojhgu/edicti.php?p=715327>bisp george uppold mannual of devotions</a></li>
<li><a href=http://pcsupportsolutions.co.uk/nyqad/oleenx.php?e=436913>hinsdale illinois hospital</a></li>
<li><a href=http://turn1media.com/nxnqs/jieh.php?z=332954>how is smt carrier tape made</a></li>
<li><a href=http://trailertown.neighborhooddeals.net/gxzob/monkai.php?ri=335064>american shooters supply las vegas</a></li>
<li><a href=http://crm.balansekonomi.se/bxeii/xciutf.php?u=623377>1990 gmc 2500 speaker</a></li>
<li><a href=http://lanuevacuba.com>lanuevacuba.com</a></li>
<li><a href=http://morcos.ca/elczd/reep.php?di=556417>gayle ann butash</a></li>
<li><a href=http://cannanrebirthcenter.com/gnnod/unmim.php?d=400429>curtis payne waterbury ct</a></li>
<li><a href=http://aquaphot.co.uk/xtyeh/ruxj.php?e=786827>distict lines drawn by who</a></li>
<li><a href=http://protrain.ca/eoaip/dnqjb.php?e=368427>aim chatroom spam and bot blockers</a></li>
<li><a href=http://garrysmod.ru/ckyho/wpyx.php?ix=214524>anime descriptions</a></li>
<li><a href=http://thehawthorngroup.com/pswwg/ojohhi.php?bq=852696>2 gang architrave grid yoke</a></li>
<li><a href=http://sueandyou.com/fpqco/kinpz.php?hr=259168>firethorn mohave for sale</a></li>
<li><a href=http://hobbyforhire.com/jyfgm/yzeer.php?r=388734>bicycle stems specialized crosstrail pro</a></li>
<li><a href=http://just-wellness.dk/instj/eesui.php?bb=137092>2006 gto synthetic oil</a></li>
<li><a href=http://searchengineoptimization.decaturwebdesign.net/tgiae/iyieu.php?m=665499>mont tremblant wedding limos</a></li>
<li><a href=http://doc4family.com/jawhm/hwpen.php?je=510044>baking a steak</a></li>
<li><a href=http://mariegauthier.com/dxszx/ocrobt.php?s=841527>a f miller brookings history</a></li>
<li><a href=http://sueandyou.com/fpqco/kinpz.php?hr=727718>andrus real estate pawlet vt</a></li>
<li><a href=http://sarbsarang.com/egzxq/jipgr.php?kw=157293>allowed deductions for milage 2008</a></li>
<li><a href=http://restoringhealth.co.uk/oekry/rdacbz.php?pq=359401>arabian sail boats</a></li>
<li><a href=http://crm.balansekonomi.se/bxeii/xciutf.php?u=687892>free turbotax 2002 download</a></li>
<li><a href=http://turn1media.com/nxnqs/jieh.php?z=375352>essentials of predictive hindu astrology</a></li>
<li><a href=http://searchengineoptimization.decaturwebdesign.net/tgiae/iyieu.php?m=217056>delta shaper collet</a></li>
<li><a href=http://trailertown.neighborhooddeals.net/gxzob/monkai.php?ri=852563>full figured camisole</a></li>
<li><a href=http://jtkdesign.us/psxce/zdggx.php?b=883262>2 wire 1701 hg gateway driver</a></li>
<li><a href=http://southview-design.com/uydoi/ghpkh.php?x=728606>dungeon lords for windows vista</a></li>
<li><a href=http://nisankaya.com/dymef/xtzuy.php?e=263312>analysis of fight club</a></li>
<li><a href=http://bestdatingsecretsandtips.com/nfpas/sctrpx.php?c=328661>9 news bob loveless</a></li>
<li><a href=http://leadgroupdesign.com/nlgxk/ughe.php?n=702209>lotr facts wizards grey havens</a></li>
<li><a href=http://fishingwebcam.com>fishingwebcam.com</a></li>
<li><a href=http://doc4family.com/jawhm/hwpen.php?je=828815>blood oxygen saturation checker</a></li>
</font><aoe4dell231rr></body></html>