var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lagunitas Brewing founder wants brandy distillery on Marshall property - Marin Independent Journal
";
arnews[0] += "Tony Magee, founder of Lagunitas Brewing Co., wants to grow grapes and build a brandy distillery and other buildings on his Marshall property along Tomales Bay. (IJ photo/Frankie Frost) Lagunitas Brewing Co. founder Tony Magee hopes to build Marin ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:14:00 GMT";
arnews[0] += "
";
arnews[1]="Christian Life defeat Bossier in Ballin' on the Red finals - Shreveport Times
";
arnews[1] += "Langston Galloway showed exactly why St. Joseph's University wanted him Saturday night. Galloway scored 11 of his game-high 19 points in the fourth quarter as his Christian Life Crusaders held off Bossier, 56-50, in the championship of the inaugural ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:54:00 GMT";
arnews[1] += "
";
arnews[2]="High school roundup: Girls basketball, boys soccer - TCPalm
";
arnews[2] += "LINCOLN PARK 54, VERO BEACH 43: Stephanie Ball had 22 points and three steals as the Greyhounds beat the Fighting Indians in the consolation game of the Turkey Trot in Vero Beach. Brandy Montgomery added 10 poonts for Lincoln Park (2-1). Lincoln Park ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:18:00 GMT";
arnews[2] += "
";
arnews[3]="Brandy Nut Fruitcake - Quad Cities Onlines
";
arnews[3] += "Combine the walnuts and fruits. Stir together flour, baking powder, sugar and salt. Add this dry mixture to fruit and nut mixture, tossing to coat well. Beat eggs until frothy, add 2 tablespoons of the apricot brandy. Pour over the other mixture, mix ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:40:00 GMT";
arnews[3] += "
";
arnews[4]="A fresh push for American apple brandy - San Francisco Chronicle
";
arnews[4] += "Before there was bourbon, before there was rye and even before there was a pomegranate Cosmo, Americans turned to the apple tree when they needed a glassful of something with a kick. Today, more than 300 years after the ancestral appletini was born ...";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 23:55: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("