var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="this Week / Highlights
";
arnews[0] += "F RIDAY NOVEMBER 20 HISTORY Battles BC History, 7 p.m. Anybody who bought into the fantasy of the feature film 300 will enjoy this show.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="5 things you need to know about: sex-tape sc...
";
arnews[1] += "Saturday, November 14, 2009 at 3:12 a.m. You'd think that by now people would realize the folly of recording their, ahem, more private moments for posterity.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 12:58:44 GMT";
arnews[1] += "
";
arnews[2]="Rebecca Gayheart Confirms Pregnancy...
";
arnews[2] += "Though a suspicious baby bump has been discussed in the media for months, Rebecca Gayheart and her husband Eric Dane have just now confirmed a pregnancy.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 09:00:03 GMT";
arnews[2] += "
";
arnews[3]="'Grey's' 'McSteamy' to be a dad
";
arnews[3] += "Rebecca Gayheart and husband Eric \"McSteamy\" Dane have moved on from their naked tape scandal to more wholesome pursuits: preparing for their first child, reports In Touch .";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 23:52:08 GMT";
arnews[3] += "
";
arnews[4]="What A Celebrity-Sex-Tape Lawsuit Can Teach Us About Fair Use
";
arnews[4] += "Now I know it's not every day you see a blog post on NPR.org about celebrity sex tapes.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 21:57:28 GMT";
arnews[4] += "
";
arnews[5]="weeks of speculation
";
arnews[5] += "Several magazines are reporting that Rebecca Gayheart is pregnant. She and husband Eric Dane are rumored to be expecting their first child.";
arnews[5] += "
Publ.Date : Mon, 21 Sep 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Does Gawker's Publication of McSteamy Sex Tape Constitute Fair Use?
";
arnews[6] += "It probably seemed like a fun idea at the time. Last year, Eric Dane , known as \"McSteamy\" from the show \"Grey's Anatomy,\" his wife Rebecca Gayheart , and former beauty queen Kari Ann Peniche decided to make a home movie.";
arnews[6] += "
Publ.Date : Thu, 12 Nov 2009 13:37:43 GMT";
arnews[6] += "
";
totcount = 7;
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("