var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sam Shepard to Star in EPIX's Tough Trade
";
arnews[0] += "Acclaimed actor and Pulitzer Prize-winning playwright Sam Shepard is set to star in Lionsgate's Tough Trade , the first original series pilot for EPIX, the new multi-platform entertainment service from Viacom Inc., its Paramount Pictures unit, Metro-Goldwyn-Mayer Studios Inc.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 20:36:00 GMT";
arnews[0] += "
";
arnews[1]="Sam Shepard to Star in EPIX's Tough Trade
";
arnews[1] += "Acclaimed actor and Pulitzer Prize-winning playwright Sam Shepard is set to star in Lionsgate's \"Tough Trade,\" the first original series pilot for EPIX, the new multi-platform entertainment service from Viacom Inc., its Paramount Pictures unit, Metro-Goldwyn-Mayer Studios Inc.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:45:29 GMT";
arnews[1] += "
";
arnews[2]="Sam Shepard to Star in EPIX's First Original Drama Series Pilot Tough Trade Produced by Lionsgate
";
arnews[2] += "NEW YORK & SANTA MONICA, Calif.-- --Acclaimed actor and Pulitzer Prize-winning playwright Sam Shepard is set to star in Lionsgatea s a oeTough Trade,a the first original series pilot for EPIX TM , the new multi-platform entertainment service from Viacom Inc.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:00:51 GMT";
arnews[2] += "
";
arnews[3]="Tigers battle, come up short
";
arnews[3] += "Perhaps a good sign for Holy Trinity Episcopal's volleyball future was not all the Tigers, despite falling in the just-finished state final, felt a superior team won.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 12:38:06 GMT";
arnews[3] += "
";
arnews[4]="Sam Shepard to star in Epix pilot
";
arnews[4] += "In its first casting, Epix has tapped Sam Shepard to star in its inaugural pilot, \"Tough Trade,\" an indication that the fledging multiplatform entertainment service will be pursuing established talent for its original offerings.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 16:00:00 GMT";
arnews[4] += "
";
arnews[5]="Sarah Palin = Dan Quayle.
";
arnews[5] += "John F. Kennedy believed that being passed over for vice president by the Democratic convention in 1956 saved his political career.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 23:41:13 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("