var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Life Unexpected' Recap: Still Feel Sorry for Lux After This? Didn't Think So
";
arnews[0] += "You know what they say about two wrongs not making a right? On Life Unexpected , two wrongs make everything horribly, horribly hopeless.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 00:15:28 GMT";
arnews[0] += "
";
arnews[1]="Meaty 'Life Unexpected' Spoilers You'd Want to Know
";
arnews[1] += "Or not. TV Guide has recently let loose a bunch of spoilers on the CW's Life Unexpected .";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 22:46:20 GMT";
arnews[1] += "
";
arnews[2]="'Life Unexpected': Step up and step out
";
arnews[2] += "This week's episode was brought to you by Drink a Date, hosted by radio personalities Cate and Ryan .";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Life Unexpected's Leading Ladies: We're Not Gilmore Girls...Yet
";
arnews[3] += "Gilmore Girls , schmilmore girls! The CW's newest hit, Life Unexpected , might be garnering endless comparisons to the network's former mama-drama series, but if you ask us - and its stars, Shiri Appleby and Britt Robertson - the similarities are there, but LUX is a wonderful world all its own.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 19:28:17 GMT";
arnews[3] += "
";
arnews[4]="Life Unexpected: Preview of Episode 4 "Bong Intercepted"
";
arnews[4] += "The families are once again MIA on Life Unexpecte d, and it's back to the old stuff: Cate trying to be all maternal and failing, Baze acting like a jerk then realizing it belatedly, and Lux breaking some sort of rule to remind both parents that she's a special kid, which she is.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 06:00:00 GMT";
arnews[4] += "
";
arnews[5]="Kerr Smitha s life takes an a Unexpecteda turn
";
arnews[5] += "More than a decade ago, Smith joined the cast of WB's \"Dawson's Creek\" as gay high school student Jack McPhee.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 10:35:22 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("