var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Audrina Patridge Signs on as Host of the Talent Contest Network YOBI.tv
";
arnews[0] += "YOBI.tv is a fast growing next-gen global talent contest network that offers fame and fortune to anyone, anywhere, anytime combining user-generated content and talent competitions with social networking for a revolutionary new entertainment platform.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:56:31 GMT";
arnews[0] += "
";
arnews[1]="February 5: U.S. passes tough immigration act, bin Laden followers go on trial for 1998 bombing
";
arnews[1] += "Maine Fast Fact : In 2002, Maine lobstermen set a record in the size and value of their catch when they brought in more than 57.2 million pounds of lobster which was valued at more than $188 million.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Almanac
";
arnews[2] += "Today is Friday, Feb. 5, the 36th day of 2010. There are 329 days left in the year.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 20:36:09 GMT";
arnews[2] += "
";
arnews[3]="On Feb. 5, 2009, Olympic gold medalist Michael Phelps was suspended by USA Swimming
";
arnews[3] += "Today is Friday, Feb. 5, the 36th day of 2010. There are 329 days left in the year.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 19:50:28 GMT";
arnews[3] += "
";
arnews[4]="This day in history
";
arnews[4] += "5, 1937, President Franklin D. Roosevelt proposed a Judiciary Reorganization Bill that would have increased the number of Supreme Court justices; critics accused Roosevelt of attempting to \"pack\" the court.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 16:20:21 GMT";
arnews[4] += "
";
arnews[5]="People in the News
";
arnews[5] += "An onslaught of criticism for the performance of Taylor Swift on Sunday at the Grammy Awards prompted a defense from the head of her record label.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 13:08:32 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("