var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dkny Jeans launches exclusive collection with HSN for St. Jude...
";
arnews[0] += "Today, iconic denim brand DKNY JEANS and multi-channel retailer HSN announce the launch of a capsule gift giving collection offered exclusively on HSN and HSN.com for the holiday season.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:24:08 GMT";
arnews[0] += "
";
arnews[1]="Enter to Win Tori Spellinga s Model Search for Little Maven via Twitter
";
arnews[1] += "Sign up to get cute photos, exclusive giveaways, special offers and more! Sign Up you said it \"My baby self weaned despite me trying to keep up the nursing! I find it so refreshing to hear Gwen talk about how hard she works to lose weight and keep herself in top shape.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:37:57 GMT";
arnews[1] += "
";
arnews[2]="The Blind Side
";
arnews[2] += "I should hate this movie with every ounce of my being . Yet, it has a certain charm that draws you in like the girl next door, when she has her hair up in a pony tail and smiles at you like you're George Clooney, Robert Pattinson and Zac Efron all rolled into one.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:38:33 GMT";
arnews[2] += "
";
arnews[3]="What About Oprah's Other Cable Network?: Roger Catlin | TV Eye
";
arnews[3] += "In the midst of this overreaction to Oprah news, you may be asking: Wasn't Oprah involved in a cable station before? Yes.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:34:42 GMT";
arnews[3] += "
";
arnews[4]="Little Screen
";
arnews[4] += "This week's new releases, available Tuesday, are rated by Jay Bobbin of Zap2it on a scale of one to four, with H equivalent to a poor rating and HHHH meaning excellent.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:00:00 GMT";
arnews[4] += "
";
arnews[5]="Rhea Perlman, Lucy DeVito reunite onstage
";
arnews[5] += "New York Rhea Perlman can still remember when she realized her daughter Lucy DeVito was no longer her little girl.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Dangerously Fading Away? Tori Spelling Steps Out Looking Scarily Skinny
";
arnews[6] += "Just over nine months after giving birth to her second child, Tori Spelling has certainly shed those pregnancy pounds - plus much more.";
arnews[6] += "
Publ.Date : Thu, 02 Apr 2009 07:00:00 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("