var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="House Committee on Science and Technology's Subcommittee on Space and ...
";
arnews[0] += "Today, the House Committee on Science and Technology's Subcommittee on Space and Aeronautics held a hearing on the growth of global space capabilities.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 00:59:00 GMT";
arnews[0] += "
";
arnews[1]="Experts claim U.S. needs partners to maintain space prowess
";
arnews[1] += "The U.S. will maintain its leadership in space exploration only if it treats other countries as partners rather than rivals, industry and academic witnesses told a House panel Thursday.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:34:49 GMT";
arnews[1] += "
";
arnews[2]="Breakfast with CSI:NY's Hill Harper, cool culinary happenings with Guy Fieri
";
arnews[2] += "Hill Harper at Justin's Restaurant in Atlanta's Buckhead district. Harper is holding a copy of his book \"The Conversation\". \"Having fewer honest conversations with close friends and more with your partner is an important step\" says Hill Harper.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="D-Wade's World on the Auction Block
";
arnews[3] += "It's the real-estate listing every Miami Heat fan fears. A quaint 11,611 square foot, 7-bedroom, 7.5-bathroom Pinecrest estate with a DC Comics superhero-themed pool up for auction.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:27:16 GMT";
arnews[3] += "
";
arnews[4]="Fashion Star Of The Week: Kate Beckinsale
";
arnews[4] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 GMT";
arnews[4] += "
";
arnews[5]="Domestic violence doesna t just affect Hollywood
";
arnews[5] += "Rihanna shocked the world last spring when she made the controversial decision to go back to Chris Brown after he punched her repeatedly after the Grammys, according to police reports.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:52:55 GMT";
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("