<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.alti.info/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>Alt-I, des informations alternatives - Informatique, Cultures alternatives et Geekeries saupoudrées d'Ajax. - navigateur</title>
  <link>http://www.alti.info/</link>
  <description>Alt-I, des informations alternatives. Podcast causant d'informatique généraliste et de cultures alternatives avec un soupçon de XHTML, CSS, AJAX, Javascript, et autres outils web…</description>
  <language>fr</language>
  <pubDate>Fri, 29 Aug 2008 01:44:50 +0200</pubDate>
  <copyright>Creative Commons By-NC-SA</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Certificat Download Day</title>
    <link>http://www.alti.info/post/2008/07/03/Certificat-Download-Day-Firefox-2008-record</link>
    <guid isPermaLink="false">urn:md5:b7621b228be3dedc6237aff8e60d72f7</guid>
    <pubDate>Thu, 03 Jul 2008 08:41:00 +0200</pubDate>
    <dc:creator>Hadrien</dc:creator>
        <category>Nawakeries</category>
        <category>Firefox</category><category>Internet</category><category>Mozilla</category><category>navigateur</category>    
    <description>    &lt;p&gt;Grâce à moi, Mozilla a battu un record de téléchargements en 24 heures (8 002 530). C'est pourquoi ils m'ont décerné personnellement ce certificat&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://www.alti.info/images/Scrinchoutes/Certificat_Download_Day_Firefox_2008.jpg&quot;&gt;&lt;img src=&quot;http://www.alti.info/images/Scrinchoutes/.Certificat_Download_Day_Firefox_2008_m.jpg&quot; alt=&quot;Certificat Download Day Firefox 2008&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Merci.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.alti.info/post/2008/07/03/Certificat-Download-Day-Firefox-2008-record#comment-form</comments>
      <wfw:comment>http://www.alti.info/post/2008/07/03/Certificat-Download-Day-Firefox-2008-record#comment-form</wfw:comment>
      <wfw:commentRss>http://www.alti.info/feed/rss2/comments/304</wfw:commentRss>
      </item>
    
  <item>
    <title>Que fait un geek quand il s'ennuie ?</title>
    <link>http://www.alti.info/post/2008/05/03/Que-fait-un-geek-quand-il-sennuie</link>
    <guid isPermaLink="false">urn:md5:ec16ac1221e6ba596e9b91034dd3645a</guid>
    <pubDate>Sat, 03 May 2008 22:11:00 +0200</pubDate>
    <dc:creator>Hadrien</dc:creator>
        <category>Développement</category>
        <category>css</category><category>developpement</category><category>Firefox</category><category>fun</category><category>geek</category><category>navigateur</category>    
    <description>&lt;p&gt;Les jours de week end où on sait pas quoi faire, la plupart des gens tondent le gazon, font du jardinage, vont se ballader… Le geek, lui, code. Et donc j'ai codé en une heure ce superbe programme totalement inutile mais fun qui permet de cacher une image dans un texte grâce à une propriété CSS 3 disponible uniquement dans Firefox (::-moz-selection). Et ça donne ça&amp;nbsp;:&lt;/p&gt;    &lt;p&gt;ceci&lt;/p&gt;
&lt;style type=&quot;text/css&quot; media=&quot;screen&quot;&gt;
	.hiddenImage {
		font-family: &quot;andale mono&quot;, courier, mono ! important;
		font-size: 5px;
		letter-spacing: 5px;
overflow: hidden;
}
	.color_0::-moz-selection {
		background: #ffffff;
		color: #ffffff;
	}
	.color_1::-moz-selection {
		background: #eee8dc;
		color: #eee8dc;
	}
	.color_2::-moz-selection {
		background: #e6bfcb;
		color: #e6bfcb;
	}
	.color_3::-moz-selection {
		background: #cb2585;
		color: #cb2585;
	}
	.color_4::-moz-selection {
		background: #d67ba7;
		color: #d67ba7;
	}
	.color_5::-moz-selection {
		background: #a0b73e;
		color: #a0b73e;
	}
	.color_6::-moz-selection {
		background: #b45f6b;
		color: #b45f6b;
	}
	.color_7::-moz-selection {
		background: #c4bc8c;
		color: #c4bc8c;
	}
&lt;/style&gt;
&lt;div class=&quot;hiddenImage&quot;&gt;
&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_5&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_2&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_6&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_4&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_7&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;

