var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="East Northumberland High [The Tale of Lucy Hale] A Halloween Special- Part 3
";
arnews[0] += "what you think about ti down to the very last detail. :) Also check out this girl's series, it's like awesome and she's an amazing writer. Plus she is super cool and nice. Link...";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 00:53:02 GMT";
arnews[0] += "
";
arnews[1]="East Northumberland High [The Tale of Lucy Hale] A Halloween Special- Part 2
";
arnews[1] += "for on the first part, but I figured I'd be nice and go ahead and upload part 2. Now I need 100 comments on this one, or I will not upload the final part. I work hard on these the...";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 20:15:22 GMT";
arnews[1] += "
";
arnews[2]="Bionic Woman - Complete Series 1 Trailer
";
arnews[2] += "After a near-death car accident, Jamie Sommers is rebuilt using state-of-the-art technology. She is the ultimate weapon in the fight against crime. Stronger, better, faster...";
arnews[2] += "
Publ.Date : Tue, 16 Sep 2008 12:02:22 GMT";
arnews[2] += "
";
arnews[3]="David Henrie & Lucy Hale
";
arnews[3] += "This is a slideshow I made of David Henrie & Lucy Hale. They are the cutest couple in Disney Channel! Yes they are REALLY going out. I added in a cute picture towards the end. It...";
arnews[3] += "
Publ.Date : Sat, 21 Jun 2008 16:03:28 GMT";
arnews[3] += "
";
document.title=document.title+ " ";
arnews[4]="Cute Couple--David Henrie and Lucy Hale! ♥
";
arnews[4] += "I was just searching random things, and I found these pics of David Hanrie and Lucy Hale. David Henrie is in \"Wizards of Waverly Place\" and Lucy played Miranda, the goth girl in...";
arnews[4] += "
Publ.Date : Sat, 07 Jun 2008 14:54:48 GMT";
arnews[4] += "
";
arnews[5]="lucy hale
";
arnews[5] += "A mashup of photos and videos of the actress Lucy Hale.";
arnews[5] += "
Publ.Date : Thu, 29 May 2008 21:15:33 GMT";
arnews[5] += "
";
arnews[6]="Bionic Woman, "Do Not Disturb"
";
arnews[6] += "Hotel relaxation -- Jaime's (Michelle Ryan) much-needed vacation with her sister Becca (Lucy Kate Hale) at a spa resort is quickly disrupted when she is pulled into a deadly cat...";
arnews[6] += "
Publ.Date : Wed, 28 Nov 2007 00:00:00 GMT";
arnews[6] += "
";
arnews[7]="Bionic Woman, "The List"
";
arnews[7] += "Are you on the list? -- Jordan Bridges guest-stars -- The Berkut Group has to team up with the CIA to catch a dangerous man who is selling a list naming the Berkut Group and CIA...";
arnews[7] += "
Publ.Date : Wed, 07 Nov 2007 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="Bionic Woman, "Paradise Lost"
";
arnews[8] += "Lost innocence - - Isaiah Washington Guest-Stars – After Jaime experiences another devastating loss, she encounters a stranger who befriends her. Later, she discovers the...";
arnews[8] += "
Publ.Date : Wed, 03 Oct 2007 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="Lucy Hale - Make It Easy On Yourself
";
arnews[9] += "Lucy Hale singing 'Make it easy on yourself' on American Juniors in 2003.";
arnews[9] += "
Publ.Date : Sun, 27 May 2007 16:51:15 GMT";
arnews[9] += "
";
totcount = 10;
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("