var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TVEYE
";
arnews[0] += "To wind up the second annual Expedition Week, National Geographic Channel takes a look at some ancient crocodiles with considerable appetites.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:21:56 GMT";
arnews[0] += "
";
arnews[1]="Saturday's TV Highlights: 'Robin Hood' learns he has a half-brother
";
arnews[1] += "BROTHERS: Gisborne and Robin work together to save their half-brother on a new episode of 'Robin Hood' at 6 and 9 p.m. on BBC A SERIES Celebrity Ghost Stories: Jay Thomas mistakenly used a tombstone in a home renovation .";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Maino Makes "a Movie"; Brooklyn-Based MC to Premiere Latest Video on...
";
arnews[2] += "On Saturday, November 21st, at 9:55 PM; \"Let's Make A Movie\" to Be Featured on Next Year's DVD of \"IF TOMORROW COMES...\" NEW YORK, NY-- - Hustle Hard Entertainment/Atlantic recording artist Maino has announced the world premiere of his latest video, \"Let's Make A Movie.\" ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:55:00 GMT";
arnews[2] += "
";
arnews[3]="More
";
arnews[3] += "Artist Biography: Ashanti By Jason Birchmeier With hitmaker Irv Gotti at the helm, Ashanti blasted into the urban music scene in 2002, topping the charts with multiple singles at once.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:35:03 GMT";
arnews[3] += "
";
arnews[4]="Big Poppa - Notorious B.i.g.
";
arnews[4] += "In just a few short years, the Notorious B.I.G. went from a Brooklyn street hustler to the savior of East Coast hip-hop to a tragic victim of the culture of violence he depicted so realistically on his records.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:04:20 GMT";
arnews[4] += "
";
arnews[5]="Free For All Friday: Part Two
";
arnews[5] += "2) on the first page 3) the first commenter. yay! my friday sucks so far. i hate my family too.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 01:20:45 GMT";
arnews[5] += "
";
arnews[6]="Say Anything: the anti-Kings of Leon
";
arnews[6] += "If the lack of drama surrounding Los Angeles pop-punks Say Anything these days causes you confusion, don't worry.";
arnews[6] += "
Publ.Date : Fri, 13 Nov 2009 22:47:00 GMT";
arnews[6] += "
";
arnews[7]="Maino To Debut New Video On Cinemax
";
arnews[7] += "Brooklyn rapper Maino will debut the video for his latest single \"Let's Make a Movie\" this weekend on Cinemax.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 19:45:57 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("