var arnews = new Array(5); totcount = 5; rnd = 1; document.write("
| ");
arnews[0]="Advanced Semiconductor Engineering, Inc. Reports Unaudited Consolidated Financial Results for the Second Quarter of 2010 (PR Newswire) "; arnews[0] += "Advanced Semiconductor Engineering, Inc. , the world's largest independent provider of IC packaging and testing services, today reported unaudited net revenue of NT$46,416 million for the second quarter of 2010 , up 122% year-over-year and up 24% sequentially."; arnews[0] += " Publ.Date : Fri, 30 Jul 2010 06:20:00 GMT"; arnews[0] += " "; arnews[1]="KLA-Tencor Corporation F4Q10 (Qtr End 06/30/10) Earnings Call Transcript (at Seeking Alpha) "; arnews[1] += ""; arnews[1] += " Publ.Date : Fri, 30 Jul 2010 01:45:28 GMT"; arnews[1] += " "; arnews[2]="KLA-Tencor swings to $113M profit in Q4 (at bizjournals.com) "; arnews[2] += ""; arnews[2] += " Publ.Date : Thu, 29 Jul 2010 22:05:06 GMT"; arnews[2] += " "; arnews[3]="EZchip Announces Record Second Quarter 2010 Results; Second Quarter Revenues Increase 123% Year-Over-Year to $14.9 Million (PR Newswire) "; arnews[3] += "EZchip Semiconductor Ltd. , a leader in Ethernet network processors, today announced its results for the second quarter ended June 30, 2010."; arnews[3] += " Publ.Date : Thu, 29 Jul 2010 12:00:00 GMT"; arnews[3] += " "; arnews[4]="Teradyne Reports Second Quarter 2010 Results (Business Wire) "; arnews[4] += "NORTH READING, Mass.----Teradyne, Inc. reported revenue of $455 million for the second quarter of 2010 of which $413 million was in Semiconductor Test and $42 million in Systems Test Group."; arnews[4] += " Publ.Date : Wed, 28 Jul 2010 22:30:00 GMT"; arnews[4] += " "; totcount = 5; 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(" |