var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ellis-Puryear
";
arnews[0] += "Amber Ellis of Vanceboro and Jacob Puryear of Ernul were united in marriage on Oct.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 10:10:10 GMT";
arnews[0] += "
";
arnews[1]="Cougar men fight off Red Ravens, Barton women edge past Penn Valley
";
arnews[1] += "The Barton Community College men's basketball team pulled away from the Coffeyville Red Ravens for a 75-63 victory Saturday night in the final game of the Booster Club Classic at the Barton gymnasium.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:38:03 GMT";
arnews[1] += "
";
arnews[2]="Surrender to charms of corny a Civil War Christmasa
";
arnews[2] += "You wouldn't know that from watching \"A Civil War Christmas,\" Paula Vogel's decidedly sentimental play now onstage from the Huntington.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 10:34:19 GMT";
arnews[2] += "
";
arnews[3]="Good work honored
";
arnews[3] += "Top Hatters' Francisco 'Kico' Sanchez recives his award from San Benito County Sheriff Curtis Hill Nov.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:45:13 GMT";
arnews[3] += "
";
arnews[4]="Film Review A Serious Man
";
arnews[4] += "Photo: Supplied November 19, 2009 Selected cinemas. Jake Wilson Reviewer IN THEIR latest black comedy, Joel and Ethan Coen come as close to a confession of faith as this pair of pranksters ever will, and not just because they're drawing on their own 1960s memories of growing up Jewish in the suburbs of Minnesota.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Huntingtona s a Civil War Christmasa blends real-life drama with seasonal sentiments
";
arnews[5] += "Above: President Lincoln, played by Ken Cheeseman, with his Cabinet. Below: Mary Todd Lincoln and Moses Levy .";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 07:41:50 GMT";
arnews[5] += "
";
arnews[6]="It just doesn't add up at The Warren
";
arnews[6] += "MAN Texas Scramble at The Warren this week was unusual enough, but what made it even more perplexing was that it was won by a team of three! Their percentage of handicap was lowered accordingly, but this did not stop John Foster, John Seatherton and Bill Eaton passing the winning post with a four-under-par nett 63.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 09:37:02 GMT";
arnews[6] += "
";
arnews[7]="Mischa Barton steps out at the Style360 Fashion Week Closing Party in NYC on September 15, 2009
";
arnews[7] += "Lady Gaga shines at the Heartbeats by Lady Gaga headphones unveiling at The New York Palace Hotel in New York City on September 30, 2009 Taylor Lautner arrives to the premiere of Summit Entertainment's 'The Twilight Saga: New Moon' at the Mann Village Theater, LA, November 16, 2009 Tatum O'Neal attends the 23rd annual Second Stage Theatre All-Star ...";
arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 01:17:17 GMT";
arnews[7] += "
";
arnews[8]="Someone Thinks Carrie Prejean Should Run for Office
";
arnews[8] += "Even she knows this is a bad idea. Photo: Getty Images Lady Gaga looks shockingly un-crazy dancing in a simple white dress in Beyonce's \"Video Phone\" music video, shot in Greenpoint.";
arnews[8] += "
Publ.Date : Tue, 17 Nov 2009 17:01:46 GMT";
arnews[8] += "
";
totcount = 9;
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("