var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jen Schefft of ABC’s ‘The Bachelor’ fame visits Austin for a ... - Austin American-Statesman
";
arnews[0] += "Jen Schefft, a former contestant on “The Bachelor” who was featured on “The Bachelorette” on ABC, met me for a drink at Jo’s Hot Coffee on Second Street earlier today. (She had water; I had iced tea.) With the cold, dreary weather, we ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 21:44:00 GMT";
arnews[0] += "
";
arnews[1]="Closet Swap Party - KVUE
";
arnews[1] += "It's the newest trend among fashion forward women, who are trying to be frugal in this tough economy. It's called a Closet Swap Party and more and more American women are getting involved. Jen Schefft, best known for her stints on ABC's The Bachelor ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 12:54:00 GMT";
arnews[1] += "
";
arnews[2]="The Goods - Austin American-Statesman
";
arnews[2] += "Jen Schefft , a former contestant on “The Bachelor” who was featured on “The Bachelorette” on ABC, met me for a drink at Jo’s Hot Coffee on Second Street earlier today. (She had water; I had iced tea.) With the cold, dreary weather, we ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 21:58:00 GMT";
arnews[2] += "
";
totcount = 3;
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("