var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Johnny Depp Named Sexiest Man Alive - for Second Time
";
arnews[0] += "For just the third time ever, there is a two-time winner of People Magazine's Sexiest Man Alive award.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 18:36:50 GMT";
arnews[0] += "
";
arnews[1]="Peoplea s Sexiest Man Alive a 09 is surprise pick
";
arnews[1] += "Take a look back at the magazine's most iconic covers, from the death of John Lennon to the election of President Barack Obama.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 14:59:13 GMT";
arnews[1] += "
";
arnews[2]="Telluride Gay Ski Week Welcomes Matthew Shepard Foundation as Presenting Sponsor for 2010 Event
";
arnews[2] += "Matthew Shepard's mother and chair of the foundation, Judy Shepard will be attending the event along with other representatives of the organization.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Open letter to Featured Artistsa Coalition
";
arnews[3] += "The chances of Britain's Labour government retaining power in the upcoming elections are zero.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 00:46:32 GMT";
arnews[3] += "
";
arnews[4]="Toddler from Bolton with tick under his skin is treated by a VET
";
arnews[4] += "A TODDLER who was taken to hospital after a tick burrowed under his skin, ended up being treated by a vet.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 13:00:33 GMT";
arnews[4] += "
";
arnews[5]="Tick bite toddler is taken to vets surgery for emergency help
";
arnews[5] += "A TODDLER who was taken to hospital after a tick burrowed under his skin, ended up being treated by a vet.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 10:53:14 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("