var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Days Charity Events Announced for 2010
"; arnews[0] += "The Days Charity Events for 2010 have been announced on the Days Charity Event website , so time to start making your plans! Next year, one of the events will take place in Dallas, Texas, which is thrilling news to me since that city holds a special place in my heart."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:30:32 GMT"; arnews[0] += "
"; arnews[1]="Venice the Series Premiere Date
"; arnews[1] += "For those of you who have been anxiously awaiting the premiere of Venice the series, mark Friday, December 4 on your calendars."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 23:00:42 GMT"; arnews[1] += "
"; arnews[2]="Soap starts from 'Days of Our Lives' reaches out to Detroit
"; arnews[2] += "'s project. Looks like \"Assignment Detroit\" is working. Maybe \"General Hospital\" is next."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 00:00:00 GMT"; arnews[2] += "
"; arnews[3]="Days of Our Lives Comes to The Motor City
"; arnews[3] += "Like sands through the hourglass, so are the days of our lives DETROIT, MI : While some went to the COBO Center, hundreds of superfans and budding soap stars went to the MGM Grand Detroit most of Friday to meet and greet several fan favorites of NBC's Days of Our Lives ."; arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 04:43:37 GMT"; arnews[3] += "
"; arnews[4]="'Days of Our Lives' reaches out to Detroit
"; arnews[4] += "Soap operas serve as a tantalizing escape from reality. And one of the most beloved dramas on television is NBC's \"Days of Our Lives.\" For 44 years, the soap's engrossing story lines have taken viewers through numerous tumultuous marriages, affairs, divorces, cases of amnesia, crimes of passion and greed."; arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 11:28:41 GMT"; arnews[4] += "
"; arnews[5]="'Days' actors visit Detroit for talent competition
"; arnews[5] += "A handful of stars from \"Days of Our Lives\" are in Detroit to do some charity work, make appearances and conduct a talent search that will earn someone a role on the long-running daytime soap."; arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 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("
");document.write("
");