var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Live-Action Star Wars Series Is Leaking Details - io9.com
";
arnews[0] += "George Lucas' live-action Star Wars TV series is still moving forward in Australia, and little clues are slowly popping up here and there as to which characters will turn up, and which Star Wars film will it most emulate. Author Karen Traviss ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 23:46:00 GMT";
arnews[0] += "
";
arnews[1]="The Morning Mix: Taylor Swift Still Single - Idolator.com
";
arnews[1] += ":: Get ready for the oddest musical collaboration yet: a song called “My Space” will feature the voice talents of Frances Bean Cobain, My Chemical Romance’s Gerard Way, Dresden Dolls’ Amanda Palmer and… Weird Al Yankovic?!? [ Alt Press ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 13:27:00 GMT";
arnews[1] += "
";
arnews[2]="'Darksiders' brings fun to the apocalypse - Globe Gazette
";
arnews[2] += "Apocalypses are always a popular topic in pop culture, and video games are no different. This time, the end of humanity comes in “Darksiders.” You play as War, one of the Four Horsemen of the Apocalypse. Poor War has been tricked into bringing ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 09:43:00 GMT";
arnews[2] += "
";
arnews[3]="Live-Action ‘Star Wars’ Show Still Trudging On - The Celebrity Cafe.com
";
arnews[3] += "After being postponed for a few years, show will soon be in production. Jeffrey Sullivan The new, and still untitled Star Wars live-action TV series is still trudging on, and will hopefully be ready for viewers in 2011. George Lucas said in an ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 00:02:00 GMT";
arnews[3] += "
";
arnews[4]="Review: 'Darksiders' brings fun to the apocalypse - Lincoln Journal Star
";
arnews[4] += "The apocalypse is always a popular topic in pop culture, and video games are no different. This time, the end of humanity comes in \"Darksiders.\" You play as War, one of the Four Horsemen of the Apocalypse. Poor War has been tricked into bringing ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 23:17:00 GMT";
arnews[4] += "
";
arnews[5]="'Bourne,' 'Aces,' 'Air Bud' available now or coming soon on disc - Burlington County Times
";
arnews[5] += "The following DVD titles recently landed or are coming soon to a video outlet near you. If your local outlet doesn’t stock them, the DVD offerings can be mail-ordered by calling 800-523-0823, going to the Web site moviesunlimited.com or amazon.com ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 17:31:00 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("