var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Alicia Witt, who has a recurring role on the fourth season...
";
arnews[0] += "Alicia Witt, who has a recurring role on the fourth season of the DirecTV/NBC drama \"Friday Night Lights,\" has been signed to star in a Hallmark Channel movie with the tentative titled \"Backyard Wedding,\" The Hollywood Reporter reports.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 19:54:11 GMT";
arnews[0] += "
";
arnews[1]="Alicia Witt to star in Hallmark Channel movie
";
arnews[1] += "Alicia Witt has signed to topline a Hallmark Channel movie tentatively titled \"Backyard Wedding.\" The film centers on Kim Tyler , who is all set to have the wedding of her dreams in her parents' backyard, but her ex-husband and first love -- whose parents happen to live next door -- keeps popping up.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 16:00:00 GMT";
arnews[1] += "
";
arnews[2]="Uma Thurman to Show Rob Pattinson Around Paris
";
arnews[2] += "Cradle Crook: Uma Thurman will soon be the envy of teenage girls everywhere now that she's been cast to star alongside Rob Pattinson in an adaptation of Guy de Maupassant 's short story Bel Ami .";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:38:10 GMT";
arnews[2] += "
";
arnews[3]="Records
";
arnews[3] += "Kayla Elizabeth Johnson Christopher and Kelly Johnson of Harrison have announced the birth of their second child, a daughter, born Nov.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 03:13:46 GMT";
arnews[3] += "
";
arnews[4]="Albert Dwayne Craig
";
arnews[4] += "Albert Dwayne Craig, age 48, a resident of rural Fort Scott, died unexpectedly Monday, Nov.";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 06:58:57 GMT";
arnews[4] += "
";
totcount = 5;
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("