var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Better Off Ted: Jay Harrington
";
arnews[0] += "Jay Harrington plays Ted in BETTER OFF TED on the new ABC comedy. He's the straight man of a group of crazies with co-star Portia deRossi. Find out what's making this laugher a...";
arnews[0] += "
Publ.Date : Mon, 06 Jul 2009 07:20:15 GMT";
arnews[0] += "
";
arnews[1]="Celebrity Interviews: Better Off Ted: Jay Harrington
";
arnews[1] += "Jay Harrington plays Ted in BETTER OFF TED on the new ABC comedy. He's the straight man of a group of crazies with co-star Portia deRossi. Find out what's making this laugher a...";
arnews[1] += "
Publ.Date : Fri, 03 Jul 2009 12:50:18 GMT";
arnews[1] += "
";
arnews[2]="Better Off Ted: Jay Harrington
";
arnews[2] += "Jay Harrington plays Ted in BETTER OFF TED on the new ABC comedy. He's the straight man of a group of crazies with co-star Portia deRossi. Find out what's making this laugher a...";
arnews[2] += "
Publ.Date : Thu, 02 Jul 2009 20:36:17 GMT";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]="Better Off Ted: Jay Harrington
";
arnews[3] += "Jay Harrington plays Ted in BETTER OFF TED on the new ABC comedy. He's the straight man of a group of crazies with co-star Portia deRossi. Find out what's making this laugher a...";
arnews[3] += "
Publ.Date : Thu, 02 Jul 2009 14:32:58 GMT";
arnews[3] += "
";
arnews[4]="Jay Harrington at THE DUB SHOW TOUR 09 Red Carpet
";
arnews[4] += "Jay Harrington at THE DUB SHOW TOUR 09 Red Carpet";
arnews[4] += "
Publ.Date : Sun, 05 Apr 2009 04:40:47 GMT";
arnews[4] += "
";
arnews[5]="Better off Ted 1x01 trailer #2
";
arnews[5] += "The second trailer for the ABC's new comedy series, Better off Ted. Premierre Wednesday, March 18, 2009 at 8:30PM. Starring: Andrea Anders, Malcolm Barrett, Jay Harrington, Portia...";
arnews[5] += "
Publ.Date : Sun, 08 Feb 2009 10:47:34 GMT";
arnews[5] += "
";
arnews[6]="Private Practice: Jay Harrington
";
arnews[6] += "Jay Harrington, Dr. Wyatt Lockhart on PRIVATE PRACTICE, plays a prickly jerk who pursues Addison in non-professional ways. Find out about his Taye Diggs connection that takes them...";
arnews[6] += "
Publ.Date : Sat, 10 Jan 2009 15:51:50 GMT";
arnews[6] += "
";
arnews[7]="Private Practice: Jay Harrington
";
arnews[7] += "Jay Harrington, Dr. Wyatt Lockhart on PRIVATE PRACTICE, plays a prickly jerk who pursues Addison in non-professional ways. Find out about his Taye Diggs connection that takes them...";
arnews[7] += "
Publ.Date : Sat, 10 Jan 2009 10:11:34 GMT";
arnews[7] += "
";
arnews[8]="Celebrity Interviews: Private Practice: Jay Harrington
";
arnews[8] += "Jay Harrington, Dr. Wyatt Lockhart on Private Practice, plays a prickly jerk who pursues Addison in non-professional ways. Find out about his Taye Diggs connection that takes them...";
arnews[8] += "
Publ.Date : Sat, 10 Jan 2009 02:32:12 GMT";
arnews[8] += "
";
arnews[9]="Private Practice: Jay Harrington
";
arnews[9] += "Jay Harrington, Dr. Wyatt Lockhart on PRIVATE PRACTICE, plays a prickly jerk who pursues Addison in non-professional ways. Find out about his Taye Diggs connection that takes them...";
arnews[9] += "
Publ.Date : Fri, 09 Jan 2009 23:30:54 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("