<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-313544854168846537</id><updated>2012-02-01T08:37:00.997+01:00</updated><category term='ruby'/><category term='logging'/><category term='flash'/><category term='automake autoconf'/><category term='52'/><category term='airplane'/><category term='38'/><category term='import'/><category term='icinga'/><category term='fedora'/><category term='foreman'/><category term='Moment Musical'/><category term='　Operation Himawari'/><category term='flossk'/><category term='frankfurt airport'/><category term='ひまわり作戦'/><category term='airport'/><category term='rdf'/><category term='39'/><category term='Schubert'/><category term='Catalyt'/><category term='netflix'/><category term='cft'/><category term='osm'/><category term='python'/><category term='wikimedia'/><category term='rails'/><category term='Bible'/><category term='gdata'/><category term='angleToLength'/><category term='Fluglärm'/><category term='Redland'/><category term='fluglaerm'/><category term='fraport'/><category term='system config'/><category term='linux'/><category term='debug'/><category term='qeradiant'/><category term='pediapress'/><category term='silverlight'/><category term='reload'/><category term='Fukushima'/><category term='41'/><category term='tutorial'/><category term='faceAngles'/><category term='nagios'/><category term='diaspora'/><category term='gems'/><category term='puppet'/><category term='wikipedia'/><category term='49trisquel1'/><category term='40'/><category term='uni vlore vlora albania'/><category term='49'/><category term='whte'/><category term='ror'/><category term='12'/><category term='kestrel'/><category term='google'/><title type='text'>FMTYEWTK</title><subtitle type='html'>Far More Than You Ever Wanted to Know
Details from the http://rdfintrospector2.blogspot.com/ blog</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://fmtyewtk.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://fmtyewtk.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default?start-index=101&amp;max-results=100'/><author><name>James Michael Dupont</name><uri>https://profiles.google.com/106785192512941136314</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-czqdP9WvAYQ/AAAAAAAAAAI/AAAAAAAARbQ/liLOpaaTixE/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>564</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-313544854168846537.post-1567047332203686713</id><published>2012-01-28T13:49:00.000+01:00</published><updated>2012-02-01T08:37:01.002+01:00</updated><title type='text'>Installing CPAN perl modules in your home directory without root access. use perl's Local Lib</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;The easy way to installing CPAN perl modules in your home directory without root access.&lt;br /&gt;use perl's Local Lib.&lt;br /&gt;&lt;br /&gt;I just found this page here an article from&amp;nbsp;Jon Allen (JJ),&amp;nbsp;&lt;a href="http://perl.jonallen.info/writing/articles/install-perl-modules-without-root"&gt;http://perl.jonallen.info/writing/articles/install-perl-modules-without-root&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;and it mentioned this great lib (Distribution from&amp;nbsp;&lt;a href="http://search.cpan.org/~apeiron/" style="background-attachment: initial; background-clip: initial; background-color: #dddddd; background-image: initial; background-origin: initial; color: #006699; font-family: arial, sans-serif; font-weight: bold; text-align: -webkit-auto;"&gt;Chris Nehren&lt;/a&gt;&amp;nbsp;):&amp;nbsp;&lt;a href="http://search.cpan.org/dist/local-lib/"&gt;http://search.cpan.org/dist/local-lib/&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The latest version is&amp;nbsp;&lt;a href="http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-1.008004.tar.gz"&gt;http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-1.008004.tar.gz&lt;/a&gt; so you just need to :&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span class="Apple-style-span" style="background-color: black;"&gt;&lt;span class="Apple-style-span" style="color: lime;"&gt;wget &lt;a href="http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-1.008004.tar.gz"&gt;http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-1.008004.tar.gz&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote class="tr_bq"&gt;&lt;span class="Apple-style-span" style="background-color: black;"&gt;&lt;span class="Apple-style-span" style="color: lime;"&gt;&amp;nbsp; tar -xzf local-lib-1.008004.tar.gz&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote class="tr_bq"&gt;&lt;span class="Apple-style-span" style="background-color: black;"&gt;&lt;span class="Apple-style-span" style="color: lime;"&gt;&amp;nbsp; cd local-lib-1.008004/&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;Important, bootstrap, not build normally&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span class="Apple-style-span" style="background-color: black;"&gt;&lt;span class="Apple-style-span" style="color: lime;"&gt; &amp;nbsp;perl Makefile.PL --bootstrap&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;Build &lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span class="Apple-style-span" style="background-color: black; color: lime;"&gt;make&lt;/span&gt;&lt;/blockquote&gt;Install :&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span class="Apple-style-span" style="background-color: black; color: lime;"&gt; &amp;nbsp;make install&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;save the new path in your bashrc :&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span class="Apple-style-span" style="background-color: black;"&gt;&lt;span class="Apple-style-span" style="color: lime;"&gt; echo 'eval $(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)' &amp;gt;&amp;gt;~/.bashrc&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote class="tr_bq"&gt;Now just load that&amp;nbsp;&amp;nbsp;&lt;/blockquote&gt;&lt;blockquote class="tr_bq"&gt;&lt;span class="Apple-style-span" style="background-color: black;"&gt;&lt;span class="Apple-style-span" style="color: lime;"&gt; &amp;nbsp;. ~/.bashrc&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote class="tr_bq"&gt;and run cpan!!&lt;/blockquote&gt;&lt;blockquote class="tr_bq"&gt;&lt;span class="Apple-style-span" style="background-color: black; color: lime;"&gt; &amp;nbsp; cpan&lt;/span&gt;&lt;/blockquote&gt;&lt;div&gt;It is great!&lt;/div&gt;&lt;blockquote class="tr_bq"&gt;&lt;/blockquote&gt;see also :&lt;br /&gt;&lt;a href="http://linuxgazette.net/139/okopnik.html"&gt;http://linuxgazette.net/139/okopnik.html&lt;/a&gt;&lt;br /&gt;&lt;a href="http://perl-begin.org/topics/cpan/life-with-cpan/"&gt;http://perl-begin.org/topics/cpan/life-with-cpan/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/313544854168846537-1567047332203686713?l=fmtyewtk.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fmtyewtk.blogspot.com/feeds/1567047332203686713/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/installing-cpan-perl-modules-in-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/1567047332203686713'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/1567047332203686713'/><link rel='alternate' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/installing-cpan-perl-modules-in-your.html' title='Installing CPAN perl modules in your home directory without root access. use perl&apos;s Local Lib'/><author><name>James Michael Dupont</name><uri>https://profiles.google.com/106785192512941136314</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-czqdP9WvAYQ/AAAAAAAAAAI/AAAAAAAARbQ/liLOpaaTixE/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-313544854168846537.post-7711882547533059636</id><published>2012-01-19T11:19:00.001+01:00</published><updated>2012-01-19T11:26:57.420+01:00</updated><title type='text'>My first bitcoin transaction</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;I signed up for a free bitcoin here&amp;nbsp;&lt;a href="https://freebitcoins.appspot.com/"&gt;https://freebitcoins.appspot.com/&lt;/a&gt;&amp;nbsp;and finally got one (0.005B)&lt;br /&gt;&lt;br /&gt;Here are the details :&lt;br /&gt;&lt;a href="http://blockexplorer.com/tx/052830aea5e450b68568862a9f41d11f35c52316ce5101ee7aff27c518c72f6d#o1"&gt;http://blockexplorer.com/tx/052830aea5e450b68568862a9f41d11f35c52316ce5101ee7aff27c518c72f6d#o1&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;My address is :&lt;span class="Apple-style-span" style="background-color: lime;"&gt;1F5XhHPgYCHSt7Zj7Xxt8QZSYcsG5U7SuQ&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Raw Transaction (&lt;a href="http://blockexplorer.com/rawtx/052830aea5e450b68568862a9f41d11f35c52316ce5101ee7aff27c518c72f6d"&gt;http://blockexplorer.com/rawtx/052830aea5e450b68568862a9f41d11f35c52316ce5101ee7aff27c518c72f6d&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;{&lt;br /&gt;"hash":"052830aea5e450b68568862a9f41d11f35c52316ce5101ee7aff27c518c72f6d",&lt;br /&gt;"ver":1,&lt;br /&gt;"vin_sz":1,&lt;br /&gt;"vout_sz":3,&lt;br /&gt;"lock_time":0,&lt;br /&gt;"size":292,&lt;br /&gt;"in":[&lt;br /&gt;{&lt;br /&gt;"prev_out":{&lt;br /&gt;"hash":"8121f8bdb0c38ac4192a13bf77b305c32c97b44452e0a0d17f35c9b674e7f407",&lt;br /&gt;"n":0&lt;br /&gt;},&lt;br /&gt;"scriptSig":"3045022063e33b0f465d00759599a83595548ab7c92b55ae1c9317f09d29eb75bcd5fc61022100ad39056caddcdf3d0483588082e6bfed4d64621fb1c1f5728fe7c2fbb499eabd01 0485426934c4d22fb1130a3aba09a40e19c107689e4021236d75851d940b948abc1748c27fefc24af362dac9e5718b66b08849bbefc5454c9ba952a1e5ddccfbbc"&lt;br /&gt;}&lt;br /&gt;],&lt;br /&gt;"out":[&lt;br /&gt;{&lt;br /&gt;"value":"18.81350000",&lt;br /&gt;"scriptPubKey":"OP_DUP OP_HASH160 acec5c3fafe78b7d7484d1048e9100496a93281d OP_EQUALVERIFY OP_CHECKSIG"&lt;br /&gt;},&lt;br /&gt;{&lt;br /&gt;"value":"0.00500000",&lt;br /&gt;"scriptPubKey":"OP_DUP OP_HASH160 9a6d0c1d4150cd0c67c87ecf4a3e25b10024a5d6 OP_EQUALVERIFY OP_CHECKSIG"&lt;br /&gt;},&lt;br /&gt;{&lt;br /&gt;"value":"0.00500000",&lt;br /&gt;"scriptPubKey":"OP_DUP OP_HASH160 691d4ed4e7913dfe8896f96428eba4233615443d OP_EQUALVERIFY OP_CHECKSIG"&lt;br /&gt;}&lt;br /&gt;]&lt;br /&gt;}&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;web format :&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;h1&gt;Transaction&lt;/h1&gt;&lt;div id="shortlink"&gt;Short link: &lt;a href="http://blockexplorer.com/t/CLR8uffbu"&gt;http://blockexplorer.com/t/CLR8uffbu&lt;/a&gt;&lt;/div&gt;&lt;ul class="infoList"&gt;&lt;li&gt;Hash&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/Full+hash+of+this+transaction" title="Full hash of this transaction"&gt;?&lt;/a&gt;&lt;/sup&gt;: 052830aea5e450b68568862a9f41d11f35c52316ce5101ee7aff27c518c72f6d&lt;/li&gt;&lt;li&gt;Appeared in &lt;a href="http://blockexplorer.com/block/000000000000063fcc036cede6330970932f4294b69100571cf8d73b22c36595"&gt;block 162658&lt;/a&gt; (2012-01-17 19:58:35)&lt;/li&gt;&lt;li&gt;Number of inputs&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/Total+number+of+previous+outputs+this+transaction+redeems" title="Total number of previous outputs this transaction redeems"&gt;?&lt;/a&gt;&lt;/sup&gt;: 1 (&lt;a href="http://draft.blogger.com/blogger.g?blogID=313544854168846537#inputs"&gt;Jump to inputs&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;Total BTC in&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/Total+BTC+redeemed+from+previous+transactions" title="Total BTC redeemed from previous transactions"&gt;?&lt;/a&gt;&lt;/sup&gt;: 18.824&lt;/li&gt;&lt;li&gt;Number of outputs: 3 (&lt;a href="http://draft.blogger.com/blogger.g?blogID=313544854168846537#outputs"&gt;Jump to outputs&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;Total BTC out&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/Total+BTC+sent+with+this+transaction." title="Total BTC sent with this transaction."&gt;?&lt;/a&gt;&lt;/sup&gt;: 18.8235&lt;/li&gt;&lt;li&gt;Size&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/The+data+size+of+this+transaction.+This+is+the+number+that+Bitcoin+uses+for+block+size+limits+and+fees+--+it+may+not+be+the+actual+size+on+disk.+1+kilobyte+%3D+1000+bytes+%28this+is+how+Bitcoin+does+it%29." title="The data size of this transaction. This is the number that Bitcoin uses for block size limits and fees -- it may not be the actual size on disk. 1 kilobyte = 1000 bytes (this is how Bitcoin does it)."&gt;?&lt;/a&gt;&lt;/sup&gt;: 292 bytes&lt;/li&gt;&lt;li&gt;Fee&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/The+amount+of+BTC+given+to+the+person+who+generated+the+block+this+appeared+in.+It%27s+the+difference+between+total+BTC+in+and+total+BTC+out." title="The amount of BTC given to the person who generated the block this appeared in. It's the difference between total BTC in and total BTC out."&gt;?&lt;/a&gt;&lt;/sup&gt;: 0.0005&lt;/li&gt;&lt;li&gt;&lt;a href="http://blockexplorer.com/rawtx/052830aea5e450b68568862a9f41d11f35c52316ce5101ee7aff27c518c72f6d"&gt;Raw transaction&lt;/a&gt;&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/Almost+the+same+as+getblock." title="Almost the same as getblock."&gt;?&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;&lt;a href="" name="inputs"&gt;Inputs&lt;/a&gt;&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/Each+input+redeems+a+previous+output+with+a+signature." title="Each input redeems a previous output with a signature."&gt;?&lt;/a&gt;&lt;/sup&gt;&lt;/h3&gt;&lt;table class="txtable"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Previous output (index)&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/The+truncated+hash+of+a+previous+transaction+and+the+index+of+the+output+that+this+input+is+redeeming+%28after+the+colon%29.+The+first+output+in+a+transaction+has+an+index+of+0." title="The truncated hash of a previous transaction and the index of the output that this input is redeeming (after the colon). The first output in a transaction has an index of 0."&gt;?&lt;/a&gt;&lt;/sup&gt;&lt;/th&gt;&lt;th&gt;Amount&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/Amount+of+BTC+gotten+from+this+output" title="Amount of BTC gotten from this output"&gt;?&lt;/a&gt;&lt;/sup&gt;&lt;/th&gt;&lt;th&gt;From address&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/The+addresses+of+the+referenced+outputs.+Whoever+sent+this+transaction+owns+all+of+these+addresses." title="The addresses of the referenced outputs. Whoever sent this transaction owns all of these addresses."&gt;?&lt;/a&gt;&lt;/sup&gt;&lt;/th&gt;&lt;th&gt;Type&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/The+type+of+the+referenced+output.+Bitcoin+only+sends+a+few+different+types+of+transactions.+%27Address%27+sends+to+an+Bitcoin+address.+%27Pubkey%27+sends+directly+to+a+public+key%2C+and+is+used+for+IP+transactions+and+generations.+%27Strange%27+is+an+unusual+transaction+not+created+by+the+official+Bitcoin+client." title="The type of the referenced output. Bitcoin only sends a few different types of transactions. 'Address' sends to an Bitcoin address. 'Pubkey' sends directly to a public key, and is used for IP transactions and generations. 'Strange' is an unusual transaction not created by the official Bitcoin client."&gt;?&lt;/a&gt;&lt;/sup&gt;&lt;/th&gt;&lt;th&gt;ScriptSig&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/This+script+is+matched+with+the+referenced+output%27s+scriptPubKey.+It+usually+contains+a+signature%2C+and+possibly+a+public+key.+ScriptSigs+of+generation+inputs+are+sometimes+called+the+%27coinbase%27+parameter%2C+and+they+contain+the+current+compact+target+and+the+extraNonce+variable" title="This script is matched with the referenced output's scriptPubKey. It usually contains a signature, and possibly a public key. ScriptSigs of generation inputs are sometimes called the 'coinbase' parameter, and they contain the current compact target and the extraNonce variable"&gt;?&lt;/a&gt;&lt;/sup&gt;&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href="http://blockexplorer.com/tx/8121f8bdb0c38ac4192a13bf77b305c32c97b44452e0a0d17f35c9b674e7f407#o0" name="i4053923"&gt;8121f8bdb0c3...:0&lt;/a&gt;&lt;/td&gt;&lt;td&gt;18.824&lt;/td&gt;&lt;td&gt;&lt;a href="http://blockexplorer.com/address/1PAYRYja21UGtXrzLK4ZisGHBErzFHELM8"&gt;1PAYRYja21UGtXrzLK4ZisGHBErzFHELM8&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Address&lt;/td&gt;&lt;td&gt;&lt;div class="hugeCell"&gt;3045022063e33b0f465d00759599a83595548ab7c92b55ae1c9317f09d29eb75bcd5fc61022100ad39056caddcdf3d0483588082e6bfed4d64621fb1c1f5728fe7c2fbb499eabd01 0485426934c4d22fb1130a3aba09a40e19c107689e4021236d75851d940b948abc1748c27fefc24af362dac9e5718b66b08849bbefc5454c9ba952a1e5ddccfbbc&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h3&gt;&lt;a href="" name="outputs"&gt;Outputs&lt;/a&gt;&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/Each+output+sends+BTC+to+some+address.+In+the+official+client%2C+usually+one+output+sends+coins+to+the+destination%2C+and+one+output+sends+coins+back+to+a+new+address+owned+by+the+sender." title="Each output sends BTC to some address. In the official client, usually one output sends coins to the destination, and one output sends coins back to a new address owned by the sender."&gt;?&lt;/a&gt;&lt;/sup&gt;&lt;/h3&gt;&lt;table class="txtable"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Index&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/Starts+at+0+and+increments+for+each+output." title="Starts at 0 and increments for each output."&gt;?&lt;/a&gt;&lt;/sup&gt;&lt;/th&gt;&lt;th&gt;Redeemed at input&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/If+this+output+has+ever+been+spent+by+the+recipient%2C+the+transaction+that+did+it+is+listed+here.+%28If+you+look+at+these+links%2C+you+will+see+that+I+assign+a+number+to+each+input.+This+is+an+internal+ID+unrelated+to+Bitcoin.%29" title="If this output has ever been spent by the recipient, the transaction that did it is listed here. (If you look at these links, you will see that I assign a number to each input. This is an internal ID unrelated to Bitcoin.)"&gt;?&lt;/a&gt;&lt;/sup&gt;&lt;/th&gt;&lt;th&gt;Amount&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/BTC+sent+by+this+output" title="BTC sent by this output"&gt;?&lt;/a&gt;&lt;/sup&gt;&lt;/th&gt;&lt;th&gt;To address&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/Addresses+this+output+was+sent+to" title="Addresses this output was sent to"&gt;?&lt;/a&gt;&lt;/sup&gt;&lt;/th&gt;&lt;th&gt;Type&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/The+type+of+the+output.+Bitcoin+only+sends+a+few+different+types+of+transactions.+%27Address%27+sends+to+an+Bitcoin+address.+%27Pubkey%27+sends+directly+to+a+public+key%2C+and+is+used+for+IP+transactions+and+generations.+%27Strange%27+is+an+unusual+transaction+not+created+by+the+official+Bitcoin+client." title="The type of the output. Bitcoin only sends a few different types of transactions. 'Address' sends to an Bitcoin address. 'Pubkey' sends directly to a public key, and is used for IP transactions and generations. 'Strange' is an unusual transaction not created by the official Bitcoin client."&gt;?&lt;/a&gt;&lt;/sup&gt;&lt;/th&gt;&lt;th&gt;ScriptPubKey&lt;sup&gt;&lt;a class="help" href="http://blockexplorer.com/nojshelp/This+script+specifies+the+conditions+that+must+be+met+by+someone+attempting+to+redeem+this+output.+Usually+it+contains+a+hash160+%28Bitcoin+address%29+or+a+public+key." title="This script specifies the conditions that must be met by someone attempting to redeem this output. Usually it contains a hash160 (Bitcoin address) or a public key."&gt;?&lt;/a&gt;&lt;/sup&gt;&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;&lt;a href="http://blockexplorer.com/tx/f6efbe15f9fd332770c0716ac024fce2c361aa20470584c1ae5d6e926c3695e2#i4053943" name="o0"&gt;f6efbe15f9fd...&lt;/a&gt;&lt;/td&gt;&lt;td&gt;18.8135&lt;/td&gt;&lt;td&gt;&lt;a href="http://blockexplorer.com/address/1GmLNbnAv1B812MF6oQJbhyyAvcodDcPYH"&gt;1GmLNbnAv1B812MF6oQJbhyyAvcodDcPYH&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Address&lt;/td&gt;&lt;td&gt;&lt;div class="hugeCell"&gt;OP_DUP OP_HASH160 acec5c3fafe78b7d7484d1048e9100496a93281d OP_EQUALVERIFY OP_CHECKSIG&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;a href="" name="o1"&gt;Not yet redeemed&lt;/a&gt;&lt;/td&gt;&lt;td&gt;0.005&lt;/td&gt;&lt;td&gt;&lt;a href="http://blockexplorer.com/address/1F5XhHPgYCHSt7Zj7Xxt8QZSYcsG5U7SuQ"&gt;&lt;span class="Apple-style-span" style="color: lime;"&gt;1F5XhHPgYCHSt7Zj7Xxt8QZSYcsG5U7SuQ&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Address&lt;/td&gt;&lt;td&gt;&lt;div class="hugeCell"&gt;OP_DUP OP_HASH160 9a6d0c1d4150cd0c67c87ecf4a3e25b10024a5d6 OP_EQUALVERIFY OP_CHECKSIG&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;a href="" name="o2"&gt;Not yet redeemed&lt;/a&gt;&lt;/td&gt;&lt;td&gt;0.005&lt;/td&gt;&lt;td&gt;&lt;a href="http://blockexplorer.com/address/1Aao4VcTTRB1SVweRiSYB5dJUriuSJWHnW"&gt;1Aao4VcTTRB1SVweRiSYB5dJUriuSJWHnW&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Address&lt;/td&gt;&lt;td&gt;&lt;div class="hugeCell"&gt;OP_DUP OP_HASH160 691d4ed4e7913dfe8896f96428eba4233615443d OP_EQUALVERIFY OP_CHECKSIG&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/313544854168846537-7711882547533059636?l=fmtyewtk.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fmtyewtk.blogspot.com/feeds/7711882547533059636/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/my-first-bitcoin-transaction.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/7711882547533059636'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/7711882547533059636'/><link rel='alternate' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/my-first-bitcoin-transaction.html' title='My first bitcoin transaction'/><author><name>James Michael Dupont</name><uri>https://profiles.google.com/106785192512941136314</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-czqdP9WvAYQ/AAAAAAAAAAI/AAAAAAAARbQ/liLOpaaTixE/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-313544854168846537.post-2648208317967039733</id><published>2012-01-17T21:28:00.002+01:00</published><updated>2012-01-20T21:39:35.724+01:00</updated><title type='text'>One Hour of Programming C/C++, Perl, XML/HTML/CSS, Linux, mysql, Postgres</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;I offer one hour of Programming in the following languages : Perl, C/C++, SQL, Bash and consulting on Linux, Mysql, Postgres, Openstreetmap and many free/libre open source software packages. &lt;br /&gt;&lt;br /&gt;The introductory price of 35 euros per hour, a 50% savings off my normal rate for the purposes of generating new customers. &lt;br /&gt;&lt;br /&gt;for more about me : &lt;br /&gt;&lt;a href="https://sites.google.com/site/introspectorsoftwareservices/welcome"&gt;https://sites.google.com/site/introspectorsoftwareservices/welcome&lt;/a&gt; &lt;br /&gt;After the first hour we will have to negotiate a contract, and I have a pool of programmers in my network with competitive rates.&lt;br /&gt;&lt;br /&gt;BitCoin, Paypal, Wiretransfer accepted.&lt;br /&gt;&lt;br /&gt;Pay Half up front after discussion of work and Half when job is complete. 100% Satisfied customers or your money back. &lt;br /&gt;No Windows, No Mac, No .net&lt;br /&gt;No Account creating, No Spamming, No Scamming&lt;br /&gt;just coding. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/313544854168846537-2648208317967039733?l=fmtyewtk.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fmtyewtk.blogspot.com/feeds/2648208317967039733/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/one-hour-of-programming-cc-perl.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/2648208317967039733'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/2648208317967039733'/><link rel='alternate' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/one-hour-of-programming-cc-perl.html' title='One Hour of Programming C/C++, Perl, XML/HTML/CSS, Linux, mysql, Postgres'/><author><name>James Michael Dupont</name><uri>https://profiles.google.com/106785192512941136314</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-czqdP9WvAYQ/AAAAAAAAAAI/AAAAAAAARbQ/liLOpaaTixE/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-313544854168846537.post-609870184399110473</id><published>2012-01-16T23:24:00.002+01:00</published><updated>2012-01-16T23:24:21.893+01:00</updated><title type='text'>Montagsdemo frankfurt flughafen : Freitag schon auf Montag freuen!</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;a href="http://1.bp.blogspot.com/-cGgY4NHJhbk/TxSHTq_5yAI/AAAAAAAARDc/UpBDeE51iFk/s1600/DSC03031.JPG" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="320" src="http://1.bp.blogspot.com/-cGgY4NHJhbk/TxSHTq_5yAI/AAAAAAAARDc/UpBDeE51iFk/s320/DSC03031.JPG" width="240" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="tr-caption" style="font-size: 13px;"&gt;Freitag schon auf Montag freuen!&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;Today I went to pick up my sister in law from the airport and got caught in a "Montagsdemo" a demo against the airport noise! I loved it and took some pictures.&lt;br /&gt;&lt;br /&gt;see also (german)&lt;br /&gt;&lt;a href="http://www.fr-online.de/flughafen-frankfurt/montagsdemo-radau-gegen-fluglaerm,2641734,11233730.html"&gt;http://www.fr-online.de/flughafen-frankfurt/montagsdemo-radau-gegen-fluglaerm,2641734,11233730.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;see also my post on this subject&lt;br /&gt;&lt;a href="http://fmtyewtk.blogspot.com/2012/01/fluglaermfluglarmairplane-noise.html"&gt;http://fmtyewtk.blogspot.com/2012/01/fluglaermfluglarmairplane-noise.htm&lt;/a&gt;&lt;a href="http://fmtyewtk.blogspot.com/2012/01/fluglaermfluglarmairplane-noise.html"&gt;l&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;Video 1&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;object width="320" height="266" class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://i.ytimg.com/vi/sQwWz_wFthY/0.jpg"&gt;&lt;param name="movie" value="http://www.youtube.com/v/sQwWz_wFthY?version=3&amp;f=user_uploads&amp;c=google-webdrive-0&amp;app=youtube_gdata" /&gt;&lt;param name="bgcolor" value="#FFFFFF" /&gt;&lt;embed width="320" height="266"  src="http://www.youtube.com/v/sQwWz_wFthY?version=3&amp;f=user_uploads&amp;c=google-webdrive-0&amp;app=youtube_gdata" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;Video 2&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;object width="320" height="266" class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://i.ytimg.com/vi/JulN6e-vt68/0.jpg"&gt;&lt;param name="movie" value="http://www.youtube.com/v/JulN6e-vt68?version=3&amp;f=user_uploads&amp;c=google-webdrive-0&amp;app=youtube_gdata" /&gt;&lt;param name="bgcolor" value="#FFFFFF" /&gt;&lt;embed width="320" height="266"  src="http://www.youtube.com/v/JulN6e-vt68?version=3&amp;f=user_uploads&amp;c=google-webdrive-0&amp;app=youtube_gdata" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;video 3&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;object width="320" height="266" class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://i.ytimg.com/vi/4N023s1MwdI/0.jpg"&gt;&lt;param name="movie" value="http://www.youtube.com/v/4N023s1MwdI?version=3&amp;f=user_uploads&amp;c=google-webdrive-0&amp;app=youtube_gdata" /&gt;&lt;param name="bgcolor" value="#FFFFFF" /&gt;&lt;embed width="320" height="266"  src="http://www.youtube.com/v/4N023s1MwdI?version=3&amp;f=user_uploads&amp;c=google-webdrive-0&amp;app=youtube_gdata" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;Video 4&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;object width="320" height="266" class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://i.ytimg.com/vi/SE3s4p5QynA/0.jpg"&gt;&lt;param name="movie" value="http://www.youtube.com/v/SE3s4p5QynA?version=3&amp;f=user_uploads&amp;c=google-webdrive-0&amp;app=youtube_gdata" /&gt;&lt;param name="bgcolor" value="#FFFFFF" /&gt;&lt;embed width="320" height="266"  src="http://www.youtube.com/v/SE3s4p5QynA?version=3&amp;f=user_uploads&amp;c=google-webdrive-0&amp;app=youtube_gdata" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Video 5&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;object width="320" height="266" class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://i.ytimg.com/vi/3tI4LoWseSo/0.jpg"&gt;&lt;param name="movie" value="http://www.youtube.com/v/3tI4LoWseSo?version=3&amp;f=user_uploads&amp;c=google-webdrive-0&amp;app=youtube_gdata" /&gt;&lt;param name="bgcolor" value="#FFFFFF" /&gt;&lt;embed width="320" height="266"  src="http://www.youtube.com/v/3tI4LoWseSo?version=3&amp;f=user_uploads&amp;c=google-webdrive-0&amp;app=youtube_gdata" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Photos&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-Kj3STQILQ74/TxSHRSd862I/AAAAAAAARDU/P_8juP5gTac/s1600/DSC03032.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://1.bp.blogspot.com/-Kj3STQILQ74/TxSHRSd862I/AAAAAAAARDU/P_8juP5gTac/s320/DSC03032.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-p6EKSEh9Q18/TxSHTHzxCwI/AAAAAAAARDg/i3doL0g1Vt0/s1600/DSC03029.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://3.bp.blogspot.com/-p6EKSEh9Q18/TxSHTHzxCwI/AAAAAAAARDg/i3doL0g1Vt0/s320/DSC03029.JPG" width="240" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-h3-Dpo0LmbE/TxSIZpys23I/AAAAAAAARD0/TxqZlhr8LT4/s1600/DSC03027.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://1.bp.blogspot.com/-h3-Dpo0LmbE/TxSIZpys23I/AAAAAAAARD0/TxqZlhr8LT4/s320/DSC03027.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-uzmKUFsRZJE/TxSH9V44dYI/AAAAAAAARDs/JCUpMGOInfU/s1600/DSC03026.JPG" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="140" src="http://1.bp.blogspot.com/-uzmKUFsRZJE/TxSH9V44dYI/AAAAAAAARDs/JCUpMGOInfU/s640/DSC03026.JPG" width="640" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;panorama&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-NSyd7T_sD20/TxSIkFWKD6I/AAAAAAAARD8/LOaobA5cWP0/s1600/DSC03025.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://1.bp.blogspot.com/-NSyd7T_sD20/TxSIkFWKD6I/AAAAAAAARD8/LOaobA5cWP0/s320/DSC03025.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-UuPqFiYCox8/TxSJQIMAPhI/AAAAAAAAREE/C3YlmUwWIGk/s1600/DSC03024.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://1.bp.blogspot.com/-UuPqFiYCox8/TxSJQIMAPhI/AAAAAAAAREE/C3YlmUwWIGk/s320/DSC03024.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-57SXiVPxsz0/TxSKSt-xysI/AAAAAAAAREk/-kWWMlg2aj8/s1600/DSC03017.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://4.bp.blogspot.com/-57SXiVPxsz0/TxSKSt-xysI/AAAAAAAAREk/-kWWMlg2aj8/s320/DSC03017.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-LsgNz34-DD4/TxSJ_j3_e6I/AAAAAAAAREc/J5U5MmwW4Vs/s1600/DSC03018.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://2.bp.blogspot.com/-LsgNz34-DD4/TxSJ_j3_e6I/AAAAAAAAREc/J5U5MmwW4Vs/s320/DSC03018.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-lBg0976OweM/TxSJhacSAyI/AAAAAAAAREM/NQZ0e116fho/s1600/DSC03023.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://3.bp.blogspot.com/-lBg0976OweM/TxSJhacSAyI/AAAAAAAAREM/NQZ0e116fho/s320/DSC03023.JPG" width="240" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;Police dog just chilling out&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-gGGBvKsx7ZE/TxSKY8-pluI/AAAAAAAAREs/Yz4sVGjURCs/s1600/DSC03016.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://2.bp.blogspot.com/-gGGBvKsx7ZE/TxSKY8-pluI/AAAAAAAAREs/Yz4sVGjURCs/s320/DSC03016.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-_4PmvFMCZ44/TxSKp9-EdYI/AAAAAAAARE0/zPbvnzWpBtQ/s1600/DSC03015.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://3.bp.blogspot.com/-_4PmvFMCZ44/TxSKp9-EdYI/AAAAAAAARE0/zPbvnzWpBtQ/s320/DSC03015.JPG" width="240" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/313544854168846537-609870184399110473?l=fmtyewtk.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fmtyewtk.blogspot.com/feeds/609870184399110473/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/montagsdemo-frankfurt-flughafen-freitag.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/609870184399110473'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/609870184399110473'/><link rel='alternate' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/montagsdemo-frankfurt-flughafen-freitag.html' title='Montagsdemo frankfurt flughafen : Freitag schon auf Montag freuen!'/><author><name>James Michael Dupont</name><uri>https://profiles.google.com/106785192512941136314</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-czqdP9WvAYQ/AAAAAAAAAAI/AAAAAAAARbQ/liLOpaaTixE/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-cGgY4NHJhbk/TxSHTq_5yAI/AAAAAAAARDc/UpBDeE51iFk/s72-c/DSC03031.JPG' height='72' width='72'/><thr:total>0</thr:total><georss:featurename>Frankfurt am Main Airport (FRA), Flughafen 1, 60547 Frankfurt, Germany</georss:featurename><georss:point>50.0375323 8.5609494</georss:point><georss:box>49.9967993 8.481985400000001 50.078265300000005 8.6399134</georss:box></entry><entry><id>tag:blogger.com,1999:blog-313544854168846537.post-5784967499469912956</id><published>2012-01-16T23:10:00.001+01:00</published><updated>2012-01-16T23:10:06.611+01:00</updated><title type='text'>Unity media hat sie nicht mehr! UnitymediaHilfe "... Sie schon einmal über ein Upgrade Ihrer Internetgeschwindigkeit nachgedacht ? " !!!!!!!</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;Seit Tagen leide ich an Youtube buffering, es laedt und laedt und laedt.&lt;br /&gt;&lt;br /&gt;Endlich habe ich genug, ich anlysiere das problem und stelle fest, die test video von youtube laedt mit 0-20k/s. Beim zweiten mal laedt es mit 6mb/s. Es wird auch nicht bei mir zwischengespeichert, sehe das problem auch mit einem netzwerk monitor. Es muss wohl an die leitung zwischen unitymedia und youtube liegen.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Am 12. Januar 2012 11:52 mache ich eine Problemeldung bei unitymedia auf dem webformular,&lt;br /&gt;&lt;br /&gt;Ich melde das problem am 12. Januar 2012,  ich hange dieses Dokument an&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.scribd.com/doc/78022241/UnityMedia-2play-6000-Problems" style="-x-system-font: none; display: block; font-family: Helvetica,Arial,Sans-serif; font-size-adjust: none; font-size: 14px; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin: 12px auto 6px auto; text-decoration: underline;" title="View UnityMedia 2play 6000 Problems on Scribd"&gt;UnityMedia 2play 6000 Problems&lt;/a&gt;&lt;iframe class="scribd_iframe_embed" data-aspect-ratio="0.772727272727273" data-auto-height="true" frameborder="0" height="600" id="doc_14858" scrolling="no" src="http://www.scribd.com/embeds/78022241/content?start_page=1&amp;amp;view_mode=list&amp;amp;access_key=key-1yeb2bzrwfoxybob5ogh" width="100%"&gt;&lt;/iframe&gt;&lt;script type="text/javascript"&gt;(function() { var scribd = document.createElement("script"); scribd.type = "text/javascript"; scribd.async = true; scribd.src = "http://www.scribd.com/javascripts/embed_code/inject.js"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(scribd, s); })();&lt;/script&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;und den video link&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;object class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://i.ytimg.com/vi/etbGHgwlHOI/0.jpg" height="266" width="320"&gt;&lt;param name="movie" value="http://www.youtube.com/v/etbGHgwlHOI?version=3&amp;f=user_uploads&amp;c=google-webdrive-0&amp;app=youtube_gdata" /&gt;&lt;param name="bgcolor" value="#FFFFFF" /&gt;&lt;embed width="320" height="266"  src="http://www.youtube.com/v/etbGHgwlHOI?version=3&amp;f=user_uploads&amp;c=google-webdrive-0&amp;app=youtube_gdata" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: white; color: #999999; font-family: arial, sans-serif; font-size: 11px; line-height: 15px; white-space: nowrap;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.unitymedia.de/service/kontakt_technisch.html"&gt;http://www.unitymedia.de/service/kontakt_technisch.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;da steht als bestaetigung :&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;Wir haben Ihre E-Mail erhalten und werden uns schnellstmöglich&lt;br /&gt;um Ihr Anliegen kümmern.&lt;/blockquote&gt;aber keinen Ticket nummer. &amp;nbsp;Ich bekomme nie eine richtige Bestaetigung .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div id="_atssh" style="height: 1px; position: absolute; visibility: hidden; width: 1px; z-index: 100000;"&gt;&lt;iframe src="file:///home/mdupont/Desktop/unitymedia/bestaetigung_files/sh72.html" id="_atssh165" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; height: 1px; left: 0px; position: absolute; top: 0px; width: 1px; z-index: 100000;" title="AddThis utility frame"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;div id="umSocialMediaBarWrapper"&gt;&lt;div id="umSocialMediaBar"&gt;Am naechsten Tag bekomme ich keine bestaetigung, ich melde es nochmal, mache aber eine speicherung der webseite. es war&amp;nbsp;Jan 13 um 20:13 . Ich bekomme auch nie eine bestaetigung.&lt;/div&gt;&lt;div id="umSocialMediaBar"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="umSocialMediaBar"&gt;Heute schreibe ich nochmal einen brief&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.scribd.com/doc/78453233/Unity-Media-Second-Letter-UnitymediaHilfe" style="-x-system-font: none; display: block; font-family: Helvetica,Arial,Sans-serif; font-size-adjust: none; font-size: 14px; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin: 12px auto 6px auto; text-decoration: underline;" title="View Unity Media Second Letter @UnitymediaHilfe on Scribd"&gt;Unity Media Second Letter @UnitymediaHilfe&lt;/a&gt;&lt;iframe class="scribd_iframe_embed" data-aspect-ratio="0.772727272727273" data-auto-height="true" frameborder="0" height="600" id="doc_58754" scrolling="no" src="http://www.scribd.com/embeds/78453233/content?start_page=1&amp;amp;view_mode=list&amp;amp;access_key=key-bkczvzas67k7gb0zh3" width="100%"&gt;&lt;/iframe&gt;&lt;script type="text/javascript"&gt;(function() { var scribd = document.createElement("script"); scribd.type = "text/javascript"; scribd.async = true; scribd.src = "http://www.scribd.com/javascripts/embed_code/inject.js"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(scribd, s); })();&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ich schicke das diesmal per email an unitymedia,&lt;br /&gt;und bekomme zum ersten mal in 3 tagen eine bestaetigung oder feedback :&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Delivered-To: jamesmikedupont@googlemail.com&lt;br /&gt;Received: by 10.146.153.7 with SMTP id a7cs118641yae;&lt;br /&gt;        Mon, 16 Jan 2012 03:54:37 -0800 (PST)&lt;br /&gt;Received: by 10.213.13.66 with SMTP id b2mr3587976eba.31.1326714875189;&lt;br /&gt;        Mon, 16 Jan 2012 03:54:35 -0800 (PST)&lt;br /&gt;Return-Path: &amp;lt;noreply@unitymedia.de&amp;gt;&lt;br /&gt;Received: from uhura.unitymedia.de (uhura.unitymedia.de. [80.69.97.11])&lt;br /&gt;        by mx.google.com with ESMTPS id j20si1115646eej.70.2012.01.16.03.54.34&lt;br /&gt;        (version=TLSv1/SSLv3 cipher=OTHER);&lt;br /&gt;        Mon, 16 Jan 2012 03:54:35 -0800 (PST)&lt;br /&gt;Received-SPF: pass (google.com: domain of noreply@unitymedia.de designates 80.69.97.11 as permitted sender) client-ip=80.69.97.11;&lt;br /&gt;Authentication-Results: mx.google.com; spf=pass (google.com: domain of noreply@unitymedia.de designates 80.69.97.11 as permitted sender) smtp.mail=noreply@unitymedia.de&lt;br /&gt;Received: by uhura.unitymedia.de (Postfix, from userid 99)&lt;br /&gt; id 79D34CC00CF; Mon, 16 Jan 2012 12:54:34 +0100 (CET)&lt;br /&gt;From: kundenservice@unitymedia.de&lt;br /&gt;To: Mike  Dupont &amp;lt;jamesmikedupont@googlemail.com&amp;gt;&lt;br /&gt;Sender: noreply@unitymedia.de&lt;br /&gt;References: &amp;lt;CAF0qKV3MvxO-3CH_hBykD5Aj85TUuYW+bhQ13+FEh9L9A-pBqQ@mail.gmail.com&amp;gt;&lt;br /&gt;In-Reply-To: &amp;lt;CAF0qKV3MvxO-3CH_hBykD5Aj85TUuYW+bhQ13+FEh9L9A-pBqQ@mail.gmail.com&amp;gt;&lt;br /&gt;Subject: Ihre Anfrage an Unitymedia&lt;br /&gt;MIME-Version: 1.0&lt;br /&gt;Content-Type: text/plain&lt;br /&gt;X-remark: Automatic response generated by autoresponder v1.16.7 (r1.18)&lt;br /&gt;Errors-To: noreply@unitymedia.de&lt;br /&gt;Precedence: bulk&lt;br /&gt;Message-Id: &amp;lt;20120116115434.79D34CC00CF@uhura.unitymedia.de&amp;gt;&lt;br /&gt;Date: Mon, 16 Jan 2012 12:54:34 +0100 (CET)&lt;br /&gt;Sehr geehrte Dame, sehr geehrter Herr,&lt;br /&gt;wir haben Ihre E-Mail erhalten und werden uns schnellstmöglich um Ihr Anliegen&lt;br /&gt; kümmern.&lt;br /&gt;Bitte haben Sie Verständnis dafür, dass sofern Sie Ihrer E-Mail Anlagen&lt;br /&gt; beigefügt haben, wir diese nur in den Formaten (Text, PDF, JPG, PNG, GIF, TIFF,&lt;br /&gt;Word) bearbeiten können.&lt;br /&gt;Ihr Unitymedia Team&lt;br /&gt;www.unitymedia.de&lt;br /&gt;Handelsregister: Amtsgericht Köln HRB 55984&lt;br /&gt;Geschäftsführer: Lutz Schüler (Vorsitzender), Dr. Herbert Leifker&lt;/blockquote&gt;&lt;pre style="text-align: -webkit-auto; white-space: pre-wrap; word-wrap: break-word;"&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="text-align: -webkit-auto; white-space: pre-wrap; word-wrap: break-word;"&gt;Dann schicke ich folgendes an unitymedia twitter :&lt;/pre&gt;&lt;pre style="text-align: -webkit-auto; white-space: pre-wrap; word-wrap: break-word;"&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="text-align: -webkit-auto; white-space: pre-wrap; word-wrap: break-word;"&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;img src="https://twimg0-a.akamaihd.net/profile_images/71898792/logo_100x100_normal.png" /&gt;&lt;a href="https://twitter.com/"&gt;UnitymediaHilfe&lt;/a&gt;&lt;br /&gt;Gerne helfen wir Ihnen weiter. Teilen Sie uns bitte Ihre Kundennummer per DM mit. ^KO&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://twimg0-a.akamaihd.net/profile_images/1685113500/DSC_2453_normal.jpg" /&gt;&lt;a href="https://twitter.com/"&gt;h4ck3rm1k3&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;kunden nummer XXX ich habe jetzt 2 anfragen und 2 mails am laufen.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://twimg0-a.akamaihd.net/profile_images/71898792/logo_100x100_normal.png" /&gt;&lt;a href="https://twitter.com/"&gt;UnitymediaHilfe&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Nach Prüfung Ihres Kundenvertrages haben Sie zwischenzeitlich mit unserem technischen Support Kontakt aufgenommen.Vielen Dank. Haben... ^KO&lt;br /&gt;&lt;br /&gt;&lt;img src="https://twimg0-a.akamaihd.net/profile_images/71898792/logo_100x100_normal.png" /&gt;&lt;a href="https://twitter.com/"&gt;UnitymediaHilfe&lt;/a&gt;&lt;br /&gt;Entschuldigen Sie bitte, der Kontakt wurde über Email geführt. Die Antwort sollte Ihnen per Email auch bereits zugegangen sein. ^KO&lt;br /&gt;5 hours ago&amp;nbsp;&lt;a href="https://twitter.com/#"&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: red; color: yellow; font-family: 'Courier New', Courier, monospace; font-size: x-large;"&gt;&lt;img src="https://twimg0-a.akamaihd.net/profile_images/71898792/logo_100x100_normal.png" /&gt;&lt;a href="https://twitter.com/"&gt;UnitymediaHilfe&lt;/a&gt;&lt;br /&gt;... Sie schon einmal über ein Upgrade Ihrer Internetgeschwindigkeit nachgedacht ? ^KO&lt;br /&gt;5 hours ago&amp;nbsp;&lt;/span&gt;&lt;a href="https://twitter.com/#"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://twimg0-a.akamaihd.net/profile_images/1685113500/DSC_2453_normal.jpg" /&gt;&lt;a href="https://twitter.com/"&gt;h4ck3rm1k3&lt;/a&gt;&lt;br /&gt;hallo schon viermal jetzt und noch keine bestaetigung&lt;br /&gt;2 hours ago&amp;nbsp;&lt;a href="https://twitter.com/#"&gt;&lt;/a&gt;&lt;br /&gt;&lt;img src="https://twimg0-a.akamaihd.net/profile_images/1685113500/DSC_2453_normal.jpg" /&gt;&lt;a href="https://twitter.com/"&gt;h4ck3rm1k3&lt;/a&gt;&lt;br /&gt;den email habe ich heute geschickt aber den webforumlar letzte woche schon!&lt;br /&gt;2 hours ago &lt;a href="https://twitter.com/#"&gt; Delete&lt;/a&gt;&lt;br /&gt;&lt;img src="https://twimg0-a.akamaihd.net/profile_images/1685113500/DSC_2453_normal.jpg" /&gt;&lt;a href="https://twitter.com/"&gt;h4ck3rm1k3&lt;/a&gt;&lt;br /&gt;upgrade? wie unverschaemt. wo soll ich anfangen, sie liefern mir 20k!!!!!!!!!!! ich bin jetzt richtig sauer&lt;br /&gt;2 hours ago &lt;a href="https://twitter.com/#"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="umSocialMediaBar"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="umSocialMediaBar"&gt;So, "&lt;span class="Apple-style-span" style="background-color: red;"&gt;Sie schon einmal über ein Upgrade Ihrer Internetgeschwindigkeit nachgedacht ?&lt;/span&gt; " das ist das schlimmste was ich jemals gehoert habe!! Ich melde den das ich 0-20k downstream habe, und die sagen ich sollte eine schnellere leitung bekommen? !!?!!?&amp;nbsp;&lt;/div&gt;&lt;div id="umSocialMediaBar"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="umSocialMediaBar"&gt;Dann sagen sie mir das ich bereits in Kontakt bin, obwohl ich bisher KEINE HILFE bekommen habe und keine einzige bestaetigung das sie das Problem ueberhaupt angenommen haben.&lt;/div&gt;&lt;div id="umSocialMediaBar"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="umSocialMediaBar"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;Ich denke es ist mal Zeit UNTIYMEDIA zu KUENDIGEN!!!&lt;/span&gt;&lt;/div&gt;&lt;div id="umSocialMediaBar"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="umSocialMediaBar"&gt;mike&lt;/div&gt;&lt;/div&gt;&lt;div id="container"&gt;&lt;div id="footer"&gt;&lt;div id="footernav"&gt;&lt;ul&gt;        &lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/313544854168846537-5784967499469912956?l=fmtyewtk.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fmtyewtk.blogspot.com/feeds/5784967499469912956/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/unity-media-hat-sie-nicht-mehr.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/5784967499469912956'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/5784967499469912956'/><link rel='alternate' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/unity-media-hat-sie-nicht-mehr.html' title='Unity media hat sie nicht mehr! UnitymediaHilfe &quot;... Sie schon einmal über ein Upgrade Ihrer Internetgeschwindigkeit nachgedacht ? &quot; !!!!!!!'/><author><name>James Michael Dupont</name><uri>https://profiles.google.com/106785192512941136314</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-czqdP9WvAYQ/AAAAAAAAAAI/AAAAAAAARbQ/liLOpaaTixE/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-313544854168846537.post-1683636417426599612</id><published>2012-01-13T13:30:00.001+01:00</published><updated>2012-01-13T13:31:49.931+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fluglaerm'/><category scheme='http://www.blogger.com/atom/ns#' term='fraport'/><category scheme='http://www.blogger.com/atom/ns#' term='airport'/><category scheme='http://www.blogger.com/atom/ns#' term='airplane'/><category scheme='http://www.blogger.com/atom/ns#' term='Fluglärm'/><category scheme='http://www.blogger.com/atom/ns#' term='frankfurt airport'/><title type='text'>Fluglaerm/Fluglärm/Airplane Noise Pollution</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;This blog post is about my experience with the noise pollution from the airplanes at the new landing strip The landebahn nordwest (&lt;a href="http://www.rhein-main-wiki.de/index.php?title=Landebahn_Nordwest"&gt;http://www.rhein-main-wiki.de/index.php?title=Landebahn_Nordwest&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It was opened up on Oct 21 (&lt;em style="background-color: white; font-family: arial, sans-serif; font-size: small; font-style: normal; font-weight: bold; line-height: 16px; text-align: -webkit-auto;"&gt;21.10.2011)&amp;nbsp;&lt;/em&gt;&lt;a href="http://www.fraport.de/content/fraport-ag/de/entwicklung_frankfurtairport/neue_landebahn.html"&gt;http://www.fraport.de/content/fraport-ag/de/entwicklung_frankfurtairport/neue_landebahn.html&lt;/a&gt;&amp;nbsp;and I took a picture from my window on that day :&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-2qC3nKEofGs/TxAhKlrboEI/AAAAAAAARAs/gpspUOIqrxU/s1600/DSC01302.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://4.bp.blogspot.com/-2qC3nKEofGs/TxAhKlrboEI/AAAAAAAARAs/gpspUOIqrxU/s320/DSC01302.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-FsGgwbzSM_4/TxAhayE6KBI/AAAAAAAARA0/abyubHiBlJg/s1600/DSC01301.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://4.bp.blogspot.com/-FsGgwbzSM_4/TxAhayE6KBI/AAAAAAAARA0/abyubHiBlJg/s320/DSC01301.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;The chancellor, angele merkel landed that day, and we all clapped.&lt;br /&gt;&lt;br /&gt;&lt;iframe allowfullscreen="" frameborder="0" height="720" src="http://www.youtube.com/embed/rWLZwic90dk" width="1280"&gt;&lt;/iframe&gt;&lt;br /&gt;Here is the map of where my office was , you can see it is in a direct link with the runway and it is about 1000 meters away.&lt;br /&gt;&lt;br /&gt;&lt;iframe frameborder="0" height="350" marginheight="0" marginwidth="0" scrolling="no" src="http://www.openstreetmap.org/export/embed.html?bbox=8.47855,50.02891,8.49842,50.03997&amp;amp;layer=mapnik&amp;amp;marker=50.03507,8.48216" style="border: 1px solid black;" width="425"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;small&gt;&lt;a href="http://www.openstreetmap.org/?lat=50.03444&amp;amp;lon=8.488485&amp;amp;zoom=15&amp;amp;layers=M&amp;amp;mlat=50.03507&amp;amp;mlon=8.48216"&gt;View Larger Map&lt;/a&gt;&lt;/small&gt;&lt;br /&gt;But what I noticed very quickly that it was loud when I waited for the bus that day :&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;object class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://3.gvt0.com/vi/jzBY8FZIcxc/0.jpg" height="266" width="320"&gt;&lt;param name="movie" value="http://www.youtube.com/v/jzBY8FZIcxc&amp;fs=1&amp;source=uds" /&gt;&lt;param name="bgcolor" value="#FFFFFF" /&gt;&lt;embed width="320" height="266"  src="http://www.youtube.com/v/jzBY8FZIcxc&amp;fs=1&amp;source=uds" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;br /&gt;and when the window was open, this is not even the loudest one :&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;object class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://3.gvt0.com/vi/xBsJlnEO5c8/0.jpg" height="266" width="320"&gt;&lt;param name="movie" value="http://www.youtube.com/v/xBsJlnEO5c8&amp;fs=1&amp;source=uds" /&gt;&lt;param name="bgcolor" value="#FFFFFF" /&gt;&lt;embed width="320" height="266"  src="http://www.youtube.com/v/xBsJlnEO5c8&amp;fs=1&amp;source=uds" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;br /&gt;and with the window closed :&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;object class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://1.gvt0.com/vi/_S-gTpoyi_E/0.jpg" height="266" width="320"&gt;&lt;param name="movie" value="http://www.youtube.com/v/_S-gTpoyi_E&amp;fs=1&amp;source=uds" /&gt;&lt;param name="bgcolor" value="#FFFFFF" /&gt;&lt;embed width="320" height="266"  src="http://www.youtube.com/v/_S-gTpoyi_E&amp;fs=1&amp;source=uds" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;but also there was a really bad smell of kerosin in the air with the planes so close.&lt;br /&gt;&lt;br /&gt;that is why I could not stand it there any longer,&lt;br /&gt;&lt;br /&gt;mike&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Here is my playlist of videos :&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;iframe allowfullscreen="" frameborder="0" height="720" src="http://www.youtube.com/embed/videoseries?list=PL6DA6876DA493130A&amp;amp;hl=de_DE" width="1280"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/313544854168846537-1683636417426599612?l=fmtyewtk.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fmtyewtk.blogspot.com/feeds/1683636417426599612/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/fluglaermfluglarmairplane-noise.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/1683636417426599612'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/1683636417426599612'/><link rel='alternate' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/fluglaermfluglarmairplane-noise.html' title='Fluglaerm/Fluglärm/Airplane Noise Pollution'/><author><name>James Michael Dupont</name><uri>https://profiles.google.com/106785192512941136314</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-czqdP9WvAYQ/AAAAAAAAAAI/AAAAAAAARbQ/liLOpaaTixE/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-2qC3nKEofGs/TxAhKlrboEI/AAAAAAAARAs/gpspUOIqrxU/s72-c/DSC01302.JPG' height='72' width='72'/><thr:total>0</thr:total><georss:featurename>B43, 65479, Germany</georss:featurename><georss:point>50.03431975539934 8.479728698730469</georss:point><georss:box>50.02412025539934 8.459987698730469 50.04451925539934 8.499469698730469</georss:box></entry><entry><id>tag:blogger.com,1999:blog-313544854168846537.post-3047921868335377401</id><published>2012-01-10T14:04:00.000+01:00</published><updated>2012-01-10T14:04:22.265+01:00</updated><title type='text'>How to extract from Klan Kosovo TV webpage</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;I got the link to a tv show here,&lt;br /&gt;&lt;a href="http://klankosova.tv/index.php/emisioni-i-mengjesit/9521-09012012.html"&gt;http://klankosova.tv/index.php/emisioni-i-mengjesit/9521-09012012.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;but I could not watch it. So I looked at the files being downloaded and found it was streaming a wmv file, so I just grabbed it with wget&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; wget &lt;a href="http://videos.klankosova.com/mengjesi/Programi_Mengjesit_0901.wmv"&gt;http://videos.klankosova.com/mengjesi/Programi_Mengjesit_0901.wmv&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;then I cut out the section with ffmpeg, -ss is the start time, -t is the duration in seconds, it writes it to Altin.avi&lt;br /&gt;&lt;br /&gt;&amp;nbsp; ffmpeg -i Programi_Mengjesit_0901.wmv -ss 1:08:44 -t 500 Altin.avi&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The video is on facebook now :&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;a href="https://www.facebook.com/video/video.php?v=10150464727071583"&gt;https://www.facebook.com/video/video.php?v=10150464727071583&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/313544854168846537-3047921868335377401?l=fmtyewtk.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fmtyewtk.blogspot.com/feeds/3047921868335377401/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/how-to-extract-from-klan-kosovo-tv.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/3047921868335377401'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/3047921868335377401'/><link rel='alternate' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/how-to-extract-from-klan-kosovo-tv.html' title='How to extract from Klan Kosovo TV webpage'/><author><name>James Michael Dupont</name><uri>https://profiles.google.com/106785192512941136314</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-czqdP9WvAYQ/AAAAAAAAAAI/AAAAAAAARbQ/liLOpaaTixE/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-313544854168846537.post-473780982234960038</id><published>2012-01-10T07:39:00.000+01:00</published><updated>2012-01-10T07:39:43.143+01:00</updated><title type='text'>Hawk from the raptor trust</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;Here is a hawk that I photographed at the raptor trust &amp;nbsp;&lt;a href="http://theraptortrust.org/" style="text-align: left;"&gt;http://theraptortrust.org/&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-rZy921tdjm0/TwvaTbGf8-I/AAAAAAAAQtk/btNRx-8Iwxc/s1600/DSC02402.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://3.bp.blogspot.com/-rZy921tdjm0/TwvaTbGf8-I/AAAAAAAAQtk/btNRx-8Iwxc/s320/DSC02402.JPG" width="199" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;I removed the background with gimp :&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-DBLy610UYH4/TwvaUCkWJQI/AAAAAAAAQto/l-jCGbcfjjo/s1600/DSC02402_clean.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://1.bp.blogspot.com/-DBLy610UYH4/TwvaUCkWJQI/AAAAAAAAQto/l-jCGbcfjjo/s320/DSC02402_clean.JPG" width="177" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Then I traced it with inkscape, also cleaned up the eye a bit to close the space :&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-OS1ooUQFFYc/TwvaVAAR8DI/AAAAAAAAQt0/ATTQZn--i_Y/s1600/DSC02402_clean.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://1.bp.blogspot.com/-OS1ooUQFFYc/TwvaVAAR8DI/AAAAAAAAQt0/ATTQZn--i_Y/s320/DSC02402_clean.png" width="177" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/313544854168846537-473780982234960038?l=fmtyewtk.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fmtyewtk.blogspot.com/feeds/473780982234960038/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/hawk-from-raptor-trust.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/473780982234960038'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/473780982234960038'/><link rel='alternate' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/hawk-from-raptor-trust.html' title='Hawk from the raptor trust'/><author><name>James Michael Dupont</name><uri>https://profiles.google.com/106785192512941136314</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-czqdP9WvAYQ/AAAAAAAAAAI/AAAAAAAARbQ/liLOpaaTixE/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-rZy921tdjm0/TwvaTbGf8-I/AAAAAAAAQtk/btNRx-8Iwxc/s72-c/DSC02402.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-313544854168846537.post-1929797999549933300</id><published>2012-01-10T03:01:00.001+01:00</published><updated>2012-01-10T03:01:56.339+01:00</updated><title type='text'>proof general build results</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span class="Apple-style-span" style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: #222222; font-family: arial, sans-serif; font-size: x-small;"&gt;Based on the request for sponsorship in debian of proofgeneral&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;a href="http://groups.google.com/group/linux.debian.devel.mentors/browse_thread/thread/d880e9cbcbeee77c/bd198e4b06cfe42f?show_docid=bd198e4b06cfe42f&amp;amp;pli=1"&gt;http://groups.google.com/group/linux.debian.devel.mentors/browse_thread/thread/d880e9cbcbeee77c/bd198e4b06cfe42f?show_docid=bd198e4b06cfe42f&amp;amp;pli=1&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;I did test build of Proofgeneral, here are the results.&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;It seems that it is missing dependancies so the build with latex is failing.&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;details :&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&amp;nbsp;dget -x&amp;nbsp;&lt;/span&gt;&lt;a href="http://mentors.debian.net/debian/pool/main/p/proofgeneral/proofgeneral_4.2~pre120104-1.dsc" style="background-color: rgba(255, 255, 255, 0.917969); color: #1155cc; font-family: arial, sans-serif; font-size: 13px; text-align: -webkit-auto;" target="_blank"&gt;http://mentors.debian.net/&lt;wbr&gt;&lt;/wbr&gt;debian/pool/main/p/&lt;wbr&gt;&lt;/wbr&gt;proofgeneral/proofgeneral_4.2~&lt;wbr&gt;&lt;/wbr&gt;pre120104-1.dsc&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Preparing the stuff for usage :&lt;br /&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;mdupont@space-station:~/experiments$ &amp;nbsp;dget -x http://mentors.debian.net/debian/pool/main/p/proofgeneral/proofgeneral_4.2~pre120104-1.dsc&lt;br /&gt;dget: retrieving http://mentors.debian.net/debian/pool/main/p/proofgeneral/proofgeneral_4.2~pre120104-1.dsc&lt;br /&gt;&amp;nbsp; % Total &amp;nbsp; &amp;nbsp;% Received % Xferd &amp;nbsp;Average Speed &amp;nbsp; Time &amp;nbsp; &amp;nbsp;Time &amp;nbsp; &amp;nbsp; Time &amp;nbsp;Current&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dload &amp;nbsp;Upload &amp;nbsp; Total &amp;nbsp; Spent &amp;nbsp; &amp;nbsp;Left &amp;nbsp;Speed&lt;br /&gt;100 &amp;nbsp;1772 &amp;nbsp;100 &amp;nbsp;1772 &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; 0 &amp;nbsp;30477 &amp;nbsp; &amp;nbsp; &amp;nbsp;0 --:--:-- --:--:-- --:--:-- 98444&lt;br /&gt;dget: retrieving http://mentors.debian.net/debian/pool/main/p/proofgeneral/proofgeneral_4.2~pre120104.orig.tar.gz&lt;br /&gt;&amp;nbsp; % Total &amp;nbsp; &amp;nbsp;% Received % Xferd &amp;nbsp;Average Speed &amp;nbsp; Time &amp;nbsp; &amp;nbsp;Time &amp;nbsp; &amp;nbsp; Time &amp;nbsp;Current&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dload &amp;nbsp;Upload &amp;nbsp; Total &amp;nbsp; Spent &amp;nbsp; &amp;nbsp;Left &amp;nbsp;Speed&lt;br /&gt;100 &amp;nbsp;918k &amp;nbsp;100 &amp;nbsp;918k &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; 731k &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;0:00:01 &amp;nbsp;0:00:01 --:--:-- &amp;nbsp;757k&lt;br /&gt;dget: retrieving http://mentors.debian.net/debian/pool/main/p/proofgeneral/proofgeneral_4.2~pre120104-1.debian.tar.gz&lt;br /&gt;&amp;nbsp; % Total &amp;nbsp; &amp;nbsp;% Received % Xferd &amp;nbsp;Average Speed &amp;nbsp; Time &amp;nbsp; &amp;nbsp;Time &amp;nbsp; &amp;nbsp; Time &amp;nbsp;Current&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dload &amp;nbsp;Upload &amp;nbsp; Total &amp;nbsp; Spent &amp;nbsp; &amp;nbsp;Left &amp;nbsp;Speed&lt;br /&gt;100 11455 &amp;nbsp;100 11455 &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; 145k &amp;nbsp; &amp;nbsp; &amp;nbsp;0 --:--:-- --:--:-- --:--:-- &amp;nbsp;294k&lt;br /&gt;proofgeneral_4.2~pre120104-1.dsc:&lt;br /&gt;dscverify: proofgeneral_4.2~pre120104-1.dsc failed signature check:&lt;br /&gt;gpg: Signature made Mon Jan &amp;nbsp;9 21:50:07 2012 CET using RSA key ID EDCAEE68&lt;br /&gt;gpg: Can't check signature: public key not found&lt;br /&gt;Validation FAILED!!&lt;br /&gt;&lt;br /&gt;-rw-rw-r-- &amp;nbsp; 1 mdupont mdupont &amp;nbsp; 1772 Jan 10 02:52 proofgeneral_4.2~pre120104-1.dsc&lt;br /&gt;-rw-rw-r-- &amp;nbsp; 1 mdupont mdupont 940126 Jan 10 02:52 proofgeneral_4.2~pre120104.orig.tar.gz&lt;br /&gt;-rw-rw-r-- &amp;nbsp; 1 mdupont mdupont &amp;nbsp;11455 Jan 10 02:52 proofgeneral_4.2~pre120104-1.debian.tar.gz&lt;br /&gt;mdupont@space-station:~/experiments$ cd debian&lt;br /&gt;mdupont@space-station:~/experiments/debian$ mv ../proofgeneral_4.2~pre120104* .mdupont@space-&lt;br /&gt;mdupont@space-station:~/experiments/debian$ tar -xzf proofgeneral_4.2~pre120104-1.debian.tar.gz&lt;br /&gt;mdupont@space-station:~/experiments/debian$ tar -xzf proofgeneral_4.2~pre120104.orig.tar.gz&lt;br /&gt;mdupont@space-station:~/experiments/debian$ mv debian/ proofgeneral-4.2~pre120104/&lt;/blockquote&gt;&lt;br /&gt;Building the stuff :&lt;br /&gt;&lt;br /&gt;mdupont@space-station:~/experiments/debian/proofgeneral-4.2~pre120104$ dpkg-buildpackage&lt;br /&gt;&lt;blockquote&gt;dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2&lt;br /&gt;dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):&lt;br /&gt;dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2&lt;br /&gt;dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2&lt;br /&gt;dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions&lt;br /&gt;dpkg-buildpackage: source package proofgeneral&lt;br /&gt;dpkg-buildpackage: source version 4.2~pre120104-1&lt;br /&gt;dpkg-buildpackage: source changed by Hendrik Tews &amp;lt;hendrik@askra.de&amp;gt;&lt;br /&gt;dpkg-buildpackage: host architecture i386&lt;br /&gt;&amp;nbsp;dpkg-source --before-build proofgeneral-4.2~pre120104&lt;br /&gt;dpkg-source: warning: patches have not been applied, applying them now (use --no-preparation to override)&lt;br /&gt;dpkg-source: info: applying add-destdir.patch&lt;br /&gt;dpkg-source: info: applying restrict-installed-provers.patch&lt;br /&gt;dpkg-source: info: applying dont-install-mmm-mode.patch&lt;br /&gt;dpkg-source: info: applying fix-package-name-in-install-path.patch&lt;br /&gt;dpkg-source: info: applying dont-install-elc.patch&lt;br /&gt;dpkg-source: info: applying only-install-simplified-pg-script&lt;br /&gt;dpkg-source: info: applying debian-specific-site-init.patch&lt;br /&gt;dpkg-source: info: applying prepare-user-manual&lt;br /&gt;dpkg-source: info: applying disable-proof-tree.patch&lt;br /&gt;dpkg-source: info: applying desktop-entry-contains-deprecated-key.patch&lt;br /&gt;&amp;nbsp;fakeroot debian/rules clean&lt;br /&gt;dh clean&lt;br /&gt;&amp;nbsp; &amp;nbsp;dh_testdir&lt;br /&gt;&amp;nbsp; &amp;nbsp;dh_auto_clean&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;make -j1 distclean&lt;br /&gt;make[1]: Entering directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104'&lt;br /&gt;***** CLEANING UP INTERMEDIATE FILES ****&lt;br /&gt;rm -f doc/ProofGeneralPortrait.eps.gz&lt;br /&gt;rm -f ../web/ProofGeneral&lt;br /&gt;rm -rf doc/html doc/proofgeneral.pdf doc/proofgeneral.info&lt;br /&gt;rm -f coq/coq-abbrev.elc coq/coq-autotest.elc coq/coq-db.elc coq/coq-indent.elc coq/coq-local-vars.elc coq/coq-mmm.elc coq/coq-syntax.elc coq/coq-unicode-tokens.elc coq/coq.elc phox/phox-extraction.elc phox/phox-font.elc phox/phox-fun.elc phox/phox-lang.elc phox/phox-outline.elc phox/phox-pbrpm.elc phox/phox-sym-lock.elc phox/phox-tags.elc phox/phox.elc generic/pg-assoc.elc generic/pg-autotest.elc generic/pg-custom.elc generic/pg-goals.elc generic/pg-movie.elc generic/pg-pamacs.elc generic/pg-pbrpm.elc generic/pg-pgip.elc generic/pg-response.elc generic/pg-user.elc generic/pg-vars.elc generic/pg-xml.elc generic/proof-autoloads.elc generic/proof-auxmodes.elc generic/proof-config.elc generic/proof-depends.elc generic/proof-easy-config.elc generic/proof-faces.elc generic/proof-indent.elc generic/proof-maths-menu.elc generic/proof-menu.elc generic/proof-mmm.elc generic/proof-script.elc generic/proof-shell.elc generic/proof-site.elc generic/proof-splash.elc generic/proof-syntax.elc generic/proof-toolbar.elc generic/proof-tree.elc generic/proof-unicode-tokens.elc generic/proof-useropts.elc generic/proof-utils.elc generic/proof.elc lib/bufhist.elc lib/holes.elc lib/local-vars-list.elc lib/maths-menu.elc lib/pg-dev.elc lib/pg-fontsets.elc lib/proof-compat.elc lib/scomint.elc lib/span.elc lib/texi-docstring-magic.elc lib/unicode-chars.elc lib/unicode-tokens.elc *~ */*~ .\#* */.\#* */.autotest.log */.profile.log&lt;br /&gt;(cd doc; make clean)&lt;br /&gt;make[2]: Entering directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104/doc'&lt;br /&gt;make -f Makefile.doc DOCNAME=ProofGeneral MAKE="make -f Makefile.doc" clean&lt;br /&gt;make[3]: Entering directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104/doc'&lt;br /&gt;rm -f ProofGeneral.cp ProofGeneral.fn ProofGeneral.vr ProofGeneral.tp ProofGeneral.ky ProofGeneral.kys ProofGeneral.pg ProofGeneral.fns ProofGeneral.vrs ProofGeneral.cps ProofGeneral.aux ProofGeneral.log ProofGeneral.cp ProofGeneral.cp0 ProofGeneral.toc&lt;br /&gt;rm -f *~&lt;br /&gt;make[3]: Leaving directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104/doc'&lt;br /&gt;make[2]: Leaving directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104/doc'&lt;br /&gt;***** CLEANING UP ALL JUNK FILES ****&lt;br /&gt;find . \( -name '*~' -o -name '#*#' -o -name '\.\#*' -o -name '\.*\.log' \) -print | xargs rm -f&lt;br /&gt;(cd doc; make distclean)&lt;br /&gt;make[2]: Entering directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104/doc'&lt;br /&gt;make -f Makefile.doc DOCNAME=ProofGeneral MAKE="make -f Makefile.doc" distclean&lt;br /&gt;make[3]: Entering directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104/doc'&lt;br /&gt;rm -f ProofGeneral.cp ProofGeneral.fn ProofGeneral.vr ProofGeneral.tp ProofGeneral.ky ProofGeneral.kys ProofGeneral.pg ProofGeneral.fns ProofGeneral.vrs ProofGeneral.cps ProofGeneral.aux ProofGeneral.log ProofGeneral.cp ProofGeneral.cp0 ProofGeneral.toc&lt;br /&gt;rm -f *~&lt;br /&gt;rm -rf ProofGeneral.info* ProofGeneral.pdf ProofGeneral&lt;br /&gt;make[3]: Leaving directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104/doc'&lt;br /&gt;make[2]: Leaving directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104/doc'&lt;br /&gt;make[1]: Leaving directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104'&lt;br /&gt;&amp;nbsp; &amp;nbsp;dh_clean&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;rm -f debian/proofgeneral.substvars&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;rm -f debian/proofgeneral.*.debhelper&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;rm -rf debian/proofgeneral/&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;rm -f debian/proofgeneral-doc.substvars&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;rm -f debian/proofgeneral-doc.*.debhelper&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;rm -rf debian/proofgeneral-doc/&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;rm -f debian/*.debhelper.log&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;rm -f debian/files&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;find . &amp;nbsp;\( \( -type f -a \&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt; -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt; -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt; -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;\) -exec rm -f {} \; \) -o \&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;\( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \)&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;rm -f *-stamp&lt;br /&gt;&amp;nbsp;dpkg-source -b proofgeneral-4.2~pre120104&lt;br /&gt;dpkg-source: info: using source format `3.0 (quilt)'&lt;br /&gt;dpkg-source: info: building proofgeneral using existing ./proofgeneral_4.2~pre120104.orig.tar.gz&lt;br /&gt;dpkg-source: warning: ignoring deletion of file TAGS&lt;br /&gt;dpkg-source: info: building proofgeneral in proofgeneral_4.2~pre120104-1.debian.tar.gz&lt;br /&gt;dpkg-source: info: building proofgeneral in proofgeneral_4.2~pre120104-1.dsc&lt;br /&gt;&amp;nbsp;debian/rules build&lt;br /&gt;dh build&lt;br /&gt;&amp;nbsp; &amp;nbsp;dh_testdir&lt;br /&gt;&amp;nbsp; &amp;nbsp;dh_auto_configure&lt;br /&gt;&amp;nbsp; &amp;nbsp;debian/rules override_dh_auto_build&lt;br /&gt;make[1]: Entering directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104'&lt;br /&gt;make prepare-doc&lt;br /&gt;make[2]: Entering directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104'&lt;br /&gt;(cd doc; make EMACS=emacs info)&lt;br /&gt;make[3]: Entering directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104/doc'&lt;br /&gt;make -f Makefile.doc DOCNAME=ProofGeneral MAKE="make -f Makefile.doc" info&lt;br /&gt;make[4]: Entering directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104/doc'&lt;br /&gt;makeinfo ProofGeneral.texi&lt;br /&gt;make[4]: Leaving directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104/doc'&lt;br /&gt;make[3]: Leaving directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104/doc'&lt;br /&gt;(cd doc; make EMACS=emacs pdf)&lt;br /&gt;make[3]: Entering directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104/doc'&lt;br /&gt;make -f Makefile.doc DOCNAME=ProofGeneral MAKE="make -f Makefile.doc" pdf&lt;br /&gt;make[4]: Entering directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104/doc'&lt;br /&gt;texi2pdf ProofGeneral.texi&lt;br /&gt;This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)&lt;br /&gt;entering extended mode&lt;br /&gt;(./ProofGeneral.texi (/usr/share/texmf/tex/texinfo/texinfo.tex&lt;br /&gt;Loading texinfo [version 2008-04-18.10]: pdf, fonts, page headings, tables,&lt;br /&gt;conditionals, indexing, sectioning, toc, environments, defuns, macros,&lt;br /&gt;cross references, insertions, localization, formatting,&lt;br /&gt;and turning on texinfo input format.)&lt;br /&gt;./ProofGeneral.texi:101: epsf.tex not found, images will be ignored.&lt;br /&gt;@image ...f.tex not found, images will be ignored}&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @global @warnednoepsftrue ...&lt;br /&gt;l.101 @image{ProofGeneral}&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br /&gt;?&lt;br /&gt;[1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (Preface)&lt;br /&gt;Cross reference values unknown; you must run TeX again. [1] [2] Chapter 1&lt;br /&gt;[3] [4] [5] [6] [7] Chapter 2 [8] [9] [10] [11] [12] [13] [14] [15] [16]&lt;br /&gt;[17]&lt;br /&gt;Underfull \hbox (badness 10000) in paragraph at lines 1658--1662&lt;br /&gt;&amp;nbsp;[]@textsl warning@textrm : this com-mand risks spoil-ing syn-chro-niza-tion if&lt;br /&gt;&amp;nbsp;the test&lt;br /&gt;Underfull \hbox (badness 2088) in paragraph at lines 1658--1662&lt;br /&gt;&amp;nbsp;@textrm `@texttt proof-state-preserving-p[][]@textrm '[] is not con-fig-ured,&lt;br /&gt;if it is only an ap-prox-i-mate test,&lt;br /&gt;Underfull \hbox (badness 3199) in paragraph at lines 1696--1698&lt;br /&gt;&amp;nbsp;[]@textrm The kill func-tion uses `@texttt &amp;lt;PA&amp;gt;-quit-timeout[]@textrm '[] as a&lt;br /&gt;&amp;nbsp;time-out to wait af-ter send-ing&lt;br /&gt;[18] Chapter 3 [19] [20] [21] [22] [23] [24] [25] Chapter 4 [26] [27] [28]&lt;br /&gt;[29] [30] Chapter 5 [31] [32] [33] [34] Chapter 6 [35] [36] Chapter 7 [37]&lt;br /&gt;[38] Chapter 8 [39] [40] [41] [42] [43] [44]&lt;br /&gt;Underfull \hbox (badness 10000) in paragraph at lines 3577--3580&lt;br /&gt;&amp;nbsp;[]@textrm This op-tion is com-pat-i-ble with `@texttt proof-prog-name-ask[][]@&lt;br /&gt;textrm '[]. No ef-fect if&lt;br /&gt;[45] [46] [47] Chapter 9 [48] [49] [50] Chapter 10 [51] [52] Chapter 11&lt;br /&gt;[53] [54] [55] [56] [57]&lt;br /&gt;Underfull \hbox (badness 10000) in paragraph at lines 4497--4499&lt;br /&gt;&amp;nbsp;[]@textrm After the sub-sti-tu-tion the com-mand can be changed in the mini-bu&lt;br /&gt;f-fer if&lt;br /&gt;Underfull \hbox (badness 10000) in paragraph at lines 4507--4509&lt;br /&gt;&amp;nbsp;[]@textrm This op-tion can be set/reset via menu `@texttt Coq -&amp;gt; Settings -&amp;gt; C&lt;br /&gt;onfirm External&lt;br /&gt;[58] [59] [60] Chapter 12 [61] [62] [63] [64] Chapter 13 [65] [66] Chapter 14&lt;br /&gt;[67] [68] Appendix A [69] [70]&lt;br /&gt;Underfull \hbox (badness 2903) in paragraph at lines 5155--5157&lt;br /&gt;[]@textrm For ac-cess to the source code repos-i-tory, please see the Proof Gen&lt;br /&gt;-eral web page&lt;br /&gt;[71] Appendix B [72] (References) [73] [74] (History of Proof General) [75]&lt;br /&gt;[76]&lt;br /&gt;Underfull \hbox (badness 10000) in paragraph at lines 5422--5428&lt;br /&gt;[]@textrm Version 2.1 was re-leased in Au-gust 1999. It was used at the&lt;br /&gt;Underfull \hbox (badness 10000) in paragraph at lines 5422--5428&lt;br /&gt;@textrm Types Sum-mer School held in Giens, France in Septem-ber 1999 (see&lt;br /&gt;Underfull \hbox (badness 10000) in paragraph at lines 5422--5428&lt;br /&gt;[][]@texttt http://www-sop.inria.fr/types-project/types-sum-school.html[][][]@t&lt;br /&gt;extrm ). About 50&lt;br /&gt;[77] [78] [79] (Function and Command Index) [80]&lt;br /&gt;(Variable and User Option Index) [81] [82] (Keystroke Index) [83] [84]&lt;br /&gt;(Concept Index) [85] [86] [87] [88] (./ProofGeneral.toc [-1] [-2]) [-3]&lt;br /&gt;[-4] (./ProofGeneral.toc) (./ProofGeneral.toc) )&amp;lt;/usr/share/texmf-texlive/fonts&lt;br /&gt;/type1/public/amsfonts/cm/cmb10.pfb&amp;gt;&amp;lt;/usr/share/texmf-texlive/fonts/type1/publi&lt;br /&gt;c/amsfonts/cm/cmbx12.pfb&amp;gt;&amp;lt;/usr/share/texmf-texlive/fonts/type1/public/amsfonts/&lt;br /&gt;cm/cmmi10.pfb&amp;gt;&amp;lt;/usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmmi12.p&lt;br /&gt;fb&amp;gt;&amp;lt;/usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmr10.pfb&amp;gt;&amp;lt;/usr/sha&lt;br /&gt;re/texmf-texlive/fonts/type1/public/amsfonts/cm/cmr7.pfb&amp;gt;&amp;lt;/usr/share/texmf-texl&lt;br /&gt;ive/fonts/type1/public/amsfonts/cm/cmr9.pfb&amp;gt;&amp;lt;/usr/share/texmf-texlive/fonts/typ&lt;br /&gt;e1/public/amsfonts/cm/cmsl10.pfb&amp;gt;&amp;lt;/usr/share/texmf-texlive/fonts/type1/public/a&lt;br /&gt;msfonts/cm/cmsl9.pfb&amp;gt;&amp;lt;/usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/c&lt;br /&gt;msltt10.pfb&amp;gt;&amp;lt;/usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmsy10.pfb&lt;br /&gt;&amp;gt;&amp;lt;/usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmti10.pfb&amp;gt;&amp;lt;/usr/shar&lt;br /&gt;e/texmf-texlive/fonts/type1/public/amsfonts/cm/cmtt10.pfb&amp;gt;&amp;lt;/usr/share/texmf-tex&lt;br /&gt;live/fonts/type1/public/amsfonts/cm/cmtt9.pfb&amp;gt;&lt;br /&gt;Output written on ProofGeneral.pdf (94 pages, 525550 bytes).&lt;br /&gt;Transcript written on ProofGeneral.log.&lt;br /&gt;/usr/bin/texi2dvi: pdfetex exited with bad status, quitting.&lt;br /&gt;make[4]: *** [ProofGeneral.pdf] Error 1&lt;br /&gt;make[4]: Leaving directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104/doc'&lt;br /&gt;make[3]: *** [pdf] Error 2&lt;br /&gt;make[3]: Leaving directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104/doc'&lt;br /&gt;make[2]: *** [doc.pdf] Error 2&lt;br /&gt;make[2]: Leaving directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104'&lt;br /&gt;make[1]: *** [override_dh_auto_build] Error 2&lt;br /&gt;make[1]: Leaving directory `/home/mdupont/experiments/debian/proofgeneral-4.2~pre120104'&lt;br /&gt;make: *** [build] Error 2&lt;br /&gt;dpkg-buildpackage: error: debian/rules build gave error exit status 2&lt;/blockquote&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/313544854168846537-1929797999549933300?l=fmtyewtk.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fmtyewtk.blogspot.com/feeds/1929797999549933300/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/proof-general-build-results.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/1929797999549933300'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/1929797999549933300'/><link rel='alternate' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/proof-general-build-results.html' title='proof general build results'/><author><name>James Michael Dupont</name><uri>https://profiles.google.com/106785192512941136314</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-czqdP9WvAYQ/AAAAAAAAAAI/AAAAAAAARbQ/liLOpaaTixE/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-313544854168846537.post-9167638952798334699</id><published>2012-01-08T04:47:00.001+01:00</published><updated>2012-01-08T20:15:09.561+01:00</updated><title type='text'>Dooble and interface public key</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span class="Apple-style-span" style="color: #222222; font-family: arial, sans-serif; font-size: x-small;"&gt;Dooble is a new webbrowser, interface (&lt;/span&gt;&lt;a href="http://interface.sourceforge.net/"&gt;http://interface.sourceforge.net/&lt;/a&gt;)&amp;nbsp;&lt;span class="Apple-style-span" style="color: #222222; font-family: arial, sans-serif; font-size: x-small;"&gt;is a new supposedly without a central server but I have not figured out how it works yet. Dooble&amp;nbsp;&lt;/span&gt;&lt;br /&gt;svn repo is https://dooble.svn.sourceforge.net/svnroot/dooble/trunk is also missing and autotools or cmake build system.&lt;br /&gt;&lt;br /&gt;you can install from debian packages, &amp;nbsp;&lt;span class="Apple-style-span" style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;get dooble 1.26&amp;nbsp;&lt;/span&gt;&lt;a href="https://sourceforge.net/projects/dooble/files/Version%201.26/" style="background-color: rgba(255, 255, 255, 0.917969); color: #1155cc; font-family: arial, sans-serif; font-size: 13px; text-align: -webkit-auto;" target="_blank"&gt;https://sourceforge.net/&lt;wbr&gt;&lt;/wbr&gt;projects/dooble/files/Version%&lt;wbr&gt;&lt;/wbr&gt;201.26/&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px; text-align: -webkit-auto;"&gt;and&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;get interface:&amp;nbsp;&lt;/span&gt;&lt;a href="https://sourceforge.net/projects/interface/files/version_1.3.0/" style="background-color: rgba(255, 255, 255, 0.917969); color: #1155cc; font-family: arial, sans-serif; font-size: 13px; text-align: -webkit-auto;" target="_blank"&gt;https://sourceforge.net/&lt;wbr&gt;&lt;/wbr&gt;projects/interface/files/&lt;wbr&gt;&lt;/wbr&gt;version_1.3.0/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;then go to add ins and start interface for the chat program&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-BKACXbMDyoQ/TwkRAp2bDWI/AAAAAAAAQs4/2TDzLPTxlnc/s1600/Screenshot+at+2012-01-08+04%253A43%253A34.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="205" src="http://4.bp.blogspot.com/-BKACXbMDyoQ/TwkRAp2bDWI/AAAAAAAAQs4/2TDzLPTxlnc/s320/Screenshot+at+2012-01-08+04%253A43%253A34.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;and sign in, it should look like this :&lt;br /&gt;&lt;br /&gt;so here is my public profile &amp;nbsp;:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;-----BEGIN PGP PUBLIC KEY BLOCK-----&lt;br /&gt;Version: GnuPG v1.4.11 (GNU/Linux)&lt;br /&gt;&lt;br /&gt;mQENBE8JD6EBCADIDI/OwG8lometiS0EDxGi0grgAPHYd+XxiWL6SuT8WEQAmHrc&lt;br /&gt;JeHHvQCJh/MKcf3/890ZefsLDAxI/0rmJjc6wUGilx7Cw78Fm5lsB0/Qpe62eUP6&lt;br /&gt;8MFvJk6jXmAXFnMw2GIbCmZOBd1HPXaUrqDZEm7osCSs8D+h/3kDXnLI+hMP9XvF&lt;br /&gt;cndsAw48mBjDduK/OHx+W82Bff3cxGfOgbi6PEAgZfwL62wWkfaCs50NDyhyN7s6&lt;br /&gt;VQ9OkjPAklS9bJSGQLo/waCS/ktCyl+/DjINKEjjTCVE1/m8r/878+w2jF1jGoUe&lt;br /&gt;xFaSDYyuOomaq14gNmaINXz6RKeitQVupuYzABEBAAG0RE1pY2hhZWwgRHVQb250&lt;br /&gt;IChnZW5lcmF0ZWQgZm9yIEludGVyRmFjZSkgPEphbWVzTWlrZUR1UG9udEBnbWFp&lt;br /&gt;bC5jb20+iQE4BBMBAgAiBQJPCQ+hAhsvBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIX&lt;br /&gt;gAAKCRAiipAuVmqDgZSLCACJ9h3xbyiNz+vf2rKEd6zUy+IYfx9/esfdScc8GOxz&lt;br /&gt;cQBGgMK4wx5vXZUxEDXA/ikUMSkbF/73Ibdo5j8khFdlPstxI5iyoXYIr7PWyjRU&lt;br /&gt;1BZcbW9nqaZyWH15qTuSdurdl/km/cpSdYAjgroayfFS139OzsB11COWwAgO+vkv&lt;br /&gt;CjtOzNVzNg1ex+0+2FRn4V3fww3H8p5JDVz8Ry49PpcOrTnoAVo7p+OCXtn8Jqzt&lt;br /&gt;MC77XvsF5k3J3KrZzelt1IxiVvhVr1cE0D/4MeVUlJWUuDTrgz7j7dOSqe5SVpjE&lt;br /&gt;SuCl2GEAtXKZdgMVIyPBT4imPK1ffp3dM3vcD7XYPQAu&lt;br /&gt;=l705&lt;br /&gt;-----END PGP PUBLIC KEY BLOCK-----&lt;br /&gt;--SSLID--02deab0257a8beb9e49d7fe317e147cd;--LOCATION--Watchung NJ;&lt;br /&gt;--LOCAL--192.168.1.11:49306;--EXT--69.115.154.183:49306;&lt;br /&gt;&lt;/pre&gt;or here &lt;a href="http://pastebin.com/fVT494Wh"&gt;http://pastebin.com/fVT494Wh&lt;/a&gt;and Download &lt;a href="http://pastebin.com/download.php?i=fVT494Wh"&gt;http://pastebin.com/download.php?i=fVT494Wh&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/313544854168846537-9167638952798334699?l=fmtyewtk.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fmtyewtk.blogspot.com/feeds/9167638952798334699/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/dooble-and-interface-public-key.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/9167638952798334699'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/9167638952798334699'/><link rel='alternate' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/dooble-and-interface-public-key.html' title='Dooble and interface public key'/><author><name>James Michael Dupont</name><uri>https://profiles.google.com/106785192512941136314</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-czqdP9WvAYQ/AAAAAAAAAAI/AAAAAAAARbQ/liLOpaaTixE/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-BKACXbMDyoQ/TwkRAp2bDWI/AAAAAAAAQs4/2TDzLPTxlnc/s72-c/Screenshot+at+2012-01-08+04%253A43%253A34.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-313544854168846537.post-6323919083026555424</id><published>2012-01-06T01:01:00.001+01:00</published><updated>2012-01-06T01:01:57.251+01:00</updated><title type='text'>Felix Trombe and his solar furnace</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;The Solar furnace of Mont-Louis was created by Felix Trombe, a frenchman, here is a google translate from his wikipedia page, which is totally lacking in english, that is why I reposted it. of course Text is available under the &lt;a href="http://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License"&gt;Creative Commons Attribution-ShareAlike License&lt;/a&gt;; additional terms may apply. See &lt;a href="http://wikimediafoundation.org/wiki/Terms_of_use"&gt;Terms of use&lt;/a&gt; for details. Wikipedia® is a registered trademark of the &lt;a href="http://www.wikimediafoundation.org/"&gt;Wikimedia Foundation, Inc.&lt;/a&gt;, a non-profit organization.&lt;br /&gt;&lt;br /&gt;You will find the two article on&amp;nbsp;Solar furnace of Mont-Louis and Felix Trombe here.&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;h1 class="firstHeading" id="firstHeading" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; font-family: sans-serif; font-size: 1.6em; font-weight: normal; line-height: 1.2em; margin-bottom: 0.1em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: visible; overflow-y: visible; padding-bottom: 0px; padding-top: 0px; width: auto;"&gt;&lt;span class=""&gt;Solar furnace of Mont-Louis&lt;/span&gt;&lt;/h1&gt;&lt;div id="bodyContent" style="background-color: white; font-family: sans-serif; font-size: 0.8em; line-height: 1.5em; position: relative; text-align: -webkit-auto; width: 1473px;"&gt;&lt;div id="contentSub" style="color: #7d7d7d; font-size: 11px; line-height: 1.2em; margin-bottom: 1.4em; margin-left: 1em; margin-right: 0px; margin-top: 0px; width: auto;"&gt;&lt;/div&gt;&lt;div class="hidden" id="jump-to-nav" style="height: 1px; left: 0px; overflow-x: hidden; overflow-y: hidden; position: absolute; text-align: right; top: -5000px; width: 1px;"&gt;Jump to:&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#mw-head" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;navigation&lt;/a&gt;,&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#p-search" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;search&lt;/a&gt;&lt;/div&gt;&lt;div class="mw-content-ltr" dir="ltr" lang="fr" style="direction: ltr;"&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;&lt;/div&gt;&lt;div class="thumb tright" style="background-color: transparent; clear: right; float: right; margin-bottom: 1.3em; margin-left: 1.4em; margin-right: 0px; margin-top: 0.5em; width: auto;"&gt;&lt;div class="thumbinner" style="background-color: #f9f9f9; border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; font-size: 12px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 3px !important; padding-left: 3px !important; padding-right: 3px !important; padding-top: 3px !important; text-align: center; width: 222px;"&gt;&lt;a class="image" href="http://fr.wikipedia.org/wiki/Fichier:Four_solaire_Mont-Louis_France.JPG" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;img alt="" class="thumbimage" height="165" src="http://upload.wikimedia.org/wikipedia/commons/thumb/a/a3/Four_solaire_Mont-Louis_France.JPG/220px-Four_solaire_Mont-Louis_France.JPG" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-color: initial; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; border-width: initial; vertical-align: middle;" width="220" /&gt;&lt;/a&gt;&lt;div class="thumbcaption" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; font-size: 11px; line-height: 1.4em; padding-bottom: 3px !important; padding-left: 3px !important; padding-right: 3px !important; padding-top: 3px !important; text-align: left;"&gt;&lt;div class="magnify" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; float: right;"&gt;&lt;a class="internal" href="http://fr.wikipedia.org/wiki/Fichier:Four_solaire_Mont-Louis_France.JPG" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; color: #0645ad; display: block; text-decoration: none;" title="Enlarge"&gt;&lt;img alt="" height="11" src="http://bits.wikimedia.org/skins-1.18/common/images/magnify-clip.png" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-color: initial; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; border-width: initial; display: block; vertical-align: middle;" width="15" /&gt;&lt;/a&gt;&lt;/div&gt;Solar furnace of Mont-Louis&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="thumb tright" style="background-color: transparent; clear: right; float: right; margin-bottom: 1.3em; margin-left: 1.4em; margin-right: 0px; margin-top: 0.5em; width: auto;"&gt;&lt;div class="thumbinner" style="background-color: #f9f9f9; border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; font-size: 12px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 3px !important; padding-left: 3px !important; padding-right: 3px !important; padding-top: 3px !important; text-align: center; width: 222px;"&gt;&lt;a class="image" href="http://fr.wikipedia.org/wiki/Fichier:FSML-P1010409.JPG" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;img alt="" class="thumbimage" height="165" src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/FSML-P1010409.JPG/220px-FSML-P1010409.JPG" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-color: initial; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; border-width: initial; vertical-align: middle;" width="220" /&gt;&lt;/a&gt;&lt;div class="thumbcaption" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; font-size: 11px; line-height: 1.4em; padding-bottom: 3px !important; padding-left: 3px !important; padding-right: 3px !important; padding-top: 3px !important; text-align: left;"&gt;&lt;div class="magnify" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; float: right;"&gt;&lt;a class="internal" href="http://fr.wikipedia.org/wiki/Fichier:FSML-P1010409.JPG" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; color: #0645ad; display: block; text-decoration: none;" title="Enlarge"&gt;&lt;img alt="" height="11" src="http://bits.wikimedia.org/skins-1.18/common/images/magnify-clip.png" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-color: initial; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; border-width: initial; display: block; vertical-align: middle;" width="15" /&gt;&lt;/a&gt;&lt;/div&gt;Solar ovens for cooking&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="thumb tright" style="background-color: transparent; clear: right; float: right; margin-bottom: 1.3em; margin-left: 1.4em; margin-right: 0px; margin-top: 0.5em; width: auto;"&gt;&lt;div class="thumbinner" style="background-color: #f9f9f9; border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; font-size: 12px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 3px !important; padding-left: 3px !important; padding-right: 3px !important; padding-top: 3px !important; text-align: center; width: 222px;"&gt;&lt;a class="image" href="http://fr.wikipedia.org/wiki/Fichier:FSML-P1010434.JPG" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;img alt="FSML-P1010434.JPG" class="thumbimage" height="165" src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/FSML-P1010434.JPG/220px-FSML-P1010434.JPG" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-color: initial; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; border-width: initial; vertical-align: middle;" width="220" /&gt;&lt;/a&gt;&lt;div class="thumbcaption" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; font-size: 11px; line-height: 1.4em; padding-bottom: 3px !important; padding-left: 3px !important; padding-right: 3px !important; padding-top: 3px !important; text-align: left;"&gt;&lt;div class="magnify" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; float: right;"&gt;&lt;a class="internal" href="http://fr.wikipedia.org/wiki/Fichier:FSML-P1010434.JPG" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; color: #0645ad; display: block; text-decoration: none;" title="Enlarge"&gt;&lt;img alt="" height="11" src="http://bits.wikimedia.org/skins-1.18/common/images/magnify-clip.png" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-color: initial; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; border-width: initial; display: block; vertical-align: middle;" width="15" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;The&amp;nbsp;&lt;b&gt;solar furnace of Mont-Louis&lt;/b&gt;&amp;nbsp;is a&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Solar oven"&gt;solar oven&lt;/a&gt;&amp;nbsp;built just after&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Seconde_Guerre_mondiale" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="World War II"&gt;World War II&lt;/a&gt;&amp;nbsp;the&amp;nbsp;&lt;a class="mw-redirect" href="http://fr.wikipedia.org/wiki/Commune_fran%C3%A7aise" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="French commune"&gt;French commune&lt;/a&gt;&amp;nbsp;of&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Mont-Louis_(Pyr%C3%A9n%C3%A9es-Orientales)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Mont-Louis (Pyrénées-Orientales)"&gt;Mont-Louis&lt;/a&gt;&amp;nbsp;, in the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/D%C3%A9partement_fran%C3%A7ais" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="French department"&gt;department&lt;/a&gt;&amp;nbsp;of&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Pyr%C3%A9n%C3%A9es-Orientales" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Pyrenees-Orientales"&gt;Pyrenees-Orientales&lt;/a&gt;&amp;nbsp;, in&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/R%C3%A9gion_fran%C3%A7aise" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="French region"&gt;region&amp;nbsp;&lt;/a&gt;&lt;a href="http://fr.wikipedia.org/wiki/Languedoc-Roussillon" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Languedoc-Roussillon"&gt;Languedoc-Roussillon&lt;/a&gt;&amp;nbsp;.&amp;nbsp;First installation of its kind in the world, it was a precursor of&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_d%27Odeillo" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Odeillo solar furnace"&gt;Odeillo solar furnace&lt;/a&gt;&amp;nbsp;built about fifteen years later a few miles away.&amp;nbsp;It provides a&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Puissance_(physique)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Power (physics)"&gt;power&lt;/a&gt;&amp;nbsp;of 50&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Watt" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Watt"&gt;kilowatts&lt;/a&gt;&amp;nbsp;.&lt;/div&gt;&lt;table class="toc" id="toc" style="background-color: #f9f9f9; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; font-size: 12px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;div id="toctitle" style="direction: ltr; text-align: center;"&gt;&lt;h2 style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-style: none; border-color: initial; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; border-width: initial; display: inline; font-size: 12px; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto;"&gt;Summary&lt;/h2&gt;&amp;nbsp;&lt;span class="toctoggle" style="font-size: 11px;"&gt;&amp;nbsp;[&amp;nbsp;&lt;a class="internal" href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#" id="togglelink" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;hide&lt;/a&gt;&amp;nbsp;]&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;ul style="line-height: 1.5em; list-style-image: none; list-style-type: none; margin-bottom: 0.3em; margin-left: 0px; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left;"&gt;&lt;li class="toclevel-1 tocsection-1" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#Histoire" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;1&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;History&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="toclevel-1 tocsection-2" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#D.C3.A9veloppement_et_coop.C3.A9ration" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;2&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;Development and Cooperation&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="toclevel-1 tocsection-3" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#Visite" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;3&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;visits&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="toclevel-1 tocsection-4" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#Galerie" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;4&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;Gallery&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="toclevel-1 tocsection-5" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#Notes_et_r.C3.A9f.C3.A9rences" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;5&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;Notes and references&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="toclevel-1 tocsection-6" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#Annexes" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;6&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;Appendices&lt;/span&gt;&lt;/a&gt;&lt;ul style="line-height: 1.5em; list-style-image: none; list-style-type: none; margin-bottom: 0px; margin-left: 2em; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li class="toclevel-2 tocsection-7" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#Articles_connexes" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;6.1&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;Related&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="toclevel-2 tocsection-8" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#Bibliographie" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;6.2&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;Bibliography&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="toclevel-2 tocsection-9" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#Lien_externe" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;6.3&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;External Link&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h2 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; font-size: 19px; font-weight: normal; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.65em; width: auto;"&gt;&lt;span class="mw-headline" id="Histoire" style="margin-right: 0.3em;"&gt;History&amp;nbsp;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; margin-left: 5px;"&gt;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=Four_solaire_de_Mont-Louis&amp;amp;action=edit&amp;amp;section=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change section: History"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h2&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;The&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Chimiste" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Chemist"&gt;chemist&lt;/a&gt;&amp;nbsp;French&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Felix Trombe"&gt;Felix Trombe&lt;/a&gt;&amp;nbsp;and his team have performed at the&amp;nbsp;&lt;a class="mw-redirect" href="http://fr.wikipedia.org/wiki/Observatoire_de_Meudon" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Meudon Observatory"&gt;Meudon Observatory&lt;/a&gt;&amp;nbsp;in&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1946" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1946"&gt;1946&lt;/a&gt;&amp;nbsp;a first experience with a&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Miroir" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Mirror"&gt;mirror&lt;/a&gt;&amp;nbsp;of&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Lutte_antia%C3%A9rienne" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Anti-aircraft"&gt;DCA&lt;/a&gt;&amp;nbsp;to show the possibility to reach high temperatures very rapidly and in a very pure thanks to the highly concentrated sunlight.&amp;nbsp;The objective was to melt the ore and extract high purity materials to manufacture new refractory materials more efficient&amp;nbsp;&lt;sup class="reference" id="cite_ref-0" style="font-size: 0.8em; line-height: 1em; padding-left: 1px; position: relative; top: -5px; vertical-align: text-top; white-space: nowrap;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#cite_note-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;one&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;To achieve this chain and test the various possibilities, the first solar furnace was built at&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Mont-Louis_(Pyr%C3%A9n%C3%A9es-Orientales)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Mont-Louis (Pyrénées-Orientales)"&gt;Mont-Louis&lt;/a&gt;&amp;nbsp;in&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1949" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1949"&gt;1949&amp;nbsp;&lt;/a&gt;&lt;sup class="reference" id="cite_ref-1" style="font-size: 0.8em; line-height: 1em; padding-left: 1px; position: relative; top: -5px; vertical-align: text-top; white-space: nowrap;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#cite_note-1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;2&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;The solar furnace at Mont-Louis served as a model worldwide, demonstrating the potential of solar energy and its many applications.&amp;nbsp;On site, it is also possible to discover the cooking&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Solar oven"&gt;solar oven&lt;/a&gt;&amp;nbsp;and solar cooker&lt;sup class="reference" id="cite_ref-2" style="font-size: 0.8em; line-height: 1em; padding-left: 1px; position: relative; top: -5px; vertical-align: text-top; white-space: nowrap;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#cite_note-2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;3&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;&amp;nbsp;!&lt;/div&gt;&lt;h2 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; font-size: 19px; font-weight: normal; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.65em; width: auto;"&gt;&lt;span class="mw-headline" id="D.C3.A9veloppement_et_coop.C3.A9ration" style="margin-right: 0.3em;"&gt;Development and Cooperation&amp;nbsp;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; margin-left: 5px;"&gt;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=Four_solaire_de_Mont-Louis&amp;amp;action=edit&amp;amp;section=2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change section: Development and Cooperation"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h2&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;Exchange of know-how with the city of&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Safi_(Maroc)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Safi (Morocco)"&gt;Safi&lt;/a&gt;&amp;nbsp;in&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Maroc" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Morocco"&gt;Morocco&lt;/a&gt;&amp;nbsp;.&amp;nbsp;The solar oven of Mont-Louis is engaged in a process of&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Transfert_de_technologie" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Technology Transfer"&gt;technology transfer&lt;/a&gt;&amp;nbsp;to&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Pays_du_Sud" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="The South"&gt;developing countries&lt;/a&gt;&amp;nbsp;.&amp;nbsp;Its purpose is to install across a village a solar oven that will cook pots, plates to eat bread, building materials, melting any metal into pots or tools to grow&amp;nbsp;&lt;sup class="reference" id="cite_ref-3" style="font-size: 0.8em; line-height: 1em; padding-left: 1px; position: relative; top: -5px; vertical-align: text-top; white-space: nowrap;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#cite_note-3" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;4&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;.&lt;/div&gt;&lt;h2 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; font-size: 19px; font-weight: normal; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.65em; width: auto;"&gt;&lt;span class="mw-headline" id="Visite" style="margin-right: 0.3em;"&gt;Visit&amp;nbsp;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; margin-left: 5px;"&gt;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=Four_solaire_de_Mont-Louis&amp;amp;action=edit&amp;amp;section=3" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change section: Visit"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h2&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;Visitors to the solar furnace of Mont-Louis are led by the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Guide_culturel" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Cultural guide"&gt;guide&lt;/a&gt;&amp;nbsp;at heart facilities to explain the operation and use of the oven.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;Scientific applications simple and complete the educational visit, with for example: the materialization of concentration solar&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Foyer_(optique)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Home (optical)"&gt;home&lt;/a&gt;&amp;nbsp;, between 2000 ° C and 3500 ° C, inflammation of wood, metal smelting, cooking ceramics, etc.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;The tour ends with a comprehensive overview of technologies using the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/%C3%89nergie_solaire" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Solar energy"&gt;solar energy&lt;/a&gt;&amp;nbsp;&amp;nbsp;:&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Capteur_solaire_thermique" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Solar thermal"&gt;solar thermal&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Douche_solaire" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Solar shower"&gt;solar shower&lt;/a&gt;&amp;nbsp;, solar cells, solar cookers&amp;nbsp;&lt;sup class="reference" id="cite_ref-4" style="font-size: 0.8em; line-height: 1em; padding-left: 1px; position: relative; top: -5px; vertical-align: text-top; white-space: nowrap;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#cite_note-4" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;5&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;Regular solar furnace of Mont-Louis is home to associations and organizations that offer visitors to learn how to make solar ovens for cooking&amp;nbsp;&lt;sup class="reference" id="cite_ref-5" style="font-size: 0.8em; line-height: 1em; padding-left: 1px; position: relative; top: -5px; vertical-align: text-top; white-space: nowrap;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#cite_note-5" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;6&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;and organizes demonstrations of solar cooking.&lt;/div&gt;&lt;h2 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; font-size: 19px; font-weight: normal; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.65em; width: auto;"&gt;&lt;span class="mw-headline" id="Galerie" style="margin-right: 0.3em;"&gt;Gallery&amp;nbsp;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; margin-left: 5px;"&gt;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=Four_solaire_de_Mont-Louis&amp;amp;action=edit&amp;amp;section=4" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change section: Gallery"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h2&gt;&lt;div class="noprint" id="autres_projets" style="background-attachment: initial; background-clip: initial; background-color: #f9f9f9; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; clear: right; float: right; font-size: 12px; margin-bottom: 1em; margin-left: 1em; margin-right: 0px; margin-top: 1em; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px; width: 250px;"&gt;&lt;div style="line-height: 1.5em; margin-bottom: 5px; margin-top: 5px; text-align: center;"&gt;On the other Wikimedia projects:&lt;/div&gt;&lt;ul class="noarchive" style="line-height: 1.5em; list-style-image: none; list-style-type: none; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li class="commons" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/25px-Commons-logo.svg.png); background-origin: initial; background-position: 0% 50%; background-repeat: no-repeat no-repeat; display: inline-block; line-height: 1.5em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 7px; padding-left: 35px; padding-right: 0px; padding-top: 7px;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" href="http://commons.wikimedia.org/wiki/Category:Four_solaire_de_Mont-Louis?uselang=fr" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(data:image/png; background-origin: initial; background-position: 0% 0%; background-repeat: no-repeat no-repeat; color: #3366bb; font-style: italic; font-weight: bold; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 13px; padding-top: 0px !important; text-decoration: none;"&gt;"The solar oven of Mont-Louis," onWikimedia Commons&lt;/a&gt;&amp;nbsp;(multimedia resources)&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;ul class="gallery" style="line-height: 1.5em; list-style-image: url(data:image/png; list-style-type: square; margin-bottom: 2px; margin-left: auto; margin-right: auto; margin-top: 2px; max-width: 978px; padding-bottom: 2px; padding-left: 2px; padding-right: 2px; padding-top: 2px; text-align: center; zoom: 1;"&gt;&lt;li class="gallerybox" style="border-bottom-color: white; border-bottom-style: solid; border-bottom-width: 2px; border-left-color: white; border-left-style: solid; border-left-width: 2px; border-right-color: white; border-right-style: solid; border-right-width: 2px; border-top-color: white; border-top-style: solid; border-top-width: 2px; display: inline-block; margin-bottom: 0.1em; vertical-align: top; width: 155px; zoom: 1;"&gt;&lt;div style="width: 155px;"&gt;&lt;div class="thumb" style="background-color: #f9f9f9; border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; margin-bottom: 2px; margin-left: 2px; margin-right: 2px; margin-top: 2px; width: 150px;"&gt;&lt;div style="margin-bottom: 30px; margin-left: auto; margin-right: auto; margin-top: 30px;"&gt;&lt;a class="image" href="http://fr.wikipedia.org/wiki/Fichier:FSML-P1010407.JPG" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;img alt="FSML-P1010407.JPG" height="90" src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/80/FSML-P1010407.JPG/120px-FSML-P1010407.JPG" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; display: block; margin-bottom: 0px; margin-left: auto; margin-right: auto; margin-top: 0px; vertical-align: middle;" width="120" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="gallerytext" style="font-size: 11px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 2px; padding-left: 4px; padding-right: 4px; padding-top: 2px; text-align: left; word-wrap: break-word;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;&amp;nbsp;&lt;li class="gallerybox" style="border-bottom-color: white; border-bottom-style: solid; border-bottom-width: 2px; border-left-color: white; border-left-style: solid; border-left-width: 2px; border-right-color: white; border-right-style: solid; border-right-width: 2px; border-top-color: white; border-top-style: solid; border-top-width: 2px; display: inline-block; margin-bottom: 0.1em; vertical-align: top; width: 155px; zoom: 1;"&gt;&lt;div style="width: 155px;"&gt;&lt;div class="thumb" style="background-color: #f9f9f9; border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; margin-bottom: 2px; margin-left: 2px; margin-right: 2px; margin-top: 2px; width: 150px;"&gt;&lt;div style="margin-bottom: 30px; margin-left: auto; margin-right: auto; margin-top: 30px;"&gt;&lt;a class="image" href="http://fr.wikipedia.org/wiki/Fichier:FSML-P1010429.JPG" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;img alt="FSML-P1010429.JPG" height="90" src="http://upload.wikimedia.org/wikipedia/commons/thumb/9/95/FSML-P1010429.JPG/120px-FSML-P1010429.JPG" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; display: block; margin-bottom: 0px; margin-left: auto; margin-right: auto; margin-top: 0px; vertical-align: middle;" width="120" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="gallerytext" style="font-size: 11px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 2px; padding-left: 4px; padding-right: 4px; padding-top: 2px; text-align: left; word-wrap: break-word;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;&amp;nbsp;&lt;li class="gallerybox" style="border-bottom-color: white; border-bottom-style: solid; border-bottom-width: 2px; border-left-color: white; border-left-style: solid; border-left-width: 2px; border-right-color: white; border-right-style: solid; border-right-width: 2px; border-top-color: white; border-top-style: solid; border-top-width: 2px; display: inline-block; margin-bottom: 0.1em; vertical-align: top; width: 155px; zoom: 1;"&gt;&lt;div style="width: 155px;"&gt;&lt;div class="thumb" style="background-color: #f9f9f9; border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; margin-bottom: 2px; margin-left: 2px; margin-right: 2px; margin-top: 2px; width: 150px;"&gt;&lt;div style="margin-bottom: 15px; margin-left: auto; margin-right: auto; margin-top: 15px;"&gt;&lt;a class="image" href="http://fr.wikipedia.org/wiki/Fichier:FSML-P1010425.JPG" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;img alt="FSML-P1010425.JPG" height="120" src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d8/FSML-P1010425.JPG/90px-FSML-P1010425.JPG" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; display: block; margin-bottom: 0px; margin-left: auto; margin-right: auto; margin-top: 0px; vertical-align: middle;" width="90" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="gallerytext" style="font-size: 11px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 2px; padding-left: 4px; padding-right: 4px; padding-top: 2px; text-align: left; word-wrap: break-word;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;&amp;nbsp;&lt;li class="gallerybox" style="border-bottom-color: white; border-bottom-style: solid; border-bottom-width: 2px; border-left-color: white; border-left-style: solid; border-left-width: 2px; border-right-color: white; border-right-style: solid; border-right-width: 2px; border-top-color: white; border-top-style: solid; border-top-width: 2px; display: inline-block; margin-bottom: 0.1em; vertical-align: top; width: 155px; zoom: 1;"&gt;&lt;div style="width: 155px;"&gt;&lt;div class="thumb" style="background-color: #f9f9f9; border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; margin-bottom: 2px; margin-left: 2px; margin-right: 2px; margin-top: 2px; width: 150px;"&gt;&lt;div style="margin-bottom: 30px; margin-left: auto; margin-right: auto; margin-top: 30px;"&gt;&lt;a class="image" href="http://fr.wikipedia.org/wiki/Fichier:FSML-P1010426.JPG" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;img alt="FSML-P1010426.JPG" height="90" src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/FSML-P1010426.JPG/120px-FSML-P1010426.JPG" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; display: block; margin-bottom: 0px; margin-left: auto; margin-right: auto; margin-top: 0px; vertical-align: middle;" width="120" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="gallerytext" style="font-size: 11px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 2px; padding-left: 4px; padding-right: 4px; padding-top: 2px; text-align: left; word-wrap: break-word;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;&amp;nbsp;&lt;li class="gallerybox" style="border-bottom-color: white; border-bottom-style: solid; border-bottom-width: 2px; border-left-color: white; border-left-style: solid; border-left-width: 2px; border-right-color: white; border-right-style: solid; border-right-width: 2px; border-top-color: white; border-top-style: solid; border-top-width: 2px; display: inline-block; margin-bottom: 0.1em; vertical-align: top; width: 155px; zoom: 1;"&gt;&lt;div style="width: 155px;"&gt;&lt;div class="thumb" style="background-color: #f9f9f9; border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; margin-bottom: 2px; margin-left: 2px; margin-right: 2px; margin-top: 2px; width: 150px;"&gt;&lt;div style="margin-bottom: 30px; margin-left: auto; margin-right: auto; margin-top: 30px;"&gt;&lt;a class="image" href="http://fr.wikipedia.org/wiki/Fichier:FSML-P1010436.JPG" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;img alt="FSML-P1010436.JPG" height="90" src="http://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/FSML-P1010436.JPG/120px-FSML-P1010436.JPG" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; display: block; margin-bottom: 0px; margin-left: auto; margin-right: auto; margin-top: 0px; vertical-align: middle;" width="120" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="gallerytext" style="font-size: 11px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 2px; padding-left: 4px; padding-right: 4px; padding-top: 2px; text-align: left; word-wrap: break-word;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; font-size: 19px; font-weight: normal; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.65em; width: auto;"&gt;&lt;span class="mw-headline" id="Notes_et_r.C3.A9f.C3.A9rences" style="margin-right: 0.3em;"&gt;Notes and references&amp;nbsp;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; margin-left: 5px;"&gt;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=Four_solaire_de_Mont-Louis&amp;amp;action=edit&amp;amp;section=5" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change section: Notes and References"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h2&gt;&lt;div class="references-small decimal" style="-webkit-column-count: 2;"&gt;&lt;div style="font-size: 11px;"&gt;&lt;ol class="references" style="line-height: 1.5em; list-style-image: none; margin-bottom: 0px; margin-left: 3.2em; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li id="cite_note-0" style="margin-bottom: 0.1em; text-align: left;"&gt;&lt;span class="noprint renvois_vers_le_texte"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#cite_ref-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;↑&lt;/a&gt;&lt;/span&gt;&amp;nbsp;"&amp;nbsp;&amp;nbsp;&lt;a class="external text" href="http://www.mont-louis.net/four.htm" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(data:image/png; background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-right: 13px; text-decoration: none;"&gt;The first solar oven in the world!&amp;nbsp;&lt;/a&gt;&lt;small class="cachelinks" style="color: #3366bb; font-size: 1em !important;"&gt;&amp;nbsp;[&amp;nbsp;&lt;a href="http://wikiwix.com/cache/?url=http://www.mont-louis.net/four.htm&amp;amp;title=Le%20premier%20four%20solaire%20au%20Monde%C2%A0!!!" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #3366bb; text-decoration: none;" title="The archive of the first solar oven in the world!"&gt;archive&lt;/a&gt;&amp;nbsp;]&lt;/small&gt;&amp;nbsp;&amp;nbsp;, "the official site of Mont-Louis.&lt;/li&gt;&lt;li id="cite_note-1" style="margin-bottom: 0.1em; text-align: left;"&gt;&lt;span class="noprint renvois_vers_le_texte"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#cite_ref-1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;↑&lt;/a&gt;&lt;/span&gt;&amp;nbsp;"&amp;nbsp;&amp;nbsp;&lt;a class="external text" href="http://four-solaire.fr/historique.htm" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(data:image/png; background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-right: 13px; text-decoration: none;"&gt;History of the furnace of Mont-Louis&amp;nbsp;&lt;/a&gt;&lt;small class="cachelinks" style="color: #3366bb; font-size: 1em !important;"&gt;&amp;nbsp;[&amp;nbsp;&lt;a href="http://wikiwix.com/cache/?url=http://four-solaire.fr/historique.htm&amp;amp;title=Historique%20du%20four%20de%20Mont-Louis" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #3366bb; text-decoration: none;" title="Historical archive of the furnace of Mont-Louis"&gt;archive&lt;/a&gt;&amp;nbsp;]&lt;/small&gt;&amp;nbsp;&amp;nbsp;"on the official website of the oven.&lt;/li&gt;&lt;li id="cite_note-2" style="margin-bottom: 0.1em; text-align: left;"&gt;&lt;span class="noprint renvois_vers_le_texte"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#cite_ref-2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;↑&lt;/a&gt;&lt;/span&gt;&amp;nbsp;"&amp;nbsp;&amp;nbsp;&lt;a class="external text" href="http://www.atlascuisinesolaire.com/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(data:image/png; background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-right: 13px; text-decoration: none;"&gt;Baking solar and solar cooker&amp;nbsp;&lt;/a&gt;&lt;small class="cachelinks" style="color: #3366bb; font-size: 1em !important;"&gt;&amp;nbsp;[&amp;nbsp;&lt;a href="http://wikiwix.com/cache/?url=http://www.atlascuisinesolaire.com/&amp;amp;title=Cuisson%20au%20four%20solaire%20et%20cuiseur%20solaire" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #3366bb; text-decoration: none;" title="Archive Baking solar and solar cooker"&gt;archive&lt;/a&gt;&amp;nbsp;]&lt;/small&gt;&amp;nbsp;&amp;nbsp;"Atlas of the Solar Kitchen.&lt;/li&gt;&lt;li id="cite_note-3" style="margin-bottom: 0.1em; text-align: left;"&gt;&lt;span class="noprint renvois_vers_le_texte"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#cite_ref-3" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;↑&lt;/a&gt;&lt;/span&gt;&amp;nbsp;"&amp;nbsp;&amp;nbsp;&lt;a class="external text" href="http://www.reseauculturel.fr/articles.asp?lng=FR&amp;amp;id=5011" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(data:image/png; background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-right: 13px; text-decoration: none;"&gt;Exchange of know-how with Safi (Morocco)&amp;nbsp;&lt;/a&gt;&lt;small class="cachelinks" style="color: #3366bb; font-size: 1em !important;"&gt;&amp;nbsp;[&amp;nbsp;&lt;a href="http://wikiwix.com/cache/?url=http://www.reseauculturel.fr/articles.asp?lng=FR%26id=5011&amp;amp;title=%C3%89change%20de%20savoir-faire%20avec%20Safi%20(Maroc)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #3366bb; text-decoration: none;" title="Archive Exchange of know-how with Safi (Morocco)"&gt;archive&lt;/a&gt;&amp;nbsp;]&lt;/small&gt;&amp;nbsp;&amp;nbsp;"on the website of&amp;nbsp;&lt;a class="mw-redirect" href="http://fr.wikipedia.org/wiki/R%C3%A9seau_Culturel_Terre_Catalane" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Earth Catalan Cultural Network"&gt;Earth Catalan Cultural Network&lt;/a&gt;&amp;nbsp;.&lt;/li&gt;&lt;li id="cite_note-4" style="margin-bottom: 0.1em; text-align: left;"&gt;&lt;span class="noprint renvois_vers_le_texte"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#cite_ref-4" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;↑&lt;/a&gt;&lt;/span&gt;&amp;nbsp;"&amp;nbsp;&amp;nbsp;&lt;a class="external text" href="http://www.capcir-pyrenees.com/articles.asp?id=5506" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(data:image/png; background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-right: 13px; text-decoration: none;"&gt;The solar oven of Mont-Louis&amp;nbsp;&lt;/a&gt;&lt;small class="cachelinks" style="color: #3366bb; font-size: 1em !important;"&gt;&amp;nbsp;[&amp;nbsp;&lt;a href="http://wikiwix.com/cache/?url=http://www.capcir-pyrenees.com/articles.asp?id=5506&amp;amp;title=Le%20four%20solaire%20de%20Mont-Louis" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #3366bb; text-decoration: none;" title="archive of the solar furnace of Mont-Louis"&gt;archive&lt;/a&gt;&amp;nbsp;]&lt;/small&gt;&amp;nbsp;&amp;nbsp;"on the website of the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Communaut%C3%A9_de_communes_Capcir_Haut-Conflent" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Community of common Capcir High Conflent"&gt;Community of Communes Capcir High Conflent&lt;/a&gt;&amp;nbsp;.&lt;/li&gt;&lt;li id="cite_note-5" style="margin-bottom: 0.1em; text-align: left;"&gt;&lt;span class="noprint renvois_vers_le_texte"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis#cite_ref-5" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;↑&lt;/a&gt;&lt;/span&gt;&amp;nbsp;&lt;a class="external text" href="http://www.atlascuisinesolaire.com/plans-fabriquer-construire-four-solaire.php" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(data:image/png; background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-right: 13px; text-decoration: none;"&gt;manufacturing solar oven&amp;nbsp;&lt;/a&gt;&lt;small class="cachelinks" style="color: #3366bb; font-size: 1em !important;"&gt;&amp;nbsp;[&amp;nbsp;&lt;a href="http://wikiwix.com/cache/?url=http://www.atlascuisinesolaire.com/plans-fabriquer-construire-four-solaire.php&amp;amp;title=Fabrication%20four%20solaire" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #3366bb; text-decoration: none;" title="Manufacturing archive of solar oven"&gt;archive&lt;/a&gt;&amp;nbsp;]&lt;/small&gt;&amp;nbsp;Atlas of solar cooking&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;h2 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; font-size: 19px; font-weight: normal; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.65em; width: auto;"&gt;&lt;span class="mw-headline" id="Annexes" style="margin-right: 0.3em;"&gt;Appendices&amp;nbsp;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; margin-left: 5px;"&gt;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=Four_solaire_de_Mont-Louis&amp;amp;action=edit&amp;amp;section=6" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change section: Appendices"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h2&gt;&lt;h3 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: dotted; border-bottom-width: 1px; font-size: 17px; margin-bottom: 0.3em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.6em; width: auto;"&gt;&lt;span class="mw-headline" id="Articles_connexes" style="margin-right: 0.3em;"&gt;Related articles&amp;nbsp;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; font-weight: normal; margin-left: 5px;"&gt;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=Four_solaire_de_Mont-Louis&amp;amp;action=edit&amp;amp;section=7" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change section: Related articles"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h3&gt;&lt;ul style="line-height: 1.5em; list-style-image: url(data:image/png; list-style-type: square; margin-bottom: 0px; margin-left: 1.5em; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/%C3%89nergie_solaire" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Solar energy"&gt;Solar energy&lt;/a&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_d%27Odeillo" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Odeillo solar furnace"&gt;Odeillo solar furnace&lt;/a&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Centrale_solaire_Th%C3%A9mis" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Themis solar power plant"&gt;Themis solar power plant&lt;/a&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Felix Trombe"&gt;Felix Trombe&lt;/a&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Safi_(Maroc)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Safi (Morocco)"&gt;Safi&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: dotted; border-bottom-width: 1px; font-size: 17px; margin-bottom: 0.3em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.6em; width: auto;"&gt;&lt;span class="mw-headline" id="Bibliographie" style="margin-right: 0.3em;"&gt;References&amp;nbsp;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; font-weight: normal; margin-left: 5px;"&gt;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=Four_solaire_de_Mont-Louis&amp;amp;action=edit&amp;amp;section=8" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change section: Bibliography"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h3&gt;&lt;ul style="line-height: 1.5em; list-style-image: url(data:image/png; list-style-type: square; margin-bottom: 0px; margin-left: 1.5em; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;span class="ouvrage" id="CabannesLe_Phat_Vinh1954"&gt;Cabannes and Francis Albert The Phat Vinh, "&amp;nbsp;&amp;nbsp;&lt;cite style="font-style: normal;"&gt;Calculation of the distribution of solar energy reflected by a parabolic mirror&lt;/cite&gt;&amp;nbsp;&amp;nbsp;, "in&amp;nbsp;&lt;i&gt;The Journal of Physical and Radium&lt;/i&gt;&amp;nbsp;,&amp;nbsp;&lt;abbr class="abbr" style="border-bottom-color: initial; border-bottom-style: initial; border-bottom-width: 0px; color: inherit; cursor: inherit;" title="volume"&gt;vol.&lt;/abbr&gt;&amp;nbsp;&amp;nbsp;15,&amp;nbsp;&lt;abbr class="abbr" style="border-bottom-color: initial; border-bottom-style: initial; border-bottom-width: 0px; color: inherit; cursor: inherit;" title="number"&gt;n&amp;nbsp;&lt;sup style="line-height: 1em;"&gt;o&lt;/sup&gt;&lt;/abbr&gt;&amp;nbsp;&amp;nbsp;12, December 1954,&amp;nbsp;&lt;abbr class="abbr" style="border-bottom-color: initial; border-bottom-style: initial; border-bottom-width: 0px; color: inherit; cursor: inherit;" title="page (s)"&gt;p.&lt;/abbr&gt;&amp;nbsp;&amp;nbsp;817-820&amp;nbsp;&lt;small&gt;(&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/International_Standard_Serial_Number" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="International Standard Serial Number"&gt;ISSN&amp;nbsp;&lt;/a&gt;&amp;nbsp;&lt;span class="plainlinks noarchive"&gt;&lt;a class="external text" href="http://worldcat.org/issn/0368-3842&amp;amp;lang=fr" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(data:image/png; background-origin: initial; background-position: 0% 0%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 13px; padding-top: 0px !important; text-decoration: none;"&gt;0368-3842&lt;/a&gt;&lt;/span&gt;&amp;nbsp;)&amp;nbsp;&lt;/small&gt;&lt;small&gt;[&amp;nbsp;&lt;a class="external text" href="http://hal.archives-ouvertes.fr/jpa-00235077/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(data:image/png; background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-right: 13px; text-decoration: none;"&gt;text&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a class="external text" href="http://dx.doi.org/10.1051%2Fjphysrad%3A019540015012081700" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(data:image/png; background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-right: 13px; text-decoration: none;"&gt;DOI link&lt;/a&gt;&amp;nbsp;]&lt;/small&gt;&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;amp;rft.genre=article&amp;amp;rft.atitle=&amp;amp;rft.jtitle=&amp;amp;rft.aulast=Cabannes&amp;amp;rft.au=Cabannes&amp;amp;rfr_id=info:sid/fr.wikipedia.org:Four_solaire_de_Mont-Louis"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;span class="ouvrage" id="Trombe1955"&gt;Felix Trombe, "&amp;nbsp;&amp;nbsp;&lt;cite style="font-style: normal;"&gt;The large solar furnace of Mont-Louis&lt;/cite&gt;&amp;nbsp;&amp;nbsp;, "in&amp;nbsp;&lt;i&gt;&lt;a href="http://fr.wikipedia.org/wiki/L%27Astronomie" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Astronomy"&gt;Astronomy&lt;/a&gt;&lt;/i&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Soci%C3%A9t%C3%A9_astronomique_de_France" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Astronomical Society of France"&gt;Astronomical Society of France&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;abbr class="abbr" style="border-bottom-color: initial; border-bottom-style: initial; border-bottom-width: 0px; color: inherit; cursor: inherit;" title="volume"&gt;vol.&lt;/abbr&gt;&amp;nbsp;&amp;nbsp;69 February 1955,&amp;nbsp;&lt;abbr class="abbr" style="border-bottom-color: initial; border-bottom-style: initial; border-bottom-width: 0px; color: inherit; cursor: inherit;" title="page (s)"&gt;pp.&lt;/abbr&gt;&amp;nbsp;&amp;nbsp;45-60&amp;nbsp;&lt;small&gt;(&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/International_Standard_Serial_Number" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="International Standard Serial Number"&gt;ISSN&amp;nbsp;&lt;/a&gt;&amp;nbsp;&lt;span class="plainlinks noarchive"&gt;&lt;a class="external text" href="http://worldcat.org/issn/0004-6302&amp;amp;lang=fr" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(data:image/png; background-origin: initial; background-position: 0% 0%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 13px; padding-top: 0px !important; text-decoration: none;"&gt;0004-6302&lt;/a&gt;&lt;/span&gt;&amp;nbsp;)&lt;/small&gt;&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;amp;rft.genre=article&amp;amp;rft.atitle=&amp;amp;rft.jtitle=&amp;amp;rft.aulast=Trombe&amp;amp;rft.au=Trombe&amp;amp;rfr_id=info:sid/fr.wikipedia.org:Four_solaire_de_Mont-Louis"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;span class="ouvrage" id="Gaillard1995"&gt;Maylis Gaillard, "&amp;nbsp;&amp;nbsp;&lt;cite style="font-style: normal;"&gt;Visit to the solar furnace of Mont-Louis&lt;/cite&gt;&amp;nbsp;&amp;nbsp;, "in&amp;nbsp;&lt;i&gt;Solar&lt;/i&gt;&amp;nbsp;,&amp;nbsp;&lt;abbr class="abbr" style="border-bottom-color: initial; border-bottom-style: initial; border-bottom-width: 0px; color: inherit; cursor: inherit;" title="number"&gt;n&amp;nbsp;&lt;sup style="line-height: 1em;"&gt;o&lt;/sup&gt;&lt;/abbr&gt;&amp;nbsp;&amp;nbsp;106, March-April 1995,&amp;nbsp;&lt;abbr class="abbr" style="border-bottom-color: initial; border-bottom-style: initial; border-bottom-width: 0px; color: inherit; cursor: inherit;" title="page (s)"&gt;pp.&lt;/abbr&gt;&amp;nbsp;&amp;nbsp;38-42&amp;nbsp;&lt;small&gt;(&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/International_Standard_Serial_Number" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="International Standard Serial Number"&gt;ISSN&amp;nbsp;&lt;/a&gt;&amp;nbsp;&lt;span class="plainlinks noarchive"&gt;&lt;a class="external text" href="http://worldcat.org/issn/0295-5873&amp;amp;lang=fr" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(data:image/png; background-origin: initial; background-position: 0% 0%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 13px; padding-top: 0px !important; text-decoration: none;"&gt;0295-5873&lt;/a&gt;&lt;/span&gt;&amp;nbsp;)&lt;/small&gt;&lt;/span&gt;&lt;span class="Z3988" title="ctx_ver=Z39.88-2004&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;amp;rft.genre=article&amp;amp;rft.atitle=&amp;amp;rft.jtitle=&amp;amp;rft.aulast=Gaillard&amp;amp;rft.au=Gaillard&amp;amp;rfr_id=info:sid/fr.wikipedia.org:Four_solaire_de_Mont-Louis"&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: dotted; border-bottom-width: 1px; font-size: 17px; margin-bottom: 0.3em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.6em; width: auto;"&gt;&lt;span class="mw-headline" id="Lien_externe" style="margin-right: 0.3em;"&gt;External link&amp;nbsp;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; font-weight: normal; margin-left: 5px;"&gt;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=Four_solaire_de_Mont-Louis&amp;amp;action=edit&amp;amp;section=9" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change section: External Link"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h3&gt;&lt;ul style="line-height: 1.5em; list-style-image: url(data:image/png; list-style-type: square; margin-bottom: 0px; margin-left: 1.5em; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(data:image/png; background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-right: 13px; text-decoration: none;"&gt;&lt;a class="external text" href="http://four-solaire.fr/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(data:image/png; background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-right: 13px; text-decoration: none;"&gt;oven-solaire.fr, official website of the solar furnace of Mont-Louis&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;h1 class="firstHeading" id="firstHeading" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; font-family: sans-serif; font-size: 1.6em; font-weight: normal; line-height: 1.2em; margin-bottom: 0.1em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: visible; overflow-y: visible; padding-bottom: 0px; padding-top: 0px; text-align: -webkit-auto; width: auto;"&gt;&lt;span class="goog-text-highlight" style="-webkit-box-shadow: rgb(153, 153, 170) 2px 2px 4px; background-color: #c9d7f1; box-shadow: rgb(153, 153, 170) 2px 2px 4px; box-sizing: border-box; position: relative;"&gt;Felix Trombe&lt;/span&gt;&lt;/h1&gt;&lt;div id="bodyContent" style="background-color: white; font-family: sans-serif; font-size: 0.8em; line-height: 1.5em; position: relative; text-align: -webkit-auto; width: 1473px;"&gt;&lt;div id="contentSub" style="color: #7d7d7d; font-size: 11px; line-height: 1.2em; margin-bottom: 1.4em; margin-left: 1em; margin-right: 0px; margin-top: 0px; width: auto;"&gt;&lt;/div&gt;&lt;div class="hidden" id="jump-to-nav" style="height: 1px; left: 0px; overflow-x: hidden; overflow-y: hidden; position: absolute; text-align: right; top: -5000px; width: 1px;"&gt;Jump to:&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe#mw-head" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;navigation&lt;/a&gt;,&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe#p-search" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;search&lt;/a&gt;&lt;/div&gt;&lt;div class="mw-content-ltr" dir="ltr" lang="fr" style="direction: ltr;"&gt;&lt;table border="0" cellspacing="7" class="infobox_v2 vcard" style="background-attachment: initial; background-clip: initial; background-color: #f9f9f9; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: rgb(136, 136, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(136, 136, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(136, 136, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(136, 136, 170); border-top-style: solid; border-top-width: 1px; clear: right; color: black; float: right; font-size: 12px; line-height: 1.1em; margin-bottom: 0.5em; margin-left: 1em; margin-right: 0px; margin-top: 0px; padding-bottom: 0.1em; padding-left: 0.1em; padding-right: 0.1em; padding-top: 0.1em; width: 300px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="entete defaut" colspan="2" style="background-color: #eeeeff; font-size: 17px; height: 45px; line-height: 1.2em; text-align: center; vertical-align: middle;"&gt;Felix Trombe&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th scope="row" style="text-align: left; vertical-align: super;"&gt;Birth&lt;/th&gt;&lt;td&gt;&lt;a href="http://fr.wikipedia.org/wiki/19_mars" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="March 19"&gt;19&amp;nbsp;&lt;/a&gt;&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Mars_(mois)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="March (month)"&gt;March&amp;nbsp;&lt;/a&gt;&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1906" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1906"&gt;1906&amp;nbsp;&lt;/a&gt;&lt;br /&gt;&lt;a class="mw-redirect" href="http://fr.wikipedia.org/wiki/Nogent_sur_Marne" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Nogent sur Marne"&gt;Nogent sur ​​Marne&lt;/a&gt;&amp;nbsp;(&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/France" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="France"&gt;France&lt;/a&gt;&amp;nbsp;)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th scope="row" style="text-align: left; vertical-align: super;"&gt;Death&lt;/th&gt;&lt;td&gt;&lt;a href="http://fr.wikipedia.org/wiki/1985" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1985"&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1985" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1985"&gt;1985&lt;/a&gt;&amp;nbsp;(to 79)&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Ganties" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Ganties"&gt;Ganties&lt;/a&gt;&amp;nbsp;(&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/France" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="France"&gt;France&lt;/a&gt;&amp;nbsp;)&lt;br /&gt;&lt;a href="http://fr.wikipedia.org/wiki/Ganties" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Ganties"&gt;&lt;/a&gt;&lt;a href="http://fr.wikipedia.org/wiki/France" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="France"&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th scope="row" style="text-align: left; vertical-align: super;"&gt;Nationality&lt;/th&gt;&lt;td&gt;&lt;span class="flagicon"&gt;&lt;a class="image" href="http://fr.wikipedia.org/wiki/Fichier:Flag_of_France.svg" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Flag of France"&gt;&lt;img alt="Flag of France" class="thumbborder" height="13" src="http://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Flag_of_France.svg/20px-Flag_of_France.svg.png" style="border-bottom-color: rgb(221, 221, 221); border-bottom-style: solid; border-bottom-width: 1px; border-color: initial; border-left-color: rgb(221, 221, 221); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(221, 221, 221); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(221, 221, 221); border-top-style: solid; border-top-width: 1px; border-width: initial; vertical-align: middle;" width="20" /&gt;&lt;/a&gt;&lt;/span&gt;&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/France" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="France"&gt;France&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th scope="row" style="text-align: left; vertical-align: super;"&gt;Profession&lt;/th&gt;&lt;td&gt;&lt;a href="http://fr.wikipedia.org/wiki/Scientifique" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Scientific"&gt;Scientist&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Inventeur" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Inventor"&gt;Inventor&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th scope="row" style="text-align: left; vertical-align: super;"&gt;Other activities&lt;/th&gt;&lt;td&gt;&lt;a class="mw-redirect" href="http://fr.wikipedia.org/wiki/Sp%C3%A9l%C3%A9ologue" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Speleologist"&gt;Speleologist&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;&lt;b&gt;Felix Trombe&lt;/b&gt;&amp;nbsp;(&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/19_mars" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="March 19"&gt;19 March&amp;nbsp;&lt;/a&gt;&lt;a href="http://fr.wikipedia.org/wiki/1906" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1906"&gt;1906&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Nogent-sur-Marne" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Nogent-sur-Marne"&gt;Nogent-sur-Marne&lt;/a&gt;&amp;nbsp;-&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1985" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1985"&gt;1985&amp;nbsp;&lt;/a&gt;&lt;a href="http://fr.wikipedia.org/wiki/Ganties" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Ganties"&gt;Ganties&lt;/a&gt;&amp;nbsp;in&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Haute-Garonne" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Haute-Garonne"&gt;Haute-Garonne&lt;/a&gt;&amp;nbsp;) is a&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Chimie" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Chemistry"&gt;chemist&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Physique" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Physical"&gt;physicist&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Sp%C3%A9l%C3%A9ologie" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Speleology"&gt;caver&amp;nbsp;&lt;/a&gt;&lt;a href="http://fr.wikipedia.org/wiki/France" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="France"&gt;French&lt;/a&gt;&amp;nbsp;.&amp;nbsp;It is one of the pioneers of&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/%C3%89nergie_solaire" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Solar energy"&gt;solar energy&lt;/a&gt;&amp;nbsp;in France.&lt;/div&gt;&lt;table class="toc" id="toc" style="background-color: #f9f9f9; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; font-size: 12px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;div id="toctitle" style="direction: ltr; text-align: center;"&gt;&lt;h2 style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-style: none; border-color: initial; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; border-width: initial; display: inline; font-size: 12px; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto;"&gt;Summary&lt;/h2&gt;&amp;nbsp;&lt;span class="toctoggle" style="font-size: 11px;"&gt;&amp;nbsp;[&amp;nbsp;&lt;a class="internal" href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe#" id="togglelink" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;hide&lt;/a&gt;&amp;nbsp;]&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;ul style="line-height: 1.5em; list-style-image: none; list-style-type: none; margin-bottom: 0.3em; margin-left: 0px; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left;"&gt;&lt;li class="toclevel-1 tocsection-1" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe#Biographie" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;A&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;Biography&lt;/span&gt;&lt;/a&gt;&lt;ul style="line-height: 1.5em; list-style-image: none; list-style-type: none; margin-bottom: 0px; margin-left: 2em; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li class="toclevel-2 tocsection-2" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe#.C3.89tudes_et_carri.C3.A8re_professionnelle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;1.1&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;Education and career&lt;/span&gt;&lt;/a&gt;&lt;ul style="line-height: 1.5em; list-style-image: none; list-style-type: none; margin-bottom: 0px; margin-left: 2em; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li class="toclevel-3 tocsection-3" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe#L.27.C3.A9nergie_solaire" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;1.1.1&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;Solar energy&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li class="toclevel-2 tocsection-4" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe#Exploitation_des_eaux_thermales_de_Ganties" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;1.2&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;Operation of the thermal waters Gloves&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="toclevel-2 tocsection-5" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe#Action_dans_le_cadre_de_la_sp.C3.A9l.C3.A9ologie" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;1.3&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;Action as part of caving&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li class="toclevel-1 tocsection-6" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe#Distinctions" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;2&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;Awards&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="toclevel-1 tocsection-7" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe#Ouvrages_sp.C3.A9l.C3.A9ologiques" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;3&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;books speleological&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="toclevel-1 tocsection-8" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe#Notes_et_r.C3.A9f.C3.A9rences" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;4&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;Notes and references&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="toclevel-1 tocsection-9" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe#Voir_aussi" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;5&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;See also&lt;/span&gt;&lt;/a&gt;&lt;ul style="line-height: 1.5em; list-style-image: none; list-style-type: none; margin-bottom: 0px; margin-left: 2em; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li class="toclevel-2 tocsection-10" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe#Articles_connexes" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;5.1&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;Related&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="toclevel-2 tocsection-11" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe#Liens_externes" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;5.2&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;External Links&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="toclevel-2 tocsection-12" style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe#Bibliographie" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;span class="tocnumber"&gt;5.3&amp;nbsp;&lt;/span&gt;&lt;span class="toctext"&gt;Bibliography&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h2 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; font-size: 19px; font-weight: normal; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.65em; width: auto;"&gt;&lt;span class="mw-headline" id="Biographie" style="margin-right: 0.3em;"&gt;Biography&amp;nbsp;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; margin-left: 5px;"&gt;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=F%C3%A9lix_Trombe&amp;amp;action=edit&amp;amp;section=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change section: Biography"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h2&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;Felix Trombe spent his childhood in&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Ganties" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Ganties"&gt;Ganties&lt;/a&gt;&amp;nbsp;, small village in the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Haute-Garonne" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Haute-Garonne"&gt;Haute-Garonne&lt;/a&gt;&amp;nbsp;.&amp;nbsp;He is the son of Louis and Odette Rogal Trombe, Trombe Louis is Director of the Baths of&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Ganties" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Ganties"&gt;Ganties&lt;/a&gt;&amp;nbsp;and also mayor of&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Ganties" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Ganties"&gt;Ganties&lt;/a&gt;&amp;nbsp;until&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1944" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1944"&gt;1944&lt;/a&gt;&amp;nbsp;.&lt;/div&gt;&lt;h3 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: dotted; border-bottom-width: 1px; font-size: 17px; margin-bottom: 0.3em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.6em; width: auto;"&gt;&lt;span class="mw-headline" id=".C3.89tudes_et_carri.C3.A8re_professionnelle" style="margin-right: 0.3em;"&gt;Studies and career&amp;nbsp;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; font-weight: normal; margin-left: 5px;"&gt;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=F%C3%A9lix_Trombe&amp;amp;action=edit&amp;amp;section=2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change Section: Education and career"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h3&gt;&lt;div class="thumb tright" style="background-color: transparent; clear: right; float: right; margin-bottom: 1.3em; margin-left: 1.4em; margin-right: 0px; margin-top: 0.5em; width: auto;"&gt;&lt;div class="thumbinner" style="background-color: #f9f9f9; border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; font-size: 12px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 3px !important; padding-left: 3px !important; padding-right: 3px !important; padding-top: 3px !important; text-align: center; width: 402px;"&gt;&lt;a class="image" href="http://fr.wikipedia.org/wiki/Fichier:Four_solaire_Mont-Louis_France.JPG" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;img alt="" class="thumbimage" height="300" src="http://upload.wikimedia.org/wikipedia/commons/thumb/a/a3/Four_solaire_Mont-Louis_France.JPG/400px-Four_solaire_Mont-Louis_France.JPG" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-color: initial; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; border-width: initial; vertical-align: middle;" width="400" /&gt;&lt;/a&gt;&lt;div class="thumbcaption" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; font-size: 11px; line-height: 1.4em; padding-bottom: 3px !important; padding-left: 3px !important; padding-right: 3px !important; padding-top: 3px !important; text-align: left;"&gt;&lt;div class="magnify" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; float: right;"&gt;&lt;a class="internal" href="http://fr.wikipedia.org/wiki/Fichier:Four_solaire_Mont-Louis_France.JPG" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; color: #0645ad; display: block; text-decoration: none;" title="Enlarge"&gt;&lt;img alt="" height="11" src="http://bits.wikimedia.org/skins-1.18/common/images/magnify-clip.png" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-color: initial; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; border-width: initial; display: block; vertical-align: middle;" width="15" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Solar furnace of Mont-Louis"&gt;Solar furnace of Mont-Louis&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;He obtained the diploma of&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Ing%C3%A9nieur" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Engineer"&gt;engineer&lt;/a&gt;&amp;nbsp;-&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Chimiste" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Chemist"&gt;chemist&lt;/a&gt;&amp;nbsp;in&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1928" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1928"&gt;1928&lt;/a&gt;&amp;nbsp;at the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/%C3%89cole_nationale_sup%C3%A9rieure_de_chimie_de_Paris" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="National School of Chemistry, Paris"&gt;Institute of Chemistry of Paris&lt;/a&gt;&amp;nbsp;, without obtaining the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Baccalaur%C3%A9at_en_France" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Bachelor of France"&gt;degree&lt;/a&gt;&amp;nbsp;.&amp;nbsp;During his thesis in&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1930" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1930"&gt;1930&lt;/a&gt;&amp;nbsp;, he studied the properties of metals in the series of chemical&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Lanthanide" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Lanthanide"&gt;lanthanides&lt;/a&gt;&amp;nbsp;.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;He then directed for 24 years (&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1945" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1945"&gt;1945&lt;/a&gt;&amp;nbsp;-&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1969" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1969"&gt;1969&lt;/a&gt;&amp;nbsp;) Georges Urbain laboratory dedicated to the study of these metals in the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Centre_national_de_la_recherche_scientifique" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="National Centre for Scientific Research"&gt;National Centre for Scientific Research&lt;/a&gt;&amp;nbsp;(&amp;nbsp;&lt;a class="mw-redirect" href="http://fr.wikipedia.org/wiki/CNRS" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="CNRS"&gt;CNRS&lt;/a&gt;&amp;nbsp;).&lt;/div&gt;&lt;h4 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(221, 221, 221); border-bottom-style: dotted; border-bottom-width: 1px; font-size: 15px; margin-bottom: 0.3em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.55em; width: auto;"&gt;&lt;span class="mw-headline" id="L.27.C3.A9nergie_solaire" style="margin-right: 0.3em;"&gt;Solar energy&amp;nbsp;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; font-weight: normal; margin-left: 5px;"&gt;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=F%C3%A9lix_Trombe&amp;amp;action=edit&amp;amp;section=3" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change section: Solar energy"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h4&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;He is best known for his work on the high temperatures associated with the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/%C3%89nergie_solaire" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Solar energy"&gt;solar energy&lt;/a&gt;&amp;nbsp;.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;Felix Trombe runs&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1949" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1949"&gt;1949&lt;/a&gt;&amp;nbsp;creation,&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Mont-Louis_(Pyr%C3%A9n%C3%A9es-Orientales)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Mont-Louis (Pyrénées-Orientales)"&gt;Mont-Louis&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Pyr%C3%A9n%C3%A9es-Orientales" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Pyrenees-Orientales"&gt;Pyrenees-Orientales&lt;/a&gt;&amp;nbsp;, a prototype of a&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Solar oven"&gt;solar furnace&lt;/a&gt;&amp;nbsp;with a capacity of 50kW, the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Solar furnace of Mont-Louis"&gt;solar furnace of Mont-Louis&lt;/a&gt;&amp;nbsp;and the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_d%27Odeillo" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Odeillo solar furnace"&gt;great furnace 1000 kW of Odeillo&lt;/a&gt;&amp;nbsp;to&amp;nbsp;&lt;a class="mw-redirect" href="http://fr.wikipedia.org/wiki/Font-Romeu" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Font-Romeu"&gt;Font-Romeu&lt;/a&gt;&amp;nbsp;.&lt;/div&gt;&lt;div class="thumb tright" style="background-color: transparent; clear: right; float: right; margin-bottom: 1.3em; margin-left: 1.4em; margin-right: 0px; margin-top: 0.5em; width: auto;"&gt;&lt;div class="thumbinner" style="background-color: #f9f9f9; border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; font-size: 12px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 3px !important; padding-left: 3px !important; padding-right: 3px !important; padding-top: 3px !important; text-align: center; width: 402px;"&gt;&lt;a class="image" href="http://fr.wikipedia.org/wiki/Fichier:Four-solaire-odeillo-02.jpg" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;&lt;img alt="" class="thumbimage" height="300" src="http://upload.wikimedia.org/wikipedia/commons/thumb/0/0a/Four-solaire-odeillo-02.jpg/400px-Four-solaire-odeillo-02.jpg" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-color: initial; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; border-width: initial; vertical-align: middle;" width="400" /&gt;&lt;/a&gt;&lt;div class="thumbcaption" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; font-size: 11px; line-height: 1.4em; padding-bottom: 3px !important; padding-left: 3px !important; padding-right: 3px !important; padding-top: 3px !important; text-align: left;"&gt;&lt;div class="magnify" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; float: right;"&gt;&lt;a class="internal" href="http://fr.wikipedia.org/wiki/Fichier:Four-solaire-odeillo-02.jpg" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; color: #0645ad; display: block; text-decoration: none;" title="Enlarge"&gt;&lt;img alt="" height="11" src="http://bits.wikimedia.org/skins-1.18/common/images/magnify-clip.png" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial initial !important; background-repeat: initial initial !important; border-bottom-style: none !important; border-color: initial !important; border-color: initial; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; border-width: initial !important; border-width: initial; display: block; vertical-align: middle;" width="15" /&gt;&lt;/a&gt;&lt;/div&gt;The large 1 MW solar furnace of Odeillo&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;As part of the&amp;nbsp;&lt;a class="mw-redirect" href="http://fr.wikipedia.org/wiki/%C3%89conomies_d%27%C3%A9nergie" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Energy Savings"&gt;energy savings&lt;/a&gt;&amp;nbsp;or assistance to developing countries, Felix Trombe consider other forms of exploitation of&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/%C3%89nergie_solaire_passive" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Passive solar energy"&gt;passive solar energy&lt;/a&gt;&amp;nbsp;.&amp;nbsp;He created with the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Architecte" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Architect"&gt;architect&lt;/a&gt;Jacques Michel the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Mur_Trombe" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Trombe wall"&gt;Trombe wall&lt;/a&gt;&amp;nbsp;.&amp;nbsp;This wall consists of a concrete block solar radiation that accumulates the day and return at night.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;Even after his retirement in&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1976" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1976"&gt;1976&lt;/a&gt;&amp;nbsp;, it provides advice and assistance to all countries interested in exploiting solar energy&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;The scientific work of Felix Trombe has received approximately 300&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Publication" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Publication"&gt;publications&lt;/a&gt;&amp;nbsp;and numerous contracts and&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Brevet" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Patent"&gt;patents&lt;/a&gt;&amp;nbsp;.&amp;nbsp;In addition, Felix Trombe organized several international conferences.&lt;/div&gt;&lt;h3 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: dotted; border-bottom-width: 1px; font-size: 17px; margin-bottom: 0.3em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.6em; width: auto;"&gt;&lt;span class="mw-headline" id="Exploitation_des_eaux_thermales_de_Ganties" style="margin-right: 0.3em;"&gt;Exploitation of thermal waters of&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Ganties" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Ganties"&gt;Ganties&lt;/a&gt;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; font-weight: normal; margin-left: 5px;"&gt;&amp;nbsp;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=F%C3%A9lix_Trombe&amp;amp;action=edit&amp;amp;section=4" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change section: Exploitation of thermal waters Gloves"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h3&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;From&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1968" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1968"&gt;1968&lt;/a&gt;&amp;nbsp;to&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1971" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1971"&gt;1971&lt;/a&gt;&amp;nbsp;, Felix Trombe owner of the source, is undertaking major work on the capture of deep&amp;nbsp;&lt;a class="mw-redirect" href="http://fr.wikipedia.org/wiki/Source_thermale" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Hot Spring"&gt;thermal source&lt;/a&gt;&amp;nbsp;, to ensure optimum quality of this mineral water.&amp;nbsp;This work will be controlled by the Service des Mines de Toulouse&amp;nbsp;&lt;sup class="reference" id="cite_ref-0" style="font-size: 0.8em; line-height: 1em; padding-left: 1px; position: relative; top: -5px; vertical-align: text-top; white-space: nowrap;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe#cite_note-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;1&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;.&lt;/div&gt;&lt;h3 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: dotted; border-bottom-width: 1px; font-size: 17px; margin-bottom: 0.3em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.6em; width: auto;"&gt;&lt;span class="mw-headline" id="Action_dans_le_cadre_de_la_sp.C3.A9l.C3.A9ologie" style="margin-right: 0.3em;"&gt;Action as part of caving&amp;nbsp;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; font-weight: normal; margin-left: 5px;"&gt;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=F%C3%A9lix_Trombe&amp;amp;action=edit&amp;amp;section=5" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change section: Action as part of caving"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h3&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;In&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1934" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1934"&gt;1934&lt;/a&gt;&amp;nbsp;, Felix Trombe explores the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Comminges" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Comminges"&gt;Comminges&lt;/a&gt;&amp;nbsp;underground.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;In&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1945" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1945"&gt;1945&lt;/a&gt;&amp;nbsp;, he was part of the commission of&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Sp%C3%A9l%C3%A9ologie" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Speleology"&gt;caving&lt;/a&gt;&amp;nbsp;dependent on the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Centre_national_de_la_recherche_scientifique" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="National Centre for Scientific Research"&gt;National Center for Scientific Research&lt;/a&gt;&amp;nbsp;(CNRS) and another committee of the French National Committee of Geodesy and Geophysics.&amp;nbsp;It supports Jeannel in&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1948" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1948"&gt;1948&lt;/a&gt;&amp;nbsp;during the creation of the National Speleological to become the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9d%C3%A9ration_fran%C3%A7aise_de_sp%C3%A9l%C3%A9ologie" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="French Federation of Speleology"&gt;French Federation of Speleology&lt;/a&gt;&amp;nbsp;.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;From 6 to 12 August&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1947" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1947"&gt;1947&lt;/a&gt;&amp;nbsp;, he participated in explorations of the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Gouffre_de_Padirac" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Padirac"&gt;subterranean river of Padirac&lt;/a&gt;&amp;nbsp;with&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Guy_de_Lavaur" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Guy Lavaur"&gt;Lavaur Guy&lt;/a&gt;&amp;nbsp;and his son Gerald, Jean and Louis Conduché Lesur.&amp;nbsp;Trombe the team&amp;nbsp;&lt;i&gt;turns to Joly&lt;/i&gt;&amp;nbsp;, then they reach the&amp;nbsp;&lt;i&gt;Grand Chaos&lt;/i&gt;&amp;nbsp;.&amp;nbsp;Trombe analysis following the resurgence colored water of the river and shows the link between Padirac and résergences in&lt;a href="http://fr.wikipedia.org/wiki/Montvalent" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Montvalent"&gt;Montvalent&lt;/a&gt;&amp;nbsp;.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;In&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1947" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1947"&gt;1947&lt;/a&gt;&amp;nbsp;, he directed operations for exploring the abyss of&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Henne_Morte" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Henne Dead"&gt;Henne Morte&lt;/a&gt;&amp;nbsp;(&amp;nbsp;&lt;i&gt;&lt;a href="http://fr.wikipedia.org/wiki/R%C3%A9seau_F%C3%A9lix_Trombe" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Felix Trombe Network"&gt;Felix Trombe Network&lt;/a&gt;&lt;/i&gt;&amp;nbsp;) with the support of members who install an electrical cable.&amp;nbsp;On&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/31_ao%C3%BBt" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="August 31"&gt;August 31&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Norbert_Casteret" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Norbert Casteret"&gt;Norbert Casteret&lt;/a&gt;&amp;nbsp;Loubens and manage to reach the bottom of the well.&amp;nbsp;France's record of depth is achieved: -446 meters.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;It gives its name to Felix Trombe network which is one of the largest underground complex in France with thirty-three&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Gouffre" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Gulf"&gt;sinkholes&lt;/a&gt;&amp;nbsp;linked to a total lift of -1018 meters.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;From&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/20_juillet" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="July 20"&gt;20 July&lt;/a&gt;&amp;nbsp;to&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/10_ao%C3%BBt" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="August 10"&gt;10 August&amp;nbsp;&lt;/a&gt;&lt;a href="http://fr.wikipedia.org/wiki/1948" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1948"&gt;1948&lt;/a&gt;&amp;nbsp;, he again explores the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Gouffre_de_Padirac" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Padirac"&gt;underground river of Padirac&lt;/a&gt;&amp;nbsp;with the help of paratroopers to transport&amp;nbsp;&lt;span class="nowrap" style="white-space: nowrap;"&gt;700 kg&lt;/span&gt;&amp;nbsp;grooved floor which was thought to be essential for the assembly of tents.&amp;nbsp;These floors, heavily slowed shipping.&amp;nbsp;The following year,&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Robert_de_Joly" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Robert de Joly"&gt;Robert de Joly&lt;/a&gt;&amp;nbsp;show sleeping fully clothed on his canoe turned over, there is not even need heated tent with candles and even fewer boards.&amp;nbsp;Ms. Trombe and Miss Charlotte Henry of measures will Blankets ionization and C02.&amp;nbsp;Trombe Team Chaos Greater upstream and downstream and grows a peak of 1000 m in a gallery with many beautiful gours mostly empty of water, beautiful concretions and few problems, along with Clamagirand, Lieutenant de Courville Cioni and "stop on nothing."&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;In&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1949" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1949"&gt;1949&lt;/a&gt;&amp;nbsp;, he participated in a new exploration&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Gouffre_de_Padirac" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Padirac"&gt;Padirac&lt;/a&gt;&amp;nbsp;under the direction of&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Robert_de_Joly" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Robert de Joly"&gt;Robert de Joly&lt;/a&gt;&amp;nbsp;with&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Guy_de_Lavaur" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Guy Lavaur"&gt;Guy Lavaur&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Jacques_Ertaud" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Jacques Ertaud"&gt;Ertaud Jacques&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Jean_Deudon" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Jean Deudon"&gt;Jean Deudon&lt;/a&gt;&amp;nbsp;Dr. Clamagirand, Jonquières and Pierre Bernard.&amp;nbsp;They reach the confluence with the tributary Joly 'and stop at the top of the waterfall of the Future'.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-top: 0.4em;"&gt;Felix Trombe was for six years President of the&amp;nbsp;&lt;a class="new" href="http://fr.wikipedia.org/w/index.php?title=Sp%C3%A9l%C3%A9o-Club&amp;amp;action=edit&amp;amp;redlink=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #ba0000; text-decoration: none;" title="Caving Club (page no)"&gt;Speleo-Club&lt;/a&gt;&amp;nbsp;of&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Paris" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Paris"&gt;Paris&lt;/a&gt;&amp;nbsp;.&lt;/div&gt;&lt;h2 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; font-size: 19px; font-weight: normal; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.65em; width: auto;"&gt;&lt;span class="mw-headline" id="Distinctions" style="margin-right: 0.3em;"&gt;Awards&amp;nbsp;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; margin-left: 5px;"&gt;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=F%C3%A9lix_Trombe&amp;amp;action=edit&amp;amp;section=6" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change section: Awards"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h2&gt;&lt;ul style="line-height: 1.5em; list-style-image: url(data:image/png; list-style-type: square; margin-bottom: 0px; margin-left: 1.5em; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Croix_de_guerre_1939-1945" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="War Cross 1939-1945"&gt;War Cross 1939-1945&lt;/a&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;Knighted in&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1947" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1947"&gt;1947&lt;/a&gt;&amp;nbsp;, then an officer&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1961" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1961"&gt;in 1961&lt;/a&gt;&amp;nbsp;the&amp;nbsp;&lt;a class="mw-redirect" href="http://fr.wikipedia.org/wiki/L%C3%A9gion_d%27honneur" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Legion of Honor"&gt;Legion of Honor&lt;/a&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;Commander of the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Ordre_des_Palmes_acad%C3%A9miques" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Order of Academic Palms"&gt;Order of Academic Palms&lt;/a&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;Gold Medal Sports&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;Winner of the Chemical Society of France in&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1934" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1934"&gt;1934&lt;/a&gt;&amp;nbsp;, the Academy of Sciences in&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1935" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1935"&gt;1935&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1948" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1948"&gt;1948&lt;/a&gt;&amp;nbsp;, the Geographical Society in&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1946" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1946"&gt;1946&lt;/a&gt;&amp;nbsp;and the Institute of France in&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/1953" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1953"&gt;1953&lt;/a&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;numerous awards for his work on the&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/%C3%89nergie_solaire" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Solar energy"&gt;solar energy&lt;/a&gt;&amp;nbsp;that the general energy prices (&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Soci%C3%A9t%C3%A9_g%C3%A9n%C3%A9rale" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Societe Generale"&gt;Societe Generale&lt;/a&gt;&amp;nbsp;), the grand prize of the Scientific&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Mairie_de_Paris" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="City of Paris"&gt;City of Paris&lt;/a&gt;&amp;nbsp;, the price&amp;nbsp;&lt;a class="new" href="http://fr.wikipedia.org/w/index.php?title=Farrington_Daniels&amp;amp;action=edit&amp;amp;redlink=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #ba0000; text-decoration: none;" title="Farrington Daniels (page no)"&gt;Farrington Daniels&lt;/a&gt;&amp;nbsp;of the&amp;nbsp;&lt;a class="new" href="http://fr.wikipedia.org/w/index.php?title=Solar_Energy_Society&amp;amp;action=edit&amp;amp;redlink=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #ba0000; text-decoration: none;" title="Solar Energy Society (page no)"&gt;Solar Energy Society&lt;/a&gt;&amp;nbsp;.&lt;/li&gt;&lt;/ul&gt;&lt;h2 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; font-size: 19px; font-weight: normal; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.65em; width: auto;"&gt;&lt;span class="mw-headline" id="Ouvrages_sp.C3.A9l.C3.A9ologiques" style="margin-right: 0.3em;"&gt;Caving books&amp;nbsp;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; margin-left: 5px;"&gt;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=F%C3%A9lix_Trombe&amp;amp;action=edit&amp;amp;section=7" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change section: Books speleological"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h2&gt;&lt;ul style="line-height: 1.5em; list-style-image: url(data:image/png; list-style-type: square; margin-bottom: 0px; margin-left: 1.5em; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;i&gt;The mystery of the Henne Morte&lt;/i&gt;&amp;nbsp;by Felix Trombe, Travel and Adventure Collection, Paris, Susse, 127p&amp;nbsp;&lt;a class="internal mw-magiclink-isbn" href="http://fr.wikipedia.org/wiki/Sp%C3%A9cial:Ouvrages_de_r%C3%A9f%C3%A9rence/2734807432" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;ISBN 2734807432&amp;nbsp;&lt;/a&gt;&lt;a href="http://fr.wikipedia.org/wiki/Code-barres_EAN" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="EAN bar code"&gt;EAN&lt;/a&gt;&amp;nbsp;9782734807438&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;i&gt;Caving treated&lt;/i&gt;&amp;nbsp;by Felix Trombe, Paris, Payot, p. 376, 1948&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;i&gt;&lt;a href="http://fr.wikipedia.org/wiki/Que_sais-je_%3F" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="What do I know?"&gt;What do I know?&lt;/a&gt;&amp;nbsp;No. 455: groundwater&lt;/i&gt;&amp;nbsp;by Felix Trombe, Presses Universitaires de France (1969) ISBN B0000DR24K&lt;/li&gt;&lt;/ul&gt;&lt;h2 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; font-size: 19px; font-weight: normal; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.65em; width: auto;"&gt;&lt;span class="mw-headline" id="Notes_et_r.C3.A9f.C3.A9rences" style="margin-right: 0.3em;"&gt;Notes and references&amp;nbsp;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; margin-left: 5px;"&gt;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=F%C3%A9lix_Trombe&amp;amp;action=edit&amp;amp;section=8" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change section: Notes and References"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h2&gt;&lt;div class="references-small decimal" style="-webkit-column-count: 1;"&gt;&lt;div style="font-size: 11px;"&gt;&lt;ol class="references" style="line-height: 1.5em; list-style-image: none; margin-bottom: 0px; margin-left: 3.2em; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li id="cite_note-0" style="margin-bottom: 0.1em; text-align: left;"&gt;&lt;span class="noprint renvois_vers_le_texte"&gt;&lt;a href="http://fr.wikipedia.org/wiki/F%C3%A9lix_Trombe#cite_ref-0" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;↑&lt;/a&gt;&lt;/span&gt;&amp;nbsp;&lt;i&gt;celebrities, personalities and individuals picturesque Township Aspet&lt;/i&gt;&amp;nbsp;Jules Pujos of Dupin.&amp;nbsp;Preface by&amp;nbsp;&lt;a href="http://fr.wikipedia.org/wiki/Norbert_Casteret" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Norbert Casteret"&gt;Norbert Casteret&lt;/a&gt;&amp;nbsp;Imprimerie Saint Joseph Tarbes on 10/01/1974&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;ul style="line-height: 1.5em; list-style-image: url(data:image/png; list-style-type: square; margin-bottom: 0px; margin-left: 1.5em; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li style="margin-bottom: 0.1em;"&gt;Felix Trombe:&amp;nbsp;&lt;a class="external free" href="http://speleoclpa.free.fr/speleologues/trombe.htm" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(data:image/png; background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-right: 13px; text-decoration: none;"&gt;http://speleoclpa.free.fr/speleologues/trombe.htm&lt;/a&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;a class="external free" href="http://www.outilssolaires.com/Glossaire/pop-Trombe.htm" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(data:image/png; background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-right: 13px; text-decoration: none;"&gt;http://www.outilssolaires.com/Glossaire/pop-Trombe.htm&lt;/a&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;Padirac 99, state of knowledge on the network Padirac December 31, 1999 by Jean Lesur&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;i&gt;Once upon a time Padirac&lt;/i&gt;&amp;nbsp;by Jean Lesur, extract Padirac 1989 - Report of Shipment - Departmental Committee of Speleology of the Lot.&lt;/li&gt;&lt;/ul&gt;&lt;h2 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; font-size: 19px; font-weight: normal; margin-bottom: 0.6em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.65em; width: auto;"&gt;&lt;span class="mw-headline" id="Voir_aussi" style="margin-right: 0.3em;"&gt;See also&amp;nbsp;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; margin-left: 5px;"&gt;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=F%C3%A9lix_Trombe&amp;amp;action=edit&amp;amp;section=9" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change section: See also"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h2&gt;&lt;h3 class="modifiedSectionTitle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: dotted; border-bottom-width: 1px; font-size: 17px; margin-bottom: 0.3em; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 0.17em; padding-top: 0.6em; width: auto;"&gt;&lt;span class="mw-headline" id="Articles_connexes" style="margin-right: 0.3em;"&gt;Related articles&amp;nbsp;&lt;/span&gt;&lt;span class="editsection" style="float: none; font-size: xx-small; font-weight: normal; margin-left: 5px;"&gt;[&amp;nbsp;&lt;a href="http://fr.wikipedia.org/w/index.php?title=F%C3%A9lix_Trombe&amp;amp;action=edit&amp;amp;section=10" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Change section: Related articles"&gt;edit&lt;/a&gt;&amp;nbsp;]&lt;/span&gt;&lt;/h3&gt;&lt;ul style="line-height: 1.5em; list-style-image: url(data:image/png; list-style-type: square; margin-bottom: 0px; margin-left: 1.5em; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Four_solaire_de_Mont-Louis" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Solar furnace of Mont-Louis"&gt;&lt;span class=""&gt;Solar furnace of Mont-Louis&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;a href="http://fr.wikipedia.org/wiki/Mur_Trombe" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Trombe wall"&gt;Trombe wall&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/313544854168846537-6323919083026555424?l=fmtyewtk.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fmtyewtk.blogspot.com/feeds/6323919083026555424/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/felix-trombe-and-his-solar-furnace.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/6323919083026555424'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/6323919083026555424'/><link rel='alternate' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/felix-trombe-and-his-solar-furnace.html' title='Felix Trombe and his solar furnace'/><author><name>James Michael Dupont</name><uri>https://profiles.google.com/106785192512941136314</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-czqdP9WvAYQ/AAAAAAAAAAI/AAAAAAAARbQ/liLOpaaTixE/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-313544854168846537.post-7404042976948091073</id><published>2012-01-04T21:34:00.000+01:00</published><updated>2012-01-04T21:34:02.965+01:00</updated><title type='text'>Bill in Progress but not to be found</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;It is reported that these three assembly members are drafting a bill, but I find no bill to read.&lt;br /&gt;here is what I found so far.&lt;br /&gt;&lt;br /&gt;&lt;b style="background-color: #fede7e; font-family: 'Times New Roman', Times, serif; font-size: xx-large; text-align: -webkit-center;"&gt;&lt;i&gt;Jon M. Bramnick (R)&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.njleg.state.nj.us/members/bio.asp?leg=222"&gt;http://www.njleg.state.nj.us/members/bio.asp?leg=222&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b style="background-color: #fede7e; font-family: 'Times New Roman', Times, serif; font-size: xx-large; text-align: -webkit-center;"&gt;&lt;i&gt;David P. Rible (R)&lt;br /&gt;&lt;span style="font-size: small;"&gt;(Republican Whip)&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.njleg.state.nj.us/members/bio.asp?leg=275"&gt;http://www.njleg.state.nj.us/members/bio.asp?leg=275&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b style="background-color: #fede7e; font-family: 'Times New Roman', Times, serif; font-size: xx-large; text-align: -webkit-center;"&gt;&lt;i&gt;Assemblywoman&lt;br /&gt;Mary Pat Angelini (R)&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.njleg.state.nj.us/members/bio.asp?leg=276"&gt;http://www.njleg.state.nj.us/members/bio.asp?leg=276&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: #f4eddb; font-family: Arial; font-size: 14px; line-height: 16px;"&gt;Assemblywoman Mary Pat Angelini&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.marypatangelini.com/"&gt;http://www.marypatangelini.com/&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: #f4eddb; font-family: Arial; font-size: 14px; line-height: 16px;"&gt;AswAngelini@njleg.org&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: white; color: #444e5c; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 20px;"&gt;Jon Bramnick (R-Union), David Rible (R-Monmouth) and Mary Pat Angelini (R-Monmouth) are drafting a bill it is reported.&lt;/span&gt;&lt;br /&gt;&lt;a href="http://blog.nj.com/njv_editorial_page/2011/12/depraved_videotaped_attacks_on.html"&gt;http://blog.nj.com/njv_editorial_page/2011/12/depraved_videotaped_attacks_on.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.moremonmouthmusings.net/2011/12/21/attack-on-belmar-homless-man-spurs-legislation/"&gt;http://www.moremonmouthmusings.net/2011/12/21/attack-on-belmar-homless-man-spurs-legislation/&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;RIBLE/ANGELINI/BRAMNICK PROPOSE BILL IN RESPONSE TO VIDEOTAPED BEATING OF HOMELESS MAN&lt;/blockquote&gt;&lt;blockquote class="tr_bq"&gt;Assembly Republican Whip Dave Rible, Assemblywoman Mary Pat Angelini and Assembly Republican Conference Leader Jon Bramnick are pledging to sponsor legislation to increases penalties and mandate jail time for videotaping and distributing the recording of an assault.&lt;/blockquote&gt;source:&amp;nbsp;&lt;a href="http://www.njassemblyrepublicans.com/?p=1615"&gt;http://www.njassemblyrepublicans.com/?p=1615&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/313544854168846537-7404042976948091073?l=fmtyewtk.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fmtyewtk.blogspot.com/feeds/7404042976948091073/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/bill-in-progress-but-not-to-be-found.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/7404042976948091073'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/7404042976948091073'/><link rel='alternate' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/bill-in-progress-but-not-to-be-found.html' title='Bill in Progress but not to be found'/><author><name>James Michael Dupont</name><uri>https://profiles.google.com/106785192512941136314</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-czqdP9WvAYQ/AAAAAAAAAAI/AAAAAAAARbQ/liLOpaaTixE/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-313544854168846537.post-7698825950538801309</id><published>2012-01-02T17:20:00.000+01:00</published><updated>2012-01-02T17:22:11.059+01:00</updated><title type='text'>Books to donate in Frankfurt/Offenbach</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;I have a large amount of books for donation to a worthy cause or for sale. I will be listing them soon. Originally they were scheduled to go to kosovo for flossk.org but the transport is expensive. That is why I would rather sell them or donate them in offenbach so that I don't have travel expenses.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://farm2.staticflickr.com/1374/4723391357_589210340d_z_d.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://farm2.staticflickr.com/1374/4723391357_589210340d_z_d.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;I have many more books as well, not all computer books.&lt;br /&gt;please contact me (jamesmikedupont at g 00gle mail doet c0m ) &amp;nbsp;if you have any way to process them. Ideally I would get a tax break or money for them.&lt;br /&gt;thanks,&lt;br /&gt;mike&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/313544854168846537-7698825950538801309?l=fmtyewtk.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fmtyewtk.blogspot.com/feeds/7698825950538801309/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/books-to-donate-in-frankfurtoffenbach.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/7698825950538801309'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/7698825950538801309'/><link rel='alternate' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/books-to-donate-in-frankfurtoffenbach.html' title='Books to donate in Frankfurt/Offenbach'/><author><name>James Michael Dupont</name><uri>https://profiles.google.com/106785192512941136314</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-czqdP9WvAYQ/AAAAAAAAAAI/AAAAAAAARbQ/liLOpaaTixE/s512-c/photo.jpg'/></author><thr:total>0</thr:total><georss:featurename>Offenbach am Main, Germany</georss:featurename><georss:point>50.0956362 8.7760843</georss:point><georss:box>50.0548912 8.697120300000002 50.1363812 8.8550483</georss:box></entry><entry><id>tag:blogger.com,1999:blog-313544854168846537.post-7504892876306787830</id><published>2012-01-02T14:36:00.000+01:00</published><updated>2012-01-17T21:24:22.471+01:00</updated><title type='text'>now accepting Donations for my FLOSS work</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;I am accepting donations for my work on FLOSSK and Free Libre Open Source projects.&lt;br /&gt;Money will be used for &amp;nbsp;:&lt;br /&gt;1. travel expenses to flossk events&lt;br /&gt;2. buying hardware&lt;br /&gt;3. paying for bandwidth&lt;br /&gt;&lt;br /&gt;All donations are handled with transparency, I tell you exactly what it was used for and if you want will publish your donations.&lt;br /&gt;&lt;br /&gt;You can pay me on ripplepay (&lt;a href="https://ripplepay.com/payUser/h4ck3rm1k3/"&gt;https://ripplepay.com)&lt;/a&gt;:&lt;br /&gt;&lt;a href="https://ripplepay.com/payUser/h4ck3rm1k3/"&gt;https://ripplepay.com/payUser/h4ck3rm1k3/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Also on paypal JamesMikeDuPont@googlemail.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;form action="https://www.paypal.com/cgi-bin/webscr" method="post"&gt;&lt;input name="cmd" type="hidden" value="_s-xclick" /&gt;&lt;input name="hosted_button_id" type="hidden" value="BBTJLGJSGB3PA" /&gt;&lt;input alt="Jetzt einfach, schnell und sicher online bezahlen – mit PayPal." border="0" name="submit" src="https://www.paypalobjects.com/de_DE/DE/i/btn/btn_donateCC_LG.gif" type="image" /&gt;&lt;img alt="" border="0" height="1" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" /&gt;&lt;br /&gt;&lt;br /&gt;you can bitcoin me here :&lt;br /&gt;&lt;br /&gt;&lt;a href="https://walletbit.com/splash/bf449be439f5949c5f0d254b5c15728c"&gt;https://walletbit.com/splash/bf449be439f5949c5f0d254b5c15728c&lt;/a&gt;&lt;br /&gt;with the key :&amp;nbsp;bf449be439f5949c5f0d254b5c15728c&lt;br /&gt;&lt;br /&gt;I have another bitcoin account (strongcoin) with this public key :&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: whitesmoke; color: #404040; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;1F5XhHPgYCHSt7Zj7Xxt8QZSYcsG5U7SuQ&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: whitesmoke; color: #404040; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: whitesmoke; color: #404040; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;here is my qrcode :&lt;/span&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-Q_SUL6XfQ9M/TwG1PqbNPYI/AAAAAAAAQrM/1TN5IoYfQsk/s1600/qrcode_strongcoin.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://3.bp.blogspot.com/-Q_SUL6XfQ9M/TwG1PqbNPYI/AAAAAAAAQrM/1TN5IoYfQsk/s320/qrcode_strongcoin.png" width="307" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="background-color: whitesmoke; color: #404040; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: whitesmoke; color: #404040; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/form&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/313544854168846537-7504892876306787830?l=fmtyewtk.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fmtyewtk.blogspot.com/feeds/7504892876306787830/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/donations.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/7504892876306787830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/7504892876306787830'/><link rel='alternate' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/donations.html' title='now accepting Donations for my FLOSS work'/><author><name>James Michael Dupont</name><uri>https://profiles.google.com/106785192512941136314</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-czqdP9WvAYQ/AAAAAAAAAAI/AAAAAAAARbQ/liLOpaaTixE/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-Q_SUL6XfQ9M/TwG1PqbNPYI/AAAAAAAAQrM/1TN5IoYfQsk/s72-c/qrcode_strongcoin.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-313544854168846537.post-543937765011527129</id><published>2012-01-01T03:15:00.000+01:00</published><updated>2012-01-01T03:15:13.755+01:00</updated><title type='text'>Open source sewing</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Here are some things I found on the topic of open source sewing&lt;br /&gt;&lt;br /&gt;Open source Sewing patterns :&lt;br /&gt;&lt;a href="http://www.silverseams.com/opensource/"&gt;http://www.silverseams.com/opensource/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Cut and keep contains patterns you can use :&lt;br /&gt;&lt;a href="http://www.cutoutandkeep.net/"&gt;http://www.cutoutandkeep.net/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A blog post from @&lt;a href="http://twitter.com/intent/user?screen_name=glynmoody" style="background-color: #e8a956; color: rgb(255, 255, 255) !important; font-family: 'lucida grande', lucida, tahoma, helvetica, arial, sans-serif; font-size: 16px; font-weight: bold; line-height: 19px;" target="_blank"&gt;glynmoody&lt;/a&gt;&amp;nbsp;about open source sewing :&lt;br /&gt;&lt;a href="http://opendotdotdot.blogspot.com/2007/04/from-open-source-to-open-sewing.html"&gt;http://opendotdotdot.blogspot.com/2007/04/from-open-source-to-open-sewing.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;Openwear :&lt;/span&gt;&lt;span class="Apple-style-span" style="background-color: white; color: #f01e3c; font-family: Georgia; font-size: 24px; font-style: italic;"&gt;&amp;nbsp;a collaborative clothing platform&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.openwear.org/"&gt;http://www.openwear.org/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;iframe allowfullscreen="" frameborder="0" height="225" mozallowfullscreen="" src="http://player.vimeo.com/video/15654417?title=0&amp;amp;byline=0&amp;amp;portrait=0" webkitallowfullscreen="" width="400"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;a href="http://vimeo.com/15654417"&gt;Forward to Basics - Openwear Collaborative Collection Workshop&lt;/a&gt; from &lt;a href="http://vimeo.com/user4899256"&gt;Openwear&lt;/a&gt; on &lt;a href="http://vimeo.com/"&gt;Vimeo&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;open-source-embroidery.org.uk&lt;/span&gt;&lt;a href="http://open-source-embroidery.org.uk/osembroidery.htm"&gt;http://open-source-embroidery.org.uk/osembroidery.htm&lt;/a&gt;&lt;br /&gt;they have a google group&amp;nbsp;&lt;a href="https://groups.google.com/group/os-embroidery?hl=en"&gt;https://groups.google.com/group/os-embroidery?hl=en&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;interview with&amp;nbsp;Ele Carpenter from OS Embroidery&amp;nbsp;&lt;a href="http://blog.whitneyannetrettien.com/2008/05/open-source-embroidery-interview-with.html"&gt;http://blog.whitneyannetrettien.com/2008/05/open-source-embroidery-interview-with.html&lt;/a&gt;&lt;br /&gt;&lt;div&gt;her blog&amp;nbsp;&lt;a href="http://www.eleweekend.blogspot.com/"&gt;http://www.eleweekend.blogspot.com/&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://pamoyo.com/"&gt;http://pamoyo.com/&lt;/a&gt;&amp;nbsp;green open source fashion website&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;h1 class="title entry-title" style="background-color: white; color: #444444; display: table-cell; font-family: Verdana, Geneva, sans-serif; font-size: 20px; font-weight: normal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 40px; padding-top: 0px; text-align: center; vertical-align: middle; width: 670px;"&gt;&lt;/h1&gt;&lt;h1 class="title entry-title" style="background-color: white; color: #444444; display: table-cell; font-family: Verdana, Geneva, sans-serif; font-size: 20px; font-weight: normal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 40px; padding-top: 0px; text-align: center; vertical-align: middle; width: 670px;"&gt;&lt;/h1&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/313544854168846537-543937765011527129?l=fmtyewtk.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fmtyewtk.blogspot.com/feeds/543937765011527129/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/open-source-sewing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/543937765011527129'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/543937765011527129'/><link rel='alternate' type='text/html' href='http://fmtyewtk.blogspot.com/2012/01/open-source-sewing.html' title='Open source sewing'/><author><name>James Michael Dupont</name><uri>https://profiles.google.com/106785192512941136314</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-czqdP9WvAYQ/AAAAAAAAAAI/AAAAAAAARbQ/liLOpaaTixE/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-313544854168846537.post-2462579588722672062</id><published>2011-12-29T23:08:00.001+01:00</published><updated>2011-12-29T23:36:10.425+01:00</updated><title type='text'>Log Cabins with your own trees</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Random info on Log cabins and grading of wood.&lt;br /&gt;&lt;br /&gt;&lt;table border="0" cellpadding="0" cellspacing="0" style="background-color: white;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="content" valign="top"&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://upload.wikimedia.org/wikipedia/commons/a/a3/Valley_Forge_cabin.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="212" src="http://upload.wikimedia.org/wikipedia/commons/a/a3/Valley_Forge_cabin.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Image Source :&amp;nbsp;&lt;a href="http://commons.wikimedia.org/wiki/File:Valley_Forge_cabin.jpg"&gt;http://commons.wikimedia.org/wiki/File:Valley_Forge_cabin.jpg&lt;/a&gt;&lt;br /&gt;See also :&lt;a href="http://en.wikipedia.org/wiki/Log_cabin"&gt;http://en.wikipedia.org/wiki/Log_cabin&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Graded Lumber and the Building Code&lt;/strong&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;The U. S. Department of Commerce has established the American Softwood Lumber Standard PS 20-70 that covers the requirements for structural lumber. ...&lt;br /&gt;Many building codes specify the use of certain grades of lumber for specific applications. In these cases, un-graded lumber cannot be used. It is possible to hire an inspector to grade your lumber and qualified graders can be located through one of the major grading agencies, for example the Southern Pine Inspection Bureau. ...&amp;nbsp;Cutting your own lumber or using wood from your own trees can be satisfying and can save money in some applications. However, using your own wood for framing lumber may not be “worth it” in the long run.&amp;nbsp;&lt;/blockquote&gt;&amp;nbsp;Source :&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;a href="http://web.utk.edu/~mtaylo29/pages/graded%20lumber%20and%20building%20codel.html"&gt;http://web.utk.edu/~mtaylo29/pages/graded%20lumber%20and%20building%20codel.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The key in the building code is this phrase :&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;In lieu of a grade mark on the material, a certificate of inspection as to species and grade issued by a lumber-grading or inspection agency meeting the requirements of this section shall be permitted to be accepted.&amp;nbsp;&lt;/blockquote&gt;Sources :&amp;nbsp;&lt;a href="http://publicecodes.citation.com/st/ny/st/b200v07/st_ny_st_b200v07_23_sec003_par001.htm"&gt;http://publicecodes.citation.com/st/ny/st/b200v07/st_ny_st_b200v07_23_sec003_par001.htm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;b style="font-size: 13px; text-align: -webkit-auto;"&gt;Native timber&lt;/b&gt;&lt;span class="Apple-style-span" style="font-size: 13px; text-align: -webkit-auto;"&gt;. Rough-sawn lumber, timbers, and vigas, used for any load bearing application shall be identified by a grade mark of an&amp;nbsp;&lt;/span&gt;&lt;i style="font-size: 13px; text-align: -webkit-auto;"&gt;approved&amp;nbsp;&lt;/i&gt;&lt;span class="Apple-style-span" style="font-size: 13px; text-align: -webkit-auto;"&gt;lumber grading or inspection agency. In lieu of a grade mark, on the material, a certificate of inspection as to species and grade, issued by a lumber-grading or inspection agency meeting the requirements of this section. A grading report issued by an engineer or architect will be accepted.&lt;/span&gt;&lt;/blockquote&gt;Source :&amp;nbsp;&lt;a href="http://www.nmcpr.state.nm.us/nmac/parts/title14/14.007.0003.htm"&gt;http://www.nmcpr.state.nm.us/nmac/parts/title14/14.007.0003.htm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here is some information on the home inspectors for log cabins :&amp;nbsp;&lt;a href="http://www.log-cabin-connection.com/home-inspection.html"&gt;http://www.log-cabin-connection.com/home-inspection.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The company moss creek elements (&lt;a href="http://www.mosscreekelements.net/beamsandtimbers.htm"&gt;http://www.mosscreekelements.net/beamsandtimbers.htm&lt;/a&gt;)&amp;nbsp;sells a product VintageCraft® timbers which are reclaimed from older houses, but have a certain specification.  3- 24" thick and wide and 3-45' long&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.alsc.org/untreated_ps20_mod.htm"&gt;http://www.alsc.org/untreated_ps20_mod.htm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;i style="background-color: white; text-align: -webkit-auto;"&gt;&lt;b&gt;Procedures for the Development of Voluntary Product Standards&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i style="background-color: white; text-align: -webkit-auto;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;3.3.1&lt;br /&gt;Rough lumber-Lumber which has not&lt;br /&gt;been dressed (surfaced) but which has been&lt;br /&gt;sawed, edged and trimmed at least to the extent&lt;br /&gt;of showing saw or other primary manufacturing&lt;br /&gt;marks in the wood on the four longitudinal&lt;br /&gt;surfaces of each piece for its over-all length.&lt;br /&gt;Lumber surfaced on one edge (S1E), two edges&lt;br /&gt;(S2E), one side (S1S), or two sides (S2S) is&lt;br /&gt;classified as rough lumber in the unsurfaced&lt;br /&gt;width or thickness.&lt;/blockquote&gt;&lt;div&gt;Source :&amp;nbsp;&lt;a class="src-url" href="http://www.alsc.org/greenbook%20collection/ps20.pdf" style="background-color: white; color: #5566dd; display: inline-block; font-family: Arial, sans-serif; font-size: 13px; max-width: 500px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 1px; padding-top: 4px; text-align: -webkit-auto; text-decoration: none; text-overflow: ellipsis; white-space: nowrap;" target="_blank"&gt;http://www.alsc.org/greenbook%20collection/ps20.pdf&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;See also same definition here :&amp;nbsp;Voluntary Product Standard DOC PS 20–99&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&lt;a href="http://gsi.nist.gov/global/docs/vps/psfiles/PS_20-99.pdf"&gt;http://gsi.nist.gov/global/docs/vps/psfiles/PS_20-99.pdf&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Now for log houses, you have the&amp;nbsp;Log Building Standards :&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.logbuilding.org/downloads.html"&gt;http://www.logbuilding.org/downloads.html&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;blockquote class="tr_bq"&gt;2000 LOG BUILDING STANDARDS&lt;br /&gt;2.A.1. The minimum diameter of wall logs shall be&lt;br /&gt;20 centimeters (8 inches).&lt;/blockquote&gt;&lt;blockquote class="tr_bq"&gt;2.A.1. Logs smaller than 20 centimeters (8 inches) in diameter&lt;br /&gt;are unsuited to residential construction.&amp;nbsp;&lt;/blockquote&gt;&lt;blockquote class="tr_bq"&gt;2.A.2. Green or dry logs may be used for construction.&lt;/blockquote&gt;&lt;blockquote class="tr_bq"&gt;2.A.2. For the purposes of this Standard, “dry” means moisture&amp;nbsp;content equal to or less than 19%, and “green” means&amp;nbsp;moisture content greater than 19%. Dry and green logs&amp;nbsp;have different requirements for preventing sapstain, and have different shrinkage and structural properties that&amp;nbsp;must be appropriately accounted for in design and construction.&amp;nbsp;&lt;/blockquote&gt;&lt;blockquote class="tr_bq"&gt;2.A.3. Logs shall have all bark removed, and shall&lt;br /&gt;be of sound wood.&amp;nbsp;&lt;/blockquote&gt;&lt;blockquote class="tr_bq"&gt;2.A.3. Leaving the bark on logs promotes insect attack and&amp;nbsp;makes scribe-fitting difficult. Eventually, the bark will fall&amp;nbsp;off by itself, though by that time the wood has usually&amp;nbsp;been degraded by fungus or insects, or both.&lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a class="src-url" href="http://www.logassociation.org/resources/ilbastandards.pdf" style="background-color: white; color: #5566dd; display: inline-block; font-family: Arial, sans-serif; font-size: 13px; max-width: 500px; overflow-x: hidden; overflow-y: hidden; padding-bottom: 1px; padding-top: 4px; text-align: -webkit-auto; text-decoration: none; text-overflow: ellipsis; white-space: nowrap;" target="_blank"&gt;http://www.logassociation.org/resources/ilbastandards.pdf&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;blockquote class="tr_bq"&gt;The International Log Builders’ Association&lt;br /&gt;PO Box 775&lt;br /&gt;Lumby, BC Canada V0E 2G0&lt;br /&gt;Phone (250) 547-8776&lt;br /&gt;FAX (250) 547-8775&lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Log cabins can have issues with insulation levels and building codes, see :&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.safebuyhi.com/log.php"&gt;http://www.safebuyhi.com/log.php&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;See also :&amp;nbsp;&lt;/div&gt;&lt;blockquote class="tr_bq"&gt;THE GENERAL ASSEMBLY OF PENNSYLVANIA&lt;br /&gt;SENATE BILL&amp;nbsp;No. 481&amp;nbsp;Session of&amp;nbsp;2011&lt;br /&gt;INTRODUCED BY BAKER, ALLOWAY, ARGALL, BRUBAKER, FOLMER, FONTANA,&lt;br /&gt;GORDNER, PILEGGI, RAFFERTY AND ROBBINS, FEBRUARY 10, 2011&lt;br /&gt;REFERRED TO LABOR AND INDUSTRY, FEBRUARY 10, 2011&lt;/blockquote&gt;&lt;blockquote class="tr_bq"&gt;Log walls.--Log walls with a minimum average wall&amp;nbsp;thickness of five inches or greater which comply with the&amp;nbsp;International Code Council Standard on the Design and&amp;nbsp;Construction of Log Structures, ICC 400-2007, or other successor&amp;nbsp;standard which the department may specify by regulation, shall&lt;br /&gt;be permitted in residential buildings if &lt;i&gt;... (conditions are met)&amp;nbsp;&lt;/i&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt;Source :&amp;nbsp;&lt;a href="http://www.pabuildingcodes.com/documents/SenateBill481.pdf"&gt;http://www.pabuildingcodes.com/documents/SenateBill481.pdf&lt;/a&gt;&lt;/div&gt;&lt;div&gt;and&amp;nbsp;&lt;a href="http://www.pabuildingcodes.com/"&gt;http://www.pabuildingcodes.com/&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;See Also :International Code Council Standard on the Design and&amp;nbsp;Construction of Log Structures, ICC 400-2007 for definition of the logs &amp;nbsp;:&lt;/div&gt;&lt;div&gt;&lt;a href="http://loghomesva.com/settling.html"&gt;http://loghomesva.com/settling.html&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The standards for wood are regulated :&amp;nbsp;&lt;/div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;ASTM D3957 - 09 Standard Practices for Establishing Stress Grades for Structural Members Used in Log Buildings&lt;/li&gt;&lt;li&gt;ASTM D3737 - 09 Standard Practice for Establishing Allowable Properties for Structural Glued Laminated Timber (Glulam)&lt;/li&gt;&lt;li&gt;D245 - 06(2011) &amp;nbsp;Standard Practice for Establishing Structural Grades and Related Allowable Properties for Visually Graded Lumber&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;Source &amp;nbsp;:&lt;a href="http://www.robpickettandassoc.com/index_files/codes_standards.htm"&gt;http://www.robpickettandassoc.com/index_files/codes_standards.htm&lt;/a&gt;&lt;/div&gt;&lt;div&gt;Source &amp;nbsp;:&lt;a href="http://www.astm.org/"&gt;http://www.astm.org&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;Here are some descriptions of professional log cabin timber selection:&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.sitkaloghomes.com/log_home_construction.html"&gt;http://www.sitkaloghomes.com/log_home_construction.html&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;here are prefab log cabins :&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.prefablogcabinkit.com/"&gt;http://www.prefablogcabinkit.com/&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Here are some links for log sales :&lt;/div&gt;&lt;div&gt;&lt;a href="http://loghomelinks.com/logs.htm"&gt;http://loghomelinks.com/logs.htm&lt;/a&gt;&lt;/div&gt;&lt;div&gt;and&amp;nbsp;&lt;a href="http://www.loghome.com/marketplace/m_building_products/"&gt;http://www.loghome.com/marketplace/m_building_products/&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Here are some links for&amp;nbsp;Pennsylvania&amp;nbsp;:&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.loghomes.com/states/pa.htm"&gt;http://www.loghomes.com/states/pa.htm&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.logcabindirectory.com/states/pennsylvania.htm"&gt;http://www.logcabindirectory.com/states/pennsylvania.htm&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;See also a thread on this issue :&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.forestryforum.com/board/index.php/topic,13642.0/nowap.html?PHPSESSID=faf85930890ec77231989a7162f4f660"&gt;http://www.forestryforum.com/board/index.php/topic,13642.0/nowap.html?PHPSESSID=faf85930890ec77231989a7162f4f660&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Update : You can become a Home Inspector&amp;nbsp;relatively&amp;nbsp;cheaply :&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span class="Apple-style-span" style="background-color: white; font-family: Verdana, Arial, Helvetica; font-size: 11px; line-height: 15px;"&gt;The National Home Inspector Examination contains 200 multiple-choice questions. You are given four hours to complete the exam.&lt;/span&gt;&amp;nbsp;&lt;/blockquote&gt;&lt;blockquote class="tr_bq"&gt;&lt;span class="Apple-style-span" style="background-color: white; font-family: Verdana, Arial, Helvetica; font-size: 11px; line-height: 15px;"&gt;The National Home Inspector Examination fee is $225 per test.&lt;/span&gt;&lt;/blockquote&gt;Source &amp;nbsp;:&amp;nbsp;&lt;a href="http://www.homeinspectionexam.org/faq.php"&gt;http://www.homeinspectionexam.org/faq.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You can grade your own lumber :&lt;br /&gt;&lt;a href="http://www.woodweb.com/knowledge_base/DIY_grading.html"&gt;http://www.woodweb.com/knowledge_base/DIY_grading.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;See the forum on this , good post :&lt;br /&gt;&lt;a href="http://www.woodweb.com/knowledge_base/Certified_construction_lumber.html"&gt;http://www.woodweb.com/knowledge_base/Certified_construction_lumber.html&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: white; color: grey; font-family: Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px;"&gt;&amp;nbsp;NHLA Facility Grade Certification Program&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.nhla.com/facility%20grade%20certification%20program"&gt;http://www.nhla.com/facility%20grade%20certification%20program&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;ACF Foresters :&lt;br /&gt;&lt;a href="http://www.acf-foresters.org/Content/NavigationMenu/Membership/Requirements/default.htm"&gt;http://www.acf-foresters.org/Content/NavigationMenu/Membership/Requirements/default.htm&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/313544854168846537-2462579588722672062?l=fmtyewtk.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fmtyewtk.blogspot.com/feeds/2462579588722672062/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://fmtyewtk.blogspot.com/2011/12/log-cabins-with-your-own-trees.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/2462579588722672062'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/2462579588722672062'/><link rel='alternate' type='text/html' href='http://fmtyewtk.blogspot.com/2011/12/log-cabins-with-your-own-trees.html' title='Log Cabins with your own trees'/><author><name>James Michael Dupont</name><uri>https://profiles.google.com/106785192512941136314</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-czqdP9WvAYQ/AAAAAAAAAAI/AAAAAAAARbQ/liLOpaaTixE/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-313544854168846537.post-8114782827993950780</id><published>2011-12-27T03:56:00.001+01:00</published><updated>2011-12-27T04:00:41.889+01:00</updated><title type='text'>Claudette DuPonts Hovercraft</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;Claudette DuPont and her team Snoopy from Anne Arundel Community college&amp;nbsp;&lt;a href="http://www.aacc.edu/" style="text-align: left;"&gt;http://www.aacc.edu/&lt;/a&gt;&amp;nbsp;built a hovercraft for under 30$ using&amp;nbsp;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;ul&gt;&lt;li style="text-align: left;"&gt;styrofoam&lt;/li&gt;&lt;li style="text-align: left;"&gt;3 motors from radioshack (9-18 volt dc)&amp;nbsp;&lt;/li&gt;&lt;li style="text-align: left;"&gt;fans from dog crates&lt;/li&gt;&lt;li style="text-align: left;"&gt;series of 9 volt batteries&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;Presentation :&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="__ss_10694151" style="width: 477px;"&gt;&lt;strong style="display: block; margin: 12px 0 4px;"&gt;&lt;a href="http://www.slideshare.net/Claudette31/hovercraft-design-fall-2011" target="_blank" title="Hovercraft design fall 2011"&gt;Hovercraft design fall 2011&lt;/a&gt;&lt;/strong&gt; &lt;iframe frameborder="0" height="510" marginheight="0" marginwidth="0" scrolling="no" src="http://www.slideshare.net/slideshow/embed_code/10694151" width="477"&gt;&lt;/iframe&gt; &lt;br /&gt;&lt;div style="padding: 5px 0 12px;"&gt;View more &lt;a href="http://www.slideshare.net/" target="_blank"&gt;documents&lt;/a&gt; from &lt;a href="http://www.slideshare.net/Claudette31" target="_blank"&gt;Claudette31&lt;/a&gt; &lt;/div&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;Video&amp;nbsp;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;object class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://1.gvt0.com/vi/6j7KMtzbPc0/0.jpg" height="266" width="320"&gt;&lt;param name="movie" value="http://www.youtube.com/v/6j7KMtzbPc0&amp;fs=1&amp;source=uds" /&gt;&lt;param name="bgcolor" value="#FFFFFF" /&gt;&lt;embed width="320" height="266"  src="http://www.youtube.com/v/6j7KMtzbPc0&amp;fs=1&amp;source=uds" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;Pictures :&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-9WKZoNtW2y0/TvkyazOzjKI/AAAAAAAAQmQ/ZzQlRHHd-dk/s1600/381673_2245198020759_1572412079_31867448_1044948235_n+%25281%2529.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://3.bp.blogspot.com/-9WKZoNtW2y0/TvkyazOzjKI/AAAAAAAAQmQ/ZzQlRHHd-dk/s320/381673_2245198020759_1572412079_31867448_1044948235_n+%25281%2529.jpg" width="239" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-6i-fPXXWQzc/TvkybbPubFI/AAAAAAAAQmY/0-rdm5kH3xY/s1600/378601_2245192260615_1572412079_31867446_1303963817_n.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="239" src="http://4.bp.blogspot.com/-6i-fPXXWQzc/TvkybbPubFI/AAAAAAAAQmY/0-rdm5kH3xY/s320/378601_2245192260615_1572412079_31867446_1303963817_n.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-ZXPxi7nmN2I/Tvkyb_CTd5I/AAAAAAAAQmg/MM9cfAYD75k/s1600/383964_2245195380693_1572412079_31867447_1475683839_n.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://1.bp.blogspot.com/-ZXPxi7nmN2I/Tvkyb_CTd5I/AAAAAAAAQmg/MM9cfAYD75k/s320/383964_2245195380693_1572412079_31867447_1475683839_n.jpg" width="239" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-znKqBG9_ZPU/TvkycK9iWxI/AAAAAAAAQmo/2FF02qg5vgk/s1600/390007_2245463227389_1572412079_31867520_766251085_n+%25282%2529.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://1.bp.blogspot.com/-znKqBG9_ZPU/TvkycK9iWxI/AAAAAAAAQmo/2FF02qg5vgk/s320/390007_2245463227389_1572412079_31867520_766251085_n+%25282%2529.jpg" width="239" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-i9t0c2O6vFg/Tvkycg-3scI/AAAAAAAAQm4/u0H8nWhQlhU/s1600/384458_2245459907306_1572412079_31867515_732647105_n+%25281%2529.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://2.bp.blogspot.com/-i9t0c2O6vFg/Tvkycg-3scI/AAAAAAAAQm4/u0H8nWhQlhU/s320/384458_2245459907306_1572412079_31867515_732647105_n+%25281%2529.jpg" width="239" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-zNIO34ueDyA/TvkydEV5IXI/AAAAAAAAQnA/IfWdPBxv8-Y/s1600/378477_2245442906881_1572412079_31867506_359397848_n+%25281%2529.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="239" src="http://1.bp.blogspot.com/-zNIO34ueDyA/TvkydEV5IXI/AAAAAAAAQnA/IfWdPBxv8-Y/s320/378477_2245442906881_1572412079_31867506_359397848_n+%25281%2529.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-Srh4LB1pmv0/TvkydWr1QfI/AAAAAAAAQnI/7xtja5OaKMM/s1600/381673_2245198020759_1572412079_31867448_1044948235_n.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://3.bp.blogspot.com/-Srh4LB1pmv0/TvkydWr1QfI/AAAAAAAAQnI/7xtja5OaKMM/s320/381673_2245198020759_1572412079_31867448_1044948235_n.jpg" width="239" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-yTIxfAZzeEE/TvkydlOCujI/AAAAAAAAQnQ/mrEWKBQHlBA/s1600/379136_2245199140787_1572412079_31867449_571565710_n.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://4.bp.blogspot.com/-yTIxfAZzeEE/TvkydlOCujI/AAAAAAAAQnQ/mrEWKBQHlBA/s320/379136_2245199140787_1572412079_31867449_571565710_n.jpg" width="239" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-bZAPMOW_R7M/TvkyeB-IVLI/AAAAAAAAQnY/HjxNf8hPQ-k/s1600/386740_2245200500821_1572412079_31867451_1455151382_n.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://2.bp.blogspot.com/-bZAPMOW_R7M/TvkyeB-IVLI/AAAAAAAAQnY/HjxNf8hPQ-k/s320/386740_2245200500821_1572412079_31867451_1455151382_n.jpg" width="239" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-RKBGo4qpvl4/TvkyeXU5j_I/AAAAAAAAQng/wMDzGp3MGxI/s1600/387987_2245202740877_1572412079_31867452_866882383_n.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="239" src="http://1.bp.blogspot.com/-RKBGo4qpvl4/TvkyeXU5j_I/AAAAAAAAQng/wMDzGp3MGxI/s320/387987_2245202740877_1572412079_31867452_866882383_n.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-Vuo8jIPQtEY/TvkyetiRc5I/AAAAAAAAQno/ZV0wVwXeiaQ/s1600/381668_2245204580923_1572412079_31867453_1041445006_n+%25281%2529.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="239" src="http://2.bp.blogspot.com/-Vuo8jIPQtEY/TvkyetiRc5I/AAAAAAAAQno/ZV0wVwXeiaQ/s320/381668_2245204580923_1572412079_31867453_1041445006_n+%25281%2529.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-Qtl34PGt51Y/TvkyfsX_8MI/AAAAAAAAQoA/xvP6LX53BEU/s1600/384458_2245459907306_1572412079_31867515_732647105_n.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://4.bp.blogspot.com/-Qtl34PGt51Y/TvkyfsX_8MI/AAAAAAAAQoA/xvP6LX53BEU/s320/384458_2245459907306_1572412079_31867515_732647105_n.jpg" width="239" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-XaN_1_-9ktU/TvkygNJy6hI/AAAAAAAAQoQ/goyLtzEGifM/s1600/390007_2245463227389_1572412079_31867520_766251085_n+%25281%2529.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://1.bp.blogspot.com/-XaN_1_-9ktU/TvkygNJy6hI/AAAAAAAAQoQ/goyLtzEGifM/s320/390007_2245463227389_1572412079_31867520_766251085_n+%25281%2529.jpg" width="239" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-rxPSHNbJV9s/TvkygVYgl6I/AAAAAAAAQoY/QSKoef-Mv2Y/s1600/390007_2245463227389_1572412079_31867520_766251085_n.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://4.bp.blogspot.com/-rxPSHNbJV9s/TvkygVYgl6I/AAAAAAAAQoY/QSKoef-Mv2Y/s320/390007_2245463227389_1572412079_31867520_766251085_n.jpg" width="239" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-z2bEI_KlNuw/TvkygtdJ3vI/AAAAAAAAQog/uvTVRWtNp0g/s1600/378161_2245466107461_1572412079_31867521_776684816_n.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://3.bp.blogspot.com/-z2bEI_KlNuw/TvkygtdJ3vI/AAAAAAAAQog/uvTVRWtNp0g/s320/378161_2245466107461_1572412079_31867521_776684816_n.jpg" width="239" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Good job Claudette !&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/313544854168846537-8114782827993950780?l=fmtyewtk.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fmtyewtk.blogspot.com/feeds/8114782827993950780/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://fmtyewtk.blogspot.com/2011/12/claudette-duponts-hovercraft.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/8114782827993950780'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/313544854168846537/posts/default/8114782827993950780'/><link rel='alternate' type='text/html' href='http://fmtyewtk.blogspot.com/2011/12/claudette-duponts-hovercraft.html' title='Claudette DuPonts Hovercraft'/><author><name>James Michael Dupont</name><uri>https://profiles.google.com/106785192512941136314</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-czqdP9WvAYQ/AAAAAAAAAAI/AAAAAAAARbQ/liLOpaaTixE/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-9WKZoNtW2y0/TvkyazOzjKI/AAAAAAAAQmQ/ZzQlRHHd-dk/s72-c/381673_2245198020759_1572412079_31867448_1044948235_n+%25281%2529.jpg' height='72' width='72'/><thr:total>0</thr:total><georss:featurename>Anne Arundel Community College, Anne Arundel Community College Arnold Campus, 101 College Pkwy, Arnold, MD 21012-1895, USA</georss:featurename><georss:point>39.0514601 -76.5121043</georss:point><georss:box>39.0391291 -76.5318453 39.0637911 -76.49236330000001</georss:box></entry><entry><id>tag:blogger.com,1999:blog-313544854168846537.post-8314517245191097437</id><published>2011-12-11T22:29:00.001+01:00</published><updated>2011-12-11T23:22:44.073+01:00</updated><title type='text'>Unfollow tweeps</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;Here are my tweeps I am unfollowing, no updates since 30 days.&lt;br /&gt;&lt;div&gt;sorry guys.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;a href="http://untweeps.com/oa/untweeps.cfm"&gt;http://untweeps.com/oa/untweeps.cfm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: #142a4e;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;table border="0" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;tbody style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="375941077" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/1556304589/206693_10150219906151015_639771014_8681707_15129_n_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Emir Jahić -&amp;nbsp;&lt;a href="http://twitter.com/ejahic" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;ejahic&lt;/a&gt;&lt;br /&gt;Last update: Oct 16 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="376171107" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/profile_images/1549990148/309416_176372475774493_176372269107847_369275_1267360081_n_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Rolling To Brussels -&amp;nbsp;&lt;a href="http://twitter.com/RollingBrussels" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;RollingBrussels&lt;/a&gt;&lt;br /&gt;Last update: Oct 07 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="131351717" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;ron portnoi -&amp;nbsp;&lt;a href="http://twitter.com/rportnoi" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;rportnoi&lt;/a&gt;&lt;br /&gt;Last update: Jul 04 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="17669550" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/profile_images/92869533/rakudo-1_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;rakudoperl -&amp;nbsp;&lt;a href="http://twitter.com/rakudoperl" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;rakudoperl&lt;/a&gt;&lt;br /&gt;Last update: Aug 14 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="124439894" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/1440424425/twitter_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;TREMBELAT -&amp;nbsp;&lt;a href="http://twitter.com/trembelat" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;trembelat&lt;/a&gt;&lt;br /&gt;Last update: Oct 04 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="189717571" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/1218216220/emota_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;meruvian -&amp;nbsp;&lt;a href="http://twitter.com/meruvian" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;meruvian&lt;/a&gt;&lt;br /&gt;Last update: Sep 22 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="234335717" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/1207423757/New_Font_Occi_Vert._with_tagline__small__normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;OCCI -&amp;nbsp;&lt;a href="http://twitter.com/occiwg" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;occiwg&lt;/a&gt;&lt;br /&gt;Last update: Nov 08 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="19865873" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/292244798/icon_only_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;IntraHost.com -&amp;nbsp;&lt;a href="http://twitter.com/IntraHost" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;IntraHost&lt;/a&gt;&lt;br /&gt;Last update: Jan 17 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="25811711" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/sticky/default_profile_images/default_profile_2_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Omer Keser -&amp;nbsp;&lt;a href="http://twitter.com/omerkeser" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;omerkeser&lt;/a&gt;&lt;br /&gt;Last update: Apr 27 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="378856381" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/1608169389/Logo_BER_klein_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Info-Büro Fluglärm -&amp;nbsp;&lt;a href="http://twitter.com/InfoBuero" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;InfoBuero&lt;/a&gt;&lt;br /&gt;Last update: Oct 26 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="51577267" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;fluglaerm -&amp;nbsp;&lt;a href="http://twitter.com/fluglaerm_eddl" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;fluglaerm_eddl&lt;/a&gt;&lt;br /&gt;Last update: Nov 09 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="15599388" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/profile_images/631069671/IMG00036-20100114-1729-3_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;netgnom -&amp;nbsp;&lt;a href="http://twitter.com/netgnom" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;netgnom&lt;/a&gt;&lt;br /&gt;Last update: Apr 17 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="19791522" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/644407084/OSBC_yellow-logo-200_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Open Source -&amp;nbsp;&lt;a href="http://twitter.com/OSBC" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;OSBC&lt;/a&gt;&lt;br /&gt;Last update: May 03 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="24994586" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Jorina Kadare -&amp;nbsp;&lt;a href="http://twitter.com/jkadare" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;jkadare&lt;/a&gt;&lt;br /&gt;Last update: Jul 30 2009&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="281494286" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/1310076447/205087_203137776376091_203129716376897_613869_5011006_n_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;The Pimpsons -&amp;nbsp;&lt;a href="http://twitter.com/ThePimpsons" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;ThePimpsons&lt;/a&gt;&lt;br /&gt;Last update: Jul 31 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="17047202" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/1588215452/chris_blow_by_sam_churchill_BW_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Chris Blow -&amp;nbsp;&lt;a href="http://twitter.com/unthinkingly" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;unthinkingly&lt;/a&gt;&lt;br /&gt;Last update: Oct 14 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="46371141" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/281516336/Besian1_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Besian Xhezo -&amp;nbsp;&lt;a href="http://twitter.com/besianxh" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;besianxh&lt;/a&gt;&lt;br /&gt;Last update: Nov 24 2009&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="21388354" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/1676190947/Screen_shot_2011-10-25_at_22.57.44_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;kaltrina ademi -&amp;nbsp;&lt;a href="http://twitter.com/kaltrina" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;kaltrina&lt;/a&gt;&lt;br /&gt;Last update: Aug 26 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="91386696" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/profile_images/535815326/nik___73__normal.JPG" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Aldo Merkoci -&amp;nbsp;&lt;a href="http://twitter.com/AldoMerkoci" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;AldoMerkoci&lt;/a&gt;&lt;br /&gt;Last update: Jun 06 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="387527448" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/1579602292/16618186_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Kosova Shtet -&amp;nbsp;&lt;a href="http://twitter.com/KosovaShtet" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;KosovaShtet&lt;/a&gt;&lt;br /&gt;Last update: Oct 30 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="219826253" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/1216362658/DSC_0084-p_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Martin Edenhofer -&amp;nbsp;&lt;a href="http://twitter.com/medenhofer" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;medenhofer&lt;/a&gt;&lt;br /&gt;Last update: Sep 26 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="65186394" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/915119872/onion_64x64_bigger_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;German Perl Workshop -&amp;nbsp;&lt;a href="http://twitter.com/perlworkshop" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;perlworkshop&lt;/a&gt;&lt;br /&gt;Last update: Sep 20 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="109352219" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/707321615/Screen_shot_2010-01-29_at_15.25.33_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Bob Motywy -&amp;nbsp;&lt;a href="http://twitter.com/bobmotywy" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;bobmotywy&lt;/a&gt;&lt;br /&gt;Last update: Apr 14 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="364812199" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/profile_images/1533979086/DSCF1933_normal.JPG" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;it-flegel -&amp;nbsp;&lt;a href="http://twitter.com/it_flegel" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;it_flegel&lt;/a&gt;&lt;br /&gt;Last update: Nov 09 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="21798280" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/82419497/IMGP0750_normal.JPG" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Robert Donath -&amp;nbsp;&lt;a href="http://twitter.com/radman190056" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;radman190056&lt;/a&gt;&lt;br /&gt;Last update: Oct 17 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="331989060" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/profile_images/1449547166/mozilla_kosovo_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Mozilla Kosovo -&amp;nbsp;&lt;a href="http://twitter.com/mozillakosovo" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;mozillakosovo&lt;/a&gt;&lt;br /&gt;Last update: Nov 09 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="57139529" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/317119204/kerkoi_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;kerkoi .com -&amp;nbsp;&lt;a href="http://twitter.com/Kerkoi" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;Kerkoi&lt;/a&gt;&lt;br /&gt;Last update: Oct 23 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="81960802" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/1570953263/251443_10150261977888406_533288405_7585232_6708492_n_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Kushtrim Sogojeva -&amp;nbsp;&lt;a href="http://twitter.com/Kushtrims" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;Kushtrims&lt;/a&gt;&lt;br /&gt;Last update: Oct 28 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="82125441" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/764408954/20764-Clipart-Illustration-Of-A-Casual-Man-With-Tattoos-Wearing-A-Gray-T-Shirt-And-A-Vip-Backstage-Pass-Around-His-Neck_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Albert Vorfaj -&amp;nbsp;&lt;a href="http://twitter.com/albertvorfaj" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;albertvorfaj&lt;/a&gt;&lt;br /&gt;Last update: Mar 13 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="73528783" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/410421031/AlbaniaFlag_normal.gif" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Adem Jashari -&amp;nbsp;&lt;a href="http://twitter.com/albaniansunited" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;albaniansunited&lt;/a&gt;&lt;br /&gt;Last update: Mar 13 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="23424994" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/1317047225/eightbit-45966972-006f-4576-b317-cc400e511735_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Johan Bellander -&amp;nbsp;&lt;a href="http://twitter.com/johanbellander" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;johanbellander&lt;/a&gt;&lt;br /&gt;Last update: Aug 14 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="76786777" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/933658952/nasaimages_logo_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;NASA Images -&amp;nbsp;&lt;a href="http://twitter.com/NASA_Images" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;NASA_Images&lt;/a&gt;&lt;br /&gt;Last update: Mar 18 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="268324690" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/1682977133/Untitled-1_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Club Zone -&amp;nbsp;&lt;a href="http://twitter.com/clubzonealbania" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;clubzonealbania&lt;/a&gt;&lt;br /&gt;Last update: Jun 11 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="93957809" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/565244113/edited_twit_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Eric Schmidt -&amp;nbsp;&lt;a href="http://twitter.com/ericschmidt" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;ericschmidt&lt;/a&gt;&lt;br /&gt;Last update: Jul 17 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="110427401" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/669364234/seo-al_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Seo Albania -&amp;nbsp;&lt;a href="http://twitter.com/SEOAL" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;SEOAL&lt;/a&gt;&lt;br /&gt;Last update: May 15 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="170269894" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/1159666972/logo_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Open World -&amp;nbsp;&lt;a href="http://twitter.com/openworldal" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;openworldal&lt;/a&gt;&lt;br /&gt;Last update: Jun 20 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="113486305" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/1304187966/01_Biker-3_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Peyman Far -&amp;nbsp;&lt;a href="http://twitter.com/Peymanfar" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;Peymanfar&lt;/a&gt;&lt;br /&gt;Last update: Oct 16 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="191942719" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/1125784909/hulk106_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;GEOHULK -&amp;nbsp;&lt;a href="http://twitter.com/HULKGEO" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;HULKGEO&lt;/a&gt;&lt;br /&gt;Last update: Jun 23 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="16946364" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/profile_images/1180236270/mozillapic_normal.PNG" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Gorjan Jovanovski -&amp;nbsp;&lt;a href="http://twitter.com/gjovanovski" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;gjovanovski&lt;/a&gt;&lt;br /&gt;Last update: Nov 09 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="132814254" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/821924336/bogo-ep_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Bogomil Shopov -&amp;nbsp;&lt;a href="http://twitter.com/rsbogo" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;rsbogo&lt;/a&gt;&lt;br /&gt;Last update: May 10 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="42698384" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/1245936392/heka_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Hekuran Doli -&amp;nbsp;&lt;a href="http://twitter.com/hekurandoli" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;hekurandoli&lt;/a&gt;&lt;br /&gt;Last update: Jul 09 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="11650762" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/42272502/roger-180_normal.JPG" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Wicker for Senate -&amp;nbsp;&lt;a href="http://twitter.com/RogerWicker" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;RogerWicker&lt;/a&gt;&lt;br /&gt;Last update: May 04 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="49351814" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/958675942/HackerLogoSticker_normal.gif" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Arber Braja -&amp;nbsp;&lt;a href="http://twitter.com/arberbr" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;arberbr&lt;/a&gt;&lt;br /&gt;Last update: Oct 11 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="82349743" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/470312807/sp_rob_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Rob Halsell -&amp;nbsp;&lt;a href="http://twitter.com/robhalsell" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;robhalsell&lt;/a&gt;&lt;br /&gt;Last update: Apr 28 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="23245969" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/1412526105/twitter_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Gëzim Osmani -&amp;nbsp;&lt;a href="http://twitter.com/Gzimos" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;Gzimos&lt;/a&gt;&lt;br /&gt;Last update: Sep 22 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="112699848" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/profile_images/1335476667/197210_215732161774921_100000144176325_954566_5274060_n_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Art Hoxha -&amp;nbsp;&lt;a href="http://twitter.com/arttiks" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;arttiks&lt;/a&gt;&lt;br /&gt;Last update: May 02 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="31765660" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/140686245/ak-edi-rama_small_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Edi Rama -&amp;nbsp;&lt;a href="http://twitter.com/edirama" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;edirama&lt;/a&gt;&lt;br /&gt;Last update: May 14 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="175000824" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/profile_images/1096090213/flmauri_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Flamur Krasniqi -&amp;nbsp;&lt;a href="http://twitter.com/flamurkrasniqi" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;flamurkrasniqi&lt;/a&gt;&lt;br /&gt;Last update: Sep 13 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="112420417" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/1394253297/164737_184704804884085_184703404884225_532125_4658527_n_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Facebusiness.org -&amp;nbsp;&lt;a href="http://twitter.com/facebusiness" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;facebusiness&lt;/a&gt;&lt;br /&gt;Last update: Jun 22 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="99996149" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/profile_images/697507897/electricity-med_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Drilon -&amp;nbsp;&lt;a href="http://twitter.com/Loni_1" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;Loni_1&lt;/a&gt;&lt;br /&gt;Last update: Dec 10 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="210766261" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/1160127269/Kosovo_journalist_avatar_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Kosovo Journalist -&amp;nbsp;&lt;a href="http://twitter.com/Kosovojourno" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;Kosovojourno&lt;/a&gt;&lt;br /&gt;Last update: Mar 04 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="112528978" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/683878424/867dce9c986343c46ec864d2b7ebbffd_normal.jpeg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Admirim Cakolli -&amp;nbsp;&lt;a href="http://twitter.com/AdiCakolli" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;AdiCakolli&lt;/a&gt;&lt;br /&gt;Last update: Apr 06 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="171231960" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/1088114894/11_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Alban Trungu -&amp;nbsp;&lt;a href="http://twitter.com/atrungu" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;atrungu&lt;/a&gt;&lt;br /&gt;Last update: May 16 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="129742921" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Inspirim Pozitiv -&amp;nbsp;&lt;a href="http://twitter.com/inspirimpozitiv" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;inspirimpozitiv&lt;/a&gt;&lt;br /&gt;Last update: Jul 24 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="40964954" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/217843776/e_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Fake Ed -&amp;nbsp;&lt;a href="http://twitter.com/FakeEdParsons" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;FakeEdParsons&lt;/a&gt;&lt;br /&gt;Last update: Sep 23 2009&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="14559797" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/76320773/self_portrait_small_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;zerebubuth -&amp;nbsp;&lt;a href="http://twitter.com/zerebubuth" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;zerebubuth&lt;/a&gt;&lt;br /&gt;Last update: Nov 10 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="38928158" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/204809851/n785715507_5270367_9285_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Fadion Dashi -&amp;nbsp;&lt;a href="http://twitter.com/jonidashi" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;jonidashi&lt;/a&gt;&lt;br /&gt;Last update: Aug 17 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="200035713" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/1139898673/image_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Denice -&amp;nbsp;&lt;a href="http://twitter.com/die_denice" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;die_denice&lt;/a&gt;&lt;br /&gt;Last update: Oct 09 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="87922275" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/533798402/logo-quadrat50x50_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Robert Baumgartner -&amp;nbsp;&lt;a href="http://twitter.com/equicon" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;equicon&lt;/a&gt;&lt;br /&gt;Last update: Nov 19 2009&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="207665480" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/1156665707/me_normal.JPG" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Sandra Pfeifer -&amp;nbsp;&lt;a href="http://twitter.com/sandrapfeiffer" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;sandrapfeiffer&lt;/a&gt;&lt;br /&gt;Last update: Nov 17 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="203210393" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/1153114714/transiki_normal.jpeg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;transiki -&amp;nbsp;&lt;a href="http://twitter.com/transiki" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;transiki&lt;/a&gt;&lt;br /&gt;Last update: Oct 26 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="17036591" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/profile_images/267830553/isotipoDyD_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;DemocraciaDesarrollo -&amp;nbsp;&lt;a href="http://twitter.com/demoydesa" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;demoydesa&lt;/a&gt;&lt;br /&gt;Last update: Jun 03 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="21003619" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/profile_images/78873792/talx_twitterlogo_normal.JPG" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Frankfurt Talx -&amp;nbsp;&lt;a href="http://twitter.com/FrankfurtTalx" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;FrankfurtTalx&lt;/a&gt;&lt;br /&gt;Last update: Jan 03 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="39969906" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/553779172/twitter_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Hans Wurst -&amp;nbsp;&lt;a href="http://twitter.com/TobieFrankfurt" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;TobieFrankfurt&lt;/a&gt;&lt;br /&gt;Last update: Jul 13 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="15451599" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/327785674/Bild_1_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;kakimoto3001 -&amp;nbsp;&lt;a href="http://twitter.com/kakimoto3001" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;kakimoto3001&lt;/a&gt;&lt;br /&gt;Last update: Oct 13 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="15711061" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/57670596/JE_AIESEC_2005red_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Jörn Eickholt -&amp;nbsp;&lt;a href="http://twitter.com/Joern0908" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;Joern0908&lt;/a&gt;&lt;br /&gt;Last update: Oct 08 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="74410192" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/878818331/Project4thelove_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Shaw Fletcher -&amp;nbsp;&lt;a href="http://twitter.com/shawfletcher" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;shawfletcher&lt;/a&gt;&lt;br /&gt;Last update: Aug 08 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="72129109" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/604037319/AMA---twitter_normal.gif" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Albanian Model -&amp;nbsp;&lt;a href="http://twitter.com/AlbanianModel" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;AlbanianModel&lt;/a&gt;&lt;br /&gt;Last update: Jul 29 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="146768814" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/1092925618/new_dotty_a_transparent_1.square.488_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;CommonMap -&amp;nbsp;&lt;a href="http://twitter.com/CommonMap" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;CommonMap&lt;/a&gt;&lt;br /&gt;Last update: Oct 30 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="10402512" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/1061310985/ehab_ict_normal.JPG" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Ehab Elagaty -&amp;nbsp;&lt;a href="http://twitter.com/ehabelagaty" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;ehabelagaty&lt;/a&gt;&lt;br /&gt;Last update: Nov 06 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="131501891" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/811637163/twitter_normal.bmp" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Damien -&amp;nbsp;&lt;a href="http://twitter.com/badc0re" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;badc0re&lt;/a&gt;&lt;br /&gt;Last update: Nov 09 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="49955247" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/283582024/16112008_001__normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Vahidin Qerimi -&amp;nbsp;&lt;a href="http://twitter.com/vahidin" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;vahidin&lt;/a&gt;&lt;br /&gt;Last update: Sep 03 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="22785122" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/87562164/09082008_001__normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Mirel Lame -&amp;nbsp;&lt;a href="http://twitter.com/mirellame" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;mirellame&lt;/a&gt;&lt;br /&gt;Last update: Oct 14 2011&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: #142a4e; color: white; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif; font-size: 12px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;table border="0" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;tbody style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/90832495/PFTF_Challenge_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;PFTF Challenge 2009 -&amp;nbsp;&lt;a href="http://twitter.com/pftfchallenge" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;pftfchallenge&lt;/a&gt;&lt;br /&gt;Last update: May 04 2009&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="57276939" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/489282452/505552282_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Thorben Nervtötersen -&amp;nbsp;&lt;a href="http://twitter.com/Brissante" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;Brissante&lt;/a&gt;&lt;br /&gt;Last update: Feb 28 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="101302919" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/606077689/untitled_normal.PNG" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Landrity -&amp;nbsp;&lt;a href="http://twitter.com/ShpikjeCOM" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;ShpikjeCOM&lt;/a&gt;&lt;br /&gt;Last update: Mar 13 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="16243223" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/59964851/fossnepal_twitter1_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;fossnepal -&amp;nbsp;&lt;a href="http://twitter.com/fossnepal" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;fossnepal&lt;/a&gt;&lt;br /&gt;Last update: Sep 25 2009&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="5957172" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/29154002/st_ignucius_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;/drsolaris (FSF, SE) -&amp;nbsp;&lt;a href="http://twitter.com/unixmafia" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;unixmafia&lt;/a&gt;&lt;br /&gt;Last update: May 11 2007&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="90030026" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/profile_images/526836576/index_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;IceDebts -&amp;nbsp;&lt;a href="http://twitter.com/BringBackBigMac" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;BringBackBigMac&lt;/a&gt;&lt;br /&gt;Last update: Apr 01 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="73096447" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/407712967/logo-1_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;SSTC-UTTP -&amp;nbsp;&lt;a href="http://twitter.com/SSTClub" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;SSTClub&lt;/a&gt;&lt;br /&gt;Last update: May 25 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="128924651" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/sticky/default_profile_images/default_profile_2_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;krenare -&amp;nbsp;&lt;a href="http://twitter.com/krenarep" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;krenarep&lt;/a&gt;&lt;br /&gt;Last update: May 03 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="47919772" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/938742415/jeffaudi_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Jean-Francois Faudi -&amp;nbsp;&lt;a href="http://twitter.com/jeffaudi" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;jeffaudi&lt;/a&gt;&lt;br /&gt;Last update: May 10 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="166298603" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/sticky/default_profile_images/default_profile_2_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Agon Rexhepi -&amp;nbsp;&lt;a href="http://twitter.com/nogazzz" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;nogazzz&lt;/a&gt;&lt;br /&gt;Last update: Jul 13 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="119345871" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Martin Feuersänger -&amp;nbsp;&lt;a href="http://twitter.com/mafeu_" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;mafeu_&lt;/a&gt;&lt;br /&gt;Last update: Nov 04 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="17707160" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/1138557594/IMG_7877_-_Copy_normal.JPG" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;FreshPropertyAlbania -&amp;nbsp;&lt;a href="http://twitter.com/propertyalbania" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;propertyalbania&lt;/a&gt;&lt;br /&gt;Last update: Feb 18 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="156586053" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/998393141/Helene10_normal.JPG" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Helene Seibel -&amp;nbsp;&lt;a href="http://twitter.com/HeleneSeibel" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;HeleneSeibel&lt;/a&gt;&lt;br /&gt;Last update: Jun 17 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="195790626" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/1132419590/276187d_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Arber Rogova -&amp;nbsp;&lt;a href="http://twitter.com/arberrogova" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;arberrogova&lt;/a&gt;&lt;br /&gt;Last update: Oct 16 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="134518574" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/833298481/footer_bug_normal.gif" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;tim at mapwarper.net -&amp;nbsp;&lt;a href="http://twitter.com/mapwarper" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;mapwarper&lt;/a&gt;&lt;br /&gt;Last update: Apr 18 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="15595246" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/profile_images/749167812/mark_hiking_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;markhr -&amp;nbsp;&lt;a href="http://twitter.com/markhr" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;markhr&lt;/a&gt;&lt;br /&gt;Last update: Jun 10 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="164208306" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Evis Bregu -&amp;nbsp;&lt;a href="http://twitter.com/visi_al" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;visi_al&lt;/a&gt;&lt;br /&gt;Last update: Jul 08 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="118612364" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/763106207/untitled_normal.bmp" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Takeo Shibata -&amp;nbsp;&lt;a href="http://twitter.com/takeofuture" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;takeofuture&lt;/a&gt;&lt;br /&gt;Last update: Mar 15 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="14714333" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/626943623/misos4_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;misos -&amp;nbsp;&lt;a href="http://twitter.com/misos" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;misos&lt;/a&gt;&lt;br /&gt;Last update: Sep 15 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="130663291" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Ardian Haxha -&amp;nbsp;&lt;a href="http://twitter.com/ard1an" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;ard1an&lt;/a&gt;&lt;br /&gt;Last update: Jun 04 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="130807862" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Sylvia Ellis -&amp;nbsp;&lt;a href="http://twitter.com/FoxyHuntressPa" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;FoxyHuntressPa&lt;/a&gt;&lt;br /&gt;Last update: Jul 21 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="196706646" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/1272856025/tas_reik_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Timmo -&amp;nbsp;&lt;a href="http://twitter.com/Intralexus" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;Intralexus&lt;/a&gt;&lt;br /&gt;Last update: Nov 09 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="175492358" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Frédéric Bonifas -&amp;nbsp;&lt;a href="http://twitter.com/fbonifas" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;fbonifas&lt;/a&gt;&lt;br /&gt;Last update: Sep 13 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="134055901" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;salim hayran -&amp;nbsp;&lt;a href="http://twitter.com/salimhayran" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;salimhayran&lt;/a&gt;&lt;br /&gt;Last update: Apr 20 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="148863001" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/936128099/Nika_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Kreshnik -&amp;nbsp;&lt;a href="http://twitter.com/kreshnika" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;kreshnika&lt;/a&gt;&lt;br /&gt;Last update: May 27 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="140373524" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/profile_images/875282447/a2319188667_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;veton dabiqaj -&amp;nbsp;&lt;a href="http://twitter.com/v3ton" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;v3ton&lt;/a&gt;&lt;br /&gt;Last update: Aug 09 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="94753484" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/559719721/Mozilla-Community-BiH_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Mozilla BiH -&amp;nbsp;&lt;a href="http://twitter.com/MozillaBiH" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;MozillaBiH&lt;/a&gt;&lt;br /&gt;Last update: Nov 01 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="117869665" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/sticky/default_profile_images/default_profile_4_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;isufkoci -&amp;nbsp;&lt;a href="http://twitter.com/isufkoci" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;isufkoci&lt;/a&gt;&lt;br /&gt;Last update: Aug 08 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="119104758" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;dorian -&amp;nbsp;&lt;a href="http://twitter.com/ddorian43" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;ddorian43&lt;/a&gt;&lt;br /&gt;Last update: Apr 02 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="47456652" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/profile_images/723549074/ImmagineProfilo_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;michele morettini -&amp;nbsp;&lt;a href="http://twitter.com/michelemoret" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;michelemoret&lt;/a&gt;&lt;br /&gt;Last update: Mar 23 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="48184073" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/profile_images/1051259627/alfa-crop_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Richard Welty -&amp;nbsp;&lt;a href="http://twitter.com/nfgusedautopart" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;nfgusedautopart&lt;/a&gt;&lt;br /&gt;Last update: Jul 09 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="13069402" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;klevis miho -&amp;nbsp;&lt;a href="http://twitter.com/klevismiho" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;klevismiho&lt;/a&gt;&lt;br /&gt;Last update: Nov 01 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="70606237" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/profile_images/392446708/mapfish_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;MapFish -&amp;nbsp;&lt;a href="http://twitter.com/mapfish" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;mapfish&lt;/a&gt;&lt;br /&gt;Last update: Apr 06 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="153077820" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/968435844/viki_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Violeta Bot -&amp;nbsp;&lt;a href="http://twitter.com/TetkaVioleta" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;TetkaVioleta&lt;/a&gt;&lt;br /&gt;Last update: Jun 15 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="151050881" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a1.twimg.com/sticky/default_profile_images/default_profile_2_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Russell Bryant Cisco -&amp;nbsp;&lt;a href="http://twitter.com/rbryantcisco" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;rbryantcisco&lt;/a&gt;&lt;br /&gt;Last update: Jun 02 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="43393751" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/981608371/TLL_May_2010_LinkedIn2_normal.jpg" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Ted Liberti -&amp;nbsp;&lt;a href="http://twitter.com/tedliberti" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;tedliberti&lt;/a&gt;&lt;br /&gt;Last update: Apr 20 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="108103923" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a3.twimg.com/profile_images/1068271268/debprofile_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Deborah Shaddon -&amp;nbsp;&lt;a href="http://twitter.com/deborahshaddon" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;deborahshaddon&lt;/a&gt;&lt;br /&gt;Last update: Oct 17 2011&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="127356993" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;chavent -&amp;nbsp;&lt;a href="http://twitter.com/nicolas_chavent" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;nicolas_chavent&lt;/a&gt;&lt;br /&gt;Last update: Apr 08 2010&lt;/td&gt;&lt;/tr&gt;&lt;tr align="center" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" valign="middle"&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;input name="id" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" type="checkbox" value="72647359" /&gt;&lt;/td&gt;&lt;td style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;img height="48" src="http://a2.twimg.com/profile_images/405050787/osm_logo_normal.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" width="48" /&gt;&lt;/td&gt;&lt;td align="left" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;osm_dortmund -&amp;nbsp;&lt;a href="http://twitter.com/osm_dortmund" style="color: #f8995e; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;" target="_blank"&gt;osm_dortmund&lt;/a&gt;&lt;br /&gt;Last update: Jan 23 
