var arnews = new Array(8); totcount = 8; rnd = 1; document.write("
| ");
arnews[0]="Oclaro FY Q2 Tops Estimates; Shrs Fall On Light Q3 View "; arnews[0] += "[at Forbes] - Optical communications products company Oclaro are trading lower Friday morning following the company's financial report for the fiscal second quarter ended December 31. For the quarter, Oclaro reported revenue of $86.5 million, down from $105.8 million in Q1, but above the Street at $84.6 million. The company posted a non-GAAP EPS [...]"; arnews[0] += " Publ.Date : Fri, 27 Jan 2012 16:23:39 GMT"; arnews[0] += " "; arnews[1]="InvenSense Shares Popped: What You Need to Know "; arnews[1] += ""; arnews[1] += " Publ.Date : Fri, 27 Jan 2012 15:35:35 GMT"; arnews[1] += " "; arnews[2]="ATMI's Beginning to Benefit From New Growth Opportunities "; arnews[2] += "[Morningstar] - But we think the market has failed to recognize the potential."; arnews[2] += " Publ.Date : Fri, 27 Jan 2012 12:00:00 GMT"; arnews[2] += " "; arnews[3]="Oclaro's CEO Discusses F2Q12 Results - Earnings Call Transcript "; arnews[3] += "[at Seeking Alpha] - Oclaro's CEO Discusses F2Q12 Results - Earnings Call Transcript"; arnews[3] += " Publ.Date : Fri, 27 Jan 2012 03:27:28 GMT"; arnews[3] += " "; arnews[4]="KLA-Tencor expects to outperform the industry in 2012 "; arnews[4] += ""; arnews[4] += " Publ.Date : Thu, 26 Jan 2012 23:22:06 GMT"; arnews[4] += " "; arnews[5]="KLA-Tencor says fundamental factors feeding industry CapEx remain strong "; arnews[5] += ""; arnews[5] += " Publ.Date : Thu, 26 Jan 2012 23:16:08 GMT"; arnews[5] += " "; arnews[6]="Ultratech "; arnews[6] += ""; arnews[6] += " Publ.Date : Thu, 26 Jan 2012 23:10:00 GMT"; arnews[6] += " "; arnews[7]="KLAC Up 3.5%: FYQ2 Beats; Q3 View Tops Estimates "; arnews[7] += "[at Barrons.com] - KLAC Up 3.5%: FYQ2 Beats; Q3 View Tops Estimates"; arnews[7] += " Publ.Date : Thu, 26 Jan 2012 22:20:27 GMT"; arnews[7] += " "; totcount = 8; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write(" "); } document.write(" |