var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mandisa from American Idol and Josh Turner headline Macy s Great Tree ... - Examiner
";
arnews[0] += "Get alerts when there is a new article from the Atlanta Northside Family & Parenting Examiner. Read Examiner.com's terms of use. Mandisa – This Grammy and Dove Award-nominated American singer and was the ninth-place finalist in the fifth season ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:52:00 GMT";
arnews[0] += "
";
arnews[1]="Keeping the faith with Mandisa - Charleston Gazette
";
arnews[1] += "NOTE: Mandisa performs Friday. Individual tickets for her show are not available. CHARLESTON, W.Va. -- Contemporary Christian singer and former \"American Idol\" contestant Mandisa loves performing at women's conferences. She's been doing a lot of them ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 02:57:00 GMT";
arnews[1] += "
";
arnews[2]="Mathew West Initiates National 'Give This Christmas Away' Campaign - CMSPIN.com
";
arnews[2] += "Award-winning singer/songwriter Matthew West heads toward the holidays with a mission to remind others of the true reason for the season. West was inspired by the song “Give This Christmas Away,” to be serviced to radio Nov. 27, which he wrote ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 02:20:00 GMT";
arnews[2] += "
";
arnews[3]="Jones: I resigned impulsively - South Africa Mercury
";
arnews[3] += "The ANC has lost its appeal against a Western Cape High Court judgment in favour of the George municipality following the disputed resignation of a DA councilor in March 2008. The ANC had insisted that Henry Jones' resignation, which he later ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 17:04:00 GMT";
arnews[3] += "
";
arnews[4]="Get to Know Area Schools: American University - Hilltop
";
arnews[4] += "Situated in a residential region of northwest Washington D.C., American University (AU) was established in 1893 with a United Methodist Church affiliation. Today, this private, coeducational institution instructs a combined graduate and undergraduate ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 09:47:00 GMT";
arnews[4] += "
";
arnews[5]="Prolific inspirational writer to visit Charleston - Charleston Gazette
";
arnews[5] += "Musical guests include Matthew West, Michael O'Brien and Mandisa. \"I'm thankful that I write quite quickly, because it gives me time with my children. My son Tyler said, 'Mom, when I'm older I want to be maybe a director or maybe a songwriter, but I ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 20:54: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("