var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Living in the holey lands
";
arnews[0] += "Scott Paulsen takes time away from the farm to host an afternoon sports talk show each day on 1250 ESPN.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:28:13 GMT";
arnews[0] += "
";
arnews[1]="This Time Of Year - Ray Charles
";
arnews[1] += "Ray Charles was the musician most responsible for developing soul music. Singers like Sam Cooke and Jackie Wilson also did a great deal to pioneer the form, but Charles did even more to devise a new form of black pop by merging '50s R&B with gospel-powered vocals, adding plenty of flavor from contemporary jazz, blues, and country.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:31:12 GMT";
arnews[1] += "
";
arnews[2]="Please Come Home... - Aaron Nevi...
";
arnews[2] += "Genres: Soul, Early R&B, Urban, Adult Contemporary, Pop/Rock, New Orleans R&B, Country-Soul, Contemporary Gospel, Pop-Soul, Smooth Soul Active: 60's, 70's, 80's, 90's, 2000's Born: January 24, 1941 in New Orleans, LA Influences Similar Artists Followers Johnny Adams Biography Although Aaron Neville is often compared to singer Sam Cooke in terms of ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:00:33 GMT";
arnews[2] += "
";
arnews[3]="Take a chance on Broadway Theatre League's "Mamma Mia!"
";
arnews[3] += "\"Mamma Mia!\" cast members Adam Jacobs and Liana Hunt will continue performing this weekend at the Von Braun Center Concert Hall.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:51:34 GMT";
arnews[3] += "
";
arnews[4]="Seal the King of soul
";
arnews[4] += "SEAL has kept Perth waiting for years - to the point where many had given up on the idea of him ever performing here.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 09:03:27 GMT";
arnews[4] += "
";
totcount = 5;
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("