var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The sexiest men of sci-fi film and television
";
arnews[0] += "With the recent premiere of \"V\", a remake of the 80's science fiction thriller, I've been thinking about all things sci-fi. Yesterday I posted an article on the beautiful and sexy women of sci-fi. It seems only fitting that I give the men of science fiction their due as well.";
arnews[0] += "
Publ.Date : Wed, 28 Oct 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Starship Troopers 3: Marauder
";
arnews[1] += "Action, Sequel, Sci-Fi Amanda Donohoe, Edward Neumeier, Edward Neumeier, Marne Patterson, Casper Van Dien, Stephen Hogan, Boris Kodjoe, Jolene Blalock Col.";
arnews[1] += "
Publ.Date : Mon, 26 Oct 2009 13:10:28 GMT";
arnews[1] += "
";
arnews[2]="Article Comments
";
arnews[2] += "Character actor Robert David Hall plays quirky coroner, Dr. Albert Robbins, on the Emmy-nominated CSI: Crime Scene Investigation.";
arnews[2] += "
Publ.Date : Mon, 19 Oct 2009 17:03:16 GMT";
arnews[2] += "
";
arnews[3]="Arts Briefs
";
arnews[3] += "Actors, makeup artists needed for vampire, zombie video Jillian McDonald, social studies artist-in-residence at the Arizona State University Art Museum, is seeking participants in a video installation for her November exhibit at ASU.";
arnews[3] += "
Publ.Date : Fri, 16 Oct 2009 17:20:00 GMT";
arnews[3] += "
";
arnews[4]="Horror & Sci-Fi Film Festival
";
arnews[4] += "Casper Van Dien, known for his role as Johnny Rico in Starship Troopers, stopped by the FOX 10 studios to talk about the International Horror and Sci Fi Film Festival.";
arnews[4] += "
Publ.Date : Fri, 16 Oct 2009 00:28:51 GMT";
arnews[4] += "
";
arnews[5]="Action is on 'Nim's Island'
";
arnews[5] += "Breslin stars as the title character, a fearless young girl left alone on an island after her scientist dad vanishes.";
arnews[5] += "
Publ.Date : Tue, 05 Aug 2008 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Arts Briefs
";
arnews[6] += "Actors, makeup artists needed for vampire, zombie video Jillian McDonald, social studies artist-in-residence at the Arizona State University Art Museum, is seeking participants in a video installation for her November exhibit at ASU.";
arnews[6] += "
Publ.Date : Wed, 14 Oct 2009 18:41:00 GMT";
arnews[6] += "
";
arnews[7]="10/15-18: International Horror, Sci-Fi Film Fest
";
arnews[7] += "PRICE: $10 - $100 : $100 for an all-access pass; $25 for a flex pass that allows you to pick 4 different films; $10 for individual screenings The four-day International and Sci-Fi Film Festival highlights mainstream and independent movies.";
arnews[7] += "
Publ.Date : Sun, 11 Oct 2009 16:46:47 GMT";
arnews[7] += "
";
arnews[8]="Action is on 'Nim's Island'
";
arnews[8] += "Breslin stars as the title character, a fearless young girl left alone on an island after her scientist dad vanishes.";
arnews[8] += "
Publ.Date : Tue, 05 Aug 2008 07:00:00 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("