var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The CW to Debut Life UneXpected in January
";
arnews[0] += "The CW will pair new midseason drama Life UneXpected with new episodes of One Tree Hill starting Monday, Jan.";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 08:37:00 GMT";
arnews[0] += "
";
arnews[1]="'Gossip Girl', 'Tree Hill' to go on hiatus
";
arnews[1] += "Life UneXpected, which stars Britt Robertson, Kristoffer Polaha and ER's Shiri Appleby, will arrive Monday, January 18 in a 9pm timeslot after a lead-in from One Tree Hill.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 07:45:40 GMT";
arnews[1] += "
";
arnews[2]="In January, Expect The 'UneXpected!"
";
arnews[2] += "Gossip Girl will soon be taking a short winter hiatus, but will come back with 12 first-run episodes that will air without interruption through the end of the season in late May.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 00:10:19 GMT";
arnews[2] += "
";
arnews[3]="'Life UneXpected' promo looks pretty good for The CW
";
arnews[3] += "\"Life UneXpected\" just might bring the heart The CW needs in its lineup. Not to say that shows like \"Supernatural\" and \"Gossip Girl\" lack their \"aww\" moments, but they're not exactly what you'd call fun for the whole family viewing.";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Our first official plea for a Life Unexpecteda a but there will be more as necessary
";
arnews[4] += "The CW's already-critically-beloved drama Life Unexpected will premiere in the Gossip Girl slot Jan.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 00:35:24 GMT";
arnews[4] += "
";
arnews[5]="'Gossip Girl' to Take 6-Week Winter Hiatus for 'Life UneXpected'
";
arnews[5] += "The CW announced today that their new series Life UneXpected will premiere on Monday, January 18, at 9 PM--the time slot usually reserved for Gossip Girl.";
arnews[5] += "
Publ.Date : Tue, 10 Nov 2009 13:46:26 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("