var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="
";
arnews[0] += "CLANTON, Ala. (AP) - Two Clanton men who were about to go on trial for murder have reached plea agreements. The two, 33-year-old Christopher Iman Ulmer and 31-year-old Kowosky Tywan Christian, faced murder charges in the 2006 shooting death of Issac ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 13:58:00 GMT";
arnews[0] += "
";
arnews[1]="
";
arnews[1] += "... and No. 22 Georgia Tech showed off its freshmen in its 100-59 win over Florida A&M ... forwards in coach Paul Hewitt's three-guard lineup. Peacock finished with eight points. Favors was joined by another freshman, point guard Mfon Udofia, in the ...";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 23:57:00 GMT";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "\"Iman: The moment I got into the modeling industry, I knew I had to be an entrepreneur\" (CNN) -- \"The moment I got into the modeling industry, I knew I had to be an entrepreneur,\" says former supermodel Iman. One of the most recognized models of the ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 14:49:00 GMT";
arnews[2] += "
";
arnews[3]="
";
arnews[3] += "Jay-Zrefused to be photographed with the Victoria's Secret models for fear of upsetting his wife,
Beyoncé. The rap icon would not walk the red carpet or pose with the girls at Thursday's fashion show and after-party at M2, thrown by ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:21:00 GMT";
arnews[3] += "
";
arnews[4]="
";
arnews[4] += "David Bowie knows what he's singing about when he performs \"Changes.\" After making a big splash in the early 1970s as Ziggy Stardust, he went on to become the Thin White Duke, an artsy Berlin angst rocker, the \"straight\" Bowie of \"Let's Dance\" and ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:16:00 GMT";
arnews[4] += "
";
arnews[5]="
";
arnews[5] += "NEW YORK — Heidi Klum and her post-baby body led the parade at the annual Victoria's Secret fashion show, which returned to New York with some fresh faces after four years on the road. The lingerie retailer based in Columbus, Ohio, inducted five ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 03:58:00 GMT";
arnews[5] += "
";
arnews[6]="
";
arnews[6] += "MOTLEY CRUE rocker TOMMY LEE, LINKIN PARK frontman MIKE SHINODA and rap group CYPRESS HILL were among the stars who joined the DEFTONES at a benefit concert in Los Angeles on Thursday night (19Nov09). The musicians all took to the stage with the band ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 08:02:00 GMT";
arnews[6] += "
";
arnews[7]="
";
arnews[7] += "Su rrounded by open fields and few buildings, a five-story building far from Cairo lays shrouded in secrecy. It stands as a silent witness to the visitors who slip in, wounded and desperate for shelter. Many are disillusioned and depressed after ...";
arnews[7] += "
Publ.Date : Sun, 22 Nov 2009 07:04:00 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("");document.write("");