var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="10 things you need to know about Taylor Lautner
";
arnews[0] += "Vampire Edward Cullen has a love rival in the shape of werewolf Jacob Black, but off-screen, R-Pattz better watch his back too.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:01:00 GMT";
arnews[0] += "
";
arnews[1]="Quint has seen the latest installment of the Twilight Saga
";
arnews[1] += "Ahoy, squirts! Quint here. Growing up a movie geek I always read the reviews in the local newspaper and would always feel a little frustrated when the reviewer obviously didna t like the type of film theya re reviewing, specifically genre titles, yet they review it anyway without admitting any bias.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 09:02:43 GMT";
arnews[1] += "
";
arnews[2]="Crosby setter tops all-district volleyball team
";
arnews[2] += "Volleyball coaches will tell you that ball-handling is the key to their sport. Big swinging hitters and diving defensive specialists may elicit oohs and ahhs, but without a top-notch setter, a team cannot get to the top.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 07:37:15 GMT";
arnews[2] += "
";
arnews[3]="Taylor Lautner
";
arnews[3] += "Actor. Born Taylor Daniel Lautner on February 11, 1992, in Grand Rapids, Michigan.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 02:29:03 GMT";
arnews[3] += "
";
arnews[4]="A run of championships for Highland Park High School
";
arnews[4] += "By KIRK DOOLEY Kirk Dooley is a University Park writer. The Highland Park tennis team and boys and girls cross country teams are lighting up Interstate 35 between Dallas and Austin this month.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 06:00:00 GMT";
arnews[4] += "
";
arnews[5]="Williams lifts No. 9 LSU over La. Tech, 24-16
";
arnews[5] += "Keiland Williams ran for 116 yards and two second-half touchdowns, helping No. 9 LSU fend off upset-minded Louisiana Tech 24-16 on Saturday night.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 04:12:50 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("