var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brad Pitt, Angelina Jolie donate $1 million, Clooney hosts MTV fundraiser
";
arnews[0] += "Brad Pitt and Angelina Jolie donated $1 million US to Doctors Without Borders, who are struggling to provide urgent medical care to those devastated by the earthquake in Haiti.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:16:28 GMT";
arnews[0] += "
";
arnews[1]="IPhone credit card swipe war heats up
";
arnews[1] += "What if your iPhone took plastic? Imagine if your business could use it as a mobile credit card processor, a swipe-and-go system for ringing up payments wherever you roam.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 16:32:14 GMT";
arnews[1] += "
";
arnews[2]="Devin Hester has super homecoming week
";
arnews[2] += "Devin Hester attends the Red Bull Super Pool at Seminole Hard Rock Hotel. Around Town February 8, 2010 Devin Hester experienced the joy of Super Bowl Week without having to actually play in Super Bowl XLIV in Miami.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Nothing distracts Kemp from leading LA
";
arnews[3] += "He's young and newly rich, and as if that weren't enough to go to his head, there's that Mexican vacation with the gorgeous Grammy winner that made Matt Kemp TMZ's new favorite hunk jock.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 00:36:10 GMT";
arnews[3] += "
";
arnews[4]="Celebs Get Jerzified: Brangelina, Taylor Lautner, Lady Gaga, Sandra Bullock ..
";
arnews[4] += "Image 1 of 6 Zap2it has received reports that \"Jersey Shore\" clones are popping up nationwide.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 22:46:39 GMT";
arnews[4] += "
";
arnews[5]="Celebs Get Jerzified: Brangelina, Taylor...
";
arnews[5] += "Image 1 of 6 Zap2it has received reports that \"Jersey Shore\" clones are popping up nationwide.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 17:12:56 GMT";
arnews[5] += "
";
arnews[6]="Celebs get Jerzified
";
arnews[6] += "Image 1 of 6 Zap2it has received reports that \"Jersey Shore\" clones are popping up nationwide.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 16:20:03 GMT";
arnews[6] += "
";
arnews[7]="Around Town: Bears' Hester has super homecoming week
";
arnews[7] += "Devin Hester attends the Red Bull Super Pool at Seminole Hard Rock Hotel. Around Town February 8, 2010 Devin Hester experienced the joy of Super Bowl Week without having to actually play in Super Bowl XLIV in Miami.";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 04:32:27 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("