var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Recent weddings
";
arnews[0] += "Click here to see a list by date of area couples who recently married. Click the couples' names to see their wedding or engagement announcements.";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Evaluating an Industry that Doesn't Exist
";
arnews[1] += "Imagine an industry poised to burst into existence. The signs are there: the advocates, the tinkerers, the potential business models and user demand, the promising early scientific work yet to be fully exploited.";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 16:41:13 GMT";
arnews[1] += "
";
arnews[2]="You're Doing Fine Oklahoma
";
arnews[2] += "Stocks discussed on the in-depth s ession of Jim Cramer's Mad Money TV Program, Friday October 30.";
arnews[2] += "
Publ.Date : Sun, 01 Nov 2009 13:53:05 GMT";
arnews[2] += "
";
arnews[3]="Multi-Million Dollar Deal Struck to Preserve Lake Michigan Dunes
";
arnews[3] += "A conservation group has agreed to buy 171 acres of Lake Michigan shoreline sand dunes in Saugatuck from Aubrey McClendon, co-owner of the NBA's Oklahoma City Thunder.";
arnews[3] += "
Publ.Date : Tue, 06 Oct 2009 00:06:40 GMT";
arnews[3] += "
";
arnews[4]="Multi-Million Dollar Deal Struck to Preserve Lake Michigan Dunes
";
arnews[4] += "A conservation group has agreed to buy 171 acres of Lake Michigan shoreline sand dunes in Saugatuck from Aubrey McClendon, co-owner of the NBA's Oklahoma City Thunder.";
arnews[4] += "
Publ.Date : Mon, 05 Oct 2009 22:10:56 GMT";
arnews[4] += "
";
arnews[5]="Post a Comment
";
arnews[5] += "Memorial for Edmund Williamson, 8 p.m. at Aubrey Hall. October 1, 2009 Every crawl features music, food and refreshments.";
arnews[5] += "
Publ.Date : Thu, 01 Oct 2009 08:06:42 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("