var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dish Of Salt: TV Roundup
";
arnews[0] += "Preview Clips: Heather Locklear Returns To 'Melrose Place' PREV NEXT Heather Locklear on The CW's 'Melrose Place' Two of the new faces of 'Melrose Place,' Colin Egglesfield and Ashlee Simpson-Wentz, chat about the show during the 2009 Summer Television Critics Association press tour in Pasadena, California on August 4, 2009 The Dish with Katee ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:41:54 GMT";
arnews[0] += "
";
arnews[1]="Food & Drink Events Search
";
arnews[1] += "Fri., Nov. 20, 6:30 p.m. 312-642-4600 To honor Kendall College's 75th anniversary, this fall the school will offer a dazzling \"Diamond Dinner\" at its fine-dining restaurant, The Dining Room, on Friday, November 20, 2009.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:11:15 GMT";
arnews[1] += "
";
arnews[2]="Unleash the fury: Heather Locklear's back on 'Melrose Place"
";
arnews[2] += "The first time Amanda appeared at the West Hollywood apartment complex of twentysomething troublemakers and bed-hoppers, Aaron Spelling's show wasn't living up to its \"Beverly Hills, 90210\" spinoff hype.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:36:41 GMT";
arnews[2] += "
";
arnews[3]="Holiday Cheer, Thanksgiving's Near; Plus, Black Wednesday Bashes
";
arnews[3] += "Last night, on our way out of a make-your-own-purse party at a condo on North Lake Shore Drive, my friends Jenny and Melissa, and I asked the building's doorman for suggestions on nearby places to proceed with our evening.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 02:32:10 GMT";
arnews[3] += "
";
arnews[4]="Locklear returns to old address
";
arnews[4] += "That shaking underneath Hollywood is not from a quake, but from the force unleashed by the return of a TV powerhouse no less potent than William Shatner reprising his role as Capt.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:01:00 GMT";
arnews[4] += "
";
arnews[5]="Heather's place
";
arnews[5] += "That shaking underneath Hollywood Tuesday was not from a quake, but from the force unleashed by the return of a TV powerhouse no less than William Shatner reprising his role as Capt.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 13:36:35 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("