var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="BookShelf...notes from the Van Alstyne Public Library
";
arnews[0] += "Mike Uhl is retired from teaching Special Education. In October 2008 he decided to try painting.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 11:18:45 GMT";
arnews[0] += "
";
arnews[1]="Eau-de-Vie
";
arnews[1] += "Twitter. Facebook. Britney. There are times when the 21st century gets too much.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:54:41 GMT";
arnews[1] += "
";
arnews[2]="Is 16 too young to know true love?
";
arnews[2] += "Dear Straight Talk: Is 16 too young to know if you're truly in love? My boyfriend \"Jackson\" and I both feel we are truly in love.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="AMs expected today to vote in favour of a referendum
";
arnews[3] += "AN OVERWHELMING majority of AMs are today expected to vote in favour of asking the people of Wales if the Assembly should have new freedoms to make laws in the areas for which it has responsibility.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 06:36:45 GMT";
arnews[3] += "
";
arnews[4]="Aussie films tipped to wow Berlin
";
arnews[4] += "Two strikingly different films will lead the Aussie contingent at the Berlin Film Festival this month.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 04:44:56 GMT";
arnews[4] += "
";
arnews[5]="Crafters' Stylish Spaces
";
arnews[5] += "Last November, while I was browsing Apartment Therapy, I ran across this post about the Stitch Lab in Austin, TX.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 19:19:35 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("