var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Life's work noted: Tascosa grad JD Souther - Amarillo Globe-Times
";
arnews[0] += "Growing up in Amarillo, JD Souther never wrote anything other than a few exercises for music composition and theory classes at Amarillo College. When he moved to California in the late 1960s, the 22-year-old taught himself to play an acoustic guitar ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:41:00 GMT";
arnews[0] += "
";
arnews[1]="Cultural Olympiad to include Russian tribute - Vancouver Sun
";
arnews[1] += "In Whistler, the Nunavut-based arts collective Artcirq will perform traditional games, throat singing and drumming at the Squamish-Lil'wat Cultural Centre on Feb. 20. Toward the end of the Cultural Olympiad, Raphael Saadiq and India.Arie share the ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:06:00 GMT";
arnews[1] += "
";
arnews[2]="Don Preach Awarded For His Music Video ‘hero’ At The Hollywood ... - PRLog (free press release)
";
arnews[2] += "PRLog (Press Release) – Nov 21, 2009 – In a surprise move at the Hollywood Music in Media Awards, musical artist Don Preach came onto stage for a live performance during the viewing of his award winning My Studio Music Video ‘Hero’. On ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:29:00 GMT";
arnews[2] += "
";
arnews[3]="Cultural Olympiad will include Kirov Ballet's prima ballerina - Georgia Straight
";
arnews[3] += "The Vancouver 2010 Cultural Olympiad, which runs from January 22 to March 21, has added another three dozen projects to its roster of events. Lopatkina is the principal dancer with the Kirov Ballet/Mariinksky Theatre. The program will also feature ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 22:02:00 GMT";
arnews[3] += "
";
arnews[4]="Students showcase talent at open mic night - Auburn Plainsman
";
arnews[4] += "Students displayed their vocal and instrumental talents as they performed at UPC’s second Open Mic night of the semester. The event was held in the Student Center November 9 at 7 p.m., with the sound system and speakers setup along with about 40 ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 07:16:00 GMT";
arnews[4] += "
";
arnews[5]="THE PULSE OF ENTERTAINMENT: Irene "Mama"... - EURweb
";
arnews[5] += "*Irene Stokes known to most as comedian/actress Mama Stokes, mother of music/film producer Chris Stokes (Immature/IMx, B2K, “You Got Served”), has launched an Internet cooking show, “Irene Cooking with the Stars.” Her cooking show has had ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 08:05: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("