var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A burst of Austin celebrity news
";
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 : Tue, 09 Feb 2010 22:11:06 GMT";
arnews[0] += "
";
arnews[1]="Shutter Island trailer: thrilling chiller or shocking horror?
";
arnews[1] += "Despite featuring Leonardo DiCaprio's full range of 'mental anguish' faces, Martin Scorsese's Shutter Island doesn't look bad.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:20:44 GMT";
arnews[1] += "
";
arnews[2]="Perfumista All-Stars: Liza's Halloween Top 10 Ball
";
arnews[2] += "Halloween... the very word conjures up a host of images, ghoulish and otherwise.";
arnews[2] += "
Publ.Date : Mon, 25 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Romantic tragedy
";
arnews[3] += "You might say that romantic comedies create a false sense of what a modern relationship ought to be like.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 23:17:22 GMT";
arnews[3] += "
";
arnews[4]="Atom.Com Review
";
arnews[4] += "Referring to themselves as a comedy Web site, focusing primarily on video content, Atom.com is comparable to that of youtube, except they have been around for the last ten years, 5 years longer then youtube.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 12:33:23 GMT";
arnews[4] += "
";
arnews[5]="Dr. Linda Mintle: Baby First, Marriage Later?
";
arnews[5] += "Linda Mintle, Ph.D. is a licensed marriage and family therapist, author of 16 books, a national expert on family issues and the psychology of food and weight.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 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("