/*******************************************************************
* File    : mynews1.js
* Created : 30/05/2002
* Ultima modifica: 24/07/2004
* puropose : This file creates the news scroller and adds messages to it.
***********************************************************************/ 


var myScroller = new JSFX.VerticalScroller();
myScroller.setShowTime (12);
myScroller.setStyle("font-family: Verdana, Arial, Helvetica, sans-serif;font-size:11px;color:black");
//myScroller.addMessage(" ");
myScroller.addMessage("APE Research will be exhibiting at the <a href=\"http://www.iconsat2010.in/Index.html\">ICONSAT 2010</a> held in Mumbai, India during February 17 – 20, 2010.<br>For more information, please contact: <a href=\"mailto:s.babu@aperesearch.com\">A.P.E. Research India Bangalore Office</a>");
myScroller.addMessage("NeuroImage Volume 49, Issue 1 Cover Paper by A.P.E. Research (<a href='http://dx.doi.org/10.1016/j.neuroimage.2009.07.035'>Science Direct</a>)");
myScroller.addMessage("Open position for two post docs at A.P.E. For more informations click <a href='jobs.html'>here</a>.");
myScroller.addMessage("New <B>SPM Microscopes</B>. Go on new<a href='./products/spm.html'> products pages</a>.");

//myScroller.addMessage(" ");














