function newsItem(docid, titel, text)
{
this.docid = docid;
this.titel = titel;
this.text = text;
}
var newsItemArr = Array();
try {
eval("newsItemArr.push(new newsItem('D13E7672CC0518D3C12576C7004A376E', 'KH Hydraulics', 'KH Engineering introduces KH Hydraulics, an integrated design approach for industrial hydraulic calculations.
'));newsItemArr.push(new newsItem('00D0F6E061EC7314C12573D4002A57F9', 'KH Engineering and the Ride for the Roses 2010', 'Read about our enthousiastic cyclists / Lees over onze enthousiaste wielrenners.'));newsItemArr.push(new newsItem('F169AC33E9BE2939C125750D0029F4B0', 'KH Engineering Amsterdam zoekt U ', 'kantoor Amsterdam zoekt versterking! Klik op de link!'));");
} catch (e) {}