var arnews = new Array(10);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="DNC 2008: Rep. Lois Capps Keeps Busy in Denver
";
arnews[0] += "Santa Barbara's congresswoman chats with our reporter on the top floor of the Denver Sheraton.";
arnews[0] += "
";
arnews[1]="Countdown to Obama’s Big Day
";
arnews[1] += "Hours after The Independent hits newsstands Thursday, August 28, the Democratic Party will officially have a nominee: Illinois Senator Barack Obama.";
arnews[1] += "
";
arnews[2]="What Dems Are Doing in Denver While Republicans Ready for St. Paul
";
arnews[2] += "For the past few days, independent.com’s correspondents have been furiously blogging about the Democratic National Convention in Denver, and hundreds of Santa Barbarans have already tuned in to hear their first impressions, their interviews with regional delegates such as Rob Egenolf and Mike Getto, and their analysis of each day’s main events.";
arnews[2] += "
";
arnews[3]="DNC 2008: Capps and Crew Talk Energy Crisis
";
arnews[3] += "As County Supervisors consider more offshore oil, Santa Barbara’s Congresswoman and other Democrats speak out in Denver.";
arnews[3] += "
";
arnews[4]="Independent.com Heads to the Democratic National Convention
";
arnews[4] += "For the first time ever, The Santa Barbara Independent will be reporting from the Democratic National Convention, which convenes in Denver this weekend and runs until August 29.";
arnews[4] += "
";
arnews[5]="Denver by the Digits
";
arnews[5] += "Denver by the Digits";
arnews[5] += "
";
arnews[6]="My Convention Credentials
";
arnews[6] += "Our most experienced DNC correspondent gives the convention run-down.";
arnews[6] += "
";
totcount = 7;
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("