var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Lily Strange: Gretchen Wilson's Got Your Country Right Here - The Boot Gretchen Wilson quite simply kicks ass. Can I be her in my next life? http://ping.fm/952U2
";
arnews[0] += "Gretchen Wilson's Got Your Country Right Here - The Boot Gretchen Wilson quite simply kicks ass. Can I be her in my next life?";
arnews[0] += "
";
arnews[1]="Gretchen Wilson Works Hard to Rev NASCAR Fans' Engines
";
arnews[1] += "Gretchen Wilson Works Hard to Rev NASCAR Fans' Engines -";
arnews[1] += "
";
arnews[2]="Alex Amith: Gretchen Wilson Works Hard to Rev NASCAR Fans' Engines - The Boot: Gretchen Wilson, who recently left the Sony.. http://bit.ly/jzjEC
";
arnews[2] += "Gretchen Wilson Works Hard to Rev NASCAR Fans' Engines - The Boot: Gretchen Wilson, who recently left the Sony..";
arnews[2] += "
";
arnews[3]="Gretchen Wilson Seeks 'A Better Way of Life'
";
arnews[3] += "Gretchen Wilson Seeks 'A Better Way of Life' -";
arnews[3] += "
";
arnews[4]="rachel: RT @FarmAid: Interview with Gretchen Wilson from Farm Aid on what she learned at the concert & her greenhouse in Tn: http://tr.im/FeDq
";
arnews[4] += "RT @";
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("