var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Image of 'real' beauty generates buzz
";
arnews[0] += "A copy of Glamour magazine's September 2009 issue is seen at a store in Silver Spring, Maryland, on September 2, 2009.";
arnews[0] += "
Publ.Date : Thu, 10 Sep 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="10 things you never knew about Lara Croft
";
arnews[1] += "You've shot bears with her, swung from the columns of a ruined temple and even got slippery when wet in sub-aqua gear, but how much do you really know about the first lady of video games? With the launch of the 2010 Guinness World Records Gamers' Edition, we spent a little time investigating the legend that is Lara Croft.";
arnews[1] += "
Publ.Date : Thu, 21 Jan 2010 15:29:44 GMT";
arnews[1] += "
";
arnews[2]="ABT: Old-fashioned sweet tooths and Kiwanis pancakes
";
arnews[2] += "Plants have had an amazing impact on world history. Few plants have had the significance here in America as has old-fashioned sugar cane.";
arnews[2] += "
Publ.Date : Sat, 09 Jan 2010 20:45:52 GMT";
arnews[2] += "
";
arnews[3]="Linda Holmes: 10 Reasons This Was TV's Decade
";
arnews[3] += "Ten years ago this month, there was almost no reality television, and the networks still had a near-stranglehold on quality scripted content.";
arnews[3] += "
Publ.Date : Sat, 26 Dec 2009 02:38:00 GMT";
arnews[3] += "
";
arnews[4]="Michael Scott (Steve Carell) on 'The Office.'
";
arnews[4] += "Audio for this story from Weekend Edition Saturday will be available at approx. 12:00 p.m. ET Ten years ago this month, there was almost no reality television, and the networks still had a near-stranglehold on quality scripted content.";
arnews[4] += "
Publ.Date : Sat, 26 Dec 2009 01:28:16 GMT";
arnews[4] += "
";
arnews[5]="Students celebrate year of achievements
";
arnews[5] += "STUDENTS have celebrated in style after reaching new heights in their education.";
arnews[5] += "
Publ.Date : Wed, 23 Dec 2009 13:57:51 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("