var arnews = new Array(6); totcount = 3; rnd = 0; arnews[0]="Creation of the World Wide Web
"; arnews[0] += "

In a The Great American History quiz for kids video, Kerr Smith discusses if you were born in 1991, you were born the same year a modern marvel was released to the people on the internet; this marvel is known as the worldwide web.

Add this to your queue
Duration: 00:44

"; arnews[0] += "
"; arnews[1]="Great American History Quiz: Berners-Lee
"; arnews[1] += "

Kerr Smith on Berners-Lee's invention.

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; document.title=document.title+ " "; arnews[2]="Episode 8
"; arnews[2] += "

Premiered 5/29/07 On this episode Aly gets Punk'd by her sister AJ. Pro wrestler John Cena runs into a funeral procession - literally. And Dawson's Creek's Kerr Smith breaks it but doesn't buy it.

Add this to your queue
Duration: 00:00

"; 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("
");document.write("
");