var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NAACP Explains its Absence at School Forum - WWAY NewsChannel 3
";
arnews[0] += "The Pender County chapter of the NAACP was noticeably absent at last night's school open forum. It was the first public platform for the group to voice its concerns about unfair hiring practices in the school system. Chapter leader Rachel Stephens ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:04:00 GMT";
arnews[0] += "
";
arnews[1]="Bruton gets to bottom of Rear award - Independent
";
arnews[1] += "Footballer Ian Wright, glamour model Melinda Messenger and singer Rachel Stevens are among previous winners, all of whom were nominated by the public. Ms Harman, renowned for her tough feminist view, is the first MP to be nominated for the annual ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:22:00 GMT";
arnews[1] += "
";
arnews[2]="Cheeky! Has Harriet Harman been nominated by fellow MPs for Rear Of ... - Daily Mail
";
arnews[2] += "Last year singer Rachel Stevens lifted the title and Russell Watson won the male category. Previous winners include Denise van Outen and Charlotte Church.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 15:24:00 GMT";
arnews[2] += "
";
arnews[3]="FEMINIST MP IN BID FOR REAR OF THE YEAR - Daily Star
";
arnews[3] += "PRANKSTERS have launched a cheeky bid to get feminist MP Harriet Harman named Rear Of The Year. The ultra-right-on Women’s Minister has received a deluge of votes in the past week. The Labour minister, who is often accused by her critics of talking ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 00:01:00 GMT";
arnews[3] += "
";
arnews[4]="Harriet Harman in the running for 'Rear of the Year' award - Daily Telegraph
";
arnews[4] += "The Minister for Women, who wants pictures of Page 3 girls banned from the workplace to protect the sensitivity of some staff, is an unlikely candidate for the honour. Twelve nominations have already been received for the Leader of the House by the ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 07:25:00 GMT";
arnews[4] += "
";
arnews[5]="Harman fave for Rear of the Year - The Sun
";
arnews[5] += "The 59-year-old Deputy Leader could become the unlikely favourite for the honour after being earmarked alongside glamour girls as well as stars of soap and reality TV. The blame is pointed at mischievous MPs in Westminster, who are suspected of ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 02:38:00 GMT";
arnews[5] += "
";
arnews[6]="Lingerie model begs pardon for besieged Australian banker - The Gaea Times
";
arnews[6] += "SYDNEY - David Kiely, the Australian banker fighting to save his job after being filmed ogling snaps of Miranda Kerr in a prime-time news bulletin about interest rates, received her support Friday. The lingerie model, British actor Orlando Bloom’s ...";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 13:43:00 GMT";
arnews[6] += "
";
totcount = 7;
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("