var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The man behind the netbook craze
";
arnews[0] += "A few years ago rivals mocked Jonney Shih, chairman of Asustek, and his purse-size laptop computers.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:32:10 GMT";
arnews[0] += "
";
arnews[1]="Guest List: Sunday Shows Nov 22
";
arnews[1] += "This week's Sunday lineup will include Sen. Joe Lieberman , Sen. Jon Kyl , Sen. Ben Nelson , California Republican Senate candidate and former Hewlett-Packard CEO Carly Fiorina , Salon's Joan Walsh , Indian Prime Minister Manmohan Singh , WaPo's David Ignatius , and Afghan Minister of Interior Hanif Atmar .";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:24:39 GMT";
arnews[1] += "
";
arnews[2]="NewsWatch: Democrats clinch votes needed for health debate
";
arnews[2] += "Senators are set to take a key procedural vote related to a sweeping bill to overhaul the U.S. health-care system, a critical step for President Barack Obama's drive for comprehensive health-care reform.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:05:07 GMT";
arnews[2] += "
";
arnews[3]="H-P to show growth and stability with earnings
";
arnews[3] += "While Hewlett-Packard Co. took some of the anticipation out of its fiscal fourth-quarter report by pre-announcing results last week, investors will still be watching closely for signs of improving health in the high-tech arena.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 21:50:18 GMT";
arnews[3] += "
";
arnews[4]="Sunday Breakfast Menu, Nov. 22
";
arnews[4] += "On NBC 's \"Meet the Press,\" David Gregory moderates a discussion about the Senate's $849 billion health care bill with Senators Richard Durbin, Democrat of Illinois, Dianne Feinstein , Democrat of California, Kay Bailey Hutchison , Republican of Texas, and Joe Lieberman , an independent of Connecticut.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 21:41:04 GMT";
arnews[4] += "
";
arnews[5]="U.S. Stocks Fall as Technology Outlook Worsens; Intel, Dell Shares Tumble
";
arnews[5] += "U.S. stocks fell, halting a two-week advance, as a worsening outlook for technology company earnings added to concern that the eight-month rally in equities outpaced the prospects for economic growth.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 19:34:37 GMT";
arnews[5] += "
";
arnews[6]="Earnings Outlook: H-P to show growth and stability with earnings
";
arnews[6] += "While Hewlett-Packard Co. took some of the anticipation out of its fiscal fourth-quarter report by pre-announcing results last week, investors will still be watching closely for signs of improving health in the high-tech arena.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 18:45:00 GMT";
arnews[6] += "
";
arnews[7]="Midget Clippers capture Mooretown
";
arnews[7] += "The Stouffville midget Clippers skated off with the Mooretown Tournament title after defeating Essex 6-2 in last weekend's championship final.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 13:21:00 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("