var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jay Sean's Cash Money/Universal Republic U.S. Album Debut All or Nothing In-Stores November 23rd
";
arnews[0] += "Riveting, record-breaking Cash Money/Universal Republic artist Jay Sean will be delivering his much anticipated U.S. debut album, ALL OR NOTHING, just in time for Thanksgiving - with the 14 song album hitting stores and online platforms on November 23rd.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 00:15:53 GMT";
arnews[0] += "
";
arnews[1]="Jay Sean's Cash Money/Universal Republic U.S. Album Debut All or Nothing In-Stores November 23rd
";
arnews[1] += "Soaring Newcomer's #1 Double Platinum First Single - Down' Reigning in Multiple Formats and Platforms UK Singer/Songwriter Phenomenon Chosen to Help Kick off Holiday Season at 83 rd th Press Release Source: Universal Republic Records On 4:06 pm EST, Wednesday November 18, 2009 NEW YORK-- --Riveting, record-breaking Cash Money/Universal Republic ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 23:52:23 GMT";
arnews[1] += "
";
arnews[2]="Pingry students to compete on cable quiz show
";
arnews[2] += "Local viewers who tune into Cablevision's MSG Varsity channel 14 at 6:30 p.m. Thursday have a chance to cheer on five Pingry students as they compete on a quiz show geared specifically to high-school students.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 15:43:01 GMT";
arnews[2] += "
";
arnews[3]="Pingry students to compete on cable quiz show
";
arnews[3] += "Local viewers who tune into Cablevision's MSG Varsity channel 14 at 6:30 p.m. Thursday have a chance to cheer on five Pingry students as they compete on a quiz show geared specifically to high-school students.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 03:59:07 GMT";
arnews[3] += "
";
arnews[4]="Keansburg HS students to compete on Cablevision's television quiz show
";
arnews[4] += "Keansburg HS students to compete on Cablevisiona s television quiz show Bayshore Courier News Posted:11/06/09 Click on picture to Zoom The new season of MSG Varsity's The Challenge will feature teams from 32 New Jersey high schools competing in television matches beginning in November.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="JV Eagles top Broncos
";
arnews[5] += "Scoring a touchdown on the opening kickoff, the Albion JV Eagles went on to defeat the Medina Broncos 48-18 Saturday to complete a perfect 8-0 regular season in Niagara Orleans Football Association competition.";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 02:06:00 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("