var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How Many Costume Changes Are There in Lady Gaga's New Video?
";
arnews[0] += "Foremost among the many products advertised here is the song itself, \"Bad Romance,\" a disco strut quoting \"Billie Jean\" and ELO's \"Don't Bring Me Down,\" among other synthesized sources.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Nothing special
";
arnews[1] += "This week, we start in Austria; sort of: Bruno Rated R, 82 minutes. Coming Tuesday to DVD.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 07:25:42 GMT";
arnews[1] += "
";
arnews[2]="Who wants to be a Gemini winner?
";
arnews[2] += "Corner Gas is the front-runner to repeat in this category, and deservedly so. Consider the diversity of the other nominees, though, from the mockumentary zaniness of Cocka d Gunns to the animated slacker humour of Odd Job Jack to the hit-and-miss shots in Rent-a-Goalie. Chances are fans of Kenny vs.";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 12:16:23 GMT";
arnews[2] += "
";
arnews[3]="Thumbs up for 'Up,' a delightful story with heart
";
arnews[3] += "The computer-generated film features the voice of Ed Asner. This offering is a long way from the light entertainment of a 'Toy Story' or 'Monsters, Inc.' It features the same first-rate animation, but the movie often has a very emotional side that goes a long way toward making this effort remarkably touching.";
arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 01:07:44 GMT";
arnews[3] += "
";
arnews[4]="The Fairmont Offering Ten Days -- and Nights -- of Deals
";
arnews[4] += "Nov 3rd 2009 at 10:02AM It should be more widely known that Canadians are a giving people.";
arnews[4] += "
Publ.Date : Tue, 03 Nov 2009 15:02:00 GMT";
arnews[4] += "
";
arnews[5]="Kim Kardashian: Sweating Makes Me Feel Sexy
";
arnews[5] += "Kim Kardashian is one of Hollywood's sexiest stars, but ask the sultry reality gal what she thinks is sexy and you might be surprised A- it's working up a sweat Kim Kardashian is one of Hollywood's sexiest stars, but ask the sultry reality gal what she thinks is sexy and you might be surprised - it's working up a sweat.";
arnews[5] += "
Publ.Date : Tue, 19 May 2009 07: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("