var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Crush - Frankie J
";
arnews[0] += "Tijuana-born and San Diego-raised contemporary R&B artist Frankie J was raised on a steady diet of Latin music and American artists like Michael Jackson and Run-D.M.C. At the age of 15, he was involved with the Latin freestyle scene and released a series of singles on a Canadian dance label.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:06:14 GMT";
arnews[0] += "
";
arnews[1]="'Office' plotlines reflect recession anxieties
";
arnews[1] += "Dunder Mifflin, the fictional paper company at the center of NBC's prime-time comedy \"The Office,\" is facing bankruptcy.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:49:38 GMT";
arnews[1] += "
";
arnews[2]="TV plotlines reflect recession anxieties
";
arnews[2] += "Dunder Mifflin, the fictional paper company at the center of NBC's prime-time comedy \"The Office,\" is facing bankruptcy.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:17:02 GMT";
arnews[2] += "
";
arnews[3]="Michael McIntyre: a comedian for the Cameron age
";
arnews[3] += "Loved by the masses, but loathed by his peers a ' does Michael McIntyre's conservative humour explain his meteoric rise? quot;A funny thing happened on the way to the M40 ...quot; ... Michael McIntyre on Friday Night with Jonathan Ross.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 14:14:41 GMT";
arnews[3] += "
";
arnews[4]="Ticketline
";
arnews[4] += "Alberta Cross, 10 p.m. Jan. 29, Schubas; $12. On sale at noon. Badfish, 6:30 p.m. Feb.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 12:00:00 GMT";
arnews[4] += "
";
arnews[5]="Tribute to Tito Lara - a soca parang gem
";
arnews[5] += "Today Mr Muzik welcomes journalistic colleague Michelle Loubon to the world of song-writing. Her first efforta 'Tribute to Tito Laraa 'is fantastic.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:51:55 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("