var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sentenced to succeed
";
arnews[0] += "Glancing at her list of experiences - \" getting noticed by David Foster, singing with stars and winning substantial scholarships - \" some might say Surrey's Alisha Pillay has had a string of luck.";
arnews[0] += "
Publ.Date : Sat, 16 Jan 2010 18:46:36 GMT";
arnews[0] += "
";
arnews[1]="Sentenced to succeed
";
arnews[1] += "Glancing at her list of experiences - \" getting noticed by David Foster, singing with stars and winning substantial scholarships - \" some might say Surrey's Alisha Pillay has had a string of luck.";
arnews[1] += "
Publ.Date : Sat, 16 Jan 2010 15:29:56 GMT";
arnews[1] += "
";
arnews[2]="Swingin' into Christmas
";
arnews[2] += "TCHAIKOVSKY'S HOLIDAY CLASSIC BALLET, \"THE NUTCRACKER,\" HAS ACHIEVED iconic status as holiday entertainment.";
arnews[2] += "
Publ.Date : Thu, 17 Dec 2009 20:59:59 GMT";
arnews[2] += "
";
arnews[3]="Brick's Picks: Saxes Roasting on an Open Fire
";
arnews[3] += "There is a great selection of local saxophonists across town this week. Tenor Chuck Manning does a long-awaited night with the John Heard Trio at Charlie O's on Friday.";
arnews[3] += "
Publ.Date : Thu, 17 Dec 2009 07:15:12 GMT";
arnews[3] += "
";
arnews[4]="A very Jazzy Christmas
";
arnews[4] += "Stage productions of Tchaikovsky's \"Nutcracker Suite\" in the month of December are as common as Christmas trees and department store Santas.";
arnews[4] += "
Publ.Date : Thu, 10 Dec 2009 19:41:54 GMT";
arnews[4] += "
";
arnews[5]="What's Your Favorite Holiday Song?
";
arnews[5] += "The Internet radio station MartiniintheMorning.com is kicking off their annual Holiday Song Countdown Thanksgiving weekend.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 08:17:27 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("