var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="
";
arnews[0] += "KP: Well, I call Brittany The Wonder Kid ’cause she’s 19 years old, she’s a young lady and she’s got this really wonderfully old soul. She’s wise beyond her years. There’s a lot of kids in Hollywood and they’ve either been spoiled by ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:41:00 GMT";
arnews[0] += "
";
arnews[1]="
";
arnews[1] += "
After only three episodes, \"Life Unexpected\" has not only earned a permanent spot on my Tivo, but on DVRs all across America. It's smart, witty, touching and totally unlike anything else on television. \"Life ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 17:06:00 GMT";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "Lux (Britt Robertson) is a 15-year-old in Portland, Ore., who hopes to escape lifelong foster care by becoming an \"emancipated\" teen. To do so, she must track down her birth parents: Kate (Shiri Appleby, \"Roswell\"), a popular radio talk-show host ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 11:21:00 GMT";
arnews[2] += "
";
arnews[3]="
";
arnews[3] += "The parents are played by Shiri Appleby and Kristoffer Polaha. In real life however, Shiri Appleby and Kristoffer Polaha are both only 12 and 13 years older than their on-screen daughter Lux. CW has been airing some amazing shows recently including ...";
arnews[3] += "
Publ.Date : Mon, 18 Jan 2010 09:52:00 GMT";
arnews[3] += "
";
arnews[4]="
";
arnews[4] += "TV Guide has recently let loose a bunch of spoilers on the CW's Life Unexpected . Most are crucial to the show's storylines, so if you want to continue enjoying your show without these pesky spoilers, you know what to do. However, if you simply can't ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 06:56:00 GMT";
arnews[4] += "
";
arnews[5]="
";
arnews[5] += "With the third episode of Life Unexpected about to air, The CW shot us a few new behind-the-scenes photos of \"Bong Intercepted\" for Life Unexpected fans to enjoy. After subtle but good hype for the new CW series ahead of its premiere, Life Unexpected ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 00:29:00 GMT";
arnews[5] += "
";
arnews[6]="
";
arnews[6] += "You know what they say about two wrongs not making a right? On Life Unexpected , two wrongs make everything horribly, horribly hopeless. Lux (Britt Robertson) loses her friends and Cate (Shiri Appleby) and Ryan (Kerr Smith) is in danger of losing ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 08:29:00 GMT";
arnews[6] += "
";
arnews[7]="
";
arnews[7] += "Watch a sneak peek and photos of the upcoming episode of the new CW show LIFE UNEXPECTED \"Bong Intercepted\" Episode 4 which airs Monday February 8 at 9/8c on the CW. Show Synopsis: LIFE UNEXPECTED \"Bong Intercepted\" Episode 4 - When Lux (Britt ...";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 05:03:00 GMT";
arnews[7] += "
";
totcount = 8;
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("");