var arnews = new Array(8);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Burglary charges for West Brighton teen after South Shore break-in - Staten Island Advance
";
arnews[0] += "STATEN ISLAND, N.Y. -- A 19-year-old West Brighton man faces burglary charges after being accused of breaking into an Eltingville home. The homeowner of a Wainwright Avenue residence allegedly found Kyle Sullivan, of the 200 block of Clove Road, in a ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 17:10:00 GMT";
arnews[0] += "
";
arnews[1]="Don’t Text Message Breakup, Betch - New University Newspaper
";
arnews[1] += "Okay, so by now we’ve all seen Liam Kyle Sullivan’s 2006 video “Text Message Breakup” (and obviously if you haven’t, either get on YouTube and see it or get ready to get otherized) I think it’s an important video, so I want to try to ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 23:14:00 GMT";
arnews[1] += "
";
arnews[2]="Ice Hogs Sweep Opener - Northwest Arkansas News
";
arnews[2] += "The defense held in the third as Kyle Sullivan clinched the game with an open net goal with 45 seconds remaining. Solid physical and defensive play from Chase Lamers and Dylan Samples helped the Jr. Ice Hogs maintain their lead. Brandon Pohl turned ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 12:48:00 GMT";
arnews[2] += "
";
arnews[3]="Tuition, driver’s licenses urged for illegal immigrants - Boston Globe
";
arnews[3] += "Governor Deval Patrick today will unveil a state-commissioned report that urges him to push for driver’s licenses and in-state tuition for illegal immigrants, as well as English classes for foreign-born Massachusetts residents who need them. The ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 11:42:00 GMT";
arnews[3] += "
";
arnews[4]="Shawnee uses potent offense to defeat Bulldogs 43-13 - Altus Times
";
arnews[4] += "Altus High School Head Football Coach Lyn Hepner knew his team had a difficult task on their hands when they traveled to Shawnee on Friday night to face the unbeaten Wolves in the first round of the Class 5A playoffs. Unfortunately for the Bulldogs ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 17:18:00 GMT";
arnews[4] += "
";
totcount = 5;
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("