var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Girls: Lakeview seniors lead the way in win
"; arnews[0] += "The seniors on the Lakeview High School girls' basketball team had something special to celebrate on Tuesday night when they hosted Mattawan."; arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 05:03:00 GMT"; arnews[0] += "
"; arnews[1]="Girls: Lakeview seniors lead the way in win
"; arnews[1] += "The seniors on the Lakeview High School girls' basketball team had something special to celebrate on Tuesday night when they hosted Mattawan."; arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="David Garcia Project coordinator seeks to educate on disabilities through seminars
"; arnews[2] += "China freshman Jiao Liang, right, passes a message onto Flushing sophomore Matt Kohler, left, during a game of telephone Monday night in the Maroon Room of the Bovee University Center."; arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 05:36:34 GMT"; arnews[2] += "
"; arnews[3]="Kingston prepares for showdown with Port Hope; USA grabs second win of season
"; arnews[3] += "A slow, but physical start set back Kingston in the first quarter as the Cardinals battled SASA to a 4-4 tie after the first quarter."; arnews[3] += "
Publ.Date : Wed, 06 Jan 2010 22:47:09 GMT"; arnews[3] += "
"; arnews[4]="Pop Secret Leverages Watching Movies At Home
"; arnews[4] += "Movies and popcorn go together like, well, movies and popcorn. In the latest entry for the \"How come no one's ever thought of this?\" files, Diamond Foods is introducing an integrated advertising campaign for its recently acquired Pop Secret brand that links popcorn and movies, and the enjoyment of both at home."; arnews[4] += "
Publ.Date : Wed, 16 Dec 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Diamond Foods Launches New Pop SecretA Marketing Campaign
"; arnews[5] += "Diamond Foods , Inc. , announced today that it will premier a new marketing campaign in support of the re-launch of Pop Secret premium popcorn."; arnews[5] += "
Publ.Date : Thu, 17 Dec 2009 16:06:57 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("
");document.write("
");