var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Austin Celebrity Roundup
";
arnews[0] += "Michael Barnes is the Austin American-Statesman's social columnist. He lives in South Austin with his partner, Kip, two dogs and two cats.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 19:15:52 GMT";
arnews[0] += "
";
arnews[1]="Nothing Goes Right for Whitney on The City
";
arnews[1] += "Last night on The City , Whitney entered the thrilling world of blind dating - and was reminded of how much dating in this town sucks.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 00:59:57 GMT";
arnews[1] += "
";
arnews[2]="Lucas: Eye In The Sky
";
arnews[2] += "Carolina heads to New York City tonight for two games at Madison Square Garden. Nov. 18, 2009 By Adam Lucas As Roy Williams began breaking in the Tar Heels to his brand of basketball during the 2003-04 season, one phrase became a Carolina mantra: The eye in the sky doesn't lie.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 23:30:52 GMT";
arnews[2] += "
";
arnews[3]="'The City' recap: 'Forget About Boys'
";
arnews[3] += "Whitney tells Roxy that Sammy is setting her up a work colleague from Bergdorf Goodman and she is nervous because it's her first blind date.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 21:48:53 GMT";
arnews[3] += "
";
arnews[4]="The City: Welcome to the Gates of Hell
";
arnews[4] += "We drank one too many white wine spritzers with Brooklyn Decker and missed last night's episode of The City .";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 18:13:26 GMT";
arnews[4] += "
";
arnews[5]="The City Recap: "Forget About Boys"
";
arnews[5] += "On The City this week, Whitney went on a blind date, Roxy's expectations of her new guy are not met, and Olivia impresses at a Brooklyn Decker photo shoot.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 14:27:58 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("