var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="This Week In Deliciousness
";
arnews[0] += "Welcome back to the weekly round-up here at Eating Our Words, where we're now voting Republican, because they're the only... Eating Our Words By Enrique Lopeteguielopetegui@sacurrent.comIn 1977, Lynn Cuny founded Wildlife Rescue & Rehabilitation, a model sanctuary in Kendalia.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:22:34 GMT";
arnews[0] += "
";
arnews[1]="'New Moon' scribe: Big Night blog
";
arnews[1] += "Melissa Rosenberg, the writer who adapted The Twilight Saga: New Moon for the big screen, sent EW her first-person account of the movie's the star-studded premiere earlier this week.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:10:24 GMT";
arnews[1] += "
";
arnews[2]="Friday Freebies
";
arnews[2] += "Like seafood? Us too. Too bad there might not be any of it left by 2048, considering how poorly we treat the planet's marine ecosystems.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:43:54 GMT";
arnews[2] += "
";
arnews[3]="Man Evades Cops, Jumps Off George Washington Bridge
";
arnews[3] += "Like seafood? Us too. Too bad there might not be any of it left by 2048, considering how poorly we treat the planet's marine ecosystems.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 10:55:11 GMT";
arnews[3] += "
";
arnews[4]="Nicole Fox: Q&A with the Top Model winner
";
arnews[4] += "Like seafood? Us too. Too bad there might not be any of it left by 2048, considering how poorly we treat the planet's marine ecosystems.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:54:45 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("