var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kerr Smith’s life takes an ‘Unexpected’ turn - Boston Herald
";
arnews[0] += "K err Smith is feeling some deja vu. More than a decade ago, Smith joined the cast of WB’s “Dawson’s Creek” as gay high school student Jack McPhee. The series helped the fledgling network capture a young audience. “In my opinion, ‘Life ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 07:19:00 GMT";
arnews[0] += "
";
arnews[1]="Kerr Smith on 'Life Unexpected': Ryan is the 'Smart Choice' - Buddytv.com
";
arnews[1] += "It's shaping up to be a \"classic\" love triangle on Life Unexpected , as Cate (Shiri Appleby) comes in the middle of Guy with History - Baze (Kristoffer Polaha) and Guy from Present - Ryan (Kerr Smith). Add a daughter to the mix and you get a crazy ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 03:40:00 GMT";
arnews[1] += "
";
arnews[2]="'Life Unexpected': Kerr Smith on his character Ryan, 'Dawson's Creek ... - Entertainment Weekly Online
";
arnews[2] += "There’s been some talk of tackling something to that degree next year if we come back. It would be interesting to put Ryan in the same situation… It seems like the character of Ryan may have been set up as a fourth wheel to the family of Cate ...";
arnews[2] += "
Publ.Date : Mon, 25 Jan 2010 23:49:00 GMT";
arnews[2] += "
";
arnews[3]="Life Unexpected - Star Magazine Online
";
arnews[3] += "Toss in renewed chemistry between Kate and Baze - and the fact that Kate has a fiancé (Kerr Smith, \"Dawson's Creek\") who's also her on-air partner - and this series could generate some heat. Claire Danes goes trolling for awards by playing an ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 11:21:00 GMT";
arnews[3] += "
";
arnews[4]="'Life Unexpected' Recap: Still Feel Sorry for Lux After This? Didn't ... - Buddytv.com
";
arnews[4] += "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[4] += "
Publ.Date : Tue, 09 Feb 2010 08:29:00 GMT";
arnews[4] += "
";
arnews[5]="LIFE UNEXPECTED "Bong Intercepted" Episode 4 - Daemon's TV
";
arnews[5] += "Meanwhile, Baze (Kristoffer Polaha) is insulted when he finds out that Cate and Ryan (Kerr Smith) are hosting a radio station event at the bar across the street. Austin Basis also stars. Jeff Melman directed the episode written by Emily Whitesell";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 04:26:00 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("