var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="To the Letter
";
arnews[0] += "Thanks in part to the double McTwist 1260 , Shaun White won the U.S. Grand Prix on Jan.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:16:08 GMT";
arnews[0] += "
";
arnews[1]="TV on DVD: Tuesday, Februrary 9, 2010
";
arnews[1] += "It's uh... really not that exciting for TV DVDs this week. I can't even sugarcoat it.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:59:25 GMT";
arnews[1] += "
";
arnews[2]="CARE Brings Best-Seller 'Half the Sky' to Life in Movie Theaters...
";
arnews[2] += "Marisa Tomei, Maria Bello, Nicholas Kristof and CARE's Dr. Helene Gayle, among Those Celebrating a Movement Changing the World One Woman at a Time Presented by NCM Fathom and CARE, Half the Sky Event is an Uplifting Evening of Songs, Stories and Celebrity Discussion in More Than 480 Select Movie Theaters, March 4 th Companies: National Cinemedia, ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:58:59 GMT";
arnews[2] += "
";
arnews[3]="CARE Brings Best-Seller a Half the Skya to Life in Movie Theaters...
";
arnews[3] += "CARE Brings Best-Seller - Half the Sky' to Life in Movie Theaters Nationwide with Second Annual International Women's Day Event Marisa Tomei, Maria Bello, Nicholas Kristof and CARE's Dr.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:33:48 GMT";
arnews[3] += "
";
arnews[4]="One-On-One with Ovie
";
arnews[4] += "The Winter Olympics are hitting Vancouver. Check out the various venues of the 2010 Olympic Games.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:37:11 GMT";
arnews[4] += "
";
totcount = 5;
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("