var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Revolving Door Newsletter: 02.09.10
";
arnews[0] += "Be it distributed reporting, Web content strategy or developing software apps for news sites, talented and driven media pros can break into these emerging careers.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Michael Shanks wants "dream" 'Five-O' role
";
arnews[1] += "Michael Shanks has admitted that landing the part of Danno on the new Hawaii Five-O remake would be a \"dream come true\". The Stargate: SG1 star told Scifiwire that he hopes the programme will be updated for the 21st century, after auditioning for the detective role.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 02:33:44 GMT";
arnews[1] += "
";
arnews[2]="Enhance your culinary repertoire with beer
";
arnews[2] += "Cheddar Ale Soup, Chef Michael Picard, INFusion Bistro made with beer from The Heritage Brewing Ltd.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 01:20:08 GMT";
arnews[2] += "
";
arnews[3]="Ron Melendez
";
arnews[3] += "Ron Melendez will guest star on \"Ghost Whisperer.\" The thesp can also be seen in the upcoming Hallmark pic \"Love Will Keep Us Together.\" Read next article: Michael Shanks >";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 23:06:48 GMT";
arnews[3] += "
";
arnews[4]="Michael Shanks
";
arnews[4] += "Michael Shanks has booked a guest spot in the CW telepic, \"Smallville: Absolute Justice\" as Hawkman.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 23:05:57 GMT";
arnews[4] += "
";
arnews[5]="Smallville JSA Review
";
arnews[5] += "February 7, 2010 - For a show that realistically should have ended seasons ago, Smallville continues to surprise the hell out of me.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 21:19:13 GMT";
arnews[5] += "
";
arnews[6]="Smallville: Absolute Justice an absolute joy
";
arnews[6] += "Lexington TV Examiner rates this: Long anticipated, Friday night's two hour television movie Smallville: Absolute Justice was more than just two episodes of the CW 's popular Smallville series.";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Smallville
";
arnews[7] += "A man named Sylvester Pemberton tracks down Chloe and tells her he knows about her team of superheroes and needs their help.";
arnews[7] += "
Publ.Date : Sun, 07 Feb 2010 15:43:43 GMT";
arnews[7] += "
";
arnews[8]="Friday Brings Justice Society (And Pam Grier As Amanda Waller) To SMALLVILLE
";
arnews[8] += "Friday Brings Justice Society To SMALLVILLE!! Why do Clark, Chloe, Ollie and J'onn, who are in the superhero business, know nothing of these geezerly superheroes? I was hoping it was because the oldsters all live on Earth 2 alongside William Bell -- but with Dr.";
arnews[8] += "
Publ.Date : Fri, 05 Feb 2010 11:19:18 GMT";
arnews[8] += "
";
totcount = 9;
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("