function newsItem(docid, titel, text) { this.docid = docid; this.titel = titel; this.text = text; } var newsItemArr = Array(); try { eval("newsItemArr.push(new newsItem('FC45D02ADD94B7B7C125739F003EB540', 'Launch High Temperature Inspection Service', 'Sonovation qualify to examine tailshaft integrity on Royal Navy Submarine Tailshafts. More details on request.'));newsItemArr.push(new newsItem('F626222A743AA024C12572BF004B21E6', 'BAE Systems Submarine Solutions choose Sonovation Technology', ''));"); } catch (e) {}