var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Award-Winning Actor Gary Sinise and His Band, the Lt. Dan Band, to Entertain Troops in Afghanistan
";
arnews[0] += "American Airlines, Armed Forces Entertainment, USO, OIC Also Transport Aid to Support Afghan Children and U.S. Troops Source: American Airlines On 11:14 am EST, Tuesday November 24, 2009 Companies: Amr Corporation FORT WORTH, Texas, Nov.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 19:18:07 GMT";
arnews[0] += "
";
arnews[1]="SCV's - Buffy' and the Olympian
";
arnews[1] += "The Santa Clarita Valley has long served as Hollywood's \"backlot\" with film and television productions using the streets, neighborhoods and canyons of the SCV as backdrops to everything from \"Star Trek\" to \"24.\" Celebrities throughout the years, like Western silent film star William S. Hart, film star Harry Carey, Jr., Cheryl Ladd of \"Charlie's ...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Don't tousle Her tresses
";
arnews[2] += "There were some familiar faces at the ballpark the other day. Who knew that it would all eventually lead to a skirmish in the blogosphere and, even stranger, to a renewed focus on the, um, roots of that very contemporary term \"Bad Hair Day\"? I'll begin, I guess, with the scene at the Rogers Centre in Toronto last Monday when, there in the VIP seats ...";
arnews[2] += "
Publ.Date : Sat, 31 May 2008 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Tributes for Nov. 4
";
arnews[3] += "March 27, 1933-Oct. 27, 2009 Age: 76 Residence: Greeley Antonio was born in Chihuahua, Mexico, to Alberto and Ventura Gonzalez.";
arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 08:42:00 GMT";
arnews[3] += "
";
arnews[4]="The most beautiful and sexiest women of sci-fi
";
arnews[4] += "I admit it. I'm a science fiction nerd. I love all things sci-fi. While one might not normally equate beauty and science fiction together, they would be wrong.";
arnews[4] += "
Publ.Date : Mon, 26 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Cant say how much fun we had this...
";
arnews[5] += "Need even more goodies? Then check out the unbelievably kick ass cover to the 32 page event program/autograph book by celebrated album cover artist Mr.";
arnews[5] += "
Publ.Date : Sun, 18 Oct 2009 07:00: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("