var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Husted: Udi's turns heads with granola ads
";
arnews[0] += "Denver-based Udi's Bakery sells its fine granola in 50 statesand partner Eric Clayman says it's hard to resist.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 10:14:53 GMT";
arnews[0] += "
";
arnews[1]="Tina Turner, queen of rock'n'roll, turns 70 next week - Feature
";
arnews[1] += "Tina Turner, whose famous legs, short skirts and spike heels have flashed across the stage nonstop for more than half a century, will turn 70 next week.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:30:16 GMT";
arnews[1] += "
";
arnews[2]="Christmas Books: Celebrity Memoirs
";
arnews[2] += "Peter Kay's The Sound of Laughter sold more hardback copies than any other British autobiography in history.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 19:33:27 GMT";
arnews[2] += "
";
arnews[3]="Truth in advertising
";
arnews[3] += "This week we start at the Improv: Funny People Rated R, 145 minutes. Coming Tuesday to DVD.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:36:58 GMT";
arnews[3] += "
";
arnews[4]="Huskies Seek NCAA Title Defense; Men Look To Go Top-10
";
arnews[4] += "UW returns top-four from 2008 title team; men could achieve best finish this decade.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 04:05:05 GMT";
arnews[4] += "
";
arnews[5]="Live Blog: Illinois Men's Basketball vs. Presbyterian
";
arnews[5] += "Check back here at 7 p.m. for live in-game updates of the Illini men's basketball team's game vs.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 01:03:30 GMT";
arnews[5] += "
";
arnews[6]="Nietzsche vs. Gibson: Suffering, Debt, and Guilt with Jesus
";
arnews[6] += "One of the curious features of Mel Gibson's film \"The Passion\" is how it is almost entirely preoccupied with the suffering and death of Jesus.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 21:36:25 GMT";
arnews[6] += "
";
arnews[7]="A Haunting Visual Prediction of Our Flooded Future World
";
arnews[7] += "The phrases \"melting polar ice caps\" and \"rising water lines\" are so ubiquitous now that they've almost lost their meaning.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 14:28:45 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("