var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Hair - the column - Dothan Eagle
"; arnews[0] += "Drive around the Circle City on any given day, and you’ll waste a lot of gas. But while you’re doing that, you’ll also see a wide variety of barbershops and beauty parlors, most with clever names like Snobs, Pout, Attitudes, Hemispheres and ..."; arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 12:06:00 GMT"; arnews[0] += "
"; arnews[1]="Smallville's - COMICBOOKMOVIE.com
"; arnews[1] += "Here it is! A sneak peek at Michael Shanks in the Hawkman costume he dons for Smallville’s highly anticipated two-hour movie event. Featuring the Justice Society, the special airs February 5, and the second hour is directed by Tom Welling. In ..."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 15:32:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");