Added content assist item for Orion 2.0 M2
diff --git a/orion/2.0/M2/default_style.css b/orion/2.0/M2/default_style.css
new file mode 100644
index 0000000..f5c4eb1
--- /dev/null
+++ b/orion/2.0/M2/default_style.css
@@ -0,0 +1,21 @@
+p, table, td, th {  font-family: verdana, arial, helvetica, geneva; font-size: 10pt}

+pre {  font-family: "Courier New", Courier, mono; font-size: 10pt}

+h2 { font-family: verdana, arial, helvetica, geneva; font-size: 18pt; font-weight: bold ; line-height: 14px}

+code {  font-family: "Courier New", Courier, mono; font-size: 10pt}

+sup {  font-family: verdana, arial, helvetica, geneva; font-size: 10px}

+h3 {  font-family: verdana, arial, helvetica, geneva; font-size: 14pt; font-weight: bold}

+li {  font-family: verdana, arial, helvetica, geneva; font-size: 10pt}

+h1 {  font-family: verdana, arial, helvetica, geneva; font-size: 24pt; font-weight: bold}

+body {  font-family: verdana, arial, helvetica, geneva; font-size: 10pt; margin-top: 5mm; margin-left: 3mm}

+.indextop { font-size: x-large; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold}

+.indexsub { font-size: xx-small; font-family: verdana, arial, helvetica, sans-serif; color: #8080FF}

+a.bar:link {  text-decoration: none; color: #FFFFFF}

+a.bar:visited {  color: #FFFFFF; text-decoration: none}

+a.bar:hover {  color: #FFFFFF; text-decoration: underline}

+a.bar {  color: #FFFFFF}

+

+table.news td {border-top: solid thin black;}

+table.news tr {vertical-align: top;}

+table.news tr td.section {font-size: 20px; font-weight: bold;}

+table.news tr td.title {vertical-align: top; width: 30%; font-weight: bold;}

+table.news tr td.content {vertical-align: top; width: 70%;}
\ No newline at end of file
diff --git a/orion/2.0/M2/orion-news-M2.html b/orion/2.0/M2/orion-news-M2.html
new file mode 100644
index 0000000..fb135f6
--- /dev/null
+++ b/orion/2.0/M2/orion-news-M2.html
@@ -0,0 +1,50 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

+<html xmlns="http://www.w3.org/1999/xhtml">

+<head>

+<meta http-equiv="Content-Language" content="en-us" />

+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

+<link rel="stylesheet" href="default_style.css" type="text/css" title="main" media="screen" />

+<title>Orion 2.0 M2 News</title>

+</head>

+<body>

+<h1>Orion 2.0 M2 - New and Noteworthy</h1>

+<p>Here are some of the more noteworthy things available in milestone build M2 

+  (Month DD, YYYY) which is now available for <a href="http://download.eclipse.org/eclipse/downloads/" target="_top">download</a>.

+</p>

+

+<table class="news" border="0" cellpadding="10" cellspacing="0" width="80%">

+

+  <tr id="js-content-assist-enhance">

+    <td class="title">Improved content assist inferencing</td>

+    <td class="content">

+    <ul>

+    <li>Type inferencing for parameterized arrays  eg: var x = ['str']; x.sub|</li>

+    <li>Inferring associative arrays, eg: myObj['someProp']</li>

+    <li>Ability to infer variables before being declared</li>

+    <li>Infer object shape based on how it is used.</li>

+    </ul>

+

+Bug reports for these features (and more) are here:

+* https://issuetracker.springsource.com/browse/SCRIPTED-168

+* https://issuetracker.springsource.com/browse/SCRIPTED-131

+* https://issuetracker.springsource.com/browse/SCRIPTED-257

+* https://issuetracker.springsource.com/browse/SCRIPTED-256

+* https://issuetracker.springsource.com/browse/SCRIPTED-195

+* https://issuetracker.springsource.com/browse/SCRIPTED-192

+* https://github.com/scripted-editor/scripted/issues/51

+    </td>

+  </tr>

+

+  <tr id="first-item">

+    <td class="title">First item</td>

+    <td class="content">

+      Item blurb.

+    </td>

+  </tr>

+

+    <tr> 

+    <td colspan="2">  </td>

+  </tr>

+</table>

+</body>

+</html>