var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Update: What Do Miley Cyrus and William Shatner Have in Common? - Earthtimes
";
arnews[0] += "NEW YORK, Nov. 16 /PRNewswire/ -- Millward Brown, one of the world's leading research agencies, announced the launch of a new celebrity and brand solution--the first to directly match brand and celebrity equity. \"Many of our clients struggle with ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 17:05:00 GMT";
arnews[0] += "
";
arnews[1]="Roberto Orci on Fan Feedback, Khan and William Shatner Rumors in Star ... - TrekWeb.com
";
arnews[1] += "Nrama : Now that you know people are happy with the reboot, are you guys coming up with more nods to the series to stick in there? Do you feel like you can do more of that now? Orci : Yeah, you know, because we do our homework, and now the whole team ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 16:48:00 GMT";
arnews[1] += "
";
arnews[2]="DVD Review: Star Trek - Radar Online.com
";
arnews[2] += "More than 40 years after the USS Enterprise first launched, J.J. Abrams sexed up Star Trek for the modern age with his big-screen edition, banking more than $75 million from the opening weekend alone. Mixing sleek production value, high-voltage ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:12:00 GMT";
arnews[2] += "
";
arnews[3]="Independent Publishers Who Are Reinventing The Future - io9.com
";
arnews[3] += "Another San Francisco press, Night Shade has been around for a dozen years. The company originally published only about four books a year, but now puts out 30-35 titles every year. And now Night Shade is putting out books from the likes of Iain M ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:04:00 GMT";
arnews[3] += "
";
arnews[4]="Kingdom of the Spiders DVD Trailer and Clips - DREAD CENTRAL.COM
";
arnews[4] += "As we said when the announcement first came that Kingdom of the Spiders was getting a special edition DVD release , if you've never seen William Shatner's portrayal of manly man Rack Hansen, shame on you! If you don't have any idea what I'm talking ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 03:18:00 GMT";
arnews[4] += "
";
arnews[5]="Star Trek-like phaser to cause paralysis with beam of light - The Gaea Times
";
arnews[5] += "William Shatner may do a cameo in next 'Star Trek' instalment April 1st, 2009 LONDON - Hollywood actor William Shatner might return as Captain Kirk in the planned 'Star Trek' sequel. The 78-year-old star, who missed out on the latest big-screen ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 07:50:00 GMT";
arnews[5] += "
";
arnews[6]="what I'm thinkin right now - DAILY KOS
";
arnews[6] += "the only thing preventing this from being a private journal entry is the fact that politics are part of the subject material. given the time of evening, and lack of a BREAKING OMG title in mind, this diary will slip by unnoticed. Which is fine ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 07:55:00 GMT";
arnews[6] += "
";
arnews[7]="Who Should Give Voice To A Senate Health Bill? - NPR News
";
arnews[7] += "It's hard to top @pourmecoffee's idea of William Shatner , but @ezraklein gave it a go with Christopher Walken . Nice! After kicking around some other names, we offer this slate for your vote.";
arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 20:59:00 GMT";
arnews[7] += "
";
totcount = 8;
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("