var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Independent and Military Base Films: February 12 to 18
";
arnews[0] += "12 - 7:30 p.m. The documentary follows independent filmmakers around the festival circuit for a lighthearted examination of the politics and pitfalls of today's film festival landscape.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:50:57 GMT";
arnews[0] += "
";
arnews[1]="Poker Pro and No Limit Holdem Ace Lucy Rokach
";
arnews[1] += "Egypt has not been a great nation for exports. Historically the only things of real value to come out of Egypt were the Israelites and occasionally some nice rugs.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 03:34:31 GMT";
arnews[1] += "
";
arnews[2]="Holidays on Earth Today: January 13, 2010
";
arnews[2] += "Holidays are such an important part of each countries tradition along with supporting its culture.";
arnews[2] += "
Publ.Date : Thu, 14 Jan 2010 12:54:09 GMT";
arnews[2] += "
";
arnews[3]="Jan. 13, 2005, Major League Baseball adopted a tougher steroid-testing program
";
arnews[3] += "Today is Wednesday, Jan. 13, the 13th day of 2010. There are 352 days left in the year.";
arnews[3] += "
Publ.Date : Wed, 13 Jan 2010 21:52:19 GMT";
arnews[3] += "
";
arnews[4]="Today in History, Today is Wednesday, Jan. 13, 2010
";
arnews[4] += "Today's Highlight in History: On Jan. 13, 1794, President George Washington approved a measure adding two stars and two stripes to the American flag, following the admission of Vermont and Kentucky to the union.";
arnews[4] += "
Publ.Date : Wed, 13 Jan 2010 17:14:48 GMT";
arnews[4] += "
";
arnews[5]="People in the News
";
arnews[5] += "Jessica Biel , Emile Hirsch and other celebrity activists made yesterday it to the peak of Mount Kilimanjaro in Tanzania.";
arnews[5] += "
Publ.Date : Wed, 13 Jan 2010 14:00:24 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("