var arnews = new Array(7);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Man pulls bus with hair, sets record
";
arnews[0] += "Some people will not even realize this is Guinness World Records Day: Set aside for new records, and to mark the day in 2004 when Guinness World Records became the world's best selling copyright title.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 03:26:08 GMT";
arnews[0] += "
";
arnews[1]="Man pulls bus with hair, sets record
";
arnews[1] += "Some people will not even realize this is Guinness World Records Day: Set aside for new records, and to mark the day in 2004 when Guinness World Records became the world's best selling copyright title.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 23:27:02 GMT";
arnews[1] += "
";
arnews[2]="Laura Bush Defends Obama's Speech
";
arnews[2] += "Former first lady Laura Bush is defending President Obama's decision to address the nation's school children, telling CNN Monday that it is \"really important for everyone to respect the President of the United States.\" \"I think that there is a place for the President of the United States to talk to school children and encourage school children, and ...";
arnews[2] += "
Publ.Date : Wed, 09 Sep 2009 02:07:34 GMT";
arnews[2] += "
";
arnews[3]="Laura Bush Defends Obama's Speech
";
arnews[3] += "Former first lady Laura Bush is defending President Obama's decision to address the nation's school children, telling CNN Monday that it is \"really important for everyone to respect the President of the United States.\" \"I think that there is a place for the President of the United States to talk to school children and encourage school children, and ...";
arnews[3] += "
Publ.Date : Tue, 08 Sep 2009 21:59:47 GMT";
arnews[3] += "
";
arnews[4]="CNN.com Accents Laura Bush's Praise For Obama, Downplays Praise For Cheney
";
arnews[4] += "A CNN.com article on Monday emphasized how Laura Bush \"praised the performance\" of President Obama during a recent interview and \"criticized Washington's sharp political divide.\" Mrs.";
arnews[4] += "
Publ.Date : Tue, 08 Sep 2009 20:21:38 GMT";
arnews[4] += "
";
arnews[5]="Could Obama's Health Care Speech Redefine His Presidency?
";
arnews[5] += "The president addresses education and tackles health care reform. This could be a make or break week for the president , some say, as he kicks off what could be a very challenging fall.";
arnews[5] += "
Publ.Date : Tue, 08 Sep 2009 20:06:02 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("