var arnews = new Array(6); totcount = 6; rnd = 1; document.write("
"); arnews[0]="YouTube (Investor's Business Daily)
"; arnews[0] += "Investor's Business Daily - YouTube, which Google bought for $1.65 bil in '06, is expected to turn a profit for the first time this year on revenue of..."; arnews[0] += "
"; arnews[1]="German court rules against YouTube over copyright (AP)
"; arnews[1] += "AP - A German court ruled Friday that Google Inc.'s subsidiary YouTube LLC must pay compensation after users uploaded several videos of performances b..."; arnews[1] += "
"; arnews[2]="YouTube to turn profit this year: NY Times (AFP)
"; arnews[2] += "AFP - Google-owned videosharing website YouTube is expected to turn a profit this year on revenue of 450 million dollars, The New York Times reported ..."; arnews[2] += "
"; arnews[3]="Apple TV could help Netflix growth (Reuters)
"; arnews[3] += "Reuters - Shares in Netflix Inc neared their all-time high on Thursday, after Apple Inc said that the company's streaming video service would be added..."; arnews[3] += "
"; arnews[4]="Google to Power AOL Search for the Next 5 Years (Mashable)
"; arnews[4] += "Mashable - Google and AOL have signed a deal that extends the search and advertising partnership between the two companies for another five years. Th..."; arnews[4] += "
"; arnews[5]="Google and AOL Ink Five-Year Search Deal (Digital Trends)
"; arnews[5] += "Digital Trends - Internet giant Google and struggling online portal AOL have announced a new five-year deal that will see Google continue to provide s..."; arnews[5] += "
"; totcount = 6; 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("
");document.write("
");