var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Where did Jesse Labelle come from, and who gave him those dimples?
";
arnews[0] += "He's been called \"the next John Mayer\" , but in truth, this Toronto pop/folk singer is far better looking a ' just ask any of the Ampersand's female staff writers, one of whom has been debating putting a poster of him up on her bedroom wall.";
arnews[0] += "
Publ.Date : Wed, 27 Jan 2010 02:35:28 GMT";
arnews[0] += "
";
arnews[1]="Shank Year End Wrap Up (Listenings): Best Singles of 2009
";
arnews[1] += "I had the pleasure of seeing Bat For Lashes this summer at the 9:30 Club and they are fantastic live.";
arnews[1] += "
Publ.Date : Thu, 21 Jan 2010 17:45:37 GMT";
arnews[1] += "
";
arnews[2]="Concerts planned for N.B.
";
arnews[2] += "Here is a look at some concerts scheduled in the days ahead. Jan. 26 - Tegan and Sara with An Horse, Fredericton, Playhouse Theatre.";
arnews[2] += "
Publ.Date : Tue, 19 Jan 2010 12:35:11 GMT";
arnews[2] += "
";
arnews[3]="Kreesha Turner's R&B has Canadian flavour
";
arnews[3] += "Seven years ago, Edmonton native Kreesha Turner didn't even know she could sing, let alone dream of recording an album.";
arnews[3] += "
Publ.Date : Wed, 13 Aug 2008 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Overlooked Music In 2009
";
arnews[4] += "Fefe Dobson, \"I Want You\" Fall Out Boy, \"America's Suitehearts\" Vistoso Bosses, \"Delirious\" This was a stellar year for musical acts like the Black Eyed Peas and Lady Gaga.";
arnews[4] += "
Publ.Date : Sun, 20 Dec 2009 23:29:55 GMT";
arnews[4] += "
";
arnews[5]="The Sims 3 World Adventures HD Trailer Available
";
arnews[5] += "Apple has posted a new HD preview video for the recently released The Sims 3: World Adventures .";
arnews[5] += "
Publ.Date : Thu, 26 Nov 2009 16:43:54 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("