var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Francesca Battistelli
";
arnews[0] += "'We must be willing to let go of the life we have planned, so as to have the life that is waiting for us.'-E.M. Forester So, what do you want to be when you grow up? It's a question that takes many people years and years of trial and error and self-discovery to figure out.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:20:18 GMT";
arnews[0] += "
";
arnews[1]="Two sides are out there, just one is playing cricket
";
arnews[1] += "A NYONE seeking something to cheer amid another batting collapse on another hot day before another small crowd had to wait until the final two deliveries of the West Indian innings.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:08:52 GMT";
arnews[1] += "
";
arnews[2]="Buddy Greco making the jump across the pond
";
arnews[2] += "As if to prove 83 is the new 53, Buddy Greco is moving to England and starting over.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Actor nears 40 years in role
";
arnews[3] += "He may not move faster than a speeding bullet or leap tall buildings in a single bound.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 20:29:14 GMT";
arnews[3] += "
";
arnews[4]="Illinois Spotlight: Actor nears 40 years in role
";
arnews[4] += "Meet Ted Neeley , Superman. He may not move faster than a speeding bullet or leap tall buildings in a single bound.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 14:15:34 GMT";
arnews[4] += "
";
arnews[5]="The Pharaohs reign in a room in Huntington
";
arnews[5] += "It's about 3 a.m. in downtown Chicago in 1977. Ken Fox, co-owner of Huntington's Magic Makers Costume Shop, fitfully attempts to sleep outside on the Field Museum steps.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 03:44:08 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("