var arnews = new Array(6);
totcount = 6;
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]="Celebs to attend OC lacrosse tour Saturday
";
arnews[1] += "SANTA ANA A daylong music and sports festival highlighting lacrosse is coming to town Saturday the first in a series of large-scale events designed to raise the sport's profile nationwide.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:52:16 GMT";
arnews[1] += "
";
arnews[2]="Oprah Winfrey Joins List of Farewell Shockers This Year
";
arnews[2] += "Oprah held back tears and said she considered her show a \"yellow brick road of blessings\" and the \"greatest joy I have ever known.\" The show is ending, the talk show queen made clear, because she feels 25 years is the right time to call it quits.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:05:18 GMT";
arnews[2] += "
";
arnews[3]="Oprah Steps Down to Pursue Cable Network Just as Other Celebs Have Equally Abandoned Shows
";
arnews[3] += "Discovery Channel and Oprah have come to a deal. She will move her staff and studios from Chicago to LA's OWN.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 12:24:32 GMT";
arnews[3] += "
";
arnews[4]="Whoa s the next Oprah?
";
arnews[4] += "With Oprah Winfrey abdicating her position as Queen of Talk, who's next in line for the throne? Oprah with Al Gore: Can anyone fill her shoes? Best opinion: Variety, PopEater, Time, NY Times ... Oprah Winfrey's departure from afternoon network TV leaves a void in the talk show universe.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Capsule reviews of new DVD releases
";
arnews[5] += "MY SISTER'S KEEPER 2 1/2 stars $28.98. 109 mins. A child conceived as a donor match to her leukemia-stricken sibling decides against painful operations and hires a lawyer to sue her parents for the right to decide how to use her body.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 13:47:39 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("