var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Reel gadgets
";
arnews[0] += "\" The MiB are a secret organization that monitors paranormal activity and aliens living on earth beneath our very noses.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:21:55 GMT";
arnews[0] += "
";
arnews[1]="Who will be the fall guy if we do it all again in the autumn?
";
arnews[1] += "There are plenty of opinions around from people with intelligent things to say about the coming General Election.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:55:20 GMT";
arnews[1] += "
";
arnews[2]="Why can't Tom Cruise escape himself?
";
arnews[2] += "In the summer of 2008, Tom Cruise fell out of the big action thriller \"Salt,\" a move that roughly followed him falling out of the big action thriller \"28th Amendment\" . At the time it looked like the world's most famous working actor might take a break from the motorcycle-flipping and warehouse-exploding; he was, after all, shooting at about the ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:08:32 GMT";
arnews[2] += "
";
arnews[3]="The McConnell Plan
";
arnews[3] += "\"Senate Minority Leader Mitch McConnell doesna t claim to have developed an economic stimulus plan of his own.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:45:22 GMT";
arnews[3] += "
";
arnews[4]="Touch-screen table hits Aust
";
arnews[4] += "Microsoft Australia has begun selling its A$21,000 Surface touchscreen coffee table computer, which responds to natural hand gestures and real-world objects and will soon be deployed in stores across the country.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:17:40 GMT";
arnews[4] += "
";
arnews[5]="Obama Urges Bipartisanship On Major Legislature
";
arnews[5] += "Appealing for bipartisanship in a town where it's hard to find, President Barack Obama sat down with Democrats and Republicans Tuesday to spur cooperation on job creation, deficit reduction and health care overhaul.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:50:56 GMT";
arnews[5] += "
";
arnews[6]="Asylum Delivers Unwanted Package for Teleflora
";
arnews[6] += "Just in time for Valentine's Day, Asylum, under the guidance of lead animator Mike Warner and lead inferno artist Rob Trent, with Go Films Director Tim Hamilton and Fire Station, created a nefarious cluster of anthropomorphic flowers promoting Teleflora's beautifully hand-arranged bouquets.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 19:10:39 GMT";
arnews[6] += "
";
arnews[7]="Obama: GOP, Dems Can Agree On Several Issues
";
arnews[7] += "President Barack Obama said that despite political differences with Republicans, that there are many issues in which they can agree.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 18:47:35 GMT";
arnews[7] += "
";
arnews[8]="John Murtha, RIP: Statesman or Political Thug?
";
arnews[8] += "News of the death of 77-year old Congressman John Murtha, of Pennsylvania, on Monday garnered the usual coverage afforded a high-profile political leader by the news media and the Beltway elites.";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 17:42:54 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("