var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="When keeping it real means keeping it fake
";
arnews[0] += "Decades of Christmas specials have established a set of standards to live up to, or down to, as in the case of \"Larry the Cable Guy's Hula-Palooza Christmas Luau\" . The first principle of the inappropriately early Christmas special is to recognize the fact that the audience has no illusions that it has not been taped months earlier on a stage in ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:07:56 GMT";
arnews[0] += "
";
arnews[1]="Aggressive Roosevelt Field crowd cancels Bieber visit
";
arnews[1] += "DEBORAH S. MORRIS AND LAUREN CIOFFI. deborah.morris@newsday.com ,, lauren.cioffi@newsday.com Quick Summary A scheduled performance by teen sensation Justin Bieber at Roosevelt Field Mall had to be canceled after the crowd became too large.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:22:50 GMT";
arnews[1] += "
";
arnews[2]="Calgary, Canada travel information and guide
";
arnews[2] += "Explore a land of mystic peaks, enchanted forests and crystal fields of ice. Not so far, far away in a place called Montana.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:08:18 GMT";
arnews[2] += "
";
arnews[3]="Justin Bieber's 'My World' is a tween hit
";
arnews[3] += "Call it Bieber Fever. Though that album, \"My World,\" came out Tuesday, the 15-year-old's career got rolling a couple of years ago, thanks to his mom.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:17:43 GMT";
arnews[3] += "
";
arnews[4]="Justin Bieber mall performance canceled after large crowd gathers
";
arnews[4] += "DEBORAH S. MORRIS. AND SID CASSESE. deborah.morris@newsday.co., sid.cassese@newsday.com Quick Summary A scheduled performance by teen sensation Justin Bieber at Roosevelt Field Mall had to be canceled after the crowd became too large.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:16:00 GMT";
arnews[4] += "
";
arnews[5]="20 per cent of bald British men dream of having hair like Jedward or a 'Jed-Head'
";
arnews[5] += "One in five British men suffering from hair loss wish for 'Jedward' like hair rather than something more traditional, according to new research out today.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:23:11 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("