&lt;span class=&quot;color_0&quot;&gt;A&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;d&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_1&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;m&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;r&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;n&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;t&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;v&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;color_0&quot;&gt; &lt;/span&gt;&lt;br /&gt;


&lt;/div&gt;



&lt;p&gt;Si vous êtes sous Firefox et que vous sélectionnez ce blog de texte, vous pourrez voir une surprise. Et si vous voulez faire vos propres images cachées, vous pouvez utiliser &lt;a href=&quot;http://hadrien.eu/Works/hiddenImage/&quot; hreflang=&quot;fr&quot;&gt;le script suivant&lt;/a&gt;.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.alti.info/post/2008/05/03/Que-fait-un-geek-quand-il-sennuie#comment-form</comments>
      <wfw:comment>http://www.alti.info/post/2008/05/03/Que-fait-un-geek-quand-il-sennuie#comment-form</wfw:comment>
      <wfw:commentRss>http://www.alti.info/feed/rss2/comments/270</wfw:commentRss>
      </item>
    
  <item>
    <title>Alt-I sur iPhone</title>
    <link>http://www.alti.info/post/2008/02/23/Alt-I-sur-iPhone</link>
    <guid isPermaLink="false">urn:md5:a3cbaacbad3071c62a34899169a41360</guid>
    <pubDate>Sat, 23 Feb 2008 00:52:00 +0100</pubDate>
    <dc:creator>Hadrien</dc:creator>
        <category>Développement</category>
        <category>Apple</category><category>developpement</category><category>geek</category><category>Internet</category><category>iPhone</category><category>navigateur</category>    
    <description>&lt;p&gt;Alt-i a enfin sa version iPhone&amp;nbsp;! Hourra&amp;nbsp;! Joie&amp;nbsp;! Si vous vous connectez à &lt;a href=&quot;http://www.alti.info&quot; hreflang=&quot;fr&quot;&gt;www.alti.info&lt;/a&gt; avec votre iPhone, vous serez automatiquement redirigé vers &lt;a href=&quot;http://iphone.alti.info&quot; hreflang=&quot;fr&quot;&gt;iphone.alti.info&lt;/a&gt; qui vous proposera un design adapté à l'appareil&amp;nbsp;:&lt;/p&gt;    &lt;p&gt;&lt;img src=&quot;http://www.alti.info/images/Scrinchoutes/alti_iphone_home.jpg&quot; alt=&quot;Alt-i sur iPhone Accueil&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://www.alti.info/images/Scrinchoutes/alti_iphone_post.jpg&quot; alt=&quot;Alt-i sur iPhone Billet&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/p&gt;


&lt;p&gt;C'est y pas beau tout ça&amp;nbsp;?&lt;/p&gt;</description>
    
    
    
          <comments>http://www.alti.info/post/2008/02/23/Alt-I-sur-iPhone#comment-form</comments>
      <wfw:comment>http://www.alti.info/post/2008/02/23/Alt-I-sur-iPhone#comment-form</wfw:comment>
      <wfw:commentRss>http://www.alti.info/feed/rss2/comments/247</wfw:commentRss>
      </item>
    
  <item>
    <title>À la recherche du bug perdu</title>
    <link>http://www.alti.info/post/2008/02/06/A-la-recherche-du-bug-perdu</link>
    <guid isPermaLink="false">urn:md5:bfd086c499c6d9c6fbedc25b2d3ee461</guid>
    <pubDate>Wed, 06 Feb 2008 17:14:00 +0100</pubDate>
    <dc:creator>Hadrien</dc:creator>
        <category>IE SUX</category>
        <category>crash</category><category>developpement</category><category>IE</category><category>Microsoft</category><category>navigateur</category><category>PHP</category>    
    <description>    &lt;p&gt;&lt;img src=&quot;http://www.alti.info/images/Scrinchoutes/.IE6_Crash_plante_s.jpg&quot; alt=&quot;IE6 Crash planté&quot; style=&quot;float:right; margin: 0 0 1em 1em;&quot; /&gt;Je viens de terminer un safari du bug IE6 assez incroyable. Le bug en question se produisait lorsqu'on arrivait sur le control panel d'over-blog (la page d'accueil de l'admin), sous Internet Explorer, avec certains blogs en particulier. La conséquence était un freeze du &lt;del&gt;bouzin&lt;/del&gt; navigateur. Le principal suspect était l'applet flash qui affiche les statistiques.&lt;/p&gt;


