var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fox News' Internal Names For Obama Jpegs
";
arnews[0] += "Megan thinks scrutinizing them is a good good thing. UPDATE: There is, it turns out, a much more innocent explanation for this, as a reader explains: I am a former intern in Fox News' web department, and I can tell you with certainty that \"Doomsday\" and \"Monster\" are internal code names used to describe the dimensions of images that appear on the ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:34:02 GMT";
arnews[0] += "
";
arnews[1]="The Week in Review
";
arnews[1] += "We had our first non KG related injury , and first major trade rumor . The highlight of our week came Thursday night when ESPN's Jalen Rose joined The 2 Man Game.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:08:12 GMT";
arnews[1] += "
";
arnews[2]="Chris Knight: Hey, I vaguely recall that film
";
arnews[2] += "Nicolas Cage and Eva Mendez in the new Bad Lieutenant. Despite similarities in titles, this weekend's new release Bad Lieutenant: Port of Call New Orleans is not a remake of the 1992 movie Bad Lieutenant.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:17:23 GMT";
arnews[2] += "
";
arnews[3]="Are you a spectacle?
";
arnews[3] += "More than ever, glasses make a statement -- and designer Robert Marc knows exactly what they say.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:53:22 GMT";
arnews[3] += "
";
arnews[4]="NORM: Caesars shows off some sexy looks
";
arnews[4] += "French hunk Gilles Marini had 'em swooning during his photo shoot at Caesars Palace for People Magazine's \"Sexiest Man Alive\" issue.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:07:41 GMT";
arnews[4] += "
";
arnews[5]="Prep results: Daily prep sports news
";
arnews[5] += "Cowan outscored Southside by 11 points in the first quarter and cruised to a 46-31 victory.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 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("