var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Threesomes: A History
";
arnews[0] += "A Short History of Three-Ways As related by Barbara Foster, Michael Foster, and Letha Hadady in their book, Three in Love .";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 06:52:24 GMT";
arnews[0] += "
";
arnews[1]="GREEN & GLOVER: Rain check?
";
arnews[1] += "Actress Lara Flynn Boyle is known for playing the tough-as-nails district attorney Helen Gamble on the hit ABC drama \"The Practice,\" but unbeknownst to many, she suffered in silence for years with dyslexia that made even reading her scripts a challenge.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 12:23:10 GMT";
arnews[1] += "
";
arnews[2]="VP Biden encourages children coping with learning disabilities
";
arnews[2] += "Vice President Joe Biden gave the keynote speech at a fundraiser for The Lab School of Washington on Wednesday night, saying he has a sense of how its students with learning disabilities feel.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 04:49:00 GMT";
arnews[2] += "
";
arnews[3]="'Fame' schools struggling to survive recession
";
arnews[3] += "Nik Spayne wakes just before 6 a.m. on school days at his suburban Elgin home, in time to take an hour-long train ride and a bus to the Chicago Academy for the Arts.";
arnews[3] += "
Publ.Date : Fri, 30 Oct 2009 12:40:42 GMT";
arnews[3] += "
";
arnews[4]="Hottest Scream Queens of All Time?
";
arnews[4] += "Foxnews has a way of promoting something fantastic, and delivering something not-so-much fantastic.";
arnews[4] += "
Publ.Date : Thu, 29 Oct 2009 18:01:58 GMT";
arnews[4] += "
";
arnews[5]="Pix: The Hottest Scream Queens Of All Time
";
arnews[5] += "J ennifer Aniston has made it to the list of Hollywood's 20 Hottest Scream Queens Of All Time.";
arnews[5] += "
Publ.Date : Wed, 28 Oct 2009 12:15:23 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("