function headline(date, time, symbol, headline, id) { this.date = date; this.time = time; this.symbol = symbol; this.headline = headline; this.id = id; } var headlines = new Array(); headlines[0] = new headline('6/2/12','16:33','OST','Change in substantial holding','2665931'); headlines[1] = new headline('30/1/12','12:00','OST','Steel Transformation Plan Advance','2664978'); headlines[2] = new headline('9/1/12','15:42','OST','Steel and Tube - Appointment of CFO and Company Secretary','2663293'); headlines[3] = new headline('22/12/11','10:32','OST','Sale of Piping Systems Business','2662153'); headlines[4] = new headline('22/12/11','10:06','OST','Impairment of LiteSteel Technologies','2662129'); headlines[5] = new headline('25/11/11','11:17','OST','Appendix 3Y - Bryan Davis','2658401'); headlines[6] = new headline('24/11/11','10:04','OST','Steel and Tube - Disclosure of Directors Interest','2658116'); headlines[7] = new headline('21/11/11','18:37','OST','2011 AGM - Results','2657648'); headlines[8] = new headline('21/11/11','14:24','OST','2011 AGM - Chairman`s Address and Presentation','2657576'); headlines[9] = new headline('10/11/11','13:19','OST','Steel and Tube - Directors Independence and 2011 AGM Results','2656363'); headlines[10] = new headline('10/11/11','10:54','OST','Steel and Tube - 2011 AGM Speeches and Presentations','2656334'); headlines[11] = new headline('2/11/11','9:34','OST','Earnings Update','2655343'); headlines[12] = new headline('25/10/11','9:30','OST','Response to ASX Query','2653989'); headlines[13] = new headline('20/10/11','11:20','OST','Appendix 3Y - Rosemary Warnock','2653469'); headlines[14] = new headline('19/10/11','9:08','OST','2011 Annual Report - Replacement Report','2653253'); headlines[15] = new headline('13/10/11','10:32','OST','Appendix 3B','2652561'); headlines[16] = new headline('6/10/11','13:36','OST','PTS: Cash Injection from WPG Resources Iron Assets Sale','2651762'); headlines[17] = new headline('6/10/11','11:49','OST','Completion of WPG Acquisition','2651745'); headlines[18] = new headline('6/10/11','11:38','OST','WPG: Completion of sale of iron ore assets to OneSteel','2651740'); headlines[19] = new headline('5/10/11','15:07','OST','2011 Notice of Meeting','2651600');