﻿// JScript file
    
    var strNewsHtml=' <table width=100%  cellpadding=0 cellspacing=0 style="margin-top:4px;">';
    //first
    strNewsHtml+='     <tr>';
    strNewsHtml+='         <td  style="width:8px; height:20px;"><img src="Images/img_index_icon01.jpg"  width=8 height=7/></td>';
    strNewsHtml+='         <td style=" width:228px;font-weight:bolder; color:Black; height:20px;text-indent:2px;">6/22/2009</td>';
    strNewsHtml+='     </tr>';
    strNewsHtml+='     <tr>';
    strNewsHtml+='         <td colspan=2 style="color:#7b7b00; height:30px;font-style:italic;">';
    strNewsHtml+='              Vela Eurasia moves to new Shanghai Office';
    strNewsHtml+='          </td>';
    strNewsHtml+='     </tr>';
    strNewsHtml+='     <tr>';
    strNewsHtml+='         <td colspan=2 style="color:Black;">';
    strNewsHtml+='             In order to be closer to the Shanghai Pudong business district we have decided to relocate our office from the remote area of Longdong Avenue ...';
    strNewsHtml+='         </td>';
    strNewsHtml+='     </tr>';
    strNewsHtml+='     <tr>';
    strNewsHtml+='        <td style="width:8px; height:20px;"><img src="Images/img_index_icon02.jpg" width=8 height=10 /></td>';
    strNewsHtml+='        <td style=" width:228px;font-weight:bolder; color:Black; height:20px;font-style:italic;text-indent:2px;"><a href=news_04.htm>READ MORE</a></td>';
    strNewsHtml+='     </tr>';
    
    //second
    strNewsHtml+='     <tr>';
    strNewsHtml+='        <td colspan=2 height=10px></td>';
    strNewsHtml+='     </tr>';
    strNewsHtml+='     <tr>';
    strNewsHtml+='        <td  style="width:8px; height:20px;"><img src="Images/img_index_icon01.jpg"  width=8 height=7/></td>';
    strNewsHtml+='        <td style=" width:228px;font-weight:bolder; color:Black; height:20px;text-indent:2px;">11/24/2008</td>';
    strNewsHtml+='     </tr>';
    strNewsHtml+='     <tr>';
    strNewsHtml+='        <td colspan=2 style="color:#7b7b00; height:30px;font-style:italic;">';
    strNewsHtml+='          Success Electronica 2008';
    strNewsHtml+='        </td>';
    strNewsHtml+='     </tr>';
    strNewsHtml+='     <tr>';
    strNewsHtml+='          <td colspan=2 style="color:Black;">';
    strNewsHtml+='              The booth of Vela Eurasia (C3, 262) during Electronica 2008 was visited by many customers and prospects. Our professional display,the showpiece ...';
    strNewsHtml+='          </td>';
    strNewsHtml+='     </tr>';
    strNewsHtml+='     <tr>';
    strNewsHtml+='          <td style="width:8px; height:20px;"><img src="Images/img_index_icon02.jpg" width=8 height=10 /></td>';
    strNewsHtml+='                <td style=" width:228px;font-weight:bolder; color:Black; height:20px; font-style:italic;text-indent:2px;"><a href=news_03.htm>READ MORE</a></td>';
    strNewsHtml+='     </tr>';
    strNewsHtml+='</table>';
    
	document.write(strNewsHtml);

                                 
                                 
                                 
                           