&lt;p&gt;Après avoir enfin trouvé un blog en dev confronté au problème, nous avons pu faire des tests poussés. Tout d'abord, désactivation de l'applet flash. Toujours le plantage. Hm… ce n'est donc pas Flash qui est cause.&lt;br /&gt;
J'enchaîne en désactivant tout le control panel. Plus de soucis. Il s'agit bien d'une zone du tableau de bord&amp;nbsp;: le module &quot;Promo Premium et PDA&quot;. En désactivant petit à petit chaque partie du HTML de ce template, on en arrive à trouver la cause du problème. Un &amp;lt;br /&amp;gt; :|&lt;/p&gt;

&lt;pre&gt;
&amp;lt;ul&amp;gt;
	{if empty($thematics)}
	&amp;lt;li&amp;gt;
		&lt;strong&gt;&amp;lt;br /&amp;gt;&lt;/strong&gt;{$lg-&gt;getText('message.thematicNotSelected')}
	&amp;lt;/li&amp;gt;
	{/if}
&amp;lt;/ul&amp;gt;
&lt;/pre&gt;



&lt;p&gt;C'est ce &amp;lt;br /&amp;gt; (ne me demandez pas ce qu'il fait là) qui faisait planter IE&amp;nbsp;! Je trouve ça très fort.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.alti.info/post/2008/02/06/A-la-recherche-du-bug-perdu#comment-form</comments>
      <wfw:comment>http://www.alti.info/post/2008/02/06/A-la-recherche-du-bug-perdu#comment-form</wfw:comment>
      <wfw:commentRss>http://www.alti.info/feed/rss2/comments/233</wfw:commentRss>
      </item>
    
  <item>
    <title>Requêtes Ajax et Internet Explorer</title>
    <link>http://www.alti.info/post/2008/01/04/Requetes-Ajax-et-Internet-Explorer</link>
    <guid isPermaLink="false">urn:md5:233806253a5c615438102a1844bbc728</guid>
    <pubDate>Fri, 04 Jan 2008 12:05:00 +0100</pubDate>
    <dc:creator>Hadrien</dc:creator>
        <category>IE SUX</category>
        <category>AJAX</category><category>developpement</category><category>IE</category><category>Microsoft</category><category>navigateur</category>    
    <description>    &lt;p&gt;J'inaugure une nouvelle catégorie &quot;&lt;a href=&quot;http://www.alti.info/category/IE-SUX&quot; hreflang=&quot;fr&quot;&gt;IE SUX&lt;/a&gt;&quot; dans laquelle j'exprimerais mes coup de gueules envers les &lt;strong&gt;malfonctions de cette bouse infâme qu'est Internet Explorer&lt;/strong&gt;. Aujourd'hui, IE et les requêtes Ajax.&lt;/p&gt;


&lt;p&gt;Un bug sur &lt;a href=&quot;http://www.over-blog.com&quot; hreflang=&quot;fr&quot;&gt;Over-blog&lt;/a&gt;&amp;nbsp;: impossible de mettre un caractère accentué à un nom de catégorie sous IE. Celui-ci envoie systématiquement le string en ISO au lieu d'UTF-8.&lt;/p&gt;


&lt;p&gt;Après moulte fouilles et tentatives de debug, j'ai finalement trouvé la cause du problème. Il s'agit en fait d'un bug de l'objet ActiveX XMLHTTP de IE (6 et 7). Lorsque l'on envoie des données via une requête Ajax en &lt;strong&gt;Get&lt;/strong&gt;, IE se fait un malin plaisir à envoyer la donnée en tant que UTF-8, mais en réalité en ISO. D'où la réception d'un caractère foireux. Par contre, si les données sont envoyées en Post, aucun problème, c'est de l'UTF-8 qu'il envoit.&lt;/p&gt;


&lt;p&gt;Conclusion, &lt;strong&gt;envoyez toute vos requêtes Ajax en Post&lt;/strong&gt;. Merci Microsoft.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.alti.info/post/2008/01/04/Requetes-Ajax-et-Internet-Explorer#comment-form</comments>
      <wfw:comment>http://www.alti.info/post/2008/01/04/Requetes-Ajax-et-Internet-Explorer#comment-form</wfw:comment>
      <wfw:commentRss>http://www.alti.info/feed/rss2/comments/221</wfw:commentRss>
      </item>
    
</channel>
</rss>