var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Gossip Girl', 'Tree Hill' to go on hiatus
";
arnews[0] += "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[0] += "
Publ.Date : Thu, 12 Nov 2009 07:45:40 GMT";
arnews[0] += "
";
arnews[1]="In January, Expect The 'UneXpected!"
";
arnews[1] += "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[1] += "
Publ.Date : Thu, 12 Nov 2009 00:10:19 GMT";
arnews[1] += "
";
arnews[2]="This Just In: Have Lindsay Price and Josh Radnor Broken Up?
";
arnews[2] += "TV Power Couple Shuts Down? It seems that the lovely Lindsay Price may have hit a rough patch in her life.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 23:32:37 GMT";
arnews[2] += "
";
arnews[3]="The CW Shuffles Monday Schedule for 2010
";
arnews[3] += "Life is about to get very unexpected for fans of the CW's Monday lineup in 2010 with a daring and original new scheduling approach that will squeeze three shows into two time slots.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 13:00:34 GMT";
arnews[3] += "
";
arnews[4]="'Life UneXpected' promo looks pretty good for The CW
";
arnews[4] += "\"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[4] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Our first official plea for a Life Unexpecteda a but there will be more as necessary
";
arnews[5] += "The CW's already-critically-beloved drama Life Unexpected will premiere in the Gossip Girl slot Jan.";
arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 00:35:24 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("