var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="FINA World Cup, Singapore: Whitney Myers Sets American Record
";
arnews[0] += "Universal Sports FINA World Cup Dashboard, including webcasts and highlights SINGAPORE, November 21.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:54:51 GMT";
arnews[0] += "
";
arnews[1]="Centurions hang on to beat Golden Eagles
";
arnews[1] += "David Miller turned in his usual 200-yard effort, but it was Trent Hurley and Evan Marshall who stole the spotlight in Greensburg Central Catholic's 24-19 win against Keystone Oaks in the WPIAL Class AA semifinals last night at Elizabeth Forward High School.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:51:42 GMT";
arnews[1] += "
";
arnews[2]="Class Aa: GCC survives, cuts down Keystone Oaks
";
arnews[2] += "\"We know what we have to do now,\" Greensburg Central Catholic coach Muzzy Colosimo said.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:59:32 GMT";
arnews[2] += "
";
arnews[3]="Hugh Grant On Future Fatherhood: a I Havena t Given Up Hopea
";
arnews[3] += "Tags: Baby talk Jane West/INF Next September will be a big month for Hugh Grant : the actor will celebrate his 50th birthday.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:37:07 GMT";
arnews[3] += "
";
arnews[4]="36 Hours in Rajasthan, India
";
arnews[4] += "INDIA is modernizing rapidly, sometimes too fast. You have giant malls, but grandmothers afraid to use the escalators.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:38:22 GMT";
arnews[4] += "
";
arnews[5]="GMA Over-indulges on CSPI Food Attacks
";
arnews[5] += "As reported on NewsBusters recently, the kill-joy food police are here just in time for the holidays.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:15:39 GMT";
arnews[5] += "
";
arnews[6]="Fashion firms take on slimmer silhouettes for shows
";
arnews[6] += "Fancy canapes and champagne have become rarer, guest-lists smaller and celebrities tougher to find in the front rows of some fashion shows these days.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 20:04:00 GMT";
arnews[6] += "
";
totcount = 7;
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("