var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vulcan County council notes
";
arnews[0] += "Coun. Dave Schneider turned down an invitation last week to stay on the Tri-Services Building Committee.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 03:16:27 GMT";
arnews[0] += "
";
arnews[1]="Brothers and Sisters: Preview of Episode 9.08 "The Wine Festival"
";
arnews[1] += "We had a party last week on Brothers and Sisters , and it seems as though the celebration continues tonight.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 04:10:46 GMT";
arnews[1] += "
";
arnews[2]="Can you say 'Cou-Gay'? Deconstructing the relationship myths
";
arnews[2] += "With so much attention being given these days in magazine print and television to \"the Cougar\" or older woman/younger man dyad - hence, Courtney Cox's character, Jules Cobb, playing a hormone-racing, non-inhibited divorcee on the hit ABC show Cougar Town - you'd wonder if there is a Gay comparative.";
arnews[2] += "
Publ.Date : Thu, 29 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Brothers and Sisters: Preview of Episode 4.05 "Last Tango in Pasadena"
";
arnews[3] += "Guest star Gilles Marini is back tonight on Brothers and Sisters , so there's got to be more love as the Frenchman Luc Laurent gets together with the Walkers.";
arnews[3] += "
Publ.Date : Sun, 25 Oct 2009 06:00:40 GMT";
arnews[3] += "
";
arnews[4]="Luc the Lover Might Stay Longer on 'Brothers and Sisters'
";
arnews[4] += "It sounds as though romance is going to be a staple on this season of Brothers and Sisters .";
arnews[4] += "
Publ.Date : Tue, 20 Oct 2009 05:00:45 GMT";
arnews[4] += "
";
arnews[5]="Spoiler Chat: Who's Crossing Over Next on Grey's And Private Practice?
";
arnews[5] += "You are viewing the print friendly version of Spoiler Chat: Who's Crossing Over Next on Grey's And Private Practice ? Spoiler Chat: Who's Crossing Over Next on Grey's And Private Practice ? Today 4:30 PM PDT ABC/MICHAEL DESMOND; ABC/Richard Cartwright Could Izzie be running away to L.A. to hang with Addison ? Or maybe it's McSteamy who's heading ...";
arnews[5] += "
Publ.Date : Tue, 20 Oct 2009 01:10:28 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("