var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Soft, centred tough guy on fame and obscurity
";
arnews[0] += "Mark Wahlberg ... wants as many children as his wife will have. Mark Wahlberg has lived many lives but he's loving his new role as a serious actor and father, writes DONNA WALKER-MITCHELL Mark Wahlberg has been nominated for an Oscar, served time in jail and sold millions of records as a rap artist.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:23:08 GMT";
arnews[0] += "
";
arnews[1]="Nogueira's Goal Sends Tar Heels To NCAA Quarterfinals
";
arnews[1] += "Senior forward Casey Nogueira scored her ninth goal of the season in the 82nd minute and North Carolina's defense posted its eighth straight shutout as the third-ranked Tar Heel women's soccer team defeated 19th-ranked Maryland 1-0 in the NCAA third round before a crowd of 2,898 at Fetzer Field Saturday afternoon.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:34:13 GMT";
arnews[1] += "
";
arnews[2]="Film on relations with Iran
";
arnews[2] += "\"Iran ,'' a documentary that examines the role of the American media in providing - or failing to provide - the public with relevant and accurate information regarding relations between the United States and Iran, will be shown Tuesday, at 7 p.m. in the Ashland Public Library's community room.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:54:42 GMT";
arnews[2] += "
";
arnews[3]="As Oprah heads to cable, will her golden touch go with her?
";
arnews[3] += "Oprah Winfrey yesterday on the set of her show in Chicago. ) There is no way to overstate the influence of Oprah on the life of 49-year-old Barbara Moulton of Boston.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 21:51:24 GMT";
arnews[3] += "
";
arnews[4]="Clampitt ends 20-month layoff with unanimous-decision victory
";
arnews[4] += "By ERIC BENEVIDES Sports writer LINCOLN --- Jaime Clampitt flipped the switch in the second round, and in the process, shut off a tough competitor the rest of the way in her comeback fight on Friday night at the Twin River Event Center.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 19:22:20 GMT";
arnews[4] += "
";
arnews[5]="Ame's Hotel Fashionably opening
";
arnews[5] += "Morgan Group http://www.morganshotelgroup.com/ did it again, known for owning luxury and stylish hotels they did an amazing opening, local celebs like Marilyn Riseman a amazing and stylish woman who to this day will stand strong and ...";
arnews[5] += "
Publ.Date : Tue, 10 Nov 2009 08: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("