var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="lucy hale interview (vague mention of david henrie) + pretty little liars script leak
";
arnews[0] += "Lucy Hale, star of ABC Family's \"Pretty Little Liars,\" sat down with Holidash to fill us in on her Valentine's Day plans, and her favorite memories.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 18:03:15 GMT";
arnews[0] += "
";
arnews[1]="Stroud's Tom Curr cruises to victory in the Midland Cross Country Championships
";
arnews[1] += "A NEW year and a new attitude ensured normal service was resumed as Tom Curr cruised to victory in the Midland Cross Country Championships.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 12:37:44 GMT";
arnews[1] += "
";
arnews[2]="Lucy J. Hale dies: former League of Women Voters president
";
arnews[2] += "Lucy J. Hale, who once ran a church-based food program and was a former president of the League of Women Voters of St.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 10:46:21 GMT";
arnews[2] += "
";
arnews[3]="ABC Family greenlights 'Huge,' 'Pretty Little Liars'
";
arnews[3] += "Fat Camp and \"Mean Girls\" meets \"I Know What You Did Last Summer\"?! Well, maybe this doesn't perfectly describe ABC Family's two latest series pick-ups, but it's pretty close.";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 02:37:17 GMT";
arnews[3] += "
";
arnews[4]="Mother-daughter book clubs -- the generation gap
";
arnews[4] += "A Mother-daughter book clubs -- the generation gap By Audra Otto Published Thu, Jan 28 2010 8:20 am In Julie's mother-daughter book club, the girls make the book selections.";
arnews[4] += "
Publ.Date : Thu, 28 Jan 2010 16:15:48 GMT";
arnews[4] += "
";
arnews[5]="ABC Family orders dramas
";
arnews[5] += "ABC Family has given 10-episode orders to two new drama series: \"Huge\" and \"Pretty Little Liars.\" \"Huge\" revolves around the lives of six teenagers and the staff at weight-loss camp.";
arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 02:00:15 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("