<!--  Note that this script should not contain more than 4 or 5 paragraphs, each placed in a document.write                  -->
<!--  function to avoid cluttering.                                                                                          -->
<!--                                                                                                                         -->
<!--  The document.write function works by parsing XXXXXXX in document.write("XXXXXXX"). In the case                         -->
<!--  of special characters within the "...", such as other double quotes, a preceeding backslash (\)                        -->
<!--  must be added before the backslash so that the Javascript interpreter will classify the character                      -->
<!--  after it as part of the string. In this manner, the command:                                                           -->
<!--                                                                                                                         -->
<!--  document.write(" <p align=\"justify\">Latest news goes here. This is a test for justification and line-spacing.</p>")  -->
<!--                                                                                                                         -->
<!--  will output as:                                                                                                        -->
<!--                                                                                                                         -->
<!--  <p align="justify">Latest news goes here. This is a test for justification and line-spacing.</p>                       -->
<!--                                                                                                                         -->
<!--  and interpreted as HTML code by the browser.                                                                           -->
<!--                                                                                                                         -->
<!--                                                                                                                         -->


<!--  Edit the following. Remember to use the "\" if you are using quotes or double quotes.         -->

var ItemName1="Intermediate results of the CHISMACOMB project have been presented at the 1st International Conference on Auxetics and Related Systems held in Exeter, 3-6 September 2006. Papers on the mechanical and thermal properties have been presented by researchers from the Universities of Exeter, Bolton and Malta."
var ItemLink1="http://www.chismacomb.eu"

var ItemName2="The Chismacomb project is pleased to announce approval of the first 18 month project report by the European Union."
var ItemLink2="http://www.chismacomb.eu"

var ItemName3="During our first 18 months we have layed the foundation of the chiral honeycomb topologies, and analytical and numerical models required to predict the multiphysics properties of these novel materials, the following 6 months have seen a consolidation of the modeling workings, and the manufacturing of the first prototypes of chiral honeycombs, both using rapid prototyping techniques and industrial-based processes to bring the honeycomb materials to the market. An initial campaign of experimental tests has also started towards the end of the 18 months period, as well as a development of novel concepts of industrial production of multifunctional chiral honeycombs."
var ItemLink3="http://www.chismacomb.eu"

<!--  DO NOT EDIT FROM THIS POINT ONWARDS UNLESS YOU ARE FAMILIAR WITH THE CODE                     -->




document.write(" <p align=\"justify\" style=\"font-size:11px\"> <a href=\"")
document.write(ItemLink1)
document.write("\" target=\"_blank\">")
document.write(ItemName1)
document.write("</a></p>")

document.write(" <p align=\"justify\" style=\"font-size:11px\"> <a href=\"")
document.write(ItemLink2)
document.write("\" target=\"_blank\">")
document.write(ItemName2)
document.write("</a></p>")

document.write(" <p align=\"justify\" style=\"font-size:11px\"> <a href=\"")
document.write(ItemLink3)
document.write("\" target=\"_blank\">")
document.write(ItemName3)
document.write("</a></p>")

