var arnews = new Array(652);
totcount = 20;
rnd = 0;
document.write("
");
document.write("Yahoo! Finance: BGP News
");
document.write("Updated : Fri, 03 Sep 2010 14:44:12 GMT
");
document.write("
");
document.title=document.title+ " - Yahoo! Finance: BGP News";
document.title=document.title+ " ";
arnews[0]="This Week's 5 Dumbest Stock Moves
";
arnews[0] += "";
arnews[0] += "
Publ.Date : Fri, 03 Sep 2010 14:44:12 GMT";
arnews[0] += "
";
arnews[1]="No Happy Ending for This Ugly Stock Story
";
arnews[1] += "";
arnews[1] += "
Publ.Date : Fri, 03 Sep 2010 11:32:59 GMT";
arnews[1] += "
";
arnews[2]="The Pantry hires Borders CFO, will buy 47 convenience stores
";
arnews[2] += "";
arnews[2] += "
Publ.Date : Thu, 02 Sep 2010 14:05:06 GMT";
arnews[2] += "
";
arnews[3]="Pantry CFO Paci to leave company on Sept. 26
";
arnews[3] += "[AP] - The chief financial officer at Pantry Inc. will leave the company at the end of the month to pursue other interests, the convenience store operator said Thursday.";
arnews[3] += "
Publ.Date : Thu, 02 Sep 2010 12:06:50 GMT";
arnews[3] += "
";
arnews[4]="UPDATE - Pantry to buy 47 stores; names ex-Borders exec CFO
";
arnews[4] += "";
arnews[4] += "
Publ.Date : Thu, 02 Sep 2010 12:02:51 GMT";
arnews[4] += "
";
arnews[5]="Stocks Get a September Pop
";
arnews[5] += "";
arnews[5] += "
Publ.Date : Thu, 02 Sep 2010 03:16:21 GMT";
arnews[5] += "
";
arnews[6]="Borders Reports a Larger Quarterly Loss
";
arnews[6] += "";
arnews[6] += "
Publ.Date : Thu, 02 Sep 2010 02:52:57 GMT";
arnews[6] += "
";
arnews[7]="Don't Get "Conned" by This Stock
";
arnews[7] += "";
arnews[7] += "
Publ.Date : Thu, 02 Sep 2010 00:14:23 GMT";
arnews[7] += "
";
arnews[8]="[$$] Borders Loss Widens as Sales Fall
";
arnews[8] += "";
arnews[8] += "
Publ.Date : Wed, 01 Sep 2010 23:23:28 GMT";
arnews[8] += "
";
arnews[9]="TechBits package
";
arnews[9] += "[AP] - Lately, the electronic-reader market has been a race to the bottom, with major players such as Amazon.com Inc. and Barnes & Noble Inc. tussling over which can offer consumers the best, cheapest e-reader.";
arnews[9] += "
Publ.Date : Wed, 01 Sep 2010 22:36:10 GMT";
arnews[9] += "
";
arnews[10]="Affordable Professional Development in a Tight Economy
";
arnews[10] += "";
arnews[10] += "
Publ.Date : Wed, 01 Sep 2010 22:04:21 GMT";
arnews[10] += "
";
arnews[11]="Business Highlights
";
arnews[11] += "[AP] - Americans nervous about the drumbeat of bad economic news stayed away from auto showrooms. Automakers nervous about their bottom lines didn't offer deals to lure them in.";
arnews[11] += "
Publ.Date : Wed, 01 Sep 2010 21:48:08 GMT";
arnews[11] += "
";
arnews[12]="Borders 2nd-quarter loss widens
";
arnews[12] += "[AP] - Borders Group Inc. reported a slightly larger loss in the second quarter and said it will sell more items besides books as it readies for the crucial holiday season.";
arnews[12] += "
Publ.Date : Wed, 01 Sep 2010 21:38:51 GMT";
arnews[12] += "
";
arnews[13]="Borders® Enhances Customer Experience to Include Build-A-Bear Workshop® Branded Products In-Store
";
arnews[13] += "[PR Newswire] - Borders® today announced it is teaming with Build-A-Bear Workshop® to bring the popular teddy bear to life in more than 500 Borders superstores nationwide.";
arnews[13] += "
Publ.Date : Wed, 01 Sep 2010 20:54:00 GMT";
arnews[13] += "
";
arnews[14]="Manufacturing strength triggers broad-based US rally
";
arnews[14] += "[at Financial Times] - US stocks jumped on Wednesday as investors were cheered by better than expected manufacturing data from the US and China.";
arnews[14] += "
Publ.Date : Wed, 01 Sep 2010 20:36:11 GMT";
arnews[14] += "
";
arnews[15]="Apple, Casey's, Intel, Jos. A. Bank, KB Home, Sunrise: U.S. Equity Movers
";
arnews[15] += "";
arnews[15] += "
Publ.Date : Wed, 01 Sep 2010 20:29:31 GMT";
arnews[15] += "
";
arnews[16]="Wall Street Imagines a World Without Borders
";
arnews[16] += "[at Minyanville] - Borders Group, unable to stay hip in its evolving market, tumbled 6.8% in comparable same-store sales.";
arnews[16] += "
Publ.Date : Wed, 01 Sep 2010 20:20:00 GMT";
arnews[16] += "
";
arnews[17]="Borders Posts Quarterly Loss on 12 Percent Decline in Revenue
";
arnews[17] += "";
arnews[17] += "
Publ.Date : Wed, 01 Sep 2010 20:08:25 GMT";
arnews[17] += "
";
arnews[18]="UPDATE - Borders sales drop again; will rearrange stores
";
arnews[18] += "";
arnews[18] += "
Publ.Date : Wed, 01 Sep 2010 17:37:44 GMT";
arnews[18] += "
";
arnews[19]="On the Call: Borders CEO Mike Edwards
";
arnews[19] += "[AP] - Borders Group Inc. reported a wider second-quarter loss on Wednesday as revenue fell and the company faces tough competition. Here Borders Inc. CEO Mike Edwards discusses what research shows about Borders key customers.";
arnews[19] += "
Publ.Date : Wed, 01 Sep 2010 17:14:02 GMT";
arnews[19] += "
";
totcount = 20;
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("