var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Man with 15 lizards gets busted at LAX
";
arnews[0] += "If it wiggles, you can get busted. That's what happened to Michael Plank of Lomita , CA.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Who Caused Elena's Accident on 'The Vampire Diaries'?
";
arnews[1] += "The Vampire Diaries closed out the first half of the season with plenty of turning points.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 10:25:24 GMT";
arnews[1] += "
";
arnews[2]="Man-eating plant puts on show at Fowler Center
";
arnews[2] += "Audrey II, voiced by Jeff McLaughlin, Seymour, played by Matt Morgan, and Audrey, played by Aleigha Morton, perform ASU's adaptation of \"Little Shop of Horrors.\" The ASU Theatre Department's newest production, \"Little Shop of Horrors,\" opened Saturday to a packed house at the Fowler Center.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 01:30:01 GMT";
arnews[2] += "
";
arnews[3]="Renown Regional Medical Center
";
arnews[3] += "BARNARD: To Roy W. and Monique A. of Reno, a daughter, Oct. 22, 2009. GARLAND: To Warren D. and Kristina L. of Mound House, a son, Oct.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Vampire Diaries: Two Webclips from The Turning Point
";
arnews[4] += "Week in and week out we keep finding more to like about The Vampire Diaries . Whether it's the death of someone we thought was a recurring character or the reappearance of another character presumed dead who's now a vampire, the show never fails to surprise ... and entertain ... us.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 22:49:13 GMT";
arnews[4] += "
";
arnews[5]="CW Planning 'Vampire' Marathon
";
arnews[5] += "The CW network says it will re-run the first 10 episodes of its new U.S. television drama, \"The Vampire Diaries,\" on five consecutive nights next month.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 16:32:09 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("