var arnews = new Array(5);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Penn Jillette Is Tired Of The Video Game Bulls*** - Game Informer Online
";
arnews[0] += "Penn Jillette is a master entertainer. For years he and his partner Raymond Teller have been wowing audiences through their live magic act and various television appearances. In a recent episode of the duo’s Showtime program, Bulls***, the two ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 19:09:00 GMT";
arnews[0] += "
";
arnews[1]="Elton John says he's back on his feet - Miami Herald
";
arnews[1] += "He thought about becoming a rabbi. Then he went into business and became the top salesman in the country for his company. But after a few years, Harry Nerenberg decided he want to go into teaching. That was 1979, and that, he said, was the last time ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 18:30:00 GMT";
arnews[1] += "
";
arnews[2]="Share this on Twitter - Teaching Your Kids How To Think, Not What To ... - DAILY KOS
";
arnews[2] += "When both of my sons were born, I spent a lot of time wondering about how best to pass my values and beliefs onto them. I'm beginning to realize that I had it all wrong; Telling them 'this is right' and 'this is wrong' is not nearly as important as ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 12:10:00 GMT";
arnews[2] += "
";
totcount = 3;
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("