<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Independent Studies</title>
	<atom:link href="http://mattmarsh.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattmarsh.wordpress.com</link>
	<description>Matt Marsh&#039;s Current Projects</description>
	<lastBuildDate>Mon, 14 Feb 2011 18:33:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mattmarsh.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Independent Studies</title>
		<link>http://mattmarsh.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mattmarsh.wordpress.com/osd.xml" title="Independent Studies" />
	<atom:link rel='hub' href='http://mattmarsh.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Embeddable Time Series Database for .NET</title>
		<link>http://mattmarsh.wordpress.com/2009/10/06/embeddable-time-series-database-for-net/</link>
		<comments>http://mattmarsh.wordpress.com/2009/10/06/embeddable-time-series-database-for-net/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 22:50:08 +0000</pubDate>
		<dc:creator>mattmarsh</dc:creator>
				<category><![CDATA[Software Projects]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[time series]]></category>

		<guid isPermaLink="false">http://mattmarsh.wordpress.com/?p=38</guid>
		<description><![CDATA[Today I put together .NET library named TskTsk that provides a developer an easy way to embed time series functionality in their project.  Check the Files section of the project page for the library. Specifically, with this database one can: Persist the database to file by supplying only a path; View all symbols in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattmarsh.wordpress.com&amp;blog=9221884&amp;post=38&amp;subd=mattmarsh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I put together .NET library named <a title="TskTsk on SourceForge" href="https://sourceforge.net/projects/tsktsk/" target="_blank">TskTsk</a> that provides a developer an easy way to embed time series functionality in their project.  Check the <a href="https://sourceforge.net/projects/tsktsk/files/">Files</a> section of the project page for the library.</p>
<p>Specifically, with this database one can:</p>
<ul>
<li>Persist the database to file by supplying only a path;</li>
<li>View all symbols in the database;</li>
<li>Copy/rename/delete symbols;</li>
<li>Add symbols as new datetime/value pairs are created; and</li>
<li>Provide descriptions for each symbol for reference.</li>
</ul>
<p>I use the term <em>symbol</em> to mean the name of a time series, and <em>curve</em> to mean the chronologically-ordered datetime/value pairs that a <em>symbol</em> refers to.  Once a curve has been created one can:</p>
<ul>
<li>Ask the database to return the value at a certain datetime for a given symbol; or</li>
<li>Ask the database to return the range of pairs between a set of dates.</li>
<li>Remove a pair from the curve.</li>
</ul>
<p>My purpose in putting this together was to make it easy for a developer to have one object to store all of their time series in, and then add some functionality around that.  This kind of lightweight database is handy in many of the finance projects I work on, and figured other people may be experiencing the same need.  Have I left any necessary features out?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattmarsh.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattmarsh.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattmarsh.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattmarsh.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattmarsh.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattmarsh.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattmarsh.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattmarsh.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattmarsh.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattmarsh.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattmarsh.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattmarsh.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattmarsh.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattmarsh.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattmarsh.wordpress.com&amp;blog=9221884&amp;post=38&amp;subd=mattmarsh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattmarsh.wordpress.com/2009/10/06/embeddable-time-series-database-for-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/663ded471cf9722d7a801dd8b09b136c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattmarsh</media:title>
		</media:content>
	</item>
		<item>
		<title>CA Code Uploaded to SourceForge</title>
		<link>http://mattmarsh.wordpress.com/2009/10/06/ca-code-uploaded-to-sourceforge/</link>
		<comments>http://mattmarsh.wordpress.com/2009/10/06/ca-code-uploaded-to-sourceforge/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 21:09:50 +0000</pubDate>
		<dc:creator>mattmarsh</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[cellular automata]]></category>
		<category><![CDATA[sourceforge]]></category>

		<guid isPermaLink="false">http://mattmarsh.wordpress.com/?p=35</guid>
		<description><![CDATA[I&#8217;ve made the CA Togetherness code available on SourceForge in a new CATogetherness project.  Honestly I don&#8217;t expect very many update to that software, though it doesn&#8217;t hurt to make it available.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattmarsh.wordpress.com&amp;blog=9221884&amp;post=35&amp;subd=mattmarsh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made the <a href="http://mattmarsh.wordpress.com/2009/08/29/fun-with-cellular-automata/">CA Togetherness</a> code available on <a href="http://www.sourceforge.net">SourceForge</a> in a new <a href="http://catogetherness.sourceforge.net/">CATogetherness</a> project.  Honestly I don&#8217;t expect very many update to that software, though it doesn&#8217;t hurt to make it available.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattmarsh.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattmarsh.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattmarsh.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattmarsh.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattmarsh.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattmarsh.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattmarsh.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattmarsh.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattmarsh.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattmarsh.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattmarsh.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattmarsh.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattmarsh.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattmarsh.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattmarsh.wordpress.com&amp;blog=9221884&amp;post=35&amp;subd=mattmarsh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattmarsh.wordpress.com/2009/10/06/ca-code-uploaded-to-sourceforge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/663ded471cf9722d7a801dd8b09b136c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattmarsh</media:title>
		</media:content>
	</item>
		<item>
		<title>Fun with Cellular Automata</title>
		<link>http://mattmarsh.wordpress.com/2009/08/29/fun-with-cellular-automata/</link>
		<comments>http://mattmarsh.wordpress.com/2009/08/29/fun-with-cellular-automata/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 18:26:26 +0000</pubDate>
		<dc:creator>mattmarsh</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[cellular automata]]></category>
		<category><![CDATA[emergent algorithms]]></category>

		<guid isPermaLink="false">http://mattmarsh.wordpress.com/?p=8</guid>
		<description><![CDATA[I was working on a cellular automaton earlier this week.  Not quite sure what to use it for yet; it looks potentially useful for clustering or sorting or classification.  Not so easy to find a quick use for it in financial modelling though.  The algorithm I implemented is a nonlinear one instead of the often-seen [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattmarsh.wordpress.com&amp;blog=9221884&amp;post=8&amp;subd=mattmarsh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was working on a cellular automaton earlier this week.  Not quite sure what to use it for yet; it looks potentially useful for clustering or sorting or classification.  Not so easy to find a quick use for it in financial modelling though.  The <a href="http://www.hermetic.ch/pca/tg.htm">algorithm</a> I implemented is a nonlinear one instead of the often-seen Game of Life.  Given a choice I usually prefer introducing randomness into an agent&#8217;s decision making process.<span id="more-8"></span></p>
<p>It&#8217;s an interesting effect, done entirely through enforcing simple rules.  The images below show the algorithm&#8217;s evolution through 100 generations with a lattice size of 50, selection range of 25, and a concentration of 66%.  Small-seeming changes in these variables can result in dramatically different results which, of course, is the point of using emergent algorithms.</p>

<a href='http://mattmarsh.wordpress.com/2009/08/29/fun-with-cellular-automata/ca_gen_0/' title='CA_Gen_0'><img data-attachment-id='12' data-orig-size='312,624' data-liked='0'width="75" height="150" src="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_0.gif?w=75&#038;h=150" class="attachment-thumbnail" alt="CA_Gen_0" title="CA_Gen_0" /></a>
<a href='http://mattmarsh.wordpress.com/2009/08/29/fun-with-cellular-automata/ca_gen_10/' title='CA_Gen_10'><img data-attachment-id='13' data-orig-size='312,624' data-liked='0'width="75" height="150" src="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_10.gif?w=75&#038;h=150" class="attachment-thumbnail" alt="CA_Gen_10" title="CA_Gen_10" /></a>
<a href='http://mattmarsh.wordpress.com/2009/08/29/fun-with-cellular-automata/ca_gen_20/' title='CA_Gen_20'><img data-attachment-id='14' data-orig-size='312,624' data-liked='0'width="75" height="150" src="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_20.gif?w=75&#038;h=150" class="attachment-thumbnail" alt="CA_Gen_20" title="CA_Gen_20" /></a>
<a href='http://mattmarsh.wordpress.com/2009/08/29/fun-with-cellular-automata/ca_gen_30/' title='CA_Gen_30'><img data-attachment-id='15' data-orig-size='312,624' data-liked='0'width="75" height="150" src="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_30.gif?w=75&#038;h=150" class="attachment-thumbnail" alt="CA_Gen_30" title="CA_Gen_30" /></a>
<a href='http://mattmarsh.wordpress.com/2009/08/29/fun-with-cellular-automata/ca_gen_40/' title='CA_Gen_40'><img data-attachment-id='16' data-orig-size='312,624' data-liked='0'width="75" height="150" src="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_40.gif?w=75&#038;h=150" class="attachment-thumbnail" alt="CA_Gen_40" title="CA_Gen_40" /></a>
<a href='http://mattmarsh.wordpress.com/2009/08/29/fun-with-cellular-automata/ca_gen_50/' title='CA_Gen_50'><img data-attachment-id='17' data-orig-size='312,624' data-liked='0'width="75" height="150" src="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_50.gif?w=75&#038;h=150" class="attachment-thumbnail" alt="CA_Gen_50" title="CA_Gen_50" /></a>
<a href='http://mattmarsh.wordpress.com/2009/08/29/fun-with-cellular-automata/ca_gen_60/' title='CA_Gen_60'><img data-attachment-id='18' data-orig-size='312,624' data-liked='0'width="75" height="150" src="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_60.gif?w=75&#038;h=150" class="attachment-thumbnail" alt="CA_Gen_60" title="CA_Gen_60" /></a>
<a href='http://mattmarsh.wordpress.com/2009/08/29/fun-with-cellular-automata/ca_gen_70/' title='CA_Gen_70'><img data-attachment-id='19' data-orig-size='312,624' data-liked='0'width="75" height="150" src="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_70.gif?w=75&#038;h=150" class="attachment-thumbnail" alt="CA_Gen_70" title="CA_Gen_70" /></a>
<a href='http://mattmarsh.wordpress.com/2009/08/29/fun-with-cellular-automata/ca_gen_80/' title='CA_Gen_80'><img data-attachment-id='20' data-orig-size='312,624' data-liked='0'width="75" height="150" src="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_80.gif?w=75&#038;h=150" class="attachment-thumbnail" alt="CA_Gen_80" title="CA_Gen_80" /></a>
<a href='http://mattmarsh.wordpress.com/2009/08/29/fun-with-cellular-automata/ca_gen_90/' title='CA_Gen_90'><img data-attachment-id='21' data-orig-size='312,624' data-liked='0'width="75" height="150" src="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_90.gif?w=75&#038;h=150" class="attachment-thumbnail" alt="CA_Gen_90" title="CA_Gen_90" /></a>
<a href='http://mattmarsh.wordpress.com/2009/08/29/fun-with-cellular-automata/ca_gen_100/' title='CA_Gen_100'><img data-attachment-id='11' data-orig-size='312,624' data-liked='0'width="75" height="150" src="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_100.gif?w=75&#038;h=150" class="attachment-thumbnail" alt="CA_Gen_100" title="CA_Gen_100" /></a>

<p>The C# code shown below borrows from <a href="http://chiragrdarji.wordpress.com/2008/05/09/generate-image-from-text-using-c-or-convert-text-in-to-image-using-c/">Tech Treasure</a> for image output code but is otherwise adapted from the algorithm text linked above.  Though it&#8217;s implemented in C# there is nothing preventing an easy port to any other language except for the aforementioned image output code; the most complex data structure in use otherwise is an 2D array.  If you find that I&#8217;ve left anything out or can tighten up somewhere then please let me know.</p>
<pre>using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;

namespace CATogetherness
{
    class MainClass
    {
        /// &lt;summary&gt;
        /// Random number generator.
        /// &lt;/summary&gt;
        static Random MyRand = new Random(System.Diagnostics.Process.GetCurrentProcess().Id);

        /// &lt;summary&gt;
        /// Cell states, static throughout the game.
        /// &lt;/summary&gt;
        static string[] Q = new string[] { "+", "-" };
        /// &lt;summary&gt;
        /// Lattice size, SxS
        /// &lt;/summary&gt;
        static int S = 50;
        /// &lt;summary&gt;
        /// Selection range, 1 &lt;= N &lt;= S
        /// &lt;/summary&gt;
        static int N = 25;
        /// &lt;summary&gt;
        /// Concentration, 0 &lt;= C &lt;= 1.  Probability that a location is occupied by a cell.
        /// &lt;/summary&gt;
        static double C = 0.66;
        /// &lt;summary&gt;
        /// "Lossy move chance"; a method of breaking out of minima
        /// &lt;/summary&gt;
        static int LMC = 1000;
        /// &lt;summary&gt;
        /// Number of generations for algorithm to run
        /// &lt;/summary&gt;
        static int G = 100;

        /// &lt;summary&gt;
        /// The main entry point for the application.
        /// &lt;/summary&gt;
        [STAThread]
        static void Main(string[] args)
        {
            // Initialization.
            string[][] Lattice = new string[S][];
            for (int i = 0; i &lt; Lattice.Length; i++)
            {
                Lattice[i] = new string[S];
                for (int j = 0; j &lt; Lattice[i].Length; j++)
                {
                    double pct = Math.Abs(GetRand()) % .99;
                    if (pct &lt; C)
                    {
                        int MyIdx = RandomIndex(Q.Length);
                        Lattice[i][j] = Q[MyIdx];
                    }
                    else
                    {
                        Lattice[i][j] = String.Empty;
                    }
                }
            }

            // Print initial state.
            PrintLattice(Lattice, 0);

            // Evolve lattice over G generations.
            for (int Gen = 1; Gen &lt;= G; Gen++)
            {
                // For S^2 substeps, select a cell at random which is not surrounded by 8 neighbors
                // all in the same state.
                for (int Z = 0; Z &lt; (S * S); Z++)
                {
                    int Row = RandomIndex(S);
                    int Col = RandomIndex(S);
                    string State = Lattice[Row][Col];
                    if (State.Equals(String.Empty))
                        continue;
                    if (NeighborsInSameState(ref Lattice, Row, Col))
                        continue;
                    int[] Cell = new int[2];
                    Cell[0] = Row;
                    Cell[1] = Col;

                    // Among the locations within N units of distance, select one at random.
                    int[] TgtCell = RandomCellWithinDistance(ref Lattice, Cell, N);
                    if (TgtCell == null)
                        continue;       // Couldn't find one, so skip.
                    string TgtState = Lattice[TgtCell[0]][TgtCell[1]];

                    // Is this already in the same state?  Is it already surrounded?
                    if (TgtState.Equals(State) || NeighborsInSameState(ref Lattice, TgtCell[0], TgtCell[1]))
                        continue;

                    // If there is no cell at this location then calculate the increase or decrease
                    // in the number of neighbors of the cell in that same state as that cell, were
                    // the current cell to be moved to that location.  If gain &gt;= 0 then swap cells.
                    // If gain == -1 then move was a probability of 1 in LMC.
                    //
                    // If there is already a cell at the target location then calculate the combined
                    // gain.  If gain &gt;= 0 then swap cells.  If gain is -1 or -2 then perform the
                    // swap with a probability of 1 in LMC.
                    if (TgtState.Equals(String.Empty))
                    {
                        int NumCurr = CountOfNeighborsInSameState(ref Lattice, Row, Col, State);
                        int NumMoved = CountOfNeighborsInSameState(ref Lattice, TgtCell[0], TgtCell[1], State);
                        int Gain = (NumMoved - NumCurr);
                        if (Gain &gt;= 0)
                        {
                            Lattice[Row][Col] = TgtState;
                            Lattice[TgtCell[0]][TgtCell[1]] = State;
                        }
                        else if (Gain == -1)
                        {
                            double pct = Math.Abs(GetRand()) % .99;
                            if (pct &lt;= ((double)1 / (double)LMC))
                            {
                                Lattice[Row][Col] = TgtState;
                                Lattice[TgtCell[0]][TgtCell[1]] = State;
                            }
                        }
                    }
                    else
                    {
                        int NumCurrA = CountOfNeighborsInSameState(ref Lattice, Row, Col, State);
                        int NumCurrB = CountOfNeighborsInSameState(ref Lattice, TgtCell[0], TgtCell[1], TgtState);
                        int NumMovedA = CountOfNeighborsInSameState(ref Lattice, TgtCell[0], TgtCell[1], State);
                        int NumMovedB = CountOfNeighborsInSameState(ref Lattice, Row, Col, TgtState);
                        int Gain = ((NumMovedA + NumMovedB) - (NumCurrA + NumCurrB));
                        if (Gain &gt;= 0)
                        {
                            Lattice[Row][Col] = TgtState;
                            Lattice[TgtCell[0]][TgtCell[1]] = State;
                        }
                        else if (Gain == -1 || Gain == -2)
                        {
                            double pct = Math.Abs(GetRand()) % .99;
                            if (pct &lt;= ((double)1 / (double)LMC))
                            {
                                Lattice[Row][Col] = TgtState;
                                Lattice[TgtCell[0]][TgtCell[1]] = State;
                            }
                        }
                    }

                }

                if (Gen % 10 == 0)
                    PrintLattice(Lattice, Gen);
            }

        }

        /// &lt;summary&gt;
        /// Returns a random number.  Probably overkill but allows us to format if we ever want to.
        /// &lt;/summary&gt;
        /// &lt;returns&gt;Random double&lt;/returns&gt;
        private static double GetRand()
        {
            return MyRand.NextDouble();
        }

        /// &lt;summary&gt;
        /// Determine a random index into an array.
        /// &lt;/summary&gt;
        /// &lt;param name="ArraySize"&gt;Size of array&lt;/param&gt;
        /// &lt;returns&gt;Index&lt;/returns&gt;
        private static int RandomIndex(int ArraySize)
        {
            double Percentile = Math.Abs(GetRand()) % .99;
            int NumSteps = ArraySize - 1;
            int Index = (int)Math.Round(Percentile * (double)NumSteps, 0);
            return Index;
        }

        /// &lt;summary&gt;
        /// Determine a new cell reference given a current cell.
        /// &lt;/summary&gt;
        /// &lt;param name="Lattice"&gt;CA lattice&lt;/param&gt;
        /// &lt;param name="ExistingCell"&gt;Starting cell&lt;/param&gt;
        /// &lt;param name="AddRows"&gt;Rows to add to starting cell&lt;/param&gt;
        /// &lt;param name="AddCols"&gt;Columns to add to starting cell&lt;/param&gt;
        /// &lt;returns&gt;New cell reference&lt;/returns&gt;
        private static int[] GetCellReference(ref string[][] Lattice, int[] ExistingCell, int AddRows, int AddCols)
        {
            int LatRows = Lattice.Length;
            int LatCols = Lattice[0].Length;

            // Wrapping!
            int NextRow = ExistingCell[0] + AddRows;
            int NextCol = ExistingCell[1] + AddCols;

            if (NextRow &gt; LatRows - 1)
                NextRow = (NextRow - LatRows);
            else if (NextRow &lt; 0)
                NextRow = (LatRows - Math.Abs(NextRow));

            if (NextCol &gt; LatCols - 1)
                NextCol = (NextCol - LatCols);
            else if (NextCol &lt; 0)
                NextCol = (LatCols - Math.Abs(NextCol));

            int[] Cell = new int[2];
            Cell[0] = NextRow;
            Cell[1] = NextCol;
            return Cell;
        }

        /// &lt;summary&gt;
        /// Are all neighbors in the same state as the referenced cell?
        /// &lt;/summary&gt;
        /// &lt;param name="Lattice"&gt;CA lattice&lt;/param&gt;
        /// &lt;param name="Row"&gt;Row in lattice&lt;/param&gt;
        /// &lt;param name="Col"&gt;Column in lattice&lt;/param&gt;
        /// &lt;returns&gt;True or False&lt;/returns&gt;
        private static bool NeighborsInSameState(ref string[][] Lattice, int Row, int Col)
        {
            int[] Cell = new int[2];
            Cell[0] = Row;
            Cell[1] = Col;
            string State = Lattice[Row][Col];
            int Count = CountOfNeighborsInSameState(ref Lattice, Row, Col, State);
            if (Count == <img src='http://s0.wp.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' />
                return true;
            return false;
        }

        /// &lt;summary&gt;
        /// Determine a count of neighbors in the same state as the referenced cell.
        /// &lt;/summary&gt;
        /// &lt;param name="Lattice"&gt;CA lattice&lt;/param&gt;
        /// &lt;param name="Row"&gt;Row in lattice&lt;/param&gt;
        /// &lt;param name="Col"&gt;Col in lattice&lt;/param&gt;
        /// &lt;param name="State"&gt;State of cell&lt;/param&gt;
        /// &lt;returns&gt;Count of neighbors in same state&lt;/returns&gt;
        private static int CountOfNeighborsInSameState(ref string[][] Lattice, int Row, int Col, string State)
        {
            int[] Cell = new int[2];
            Cell[0] = Row;
            Cell[1] = Col;
            int Count = 0;
            int[] Adders = new int[] { -1, 0, 1 };

            for (int i = 0; i &lt; Adders.Length; i++)
            {
                for (int j = 0; j &lt; Adders.Length; j++)
                {
                    if (Adders[i] == 0 &amp;&amp; Adders[j] == 0)
                        continue;       // the cell itself
                    int[] Index = GetCellReference(ref Lattice, Cell, Adders[i], Adders[j]);
                    string Val = Lattice[Index[0]][Index[1]];
                    if (Val.Equals(State))
                        Count++;
                }
            }

            return Count;
        }

        /// &lt;summary&gt;
        /// Return a random cell within the given distance of the referenced cell.
        /// &lt;/summary&gt;
        /// &lt;param name="Lattice"&gt;CA lattice&lt;/param&gt;
        /// &lt;param name="Cell"&gt;Cell in lattice&lt;/param&gt;
        /// &lt;param name="Distance"&gt;Maximum distance from cell&lt;/param&gt;
        /// &lt;returns&gt;Random cell (but not Cell)&lt;/returns&gt;
        private static int[] RandomCellWithinDistance(ref string[][] Lattice, int[] Cell, int Distance)
        {
            int Sz = Lattice.Length;
            int MaxIters = 1000; // Arbitrary
            int Count = 0;

            // Rather than collect all cells within distance, simply pick a cell at random
            // and test to see if it is within distance.  Do this MaxIters times before giving up.
            // Perhaps not as complete as some methods but possibly quicker for small-to-medium
            // sized lattices.  Regardless of the truth of that statement, it's my theory.
            while (Count &lt; MaxIters)
            {
                Count++;

                int Row = RandomIndex(Sz);
                int Col = RandomIndex(Sz);

                int RowDistA = Row - Cell[0];
                int RowDistB = (Sz - 1 - Row) + Cell[0];
                if (Row &lt; Cell[0])
                {
                    RowDistA = Cell[0] - Row;
                    RowDistB = (Sz - 1 - Cell[0]) + Row;
                }
                int RowDist = Math.Min(RowDistA, RowDistB);

                int ColDistA = Col - Cell[1];
                int ColDistB = (Sz - 1 - Col) + Cell[1];
                if (Col &lt; Cell[1])
                {
                    ColDistA = Cell[1] - Col;
                    ColDistB = (Sz - 1 - Cell[1]) + Col;
                }
                int ColDist = Math.Min(ColDistA, ColDistB);

                int MyDist = (RowDist + ColDist);
                if (MyDist == 0)
                    continue;       // don't use the given cell
                if (Distance &gt; MyDist)
                {
                    int[] NewCell = new int[2];
                    NewCell[0] = Row;
                    NewCell[1] = Col;
                    return NewCell;
                }
            }

            return null;    // Nothing found, return null.
        }

        /// &lt;summary&gt;
        /// Print out the lattice to stdout.
        /// &lt;/summary&gt;
        /// &lt;param name="Lattice"&gt;CA lattice&lt;/param&gt;
        /// &lt;param name="GenerationNumber"&gt;Generation number of lattice&lt;/param&gt;
        private static void PrintLattice(string[][] Lattice, int GenerationNumber)
        {
            int Sz = Lattice.Length;
            string FirstLine = "";
            for (int Z = 0; Z &lt; Lattice[0].Length; Z++)
            {
                if (Lattice[0][Z].Equals(String.Empty))
                    FirstLine += " ";
                else
                    FirstLine += Lattice[0][Z];
            }
            Bitmap objBmpImage = new Bitmap(1, 1);

            int intWidth = 0;
            int LineHeight = 0;
            int intHeight = 0;

            // Create the Font object for the image text drawing.
            Font objFont = new Font("Courier New", 10, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);

            // Create a graphics object to measure the text's width and height.
            Graphics objGraphics = Graphics.FromImage(objBmpImage);

            // This is where the bitmap size is determined.
            intWidth = (int)objGraphics.MeasureString(FirstLine, objFont).Width;
            LineHeight = (int)objGraphics.MeasureString(FirstLine, objFont).Height;
            intHeight = LineHeight * ( 2 + Sz );

            // Create the bmpImage again with the correct size for the text and font.
            objBmpImage = new Bitmap(objBmpImage, new Size(intWidth, intHeight));

            // Add the colors to the new bitmap.
            objGraphics = Graphics.FromImage(objBmpImage);

            // Set Background color
            objGraphics.Clear(Color.White);
            objGraphics.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
            objGraphics.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAlias;

            // Draw lines
            SolidBrush brush = new SolidBrush(Color.FromArgb(102, 102, 102));
            objGraphics.DrawString(String.Format("Generation {0}:", GenerationNumber), objFont, brush, 0, 0);
            objGraphics.DrawString(" ", objFont, brush, 0, LineHeight);
            for (int Z = 0; Z &lt; Sz; Z++)
            {
                string line = "";
                for (int i = 0; i &lt; Lattice[Z].Length; i++)
                {
                    if (Lattice[Z][i].Equals(String.Empty))
                        line += " ";
                    else
                        line += Lattice[Z][i];
                }
                objGraphics.DrawString(line, objFont, brush, 0, (2*LineHeight) + (LineHeight * Z));
            }

            // Flush buffer
            objGraphics.Flush();

            string path = String.Format("C:/CA_Gen_{0}.gif", GenerationNumber);
            objBmpImage.Save(path, System.Drawing.Imaging.ImageFormat.Gif);
        }
    }
}</pre>
<div><span style="font-family:Consolas;font-size:small;"><span style="line-height:18px;white-space:pre;"><br />
</span></span></div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Generation 0:</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-+ &#8211; + +-+ &#8211; -  -+&#8211; -+- +++-  ++++ ++ +- &#8211;  -+++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++  &#8211;+&#8211; +- -++  + -++     &#8211;  +  &#8212;&#8211;+ ++++-  +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+-++++-+   +- +-+&#8212;   + &#8211; -  -+   -+  - &#8211; -++ &#8211; +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+ -+- + + -+-   &#8211; +  &#8211;+ +&#8211;++&#8211; &#8211;+&#8211; &#8211; -+  -+  +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+&#8211;  +   &#8212; &#8212;- &#8212;+ +- +-++ +- &#8211;  -+ +  - &#8211;+&#8211;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-++++&#8211;++&#8211;+&#8212;-++  -+ ++-+&#8211;  &#8211;+ -+-+  +  +&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+-++ +    -+-    + +-  ++ &#8212;&#8211;   + +&#8212;+- &#8211; + +-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+ &#8211; +-    -+ +- +- &#8211;+++   +-+++-     -+ ++++ +&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-+-  +- &#8212; &#8211;++- ++ ++ +   +-+&#8212;+  + &#8211;+-++-+ &#8211; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+   &#8211; &#8212;   + &#8212; +&#8211; +&#8211;  + + ++ &#8212; -++- ++-+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">- ++  - -+   +- -+&#8211;+&#8211;+     +- &#8211; - ++-+- +-  -+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-     +-+ &#8211;  -+ -+  + &#8211; +-+-   &#8211; ++- ++&#8211;++  +-+ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++-+ + &#8211; &#8212;  ++&#8212;   &#8212; &#8211; +  +-+-+ &#8211; ++ &#8211; + +&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-+ + &#8211;  &#8211; &#8211;+ + +-  -+ -+- ++-+&#8212;-  +-+  - -+ +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">- &#8212; &#8211;  &#8211; -+ +++- +++&#8211;+-++ &#8212;&#8211; &#8211;  &#8211; +-+++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211; ++++-+-   + -+ +&#8211;+- + + &#8211; - +-  -++ &#8211;  -+  +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;+ &#8211;+ &#8211;  - &#8211; - ++ +&#8212;+-++-+- &#8211; &#8212;  +++&#8212;-+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++&#8212;+-+++-+ &#8211;   &#8211;+  &#8212;-+&#8211; &#8212; + -+++&#8211; +- &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+-+  &#8211;+++++  ++&#8211;    &#8212;&#8211;+&#8212;++-  +-+  ++- &#8211; + +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;+- +++&#8211; -+ + +  +++&#8211; &#8212; +&#8212;++++-+++ ++  -+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">- &#8211; &#8211;+-  +&#8211;+++    -+- &#8212; &#8211; + +++-++++ + &#8212;  - -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+ -++&#8212;-  +++&#8211;+  ++ -+&#8211; ++ +- +-+&#8211;+- &#8211;  &#8211; +&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-+-++-++- +  + ++  ++++- &#8211; &#8212;  ++++&#8212; -+ -++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+- + &#8211; -++ ++- &#8211;+-   ++ + +- &#8212;  +  +  &#8211; + &#8211; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++ &#8212;- +&#8211; &#8211; -+- +- +++ &#8211;  + &#8212;- -+&#8212;&#8211; &#8212; &#8211; +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+- + &#8211; -+-  +-+-+   ++- &#8211; -+&#8212; &#8211;  -+ &#8211; ++ &#8211; ++  -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-+  -+++ -+ +-  +&#8212;+ &#8211;++-++&#8211;+ &#8211;+- -++ &#8212;+ -++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">- -++++-+-     &#8211;  &#8211;+  +-++ +   +-+ -+&#8211; -+- +&#8211;++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++&#8211;+++  -+  -+ ++ +++   &#8212; +- + &#8212; -+ &#8211;  &#8212;- +-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212; -+     + -+++&#8211;+-+&#8212; +-+ &#8212;  ++&#8211;+  -+&#8212;-+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+ +-  + -+ &#8212; -+ +-++ &#8211; -+++- ++- +  ++&#8212;+&#8212;+-+-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">- + +&#8211;  -++&#8211;+ &#8211; &#8212; +&#8211;+ -+++-++   -++ -+-+ &#8211; -+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++ &#8212;&#8211;++&#8211; ++-++  +-++-++&#8212;+  +  ++  +&#8211;   +-+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++-+&#8211;   +&#8211;+-  +  ++ &#8211;    -+  - -+++- &#8211; +- &#8211;  ++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;+  +-+-++ +-+  -+   +   &#8211;+++++&#8211;+ +-+   + &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+ ++  -  +     + -+&#8212; &#8212;-+  +-  &#8211; +-  + + &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-++++   -+- ++ ++  +-+++ ++-+- +&#8211; ++- ++++&#8211;  + +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-+ -+ &#8211; +  + -+ &#8211; +&#8211; +- +- -+-++ +&#8211;+-+&#8212;++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;+ &#8211;  + ++ -+  -+   -+ &#8211;++&#8211; &#8211; -  + &#8211;+-+- +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++ &#8211;++-+- + +-++- +-  -++ + +- + &#8212; + + -+&#8211; &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+ ++   &#8211; ++    ++&#8212;++-++-++   +  -+-+++++ +&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++ &#8211;+ ++ -+      +++++ -+ &#8212;-  ++  +-+- &#8211; &#8212; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-+++&#8211;++&#8212;&#8212;&#8211;+-+ +&#8211;+&#8212; +&#8211;  +&#8212;  -+&#8211;+-+ ++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++ + +-    -  + &#8211; +- + +  &#8211; +-+ +- +-+  +&#8211; -+&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-+++ -++  + -+ + +-+&#8211;  +&#8211;  ++-+-++    + +-+ +++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">- +  &#8211; &#8212;&#8212;++&#8211; +-++-++&#8212;++- &#8212;-+ &#8211;+ ++- &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211; -+ &#8211;  -+&#8211;+++ &#8211; +-+-   &#8211;+-+ -+-+ + +  &#8211;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+-+&#8211;+&#8212;+&#8212;&#8212;++&#8211;+++- -+  +++&#8211;    -++ &#8211; ++ &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;+&#8211; &#8211;  +- &#8211; -+ &#8212; + ++ -+-++ +- +- -+++++++ + &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+-   &#8212; -++  &#8212;-+&#8211;+&#8212;  ++++  -++ ++-+-++ ++ &#8211; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Generation 10:</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++  &#8212;- &#8212; &#8212;&#8212;&#8212;- +++++     ++++&#8211; ++++ &#8211;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++&#8212; &#8212;- &#8212;&#8212;&#8212;+    +     +++++&#8212;- +  &#8211;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++ &#8212; &#8212; &#8212;&#8212;-   +        ++++++ &#8212; ++  -+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++ ++  &#8211; &#8212;&#8212;&#8212;-++ +++++++   +++++  &#8211;+   + +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-        - &#8212;&#8212;&#8212; +++++++++ &#8212;- ++   &#8212; +   ++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-        &#8212;&#8212;&#8211;   + ++++++  &#8212;&#8211; &#8211;    + +++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-      &#8212;- &#8212;   ++   ++++&#8211;  -   &#8212;   ++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-      &#8212; &#8211;     +++    +&#8212;++++   &#8212; ++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      &#8212;&#8211; +    ++ +   ++ ++++++   -+++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-  +     &#8212;-      ++-+ &#8211;   ++++++++  +++++++++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211;     +&#8212;-      +++++ &#8211; ++++ ++ &#8212;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">- &#8212; &#8212;  &#8212;     &#8212;&#8212;&#8211;   ++++ &#8212;    +   &#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;   &#8211; -     &#8212;- &#8212;- ++    &#8211;     + &#8212;- &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211; +        &#8212;-         &#8211;  &#8212; &#8211;  +++&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++ &#8212;-        &#8212;&#8211; +       &#8212;&#8212;  &#8211;++++ &#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++- &#8211;++  ++   &#8212;++++++&#8212;&#8212;&#8212;&#8211;   ++++ + &#8211; ++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++ &#8212;+++++++  &#8212; ++ + &#8212; &#8212;-     ++++++     +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+ +  - +++++++  -      +&#8212;&#8212;-       ++++++++ + -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211; ++ ++++++ +++     &#8212;&#8212;&#8212;-  ++- +++++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211; +++ +++   +++    &#8212;&#8212; &#8212; -+++  +++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211; +&#8211;++++ ++++ &#8212;   &#8212;&#8211; &#8212;-++++ &#8211;++++  + + &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">- + &#8212;++++++++&#8212;+  +&#8212;&#8211; &#8212;-+++&#8212;+ ++    &#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+&#8212;++++++++&#8212;+++++&#8211;    &#8212; ++ &#8212;-  - &#8211; &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-+++&#8212;++++++++&#8212; +++++    &#8212;-  ++&#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-   &#8212;  ++ ++++&#8212; +++++  &#8212;&#8212;-  ++ &#8212;&#8212;&#8212;  +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;      ++++++++-+++++++  &#8212;&#8212;-   ++- &#8212; &#8212;   -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;  +++++ ++++++++++++++++&#8212;&#8212;   ++   &#8212;&#8211;   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212; -++++ +  +++++++++ ++++&#8212;&#8211;        &#8212;&#8212;   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-  + ++++ +  + &#8212; &#8211; - + &#8212;&#8211;   ++  &#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211; +++++ +++++    &#8212;&#8212;  +++&#8212;  ++++   &#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+     -++ +++++-  &#8212;&#8212;- ++++- &#8211;  ++++   &#8212;&#8211;  -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;+++ ++&#8212;+&#8212;&#8212;&#8212;+++++++  +++++&#8212;&#8212;&#8211;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+  &#8212;-++++ &#8211;  &#8212;  &#8212;&#8212;-++ ++++ +++++ &#8212;++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-++++    + &#8211; &#8212;      +   +++++++++ &#8211;  + &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-   ++ &#8211;   +++++   &#8212;       + ++++&#8211; ++++  +  &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;++    +++++++   &#8212;- &#8212; +++++  &#8212; ++++&#8211;  &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;++     +++++++  &#8212;  +&#8212;++++   &#8212;-+++ &#8212;   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-     &#8211; ++++ ++++ ++ &#8212;  ++++&#8212; &#8212;+++&#8212;&#8212;-+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-      ++++++ ++++++- &#8211; +++++&#8212;&#8212;  ++&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;   ++ +++++  ++++++++     ++&#8212; &#8212;-++  &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;+   +++++++++++++++++++++ &#8212;&#8211; &#8212;&#8212;+  &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++ ++++++&#8211;+ ++++++++++++ &#8212;&#8212;&#8211; &#8212;&#8212;&#8211;  &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+   + ++&#8212; +++++++++++   &#8212;&#8212;&#8211;   &#8212;&#8212; ++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++       &#8212; ++++ ++++++ &#8212; &#8212;&#8211;   &#8212;&#8211;  ++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+ +        &#8212;++++++ +++++ &#8211;+++&#8212;-  &#8212;&#8211;  +++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-   &#8211; &#8212;&#8211;+++++   ++ ++++++   &#8212; &#8212;&#8211;  ++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-  &#8212;   &#8212;&#8212;-+++++ +++++++++         &#8212; -+++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+ &#8212; &#8212;&#8212;&#8212;+- +++ +++  ++-        &#8212; ++++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-   &#8212;&#8212;&#8212;&#8212;&#8211; &#8211; +-  +   + &#8212;  + +-+  +++   -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+-   &#8212; -++  &#8212;-+&#8212;&#8212;  ++++  - + ++-+-++ ++ &#8211; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Generation 20:</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;   +++    +++++&#8212; +++&#8212;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;    ++++   ++++ &#8212; +++ &#8211; +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++  &#8212;&#8212;&#8212;&#8212;&#8212;     +++    ++++  &#8212; ++  ++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++     &#8211;  &#8212;&#8212;&#8212;- + +++++ +   ++++  &#8212;+++ + +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+     &#8211;  &#8212;&#8212;&#8212;  +++++++++ &#8212;-+++   &#8211; +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;       &#8212;&#8212;-  + +++ ++++++&#8212;        -+++++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-     &#8212;&#8211; &#8212;        + +++ &#8211; +    &#8211;+++++++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-+    &#8212;&#8212;&#8211;   ++     ++   +++++  -+++++++  -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-     &#8212;&#8211;      ++     +++++++++-   ++++++++&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;       &#8212;-        +  -   +++++++++  ++++++++&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      &#8212;-      &#8212;&#8212;-   ++++ +    +++++  &#8212;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;- &#8212;-      &#8212;&#8212;-    ++       +++ &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211;   &#8211;       &#8212;&#8212;-        -     +++ &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+  &#8212;-          &#8212;  +  -     &#8212; &#8211;  +++++ &#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++ &#8212;-+        &#8212;-  ++&#8212;  &#8212;&#8212;   +++++ &#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++ &#8212;++++++   &#8212; -+++&#8212;&#8212;&#8212;-    +++++++ &#8211;++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++  &#8211; +++++++ &#8212;-  +++&#8212;&#8212;&#8212;     +++++++    +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+  - +++++++   &#8211;    +&#8212;&#8212;&#8212;     +++++++++++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++       &#8212;&#8212;&#8212;-++    +++++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;++++ +++++++      &#8212;&#8212;&#8212;&#8212;++++  +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;   &#8211;+++++++++&#8211;   &#8212;&#8212;&#8212;&#8211;+++&#8211; +++++ +  &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-   &#8212; ++++++++&#8211;    &#8212;&#8211; &#8212;- ++&#8212;++ +    &#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">- ++++++++ &#8212;  ++     &#8212;- +++&#8212;- &#8211;    &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+   &#8211;++++++++++&#8211;+++++     &#8212;-  ++&#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-  -++++++++++++  ++++   &#8212;&#8212;  +++&#8212;&#8212;&#8212;&#8211; +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;   ++  +++++++++++++++  &#8212;&#8212;   ++&#8212;&#8212;&#8212;   -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;   ++++ +++++++++++++   &#8212;&#8211;      &#8212;&#8212;&#8211;   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;   +++++++++++++-+++ +  &#8212;&#8212;      &#8212;&#8212;-   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;   +++++++++++&#8212;&#8212;   ++&#8212;-    +   &#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-      +++++++++ &#8212;&#8212;- +++ &#8212;    ++   &#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++     +++++++++&#8212;&#8212;&#8212;-++++  +   + +  &#8212;&#8212;  -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212; ++  +++ &#8212;&#8212;&#8212; ++   ++++++++  &#8212;- &#8211; +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211;+++ ++  &#8212;&#8211; &#8212;      +++++++++++&#8212;  &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211; +++ ++   &#8212;&#8212;      ++++++++++++-    &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-      - ++++++   &#8212;&#8211;      +++++++++++++ &#8211;   &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      + +++++  &#8212;    &#8211;  ++++++&#8212;++++  -  &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;       -+++++++   ++ &#8212;-+++++ &#8212;&#8211;+++ &#8212;- -+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-      +++++++++ +++ &#8212; ++++&#8212;&#8212;- + &#8212;&#8212; +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-       ++++++++++++      +++&#8212;&#8212;-   &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-   ++ ++++++++++++++     &#8212;&#8212;&#8212;&#8211; &#8211; &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-  ++++++++++++++++++++  &#8212;&#8212;&#8212;&#8212;- &#8212;-  &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;++ +++++++-++++++++++++++&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-   -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++    ++ &#8212;+++++++++++++&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-  -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++       &#8212;++++++++++++ +&#8211;+ &#8212;&#8212;&#8212;&#8212; ++  -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-+++++++++++++ -+++  &#8212; &#8212;&#8211;  +++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">- &#8212;&#8211;+++++++++++++ +++   &#8211; - &#8212;- &#8211; +++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;-++++++++++++++++        &#8212; +++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;- +  +++  ++  ++   &#8211;     &#8212;-++++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-      &#8211; &#8212;&#8212;&#8211; &#8212;&#8211;    +++  - ++      +++   -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+-   &#8212; -++  &#8212;-+&#8212;&#8212;  ++++  - + ++-+-++ ++ &#8211; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Generation 30:</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-  ++++    +++++&#8212; +++  -+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-   ++++   +++++&#8212; ++++ -+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++ &#8212;&#8212;&#8212;&#8212;&#8212;&#8211;  ++++++   ++++  &#8212; +++ ++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++   &#8212;  &#8212;&#8212;&#8212;&#8212;+ +++++++   ++++   &#8211;+++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+   &#8211;    &#8212;&#8212;&#8212;  ++++++++++ &#8212;+++     +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;       &#8212;&#8212;&#8211;   ++++++++++ &#8212;        +++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-    &#8212;&#8212; &#8212;     +   ++++++         ++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-     &#8212;&#8212;     ++     ++++++ +++   +++++++ &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-     &#8212;&#8211;      ++    ++++++++++++  ++++++++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      &#8212;-         &#8212;  +++++++++    ++++++ &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;   &#8212; &#8212;-       &#8212;&#8212;  ++++      ++++++ &#8212;-+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;-     &#8212;&#8212;&#8211;  +         ++++  &#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">- &#8212;&#8212;  &#8211;      &#8212;&#8212;&#8211;       &#8211;     +++ &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;        &#8212;&#8212;&#8211; &#8212;       &#8212;  +++++ &#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++&#8212;- ++ +    &#8212;&#8212; + &#8212;   &#8212;&#8211;   +++++  &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++  &#8211; +++++   &#8212;&#8211;++++&#8212;&#8212;&#8212;-   -+++++++ &#8211;  +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++   &#8211; +++++++ &#8212;-  +++&#8212;&#8212;&#8212;     ++++++++   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++        +&#8212;&#8212;&#8212;     +++++++++   -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++++-     &#8212;&#8212;&#8212;&#8212;     +++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">- +++ +++++++++     &#8212;&#8212;&#8212;&#8212;++   +++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-+ +   +++++++++    &#8212;&#8212;&#8212;&#8211; +++  -+++++    &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-     ++++++++++   ++  &#8212;&#8212;&#8211; ++ &#8212;- +   &#8211; &#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++  ++++++    &#8212;- + &#8212;&#8211;  &#8211;  &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++- ++++++   &#8212;&#8211;   +&#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+ ++++++++++ ++++++  &#8212;&#8212;   ++&#8212;&#8212;&#8212;&#8211; +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;  +++++++++++++++++++  &#8212;&#8212;   + &#8212;&#8212;&#8212;- &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;   +++++++++++++++++++  &#8212;&#8211;      &#8212;&#8212;&#8211;   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;   +++++++++++++  -+ +  &#8212;&#8211;       &#8212;&#8212;-   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;     ++++++++++&#8212;&#8212;   ++&#8212;-       &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-      +++++++++&#8212;&#8212;-  +++++       +  &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++&#8212;&#8212;&#8212;-++++ ++         &#8212;&#8212; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-  ++++++  &#8212;&#8212;&#8211;  +++ +++++++++ &#8212;&#8212;&#8211;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">- +++++   &#8212;&#8212;&#8211;   ++ +++++++++++ &#8212; &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;  ++++   &#8212;&#8212;-      ++++++++++++&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-     -+ -++++   &#8212;&#8212;-      ++++++++++++ &#8211; - &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;        +++++  &#8212;  - &#8211;  +++++++-+++++   &#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211;      +++++++     +&#8211;  +++++&#8212;&#8211; ++ &#8212;&#8212;-+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-     ++++++++++ + +   &#8211; ++++&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-    ++++++++++++++++     +++&#8212;&#8212;&#8212;  &#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-  ++++++++++++++++++     &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;    +++++++++++++++++++   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++ -++++++++++++++ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++  &#8211;+++++++++++++&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-  -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;++++++++++++++&#8211;+ &#8212;&#8212;&#8212;&#8212;-+   -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-+++++++++++++   ++ &#8212;&#8212;&#8212;&#8211; ++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">- &#8212;&#8211;+++++++++++++ +++   &#8211; - &#8212;-  ++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;-++++++++++++++++       &#8212;&#8211;  ++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;-  +  +++ ++++++         &#8212; &#8211; +++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-         &#8212;&#8212;-  &#8212;    + +++             +++  -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+-   &#8212; -++  &#8212;-+&#8212;&#8212;  ++++  - + ++-+-++ ++ &#8211; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Generation 40:</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++ &#8212;- &#8212;&#8212;&#8212;&#8212;&#8211;  +++++   ++++ &#8212; +++   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;  +++++  ++++++ &#8212; +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++   &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; ++++++  +++++ &#8212; +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++    &#8212;&#8212;&#8212;&#8212;&#8211; +++++++   ++++    -+++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++      &#8212;&#8212;&#8212;-  ++++++++++  ++++      +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-     &#8212;&#8212;&#8212;    ++++++++    +       +++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211;    &#8212;&#8212;&#8211;        +++++++     +    +++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-     &#8212;&#8212;-          +++++++++++   +++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-     &#8212;&#8211;       &#8211;    +++++++++++  +++++++++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-    &#8212;&#8211;         &#8212; ++++++++++   +++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-  &#8212;&#8212;-      &#8212;&#8212;  ++++++     +++++++  &#8211;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;&#8211;    &#8212;&#8212;&#8211; ++ +       ++++   &#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;-   &#8212;     &#8212;&#8212;&#8211;            ++++  &#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211;           &#8212;&#8212;&#8212;-      -    ++++  &#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+ &#8212;-   ++    &#8212;&#8212; +&#8212;-  &#8212;&#8211;    ++++++  -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+   &#8212;  ++++  &#8212;&#8212;  + &#8212;&#8212;&#8212;-    +++++++  -++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211; ++++++&#8212;&#8211;    &#8212;&#8212;&#8212;-    +++++++++ +++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-+++++++         &#8212;&#8212;&#8212;-    ++++++++++  -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++++-      &#8212;&#8212;&#8212;&#8211;     +++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++ ++++++++++    &#8212;&#8212;&#8212;&#8211; +   ++++++++ +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-      ++++++++++   +&#8212;&#8212;&#8212;- +    ++++++    &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-      +++++++++   ++++ &#8212;&#8212;&#8211;   &#8211; &#8212; ++    &#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++  ++++++ &#8212;&#8212;-    &#8212; &#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++ ++++++  &#8212;&#8212;    &#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-   ++++++++++++++++++  &#8212;&#8212;     &#8212;&#8212;&#8212;&#8211; +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;  +++++++++++++++++++  &#8212;&#8211;      &#8212;&#8212;&#8212;- &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;    ++++++++++++++++++  &#8212;-       &#8212;&#8212;&#8211;   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-   ++++++++++++++++++  &#8212;-        &#8212;&#8212;-   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-      ++++++++++- &#8212;  ++++ &#8212;-       &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+ +++++++++&#8212;&#8212;&#8212;+++           &#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++&#8212;&#8212;&#8212;-++++     ++   &#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">- ++++++ &#8212;&#8212;&#8212;  ++++ ++++++++  &#8212;&#8212;-+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">- +++++   &#8212;&#8212;&#8211;    +++++++++++++ &#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-   ++++   &#8212;&#8212;-      +++++++++++   &#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-     &#8211;  -+++++  &#8212;&#8212;&#8211;     ++++++++++++  &#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-       ++++++ &#8212;  &#8211;    ++++++&#8211; +++   &#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-      ++++++++     &#8212;  +++++&#8212; &#8212; + &#8212;&#8212;-+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      ++++++++++   +      +++ &#8212;&#8212;- &#8212;&#8212;&#8211;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-    ++++++++++++++++    ++++&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;   + ++++++++++++++++     ++&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;    ++++++++++++++++++      &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-     +++++ ++++++++++++    &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-      +++  &#8211;+++++++++++++&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-  -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212; ++++++++++++ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;   -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211;+++++++++++++ ++  &#8212;&#8212;&#8212;&#8212;+++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212; ++++++++++++++++   &#8211; &#8212;&#8212;- ++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;-++++++++++++++++       &#8212;&#8211; ++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8211; &#8211;  +++ ++++++        - &#8212; +++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-        -+&#8212;&#8212;- &#8212;     +++++            -+++ &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+-   &#8212; -++  &#8212;-+&#8212;&#8212;  ++++  - + ++-+-++ ++ &#8211; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Generation 50:</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++ +  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;  +++++   ++++ &#8212;-+++   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++  &#8212;&#8212;&#8212;&#8212;&#8212;&#8211;   +++++  +++++ &#8212;-+++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++   &#8212;&#8212;&#8212;&#8212;&#8212;-  ++++++  +++++   &#8211; +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++     &#8212;&#8212;&#8212;&#8212;&#8212; +++++++   ++++     +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++       &#8212;&#8212;&#8212;&#8212;- ++++++++   +++      +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+  -     &#8212;&#8212;&#8212;    + +++++++          ++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      &#8212;&#8212;&#8211;        +++++++        +++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-     &#8212;&#8212;           +++++++++++   +++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-     &#8212;&#8211;            +++++++++++  +++++++++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;  - &#8212;&#8211;         &#8212; ++++++++++   +++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;-      &#8212;&#8212;-++++++      +++++++++ -+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;&#8211;     &#8212;&#8212;-++ ++       ++++++ +&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;      &#8212;&#8212;&#8211; &#8211;          ++++   &#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;  +-      &#8212;&#8212;&#8212;-      -    +++++  &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+ &#8212;-   ++    &#8212;&#8212; &#8212;&#8211;   &#8212;-    ++++++  -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212; +++++ &#8212;&#8212;   &#8212;&#8212;&#8212;-     +++++++   ++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;+++++  &#8212;-    &#8212;&#8212;&#8212;-     ++++++++  ++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-+++++++        &#8212;&#8212;&#8212;&#8211;     +++++++++  -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++       &#8212;&#8212;&#8212;-     ++++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+ ++++++++++    &#8212;&#8212;&#8212;&#8211;      +++++++ +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++     +&#8212;&#8212;&#8212;-      -++++  +  &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-      +++++++++   ++++ &#8212;&#8212;&#8211;     &#8212;       &#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++++++&#8212;&#8212;&#8211;    &#8212; &#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++++++++ &#8212;&#8212;-     &#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;  +++++++++++++++++++  &#8212;&#8212;     &#8212;&#8212;&#8212;&#8212;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;   ++++++++++++++++++++ &#8212;&#8211;       &#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;   +++++++++++++++++++  &#8212;-       &#8212;&#8212;&#8212;- +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;   ++++++++++  +++++  &#8212;&#8211;        &#8212;&#8212;&#8212; +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++&#8211;      +  &#8211;         &#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++&#8212;&#8212;&#8212;++            &#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++&#8212;&#8212;&#8212;- +        +++&#8212;&#8212;&#8212; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++  &#8212;&#8212;&#8212; +++++ +++++++ &#8212;&#8212;&#8211;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++ + &#8212;&#8212;&#8211;   +++++++++++++ &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++ &#8212;&#8212;-    ++++++++++++++ &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;   &#8211;  +++++++ &#8212;&#8212;&#8211;    +++++++ +++++ &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-      ++++++++&#8212;  &#8211;    ++++++&#8212;++++ &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-      ++++++++      -   ++++++&#8212;&#8211; +  &#8212;&#8212;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      ++++++++++   +     ++++ &#8212;&#8212;  &#8212;&#8212;&#8211;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;     +++++++++++++++     +++ &#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;    +++++++++++++++++     ++&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;    +++++++++++++++++++     &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-     ++++++++++++++++++++   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++  &#8211;++++++++++++  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;+++++++++++++ &#8212; &#8212;&#8212;&#8212;&#8212;&#8211;   -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211;+++++++++++++-+   &#8212;&#8212;&#8212;&#8211; +++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212; ++++++++++++++++  &#8211; &#8212;&#8212;&#8211;+++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8211;++++++++++++++     &#8211;  &#8212;&#8211; +++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8211;    ++++++++++        - &#8212;  ++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-       &#8212;&#8212;&#8212;  &#8211;     +++++    +       ++++ &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+-   &#8212; -++  &#8212;-+&#8212;&#8212;  ++++  - + ++-+-++ ++ &#8211; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Generation 60:</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- ++++++   ++++ &#8212;++++   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; ++++++  +++++ &#8212;  +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++   &#8212;&#8212;&#8212;&#8212;&#8212;-  ++++++  +++++   &#8211;+++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++    &#8212;&#8212;&#8212;&#8212;&#8212;- +++++++   +++     ++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;-  ++++++++    ++     ++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8211;  + +++++++          ++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      &#8212;&#8212;-         +++++++        ++++++++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      &#8212;&#8212;          +++++++++ +    +++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;    &#8212;&#8212;            +++++++++++  ++++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211;  &#8212;&#8212;-    -  &#8212;- ++++++++ +  +++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;-     &#8212;&#8212;&#8211;++++++      +++++++++  +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;&#8211;    &#8212;&#8212;&#8211;+++++       ++++++++&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;-     &#8212;&#8212;&#8212; +         +++++    &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;-         &#8212;&#8212;&#8212;&#8211;           +++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">- &#8212;- +++  - &#8212;&#8212;&#8212;&#8212;-   &#8211;      +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;- +++++ &#8212;&#8212;  &#8212;&#8212;&#8212;&#8211;      ++++++    +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;++++++  &#8212;-   &#8212;&#8212;&#8212;&#8211;     ++++++++   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+ +++++++   &#8211;   &#8212;&#8212;&#8212;&#8212;-    ++++++++   -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++     &#8212;&#8212;&#8212;&#8212;     ++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++++      &#8212;&#8212;&#8212;&#8211;     +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++      &#8212;&#8212;&#8212;&#8211;     &#8211;   +     &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++  ++++&#8212;&#8212;&#8212;    - &#8211;       &#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++++++++++&#8212;&#8212;-      &#8211; &#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++++++++ &#8212;&#8212;&#8212;   &#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++++++++++ &#8212;&#8212;-    &#8212;&#8212;&#8212;&#8212;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-   +++++++++++++++++++++&#8212;&#8212;-     &#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;   ++++++++++++++++++++ &#8212;&#8211;      &#8212;&#8212;&#8212;&#8211;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-     ++++++++++  +++++   &#8212;-        &#8212;&#8212;&#8212; +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++  &#8212;    -  &#8211;         &#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++ &#8212;&#8212;&#8212;             &#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++ &#8212;&#8212;&#8212;      ++ ++++&#8212;&#8212;&#8212; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++ &#8212;&#8212;&#8211;  +++++++++++++ &#8212;&#8212;&#8211;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++&#8212;&#8212;&#8212;  ++++++++++++++ &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++ &#8212;&#8212;&#8211;   ++++++++++++++ &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;        +++++++&#8212;&#8212;&#8211;   ++++++++++++++ &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;       +++++++ &#8212;    -   +++++++    +++ &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-      ++++++++          +++++++&#8211; &#8211; +  &#8212;&#8212;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      ++++++++++   ++    ++++ &#8212;&#8212;- &#8212;&#8212;&#8211;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-     +++++++++++++++     ++ &#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;     +++++++++++++++++     ++&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;    ++++++++++++++++++     &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-      +++++++++++++++++++  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++ &#8211;++++++++++++   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+   &#8212;-++++++++++++  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;  -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211;+++++++++++++++   &#8212;&#8212;&#8212;&#8212;+++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;-++++++++++++++++     &#8212;&#8212;&#8211;+++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8211; ++++++++++++++      &#8212;&#8212;++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-         &#8212;&#8212;-    ++++++++++          &#8211; ++++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-         &#8212;&#8212;-  &#8211;     +++++         +-  +++ &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+-   &#8212; -++  &#8212;- &#8212;&#8212;  ++++  - + ++-+-++ ++ &#8211; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Generation 70:</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++    &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; ++++++   ++++ &#8212;+++++  +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++    &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; ++++++   ++++     +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++   &#8212;&#8212;&#8212;&#8212;&#8212;- +++++++  +++++     +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++    &#8212;&#8212;&#8212;&#8212;&#8212;  +++++++   +++      +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;&#8211;  +++++++++          ++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8211;    ++++++++         ++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;       &#8212;&#8212;-         ++++++++       +++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      &#8212;&#8212;           ++++++++++    +++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-   &#8212;&#8212;-       &#8212;  +++++++++++   +++++++++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211; &#8212;&#8212;&#8211;      &#8212;&#8211;++++++++++   ++++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;-     &#8212;&#8212;&#8211;++++++     ++++++++++  +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;-     &#8212;&#8212;&#8211;+++++       ++++++ + &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8211; &#8212;      &#8212;&#8212;&#8212;-+         ++++++   &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8211;   &#8211;    &#8212;&#8212;&#8212;&#8212;          +++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;  ++    &#8212;&#8212;&#8212;&#8212;-          +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211; +++++ &#8212;&#8212;  &#8212;&#8212;&#8212;-       ++++++    +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++  &#8212;-   &#8212;&#8212;&#8212;&#8211;     ++++++++   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++   &#8211;   &#8212;&#8212;&#8212;&#8212;     ++++++++   -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++      &#8212;&#8212;&#8212;&#8212;    ++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++     &#8212;&#8212;&#8212;&#8212;     ++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++     +&#8212;&#8212;&#8212;&#8211;      +++      &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++ +++&#8212;&#8212;&#8212;-    - &#8211;       &#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++++++&#8212;&#8212;&#8212;    &#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++++++++ &#8212;&#8212;-     &#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++++++++++&#8212;&#8212;&#8211;    &#8212;&#8212;&#8212;&#8212;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-    +++++++++++++++++++ &#8212;&#8212;      &#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;   ++++++++++++++++++++ &#8212;&#8211;      &#8212;&#8212;&#8212;&#8211;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;     ++++++++++  +++++++ &#8212;-        &#8212;&#8212;&#8212; +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++ &#8212;+                 &#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++ &#8212;&#8212;&#8212;            &#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++ &#8212;&#8212;&#8212;      ++ +++ &#8212;&#8212;&#8212; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++ &#8212;&#8212;&#8212;  ++++++++++++&#8212;&#8212;&#8212;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++&#8212;&#8212;&#8212;  ++++++++++++++&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++ &#8212;&#8212;&#8211;   ++++++++++++++&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;        ++++++  &#8212;&#8212;    ++++++++++++++ &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;       +++++++ &#8212;       ++++++++    ++ &#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      +++++++++          ++++++ &#8212;- +  &#8212;&#8212;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      ++++++++++         +++++&#8212;&#8212;&#8212;&#8212;&#8212;-+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      +++++++++++++++      ++&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;    ++++++++++++++++++     + &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;    ++++++++++++++++++     &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;     ++++++ +++++++++++   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-      ++++ &#8211;++++++++++++  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+   &#8212;-++++++++++++  &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8211; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;- +++++++++++++++  &#8212;&#8212;&#8212;&#8212;-++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211; ++++++++++++++++ &#8211;  &#8212;&#8212;&#8212;+++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;- +++++++++++++++       &#8212;&#8211;++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-         &#8212;&#8212;-    +++++++++++         &#8211;+++++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-    -     &#8212;&#8212;  &#8212;    +++++          &#8211; +++  -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+-   &#8212; -++  &#8212;- &#8212;&#8212;  ++++  - + ++-+-+++++ &#8211; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Generation 80:</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++    &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-++++++  +++++  &#8211;+++++  +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+++++++   ++++     +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++  &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; +++++++  +++++     +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++   &#8212;&#8212;&#8212;&#8212;&#8212;  ++++++++  ++       +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;-   ++++++++          ++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;-   ++++++++         ++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;       &#8212;&#8212;-   &#8211;     +++++++        +++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;     &#8212;&#8212;-          ++++++++++     +++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-    &#8212;&#8212;       &#8212;  +++++++++++   +++++++++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211; &#8212;&#8212;&#8211;      &#8212;&#8211;++++++++++   +++++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;-     &#8212;&#8212;&#8211;+++++++    +++++++++++ +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;      &#8212;&#8212;&#8211;++++       +++++++++  &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8211; &#8212;      &#8212;&#8212;&#8212;++         ++++++   &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8211;        &#8212;&#8212;&#8212;&#8212;-        ++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;  +++   &#8212;&#8212;&#8212;&#8212;&#8211;         +++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211; +++++ &#8212;&#8211;  &#8212;&#8212;&#8212;&#8211;      +++++++    +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++  &#8212;-  &#8212;&#8212;&#8212;&#8212;     ++++++++   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++   &#8212; &#8212;&#8212;&#8212;&#8212;-     +++++++    -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++++      &#8212;&#8212;&#8212;&#8212;    +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++     &#8212;&#8212;&#8212;&#8212;     +++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++    ++&#8212;&#8212;&#8212;&#8211;      +++       &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++++++&#8212;&#8212;&#8212;-               &#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++++++++++&#8212;&#8212;&#8212;    &#8212;&#8212; &#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++++++++&#8212;&#8212;&#8211;     &#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++++++++++++&#8212;&#8212;&#8211;    &#8212;&#8212;&#8212;&#8212;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;    +++++++++++++++++++ &#8212;&#8212;     &#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;    +++++++++++++++++++  &#8212;&#8211;      &#8212;&#8212;&#8212;- +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;     ++++++++++  ++++++  &#8212;-        &#8212;&#8212;&#8212; +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++    -                 &#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++ &#8212;&#8212;&#8211;             &#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++ &#8212;&#8212;&#8212;      ++ +++ &#8212;&#8212;&#8212; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++&#8212;&#8212;&#8212;-  ++++++++++++&#8212;&#8212;&#8212;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++&#8212;&#8212;&#8212;  ++++++++++++++&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++ &#8212;&#8212;-    ++++++++++++++&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;       +++++++  &#8212;&#8212;    ++++++++++++++&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;       +++++++ &#8212;-      +++++++++  +++&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      +++++++++ &#8211;        ++++++ &#8212;&#8211;  &#8212;&#8212;-+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      +++++++++++        +++++&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;     ++++++++++++++++   +  + &#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;    ++++++++++++++++++       &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-     ++++++++++++++++++     &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;     ++++++++++++++++++   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-       ++++&#8211;++++++++++++  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+   &#8212; +++++++++++++ &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8211; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211;++++++++++++++   &#8212;&#8212;&#8212;&#8212;-+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211; ++++++++++++++++    &#8212;&#8212;&#8212;++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212; +++++++++++++++       &#8212;&#8211;++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;-     +++++++++          &#8211; ++++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-    -     &#8212;&#8212;        ++++++         &#8212; +++ &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+-   &#8212; -++- &#8212;- &#8212;&#8212;  ++++  - + ++-+-+++++ &#8211; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Generation 90:</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+     &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-++++++  ++++++   ++++++ +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+++++++   ++++     +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+++++++  +++++     +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++    &#8212;&#8212;&#8212;&#8212;&#8212;  ++++++++  ++       +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;&#8211;   ++++++++          ++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-       &#8212;&#8212;&#8212;- &#8212;  +++++++++         ++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;       &#8212;&#8212;-         ++++++++       +++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;     &#8212;&#8212;-          ++++++++++    ++++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-    &#8212;&#8212;       &#8212;  ++++++++++    ++++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211; &#8212;&#8212;&#8211;      &#8212;&#8211;+++++++++    +++++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;-     &#8212;&#8212;&#8211;+++++      +++++++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;     &#8212;&#8212;&#8212; +++       +++++++++  &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8211;        &#8212;&#8212;&#8212;&#8211; +         ++++++    &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8211;        &#8212;&#8212;&#8212;&#8212;-         +++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;- +++   &#8212;&#8212;&#8212;&#8212;&#8212;        ++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;    +++   &#8212;&#8212;&#8212;&#8212;&#8212;&#8211;      ++++++++   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++   &#8212;  &#8212;&#8212;&#8212;&#8212;     ++++++++   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++   &#8212; &#8212;&#8212;&#8212;&#8212;-     +++++++    -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++++      &#8212;&#8212;&#8212;&#8212;    +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++     &#8212;&#8212;&#8212;&#8212;     +++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++     +&#8212;&#8212;&#8212;&#8211;      +++       &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++++++&#8212;&#8212;&#8212;-      -       &#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++++++++++&#8212;&#8212;&#8212;    &#8212;&#8212; &#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++++++++&#8212;&#8212;&#8211;    &#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++++++++++++&#8212;&#8212;-     &#8212;&#8212;&#8212;&#8212;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;    +++++++++++++++++++  &#8212;&#8211;     &#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;    +++++++++++++++++++  &#8212;&#8211;     &#8212;&#8212;&#8212;&#8211; +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-     ++++++++++++      +  &#8212;-       &#8212;&#8212;&#8212;- +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++++  &#8211;                 &#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++ &#8212;&#8212;&#8211;           + &#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++&#8212;&#8212;&#8212;-      ++++++ &#8212;&#8212;&#8212; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++ &#8212;&#8212;&#8212;   +++++++++++ &#8212;&#8212;&#8212;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++&#8212;&#8212;&#8212;  +++++++++++++ &#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-         ++++++ &#8212;&#8212;-   +++++++++++++++&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;        ++++++  &#8212;&#8212;  + ++++++++++++++&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;       ++++++++&#8212;-      +++++++++ ++++&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      ++++++++++-        ++++++ &#8211; &#8212;  &#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      ++++++++++++       +++++&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;     +++++++++++++++      +++&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;     +++++++++++++++++      &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-      ++++++++++++++++++    &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++++++++   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-       +++  ++++++++++++++ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212; +++++++++++++ &#8212;&#8212;&#8212;&#8212;&#8212;&#8211;  &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211;++++++++++++++  &#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212; +++++++++++++++   &#8212;&#8212;&#8212;&#8211;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211;  +++++++++++++++       &#8212;&#8211;++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;    + +++++++++          &#8212;++++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-          &#8212;&#8212;       +++++++          &#8211;++++ &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+-   &#8212; -++- &#8212;- &#8212;&#8212;  ++++  - + ++-+-+++++ &#8211; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Generation 100:</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+    &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- ++++++  ++++++  +++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++    &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+++++++  ++++++    +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++  &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; +++++++   + +      +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++    &#8212;&#8212;&#8212;&#8212;&#8212;  ++++++++           +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;&#8212;  ++++++++          ++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-       &#8212;&#8212;&#8212;- &#8212;   +++++++++        ++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;       &#8212;&#8212;&#8211;       +++++++++       ++++++++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;     &#8212;&#8212;-         ++++++++++     ++++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;-   &#8212;&#8212;&#8212;     &#8212;  ++++++++++    ++++++++++-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;&#8212;    &#8212;&#8212;+++++++++   ++++++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;&#8211;    &#8212;&#8212;&#8211;+++++ +    +++++++++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8212;&#8212;     &#8212;&#8212;&#8212; +++        ++++++++  &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8211;        &#8212;&#8212;&#8212;&#8211; +         ++++++    &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;&#8211;        &#8212;&#8212;&#8212;&#8212;-         ++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;    +++   &#8212;&#8212;&#8212;&#8212;&#8212;        +++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-     +++   &#8212;&#8212;&#8212;&#8212;&#8212;&#8211;      ++++++++   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++   &#8212;- &#8212;&#8212;&#8212;&#8212;     ++++++++   +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++   &#8211;  &#8212;&#8212;&#8212;&#8212;-     +++++++    -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++++      &#8212;&#8212;&#8212;&#8212;     ++++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++     &#8212;&#8212;&#8212;&#8212;-     ++++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++++   +&#8212;&#8212;&#8212;&#8211;      +++       &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++++++&#8212;&#8212;&#8212;&#8211;    &#8211;      &#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++++++&#8212;&#8212;&#8212;-   &#8212;&#8212; &#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++++++++++&#8212;&#8212;&#8211;    &#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++++++++++++&#8212;&#8212;-    &#8212;&#8212;&#8212;&#8212;-+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;    +++++++++++++++++++  &#8212;&#8211;     &#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">- &#8211;  ++++++++++++++++++++  &#8212;&#8211;     &#8212;&#8212;&#8212;&#8211; +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++++++         &#8212;-       &#8212;&#8212;&#8212;- +</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++++ &#8212;   &#8211;              &#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++ &#8212;&#8212;&#8211;          ++ &#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++  &#8212;&#8212;&#8211;        +++++ &#8212;&#8212;&#8212; -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++ &#8212;&#8212;&#8212;   + +++++++++ &#8212;&#8212;&#8212;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++++++++&#8212;&#8212;&#8212;  +++++++++++++ &#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++ &#8212;&#8212;-   +++++++++++++++&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8211;        +++++++ &#8212;&#8212;    ++++++++++++++&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;       ++++++++&#8212;&#8211;     ++++++++++++++&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      ++++++++++-        ++++++    -   &#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;      ++++++++++++       +++++ &#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;     +++++++++++++++      +++&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-      +++++++++++++++++      &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-      ++++++++++++++++++    &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++++++++++++  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">++    +++++++++++++  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">+++++++++++++  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211;++++++++++++++  &#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211;++++++++++++++++  &#8212;&#8212;&#8212;&#8212;+</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8212;   ++++++++++++++      &#8212;&#8212;+++</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&#8212;&#8211;  +++++++++++++         &#8212;-++++ -</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">-          &#8212;&#8212;       +++++++         &#8212;++++ &#8211;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">
<p>+-   &#8212; -++- &#8212;- &#8212;&#8212;  ++++  - + ++-+-+++++ &#8211; -</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattmarsh.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattmarsh.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattmarsh.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattmarsh.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattmarsh.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattmarsh.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattmarsh.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattmarsh.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattmarsh.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattmarsh.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattmarsh.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattmarsh.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattmarsh.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattmarsh.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattmarsh.wordpress.com&amp;blog=9221884&amp;post=8&amp;subd=mattmarsh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattmarsh.wordpress.com/2009/08/29/fun-with-cellular-automata/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/663ded471cf9722d7a801dd8b09b136c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattmarsh</media:title>
		</media:content>

		<media:content url="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_0.gif?w=75" medium="image">
			<media:title type="html">CA_Gen_0</media:title>
		</media:content>

		<media:content url="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_10.gif?w=75" medium="image">
			<media:title type="html">CA_Gen_10</media:title>
		</media:content>

		<media:content url="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_20.gif?w=75" medium="image">
			<media:title type="html">CA_Gen_20</media:title>
		</media:content>

		<media:content url="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_30.gif?w=75" medium="image">
			<media:title type="html">CA_Gen_30</media:title>
		</media:content>

		<media:content url="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_40.gif?w=75" medium="image">
			<media:title type="html">CA_Gen_40</media:title>
		</media:content>

		<media:content url="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_50.gif?w=75" medium="image">
			<media:title type="html">CA_Gen_50</media:title>
		</media:content>

		<media:content url="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_60.gif?w=75" medium="image">
			<media:title type="html">CA_Gen_60</media:title>
		</media:content>

		<media:content url="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_70.gif?w=75" medium="image">
			<media:title type="html">CA_Gen_70</media:title>
		</media:content>

		<media:content url="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_80.gif?w=75" medium="image">
			<media:title type="html">CA_Gen_80</media:title>
		</media:content>

		<media:content url="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_90.gif?w=75" medium="image">
			<media:title type="html">CA_Gen_90</media:title>
		</media:content>

		<media:content url="http://mattmarsh.files.wordpress.com/2009/08/ca_gen_100.gif?w=75" medium="image">
			<media:title type="html">CA_Gen_100</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome!</title>
		<link>http://mattmarsh.wordpress.com/2009/08/28/welcome/</link>
		<comments>http://mattmarsh.wordpress.com/2009/08/28/welcome/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 21:36:22 +0000</pubDate>
		<dc:creator>mattmarsh</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Blogs are new to me and I&#8217;m just finding my way around for the moment.  In the days to come I&#8217;ll start posting about a few projects I&#8217;ve been working on.  My hope is that we can get some discussions started about not only my projects but similar ones that you&#8217;re working on.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattmarsh.wordpress.com&amp;blog=9221884&amp;post=1&amp;subd=mattmarsh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Blogs are new to me and I&#8217;m just finding my way around for the moment.  In the days to come I&#8217;ll start posting about a few projects I&#8217;ve been working on.  My hope is that we can get some discussions started about not only my projects but similar ones that you&#8217;re working on.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattmarsh.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattmarsh.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattmarsh.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattmarsh.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattmarsh.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattmarsh.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattmarsh.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattmarsh.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattmarsh.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattmarsh.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattmarsh.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattmarsh.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattmarsh.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattmarsh.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattmarsh.wordpress.com&amp;blog=9221884&amp;post=1&amp;subd=mattmarsh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattmarsh.wordpress.com/2009/08/28/welcome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/663ded471cf9722d7a801dd8b09b136c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattmarsh</media:title>
		</media:content>
	</item>
	</channel>
</rss>
