var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A cut above the rest
";
arnews[0] += "Boston Herald Fashion Reporter Jill Radsken is the Herald's fashion reporter. Look for her reports on trends and more every day in the Herald.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:25:07 GMT";
arnews[0] += "
";
arnews[1]="New network comedies breath life into TV sitcom concept
";
arnews[1] += "Even before the nation's economy went south, the prime-time sitcom was mired in its own miserable slump.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:00:00 GMT";
arnews[1] += "
";
arnews[2]="2009 American Music Awards: Nominations List
";
arnews[2] += "This year's American Music Awards will be its 36th incarnation . The AMAs were created back in 1973 by rock 'n roll legend Dick Clark to compete with the Grammys.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:13:30 GMT";
arnews[2] += "
";
arnews[3]="full article
";
arnews[3] += "The Hollywood 5 & 1 11.21.09: Full Moon Edition Posted by Steve Gustafson on 11.21.2009 This week: Tila Tequila has an online meltdown, Twilight's Kristen Stewart causes a fuss on Twitter and Conan O'Brien takes a shot at New Moon on his show! Demi Moore's hip goes missing and Sofia Vergara makes an awkward slip! Martha Stewart takes a swipe at ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 10:19:47 GMT";
arnews[3] += "
";
arnews[4]="Conservative men love rape metaphors
";
arnews[4] += "I'm not in the camp with those who believe that using the word \"rape\" as a metaphor is always verboten.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:11:39 GMT";
arnews[4] += "
";
arnews[5]="Today's TWoP News: November 20, 2009
";
arnews[5] += "Oprah has given notice, and people are just setting themselves on fire in the streets over it.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:02:56 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("