
// used for press releases in all the pages which appears in the left side...




function press() 
{
	text  = '<table width="230" border="0" align="center" cellpadding="0" cellspacing="0"><tr><td>'
	text += '<table><tr><td style="padding-bottom:9px;"><img src="images/arrow2.gif">  <img src="images/newsevents.gif"></td></tr>';
	//text += '<tr><td class="news" style="text-align:justify;"><br><a href="http://www.emo-milan.com" target="_self"><img src="images/emo.gif" border="0"></a>&nbsp;&nbsp;<h3>Participated in <b>EMO 2009</b> at Milan, Italy from 5-1O Oct 2009</h3>  </td></tr>';
//	text += '<tr><td>&nbsp;&nbsp;</td></tr>';
    text += '<tr><td height="10"></td></tr>';
	text += '<tr><td class="news" style="text-align:justify;"><b>16-12-2009</b><br><b>GrindTec 2010 - Augsburg Germany</b></td></tr>';
	text += '<tr><td height="10"></td></tr>';
	text += '<tr><td class="news" style="text-align:justify;"><b>15-12-2009</b><br>We are hiring send us your updated CV to hr@hittco.com. Visit our career section for details</td></tr>';
	text += '<tr><td height="10"></td></tr>';
	text += '<tr><td class="news" style="text-align:justify;"><b>11-12-2009</b><br>For better support and communication you can also contact us by email at <b>hittco.in</b></td></tr>';
	text += '<tr><td height="10"></td></tr>';
	text += '<tr><td class="news" style="text-align:justify;"><b>11-10-2009</b><br>Hittco Tools Limited Participated in <b>EMO 2009</b> at Milan, Italy from 5-1O Oct 2009  </td></tr>';
	text += '<tr><td height="10"></td></tr>';
	text += '<tr><td class="news" style="text-align:justify;"><b>01-01-2009</b><br><strong>Hittco</strong> Tools Limited has commenced manufacturing of Carbide Tools   </td></tr>';
	text += '<tr><td height="5"></td></tr>';
	
	text += '<tr><td style="padding-left:15px;"><a href="press.html" class="more">more...</a></td></tr></table>';
	text += '</td></tr></table>';
	text += '<br />';
	document.write(text);
}


