var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="7th Heaven : Losers
";
arnews[0] += "Responsibilities fly out the window when Eric and Annie enjoy separate nights out on Friday. Although the reverend can't find anyone to hang out with him, so he calls a bewildered...";
arnews[0] += "
Publ.Date : Mon, 16 Oct 2000 00:00:00 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="Grey's Anatomy: Chyler Leigh
";
arnews[1] += "GREY'S ANATOMY star Chyler Leigh checks into Hollywood 411 to give Chris Harrison the low down on a painful storyline. Chyler also shed's some light on the GREY'S/PRIVATE PRACTICE...";
arnews[1] += "
Publ.Date : Thu, 05 Feb 2009 21:45:54 GMT";
arnews[1] += "
";
arnews[2]="Chyler Leigh spoke in Jimmy Kimmel Live about pregnancy
";
arnews[2] += "http://jobstreet.ask2click.com Chyler Leigh from Grey's Anatomy.";
arnews[2] += "
Publ.Date : Wed, 31 Dec 2008 11:20:21 GMT";
arnews[2] += "
";
arnews[3]="Not Another Teen Movie - Clip 2
";
arnews[3] += "In this teen movies parody the local highschool is full of bitchy cheerleaders, dumb ass jocks, the new girl, and the undercover reporter!";
arnews[3] += "
Publ.Date : Tue, 16 Sep 2008 12:07:39 GMT";
arnews[3] += "
";
arnews[4]="Not Another Teen Movie - Clip 3
";
arnews[4] += "In this teen movies parody the local highschool is full of bitchy cheerleaders, dumb ass jocks, the new girl, and the undercover reporter!";
arnews[4] += "
Publ.Date : Tue, 16 Sep 2008 12:07:39 GMT";
arnews[4] += "
";
arnews[5]="Not Another Teen Movie - Inside Info
";
arnews[5] += "In this teen movies parody the local highschool is full of bitchy cheerleaders, dumb ass jocks, the new girl, and the undercover reporter!";
arnews[5] += "
Publ.Date : Tue, 16 Sep 2008 12:07:39 GMT";
arnews[5] += "
";
arnews[6]="Not Another Teen Movie Trailer
";
arnews[6] += "In this teen movies parody the local highschool is full of bitchy cheerleaders, dumb ass jocks, the new girl, and the undercover reporter!";
arnews[6] += "
Publ.Date : Tue, 16 Sep 2008 12:03:04 GMT";
arnews[6] += "
";
arnews[7]="Celebrity Interviews: Grey's Anatomy: Chyler Leigh 2
";
arnews[7] += "Chyler Leigh, the latest in a seemingly endless string of hot doctors on GREY'S ANATOMY stops by the set of TV Watercooler to dish about the show. See what she had to say about...";
arnews[7] += "
Publ.Date : Wed, 02 Jul 2008 22:35:46 GMT";
arnews[7] += "
";
arnews[8]="Exclusive interview: Chyler Leigh
";
arnews[8] += "Michael Idato speaks to Chyler Leigh, one of the stars of Grey's Anatomy , in this exclusive interview.";
arnews[8] += "
Publ.Date : Tue, 11 Mar 2008 13:39:40 GMT";
arnews[8] += "
";
arnews[9]="Grey's Anatomy: Chyler Leigh's Sexy Secret Past!
";
arnews[9] += "Hey, guys! I've updated my Grey's Anatomy vlog with shocking information about season 4's newest cast member Chyler Leigh!";
arnews[9] += "
Publ.Date : Tue, 20 Nov 2007 18:29:08 GMT";
arnews[9] += "
";
totcount = 10;
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("