var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="BAE Systems To Pay Fine To Settle Bribery Case
";
arnews[0] += "BNET Government provides daily industry trends and global news coverage with insights for managers and executives within the world wide business of government contracting.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:09:49 GMT";
arnews[0] += "
";
arnews[1]="Post a Comment
";
arnews[1] += "Brothers keeping business in family By JIMMY SETTLE * The Leaf-Chronicle * February 7, 2010 They're keeping it in the family at Royal Cleaners, now with several dry-cleaning and laundry locations around Clarksville.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 12:45:43 GMT";
arnews[1] += "
";
arnews[2]="BAE to Pay $446 Million to Settle U.S., U.K.
";
arnews[2] += "BAE Systems Plc, Europe's biggest defense company, agreed to pay almost $450 million in fines to resolve six-year-old bribery and fraud investigations by U.K. and U.S. prosecutors.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 20:09:39 GMT";
arnews[2] += "
";
arnews[3]="Caught! James Franco Makes Elevator Friend
";
arnews[3] += "PopSugar BuzzSugar Today 3:27 PM PST by Ted Casablanca George Pimentel/Getty Images James Franco hitting up the Damien Hirst opening at the Gagosian Gallery in NYC recently.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 23:27:23 GMT";
arnews[3] += "
";
arnews[4]="Patricia E. Michaud
";
arnews[4] += "Patricia E. Wolsker Michaud, 67, of Niagara died Wednesday, Jan. 27 at her home.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 07:50:56 GMT";
arnews[4] += "
";
arnews[5]="'South Pacific' is an enchanting evening
";
arnews[5] += "The original \"cockeyed optimist\" Nellie Forbush entertains the boys with a little song and dance in the national tour of South Pacific.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 01:19:50 GMT";
arnews[5] += "
";
arnews[6]="Stage Review: South Pacific
";
arnews[6] += "Bloody Mary gets an enthusiastic reception. Details: south pacific 5th Avenue Theatre, 1308 Fifth Ave., 625-1900, 5thavenue.org . $25.50$98.50. 7:30 p.m. Tues.Wed., 8 p.m. Thurs.Fri., 2 & 8 p.m. Sat., 1:30 & 7 p.m. Sun.";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="South Pacific full of Sher's sophisticated touches
";
arnews[7] += "Luther Billis can't wait to add to his collection of South Pacific souvenirs. Photo: Peter Coombs The national tour of South Pacific arrives in Seattle as a perfect little Valentine treat.";
arnews[7] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Review: Sher's 'South Pacific' is an enchanting evening
";
arnews[8] += "Music by Richard Rodgers, lyrics by Oscar Hammerstein II, book by Hammerstein and Joshua Logan, Tuesdays-Sundays through Feb.";
arnews[8] += "
Publ.Date : Mon, 01 Feb 2010 22:34:28 GMT";
arnews[8] += "
";
totcount = 9;
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("