<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://darrensim.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Technical Bits</title><link>http://darrensim.com/blogs/techbits/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Free technical support on Windows Vista SP1</title><link>http://darrensim.com/blogs/techbits/archive/2008/07/18/free-technical-support-on-windows-vista-sp1.aspx</link><pubDate>Fri, 18 Jul 2008 08:19:00 GMT</pubDate><guid isPermaLink="false">0b957920-45d2-43a3-a89f-13fb338a3af5:10119</guid><dc:creator>darren.sim</dc:creator><slash:comments>0</slash:comments><comments>http://darrensim.com/blogs/techbits/comments/10119.aspx</comments><wfw:commentRss>http://darrensim.com/blogs/techbits/commentrss.aspx?PostID=10119</wfw:commentRss><description>&lt;P&gt;If you're currently running Windows Vista SP1 and facing some problems with the installation, you're in LUCK!&lt;/P&gt;
&lt;P&gt;Microsoft has opened up the their technical support for free (which usually might have cost quite some money per incident), unlimited installation and compatibility support is now available for customers using Windows Vista SP1, until March 18, 2009. &lt;/P&gt;
&lt;P&gt;To get help, visit &lt;A href="http://support.microsoft.com/common/international.aspx?rdpath=1&amp;amp;prid=11274&amp;amp;gprid=500921"&gt;http://support.microsoft.com/common/international.aspx?rdpath=1&amp;amp;prid=11274&amp;amp;gprid=500921&lt;/A&gt;&amp;nbsp;to get your local help support line.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://darrensim.com/aggbug.aspx?PostID=10119" width="1" height="1"&gt;</description><category domain="http://darrensim.com/blogs/techbits/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://darrensim.com/blogs/techbits/archive/tags/Windows+Vista/default.aspx">Windows Vista</category></item><item><title>Aggr from ASP.NET Blog: Creating an Outlook Message File with C#</title><link>http://darrensim.com/blogs/techbits/archive/2008/06/28/aggr-from-asp-net-blog-creating-an-outlook-message-file-with-c.aspx</link><pubDate>Sun, 29 Jun 2008 00:42:00 GMT</pubDate><guid isPermaLink="false">0b957920-45d2-43a3-a89f-13fb338a3af5:9681</guid><dc:creator>darren.sim</dc:creator><slash:comments>0</slash:comments><comments>http://darrensim.com/blogs/techbits/comments/9681.aspx</comments><wfw:commentRss>http://darrensim.com/blogs/techbits/commentrss.aspx?PostID=9681</wfw:commentRss><description>&lt;P&gt;Following's a post I made on my ASP.NET Weblog (&lt;A href="http://weblogs.asp.net/darrensim/default.aspx"&gt;http://weblogs.asp.net/darrensim/default.aspx&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;I've been working with a government agency lately, and came to notice that the software system they're using dates back to the stone ages. Many a time, the head of department is required to send an email to other head of departments within the same organization, each with a similar content, yet with attachment of nominal roll of folks under each of the departments (PS: HR Stuff).&lt;/P&gt;
&lt;P&gt;On every occasion that I observe, this poor balding guy has to create a template in outlook and copy it 20 times, adding the list of recipients to the individual MSG file and attaching the relevant set of excel/word document file for each of these departments.&lt;/P&gt;
&lt;P&gt;Of course, as a software engineer, the first thing on the mind is definitely, "AUTOMATION"!&lt;/P&gt;
&lt;P&gt;Microsoft Office Outlook does have an &lt;STRONG&gt;interop dll&lt;/STRONG&gt; which specifically allows for this to be done, easily! Another altanative would definitely be making use of &lt;STRONG&gt;Visual Studio Tools for Office (VSTO)&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;To save you the trouble of looking for this DLL, i've attached a copy to this blogpost.&lt;/P&gt;
&lt;P&gt;1. To begin, let's first create a C# Winforms Project in Visual Studio.&lt;/P&gt;
&lt;P&gt;2. Next, let's add the reference to the interop DLL (attached on this blog post). You should see something like the following.&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH:186px;HEIGHT:163px;" height=163 src="http://darrensim.com/photos/blogpics/images/9677/original.aspx" width=186&gt;&lt;/P&gt;
&lt;P&gt;3. For the purpose of this tutorial, we'd create a simple windows form which takes in the &lt;STRONG&gt;mail receipient&lt;/STRONG&gt;, &lt;STRONG&gt;subject&lt;/STRONG&gt;, &lt;STRONG&gt;message&lt;/STRONG&gt; and &lt;STRONG&gt;attachment&lt;/STRONG&gt; fields. Once you're familiar with how the code (which we'd discuss later), you can work more magic around this (e.g. creating automation processes)&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH:500px;HEIGHT:368px;" height=368 src="http://darrensim.com/photos/blogpics/images/9678/original.aspx" width=500&gt;&lt;/P&gt;
&lt;P&gt;Note: The &lt;STRONG&gt;Importance ComboBox&lt;/STRONG&gt; should have the following values "High","Normal" and 'Low".&lt;/P&gt;
&lt;P&gt;4. Next step, is to wire up the code-behind for the &lt;STRONG&gt;Save Button&lt;/STRONG&gt;. It's optional whether you want to register the Outlook Interop in the namespace or not. In this example, I do not so so, thus qualifying the full path in the code (below).&lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;// Creates a new Outlook Application Instance&lt;BR&gt;&lt;FONT color=#000000&gt;Outlook.&lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;Application&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; objOutlook = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;new&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; Outlook.&lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;Application&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;(); &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;// Creating a new Outlook Message from the Outlook Application Instance&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR&gt;Outlook.&lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;MailItem&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; mic = (Outlook.&lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;MailItem&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;)(objOutlook.CreateItem(Outlook.&lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;OlItemType&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.olMailItem)); &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;// Assigns the "TO", "CC" and "BCC" Fields&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT size=2&gt;mic.To = toTextBox.Text;&lt;BR&gt;mic.CC = ccTextBox.Text;&lt;BR&gt;mic.BCC = bccTextBox.Text;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT size=2&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt; &lt;/P&gt;
&lt;P&gt;// Assigns the Subject Field&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;mic.Subject = subjectTextBox.Text;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;// Switch the Importance ComboBox to identify the Mail Message Importance Level&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;switch&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; (importanceComboBox.SelectedItem.ToString())&lt;BR&gt;{&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"High"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;:&lt;BR&gt;&lt;FONT color=#0000ff&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; &lt;/FONT&gt;mic.Importance = Outlook.&lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;OlImportance&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.olImportanceHigh;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&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; break&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"Normal"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;:&lt;BR&gt;&lt;FONT color=#0000ff&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; &lt;/FONT&gt;mic.Importance = Outlook.&lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;OlImportance&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.olImportanceNormal;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&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; break&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"Low"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;:&lt;BR&gt;&lt;FONT color=#0000ff&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; &lt;/FONT&gt;mic.Importance = Outlook.&lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;OlImportance&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.olImportanceLow;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&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; break&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;;&lt;BR&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size=2&gt;&lt;FONT size=2&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;
&lt;P&gt;// Define the Mail Message Body. In this example, you can add in HTML content to the mail message body&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;mic.HTMLBody = messageTextBox.Text;&lt;/P&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;
&lt;P&gt;// Adds Attachment to the Mail Message. &lt;BR&gt;// Note: You could add more than one attachment to the mail message. &lt;BR&gt;// All you need to do is to declare this relative to the number of attachments you have.&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;mic.Attachments.Add(attachmentOneTextBox.Text,Outlook.&lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;OlAttachmentType&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.olByValue,1,&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"Attachment Name"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size=2&gt;&lt;FONT size=2&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;
&lt;P&gt;// Save the message to C:\demo.msg. Alternatively you can create a SaveFileDialog to &lt;BR&gt;// allow users to choose where to save the file&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;mic.SaveAs(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;@"C:\demo.msg"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;, Outlook.&lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;OlSaveAsType&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.olMSG);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;Easy isn't it? Besides creating mail messages, you can also create other outlook items such as task, calendar objects and more. More to come in the future posts. Do let me know your comments/views on this post.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;&lt;STRONG&gt;Attachments&lt;/STRONG&gt;: &lt;/P&gt;
&lt;P&gt;&lt;A href="http://darrensim.com/files/folders/presentations/entry9679.aspx"&gt;&lt;IMG src="http://darrensim.com/utility/filethumbnails/pdf.gif" align=absMiddle border=0&gt;&lt;/A&gt;&amp;nbsp;Tutorial in PDF Format (&lt;A href="http://darrensim.com/files/folders/presentations/entry9679.aspx"&gt;http://darrensim.com/files/folders/presentations/entry9679.aspx&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&lt;A href="http://darrensim.com/files/folders/presentations/entry9680.aspx"&gt;&lt;IMG src="http://darrensim.com/utility/filethumbnails/zip.gif" align=absMiddle border=0&gt;&lt;/A&gt;&amp;nbsp;Interop.Outlook (&lt;A href="http://darrensim.com/files/folders/presentations/entry9680.aspx"&gt;http://darrensim.com/files/folders/presentations/entry9680.aspx&lt;/A&gt;)&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;img src="http://darrensim.com/aggbug.aspx?PostID=9681" width="1" height="1"&gt;</description><category domain="http://darrensim.com/blogs/techbits/archive/tags/Office+2007/default.aspx">Office 2007</category><category domain="http://darrensim.com/blogs/techbits/archive/tags/Cool+Stuff/default.aspx">Cool Stuff</category><category domain="http://darrensim.com/blogs/techbits/archive/tags/Automation/default.aspx">Automation</category><category domain="http://darrensim.com/blogs/techbits/archive/tags/Outlook/default.aspx">Outlook</category><category domain="http://darrensim.com/blogs/techbits/archive/tags/C_2300_/default.aspx">C#</category></item><item><title>Speed Browser</title><link>http://darrensim.com/blogs/techbits/archive/2008/06/24/speed-browser.aspx</link><pubDate>Tue, 24 Jun 2008 13:23:00 GMT</pubDate><guid isPermaLink="false">0b957920-45d2-43a3-a89f-13fb338a3af5:9587</guid><dc:creator>darren.sim</dc:creator><slash:comments>0</slash:comments><comments>http://darrensim.com/blogs/techbits/comments/9587.aspx</comments><wfw:commentRss>http://darrensim.com/blogs/techbits/commentrss.aspx?PostID=9587</wfw:commentRss><description>&lt;p&gt;The war of the browsers had been persisting for many years. First with the Netscape Era, and now the Internet Explorer Era.  Of course, not forgetting potential contenders such as Opera, Firefox and Safari!&lt;/p&gt;&lt;p&gt;I've been a big fan of Microsoft IE for quite some time now, and have noticed that as the number of addons and etc come into place, the application just begins to crawl. Which sometimes can be a really bad thing!&lt;/p&gt;&lt;p&gt;Apple's Safari Browser has been really good with the SPEED issue, with really fast rendering. Although still in its early stages (in my personal perception), it can certainly go far if it continues to provide users with such lightning speed. &lt;/p&gt;&lt;p&gt;But of course, there's also a fair amount of criticism with regards to this new kid on the block, particularly, with regards to security, such as the PWN 2 OWN Browser Exploit. However, if you are just using the browser for basic research and surfing which does not include credentials or private data, it could be a good alternative when speed is concerned.&lt;/p&gt;&lt;p&gt;But of course, I would still recommend the use of IE for bank transactions.&lt;/p&gt;&lt;p&gt;Following are some of the browsers with it's release history (&lt;span class="Apple-style-span" style="font-family:'Lucida Grande';font-size:12px;white-space:pre;"&gt;http://en.wikipedia.org/wiki/Comparison_of_web_browsers#Release_history) &lt;span class="Apple-style-span" style="font-family:Arial;font-size:13px;white-space:normal;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span class="Apple-style-span" style="font-family:-webkit-sans-serif;line-height:19px;"&gt;&lt;table class="wikitable" style="text-align:center;font-size:100%;color:black;margin-top:1em;margin-right:1em;margin-bottom:1em;margin-left:0px;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-collapse:collapse;width:auto;"&gt;&lt;tr&gt;&lt;th style="width:12em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;Browser&lt;/th&gt;&lt;th style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;First public release&lt;/th&gt;&lt;th style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;First stable release&lt;/th&gt;&lt;th style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;Latest stable release version date&lt;/th&gt;&lt;th style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;Latest testing release version date&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;Date&lt;/th&gt;&lt;th style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;Version&lt;/th&gt;&lt;th style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;Date&lt;/th&gt;&lt;th style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;Version&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="Amaya (web browser)" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/Amaya_%28web_browser%29"&gt;Amaya&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="November 14" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/November_14"&gt;November 14&lt;/a&gt;,&lt;a title="1996" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/1996"&gt;1996&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;0.9&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="November 14" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/November_14"&gt;November 14&lt;/a&gt;,&lt;a title="1996" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/1996"&gt;1996&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;0.9&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Amaya&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Amaya&amp;amp;action=edit"&gt;10.0.1&lt;/a&gt;&lt;/span&gt;  (&lt;a title="February 29" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/February_29"&gt;February 29&lt;/a&gt;, &lt;a title="2008" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2008"&gt;2008&lt;/a&gt;&lt;span class="noprint"&gt;; 116 days ago&lt;/span&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Amaya&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Amaya&amp;amp;action=edit"&gt;10.1-pre&lt;/a&gt;&lt;/span&gt;  (&lt;a title="April 29" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/April_29"&gt;April 29&lt;/a&gt;, &lt;a title="2008" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2008"&gt;2008&lt;/a&gt;&lt;span class="noprint"&gt;; 56 days ago&lt;/span&gt;)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="AOL Explorer" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/AOL_Explorer"&gt;AOL Explorer&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;June, 2005&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;1.0&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;July, 2005&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;1.1&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/AOL_Explorer&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/AOL_Explorer&amp;amp;action=edit"&gt;1.5&lt;/a&gt;&lt;/span&gt;  (&lt;a title="May 10" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/May_10"&gt;May 10&lt;/a&gt;, &lt;a title="2006" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2006"&gt;2006&lt;/a&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/AOL_Explorer&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/AOL_Explorer&amp;amp;action=edit"&gt;none&lt;/a&gt;&lt;/span&gt;  (n/a)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="Avant Browser" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/Avant_Browser"&gt;Avant&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;i&gt;&lt;b&gt;?&lt;/b&gt;&lt;/i&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;i&gt;&lt;b&gt;?&lt;/b&gt;&lt;/i&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;i&gt;&lt;b&gt;?&lt;/b&gt;&lt;/i&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;i&gt;&lt;b&gt;?&lt;/b&gt;&lt;/i&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Avant&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Avant&amp;amp;action=edit"&gt;11.6 Build 19&lt;/a&gt;&lt;/span&gt;  (&lt;a title="June 16" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/June_16"&gt;June 16&lt;/a&gt;, &lt;a title="2008" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2008"&gt;2008&lt;/a&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Avant&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Avant&amp;amp;action=edit"&gt;none&lt;/a&gt;&lt;/span&gt;  (n/a)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="Camino" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/Camino"&gt;Camino&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="February 13" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/February_13"&gt;February 13&lt;/a&gt;, &lt;a title="2002" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2002"&gt;2002&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;0.1&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="February 14" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/February_14"&gt;February 14&lt;/a&gt;, &lt;a title="2006" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2006"&gt;2006&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;1.0&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Camino&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Camino&amp;amp;action=edit"&gt;1.6.1&lt;/a&gt;&lt;/span&gt;  (&lt;a title="May 20" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/May_20"&gt;May 20&lt;/a&gt;, &lt;a title="2008" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2008"&gt;2008&lt;/a&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Camino&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Camino&amp;amp;action=edit"&gt;none&lt;/a&gt;&lt;/span&gt;  (n/a)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="Dillo" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/Dillo"&gt;Dillo&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;December, 1999&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;0.0.0&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;December, 1999&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;0.0.0&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Dillo&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Dillo&amp;amp;action=edit"&gt;0.8.6&lt;/a&gt;&lt;/span&gt;  (&lt;a title="April 26" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/April_26"&gt;April 26&lt;/a&gt;, &lt;a title="2006" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2006"&gt;2006&lt;/a&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Dillo&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Dillo&amp;amp;action=edit"&gt;none&lt;/a&gt;&lt;/span&gt;  (n/a)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="ELinks" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/ELinks"&gt;ELinks&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;December, 2001&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;i&gt;&lt;b&gt;?&lt;/b&gt;&lt;/i&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;December, 2001&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;i&gt;&lt;b&gt;?&lt;/b&gt;&lt;/i&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/ELinks&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/ELinks&amp;amp;action=edit"&gt;0.11.4rc1&lt;/a&gt;&lt;/span&gt;  (&lt;a class="mw-redirect" title="March 04" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/March_04"&gt;March 04&lt;/a&gt;, &lt;a title="2008" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2008"&gt;2008&lt;/a&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/ELinks&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/ELinks&amp;amp;action=edit"&gt;none&lt;/a&gt;&lt;/span&gt;  (n/a)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a class="mw-redirect" title="Epiphany (web browser)" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/Epiphany_%28web_browser%29"&gt;Epiphany&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="December 22" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/December_22"&gt;December 22&lt;/a&gt;,&lt;a title="2002" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2002"&gt;2002&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;0.4&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="September 8" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/September_8"&gt;September 8&lt;/a&gt;, &lt;a title="2003" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2003"&gt;2003&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;1.0&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Epiphany_%28web_browser%29&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Epiphany_%28web_browser%29&amp;amp;action=edit"&gt;2.22.1.1&lt;/a&gt;&lt;/span&gt;  (&lt;a title="April 7" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/April_7"&gt;April 7&lt;/a&gt;, &lt;a title="2008" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2008"&gt;2008&lt;/a&gt;&lt;span class="noprint"&gt;; 78 days ago&lt;/span&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Epiphany&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Epiphany&amp;amp;action=edit"&gt;none&lt;/a&gt;&lt;/span&gt;  (n/a)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="Flock (web browser)" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/Flock_%28web_browser%29"&gt;Flock&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="October 24" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/October_24"&gt;October 24&lt;/a&gt;, &lt;a title="2005" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2005"&gt;2005&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;0.4.9&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="November 2" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/November_2"&gt;November 2&lt;/a&gt;, &lt;a title="2007" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2007"&gt;2007&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;1.0&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Flock&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Flock&amp;amp;action=edit"&gt;1.2.1&lt;/a&gt;&lt;/span&gt;  (&lt;a title="May 30" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/May_30"&gt;May 30&lt;/a&gt;, &lt;a title="2008" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2008"&gt;2008&lt;/a&gt;&lt;span class="noprint"&gt;; 25 days ago&lt;/span&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Flock&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Flock&amp;amp;action=edit"&gt;2.0 b1&lt;/a&gt;&lt;/span&gt;  (&lt;a title="June 16" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/June_16"&gt;June 16&lt;/a&gt;, &lt;a title="2008" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2008"&gt;2008&lt;/a&gt;&lt;span class="noprint"&gt;; 8 days ago&lt;/span&gt;)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="Galeon" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/Galeon"&gt;Galeon&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;June, 2000&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;0.6&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;June, 2000&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;0.6&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Galeon&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Galeon&amp;amp;action=edit"&gt;2.0.5&lt;/a&gt;&lt;/span&gt;  (&lt;a title="February 10" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/February_10"&gt;February 10&lt;/a&gt;, &lt;a title="2008" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2008"&gt;2008&lt;/a&gt;&lt;span class="noprint"&gt;; 135 days ago&lt;/span&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Galeon&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Galeon&amp;amp;action=edit"&gt;none&lt;/a&gt;&lt;/span&gt;  (n/a)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="ICab" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/ICab"&gt;iCab&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="February 17" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/February_17"&gt;February 17&lt;/a&gt;, &lt;a title="1999" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/1999"&gt;1999&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;Preview 1.0&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="February 17" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/February_17"&gt;February 17&lt;/a&gt;, &lt;a title="1999" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/1999"&gt;1999&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;Preview 1.0&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/iCab&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/iCab&amp;amp;action=edit"&gt;4.1.1&lt;/a&gt;&lt;/span&gt;  (&lt;a title="May 3" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/May_3"&gt;May 3&lt;/a&gt;, &lt;a title="2008" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2008"&gt;2008&lt;/a&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/iCab&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/iCab&amp;amp;action=edit"&gt;none&lt;/a&gt;&lt;/span&gt;  (n/a)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="Internet Explorer" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/Internet_Explorer"&gt;Internet Explorer&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;August, 1995&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;1.0&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;August, 1995&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;1.0&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Internet_Explorer&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Internet_Explorer&amp;amp;action=edit"&gt;7.0&lt;/a&gt;&lt;/span&gt;  (&lt;a title="October 16" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/October_16"&gt;October 16&lt;/a&gt;, &lt;a title="2006" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2006"&gt;2006&lt;/a&gt;)&lt;sup id="ref_PlatformIE" class="plainlinksneverexpand" style="line-height:1em;"&gt;&lt;a class="external text" title="http://en.wikipedia.org/wiki/Comparison_of_web_browsers#endnote_PlatformIE" rel="nofollow" style="text-decoration:none;background-repeat:no-repeat;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;padding-right:13px;background-position:100% 50%;" href="http://en.wikipedia.org/wiki/Comparison_of_web_browsers#endnote_PlatformIE"&gt;†&lt;/a&gt;&lt;/sup&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Internet_Explorer&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Internet_Explorer&amp;amp;action=edit"&gt;8.0 Beta 1&lt;/a&gt;&lt;/span&gt;  (&lt;a title="March 5" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/March_5"&gt;March 5&lt;/a&gt;, &lt;a title="2008" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2008"&gt;2008&lt;/a&gt;&lt;span class="noprint"&gt;; 111 days ago&lt;/span&gt;)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="Internet Explorer for Mac" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/Internet_Explorer_for_Mac"&gt;Internet Explorer for Mac&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="January 23" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/January_23"&gt;January 23&lt;/a&gt;, &lt;a title="1996" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/1996"&gt;1996&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;2.0b&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="April 23" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/April_23"&gt;April 23&lt;/a&gt;, &lt;a title="1996" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/1996"&gt;1996&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;2.0&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Internet_Explorer_for_Mac&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Internet_Explorer_for_Mac&amp;amp;action=edit"&gt;5.2.3&lt;/a&gt;&lt;/span&gt;  (&lt;a title="June 16" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/June_16"&gt;June 16&lt;/a&gt;, &lt;a title="2003" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2003"&gt;2003&lt;/a&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Internet_Explorer_for_Mac&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Internet_Explorer_for_Mac&amp;amp;action=edit"&gt;none&lt;/a&gt;&lt;/span&gt;  (n/a)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="K-Meleon" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/K-Meleon"&gt;K-Meleon&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="November 26" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/November_26"&gt;November 26&lt;/a&gt;,&lt;a title="2000" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2000"&gt;2000&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;0.2&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="November 26" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/November_26"&gt;November 26&lt;/a&gt;,&lt;a title="2000" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2000"&gt;2000&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;0.2&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/K-Meleon&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/K-Meleon&amp;amp;action=edit"&gt;1.1.5&lt;/a&gt;&lt;/span&gt;  (&lt;a title="April 8" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/April_8"&gt;April 8&lt;/a&gt;, &lt;a title="2008" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2008"&gt;2008&lt;/a&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/K-Meleon&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/K-Meleon&amp;amp;action=edit"&gt;1.5b2&lt;/a&gt;&lt;/span&gt;  (&lt;a title="May 29" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/May_29"&gt;May 29&lt;/a&gt;, &lt;a title="2008" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2008"&gt;2008&lt;/a&gt;)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="Konqueror" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/Konqueror"&gt;Konqueror&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;October, 2000&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;i&gt;&lt;b&gt;?&lt;/b&gt;&lt;/i&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;October, 2000&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;i&gt;&lt;b&gt;?&lt;/b&gt;&lt;/i&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Konqueror&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Konqueror&amp;amp;action=edit"&gt;4.0.5&lt;/a&gt;&lt;/span&gt;  (&lt;a title="June 4" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/June_4"&gt;June 4&lt;/a&gt;, &lt;a title="2008" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2008"&gt;2008&lt;/a&gt;&lt;span class="noprint"&gt;; 20 days ago&lt;/span&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Konqueror&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Konqueror&amp;amp;action=edit"&gt;none&lt;/a&gt;&lt;/span&gt;  (n/a)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="Links (web browser)" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/Links_%28web_browser%29"&gt;Links&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="November 24" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/November_24"&gt;November 24&lt;/a&gt;,&lt;a title="1999" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/1999"&gt;1999&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;0.8&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="November 24" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/November_24"&gt;November 24&lt;/a&gt;,&lt;a title="1999" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/1999"&gt;1999&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;0.8&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Links&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Links&amp;amp;action=edit"&gt;2.0&lt;/a&gt;&lt;/span&gt;  (&lt;a title="June 10" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/June_10"&gt;June 10&lt;/a&gt;, &lt;a title="2002" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2002"&gt;2002&lt;/a&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Links&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Links&amp;amp;action=edit"&gt;2.1pre36&lt;/a&gt;&lt;/span&gt;  (&lt;a title="May 13" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/May_13"&gt;May 13&lt;/a&gt;, &lt;a title="2008" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2008"&gt;2008&lt;/a&gt;)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="Lynx (web browser)" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/Lynx_%28web_browser%29"&gt;Lynx&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;July, 1993&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;i&gt;&lt;b&gt;?&lt;/b&gt;&lt;/i&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;July, 1993&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;i&gt;&lt;b&gt;?&lt;/b&gt;&lt;/i&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Lynx&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Lynx&amp;amp;action=edit"&gt;2.8.6&lt;/a&gt;&lt;/span&gt;  (&lt;a title="October 11" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/October_11"&gt;October 11&lt;/a&gt;, &lt;a title="2006" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2006"&gt;2006&lt;/a&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Lynx&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Lynx&amp;amp;action=edit"&gt;none&lt;/a&gt;&lt;/span&gt;  (n/a)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="Maxthon" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/Maxthon"&gt;Maxthon&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="July 11" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/July_11"&gt;July 11&lt;/a&gt;, &lt;a title="2002" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2002"&gt;2002&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;0.1 (as MyIE2)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="September 8" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/September_8"&gt;September 8&lt;/a&gt;, &lt;a title="2005" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2005"&gt;2005&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;1.0.0250&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Maxthon&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Maxthon&amp;amp;action=edit"&gt;2.0.7.1245&lt;/a&gt;&lt;/span&gt;  (&lt;a title="December 28" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/December_28"&gt;December 28&lt;/a&gt;, &lt;a title="2007" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2007"&gt;2007&lt;/a&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Maxthon&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Maxthon&amp;amp;action=edit"&gt;none&lt;/a&gt;&lt;/span&gt;  (n/a)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="Mosaic (web browser)" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/Mosaic_%28web_browser%29"&gt;Mosaic&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="April 22" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/April_22"&gt;April 22&lt;/a&gt;, &lt;a title="1993" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/1993"&gt;1993&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;1.0&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="April 22" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/April_22"&gt;April 22&lt;/a&gt;, &lt;a title="1993" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/1993"&gt;1993&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;1.0&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Mosaic&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Mosaic&amp;amp;action=edit"&gt;Unix: 2.6; Mac OS, Windows: 3.0&lt;/a&gt;&lt;/span&gt;  (Mac OS, Unix: &lt;a title="1996" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/1996"&gt;1996&lt;/a&gt;; Windows:&lt;a title="1997" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/1997"&gt;1997&lt;/a&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Mosaic&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Mosaic&amp;amp;action=edit"&gt;none&lt;/a&gt;&lt;/span&gt;  (n/a)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="Mozilla Application Suite" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/Mozilla_Application_Suite"&gt;Mozilla&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="December 7" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/December_7"&gt;December 7&lt;/a&gt;, &lt;a title="1998" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/1998"&gt;1998&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;"Preview"&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="March 19" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/March_19"&gt;March 19&lt;/a&gt;, &lt;a title="1999" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/1999"&gt;1999&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;M3&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Mozilla_Application_Suite&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Mozilla_Application_Suite&amp;amp;action=edit"&gt;1.7.13&lt;/a&gt;&lt;/span&gt;  (&lt;a title="April 21" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/April_21"&gt;April 21&lt;/a&gt;, &lt;a title="2006" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2006"&gt;2006&lt;/a&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Mozilla_Application_Suite&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Mozilla_Application_Suite&amp;amp;action=edit"&gt;none&lt;/a&gt;&lt;/span&gt;  (n/a)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="Mozilla Firefox" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/Mozilla_Firefox"&gt;Mozilla Firefox&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="September 23" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/September_23"&gt;September 23&lt;/a&gt;,&lt;a title="2002" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2002"&gt;2002&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;0.1&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="September 23" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/September_23"&gt;September 23&lt;/a&gt;,&lt;a title="2002" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2002"&gt;2002&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;0.1&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Mozilla_Firefox&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Mozilla_Firefox&amp;amp;action=edit"&gt;3.0&lt;/a&gt;&lt;/span&gt;  (&lt;a title="June 17" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/June_17"&gt;June 17&lt;/a&gt;, &lt;a title="2008" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2008"&gt;2008&lt;/a&gt;&lt;span class="noprint"&gt;; 7 days ago&lt;/span&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Mozilla_Firefox&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Mozilla_Firefox&amp;amp;action=edit"&gt;none&lt;/a&gt;&lt;/span&gt;  (n/a)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="Netscape (web browser)" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/Netscape_%28web_browser%29"&gt;Netscape&lt;/a&gt;&lt;/th&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="April 5" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/April_5"&gt;April 5&lt;/a&gt;, &lt;a title="2000" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2000"&gt;2000&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;6 Preview Release 1&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;a title="November 14" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/November_14"&gt;November 14&lt;/a&gt;,&lt;a title="2000" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2000"&gt;2000&lt;/a&gt;&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;6.0&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Netscape&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/Netscape&amp;amp;action=edit"&gt;7.2&lt;/a&gt;&lt;/span&gt;  (&lt;a title="August 17" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/August_17"&gt;August 17&lt;/a&gt;, &lt;a title="2004" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/2004"&gt;2004&lt;/a&gt;)&lt;/td&gt;&lt;td style="border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;"&gt;&lt;span class="plainlinks"&gt;&lt;a class="external text" title="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Netscape&amp;amp;action=edit" rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/Netscape&amp;amp;action=edit"&gt;none&lt;/a&gt;&lt;/span&gt;  (n/a)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th class="table-rh" style="color:black;font-weight:bold;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;padding-top:0.2em;padding-right:0.2em;padding-bottom:0.2em;padding-left:0.2em;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;text-align:center;background-position:initial initial;"&gt;&lt;a title="Netscape Browser" style="text-decoration:none;background-image:none;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:initial;background-position:initial initial;" href="http://en.wikipedia.org/wiki/Netscape_Browser"&gt;Netscape Brows