function viewArticle(articleID) { var urlStr = 'http://clients.weblink.com.auarticle.asp?view=' + articleID; var PopupWin = window.open(urlStr,"viewNews","scrollbars=yes,toolbar=no,directories=no,status=yes,menubar=no,resizable=yes,width=630,height=450") PopupWin.focus(); } function renderHeadlinesList() { document.write(""); // document.write(" "); // document.write(" "); // document.write(" "); // document.write(" "); // document.write(" "); // document.write(" "); // document.write(" ") document.write(" ") for (var i=0; i"); document.write(" "); document.write(" "); document.write(" "); document.write(" "); } document.write(" ") document.write("
DateTimeDocument
" + h.date + "" + h.symbol + "" + h.headline + "
") } function headline(date, time, symbol, sensitive, headline, id) { this.date = date; this.time = time; this.symbol = symbol; this.sensitive = sensitive; this.headline = headline; this.id = id; } var headlines = new Array();