var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="All Gory and Al Gore-y
";
arnews[0] += "Imagine spending 15 years tracking polar bears and walruses over thousands of miles.";
arnews[0] += "
Publ.Date : Fri, 03 Aug 2007 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="An all-star evening at Bandra amphitheatre
";
arnews[1] += "Some part dance, some part music, 100 per cent wizardry - what else would you expect from Merlin, with a name like that and a formidable musical reputation.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:50:56 GMT";
arnews[1] += "
";
arnews[2]="Pixies Play Fallon, Fans Pick Second Song on Twitter
";
arnews[2] += "Aside from his penchant for starring in bad Queen Latifah movies , Jimmy Fallon's usually got the public's interest in mind.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:30:35 GMT";
arnews[2] += "
";
arnews[3]="Weekend Events
";
arnews[3] += "Children's Book Fair The Brooklyn Museum presents the third annual Children's Book Fair, with more than 30 Brooklyn authors and illustrators.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 14:01:24 GMT";
arnews[3] += "
";
arnews[4]="Kid Sister already among Chicago's hottest acts
";
arnews[4] += "Born in Chicago Heights, raised in the south suburb of Markham and attending high school in Richton Park, Melissa Young didn't think a lot about the role of women in hip-hop -- or, for that matter, about her own relationship with feminism.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 12:10:49 GMT";
arnews[4] += "
";
arnews[5]="the Channel
";
arnews[5] += "Andrew Ryan From Friday's Globe and Mail Published on Friday, Nov. 20, 2009 12:00AM EST Last updated on Friday, Nov.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 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("