// ************************************************************************************
// ** This file has been created with the Rotating Content Tool by Amesbury Web.     **
// ** For more information, visit us on the web:                                     **
// **                                                                                **
// **     Rotating Content Tool   -- http://rotatecontent.com/                       **
// **     Company: Amesbury Web   -- http://amesburyweb.com/                         **
// **     Author:  Randy Hoyt     -- http://randyhoyt.com/                           **
// **                                                                                **
// ************************************************************************************

varLength = 5
var entryContent = new Array(varLength)

entryContent[0] = "<p><img src=\"images/community_spotlight.jpg\" width=\"228\" height=\"42\"></p> <p class=\"left_column_header\"><span class=\"left_column_text_small\"><img src=\"images/iGood_Morning.jpg\" alt=\"Frederick Carl Frieseke\" width=\"188\" height=\"230\" hspace=\"5\" align=\"right\" />Born in Owosso, Michigan, Frederick Frieseke studied at The Art Institute of Chicago beginning in 1893, before going East to the Art Students League in New York City in 1897, and then to Paris in 1898. There, he studied at the Acadamie Julian, and with James Abbott McNeill Whistler for a short period at the Acadamie Carmen. </span></p> <p class=\"left_column_header\"><span class=\"left_column_text_small\">Frieseke's earliest mature works, images of individual women in interiors painted in fairly close tonalities, reflect Whistler's influence, but once he and his wife settled, in 1906, in the art colony at Giverny, where Claude Monet resided, Frieseke rapidly developed a very original aesthetic which would have an impact upon almost all the later figural painters among the colonists. </span></p> <p class=\"left_column_header\"><a href=\"http://citycenterof.com/maps/owosso/\"><img src=\"images/OwossoBanner4.jpg\" alt=\"City Center Maps\" width=\"328\" height=\"67\" border=\"0\"></a></p>"
entryContent[1] = "<p><img src=\"images/community_spotlight.jpg\" alt=\"\" width=\"228\" height=\"42\"></p> <p class=\"left_column_header\"><span class=\"left_column_text_small\"><img src=\"images/06 Golf Classic049-1.JPG\" alt=\"Golf\" width=\"188\" height=\"251\" hspace=\"5\" align=\"right\" />The Owosso area offers many fun recration options. In the summer, golf, softball, jogging, and bicycling are popular family activities. Our close proximity to the Great Lakes and northern vacation areas makes Shiawassee County the perfect place to call home.</span></p> <p class=\"left_column_header\"><span class=\"left_column_text_small\">Fall color in Shiawassee County is not to be missed. In the winter, many of our residents warm themselves by heading to nearby ski trails for some fun and adventure.</span></p> <p class=\"left_column_header\"><span class=\"left_column_text_small\">Parents will enjoy seeing their children participate in community soccer or school sports. The YMCA offers a full program to keep kids and adults energied and in peak physical fitness.</span></p> <p class=\"left_column_header\"><a href=\"http://citycenterof.com/maps/owosso/\"><img src=\"images/OwossoBanner4.jpg\" alt=\"City Center Maps\" width=\"328\" height=\"67\" border=\"0\"></a></p>"
entryContent[2] = "<p><img src=\"images/community_spotlight.jpg\" alt=\"\" width=\"228\" height=\"42\"></p> <p class=\"left_column_header\"><span class=\"left_column_text_small\"><img src=\"images/amphitheater.jpg\" alt=\"Owosso Amphitheater\" width=\"188\" height=\"249\" hspace=\"5\" align=\"right\" />Each Thursday evening during summer, live music is performed for free at the Don and Metta Mitchell Amphitheater. Just a short walk from Downtown, the amphitheater provides quality family entertainment that will please a wide range of musical preferences. </span></p> <p class=\"left_column_header\"><span class=\"left_column_text_small\">If your tastes run from country to rock, bluegrass to barbershop, or rock-a-billy to Motown, the concerts at the Amphitheater are guaranteed to please!</span></p> <p class=\"left_column_header\"><a href=\"http://citycenterof.com/maps/owosso/\"><img src=\"images/OwossoBanner4.jpg\" alt=\"City Center Maps\" width=\"328\" height=\"67\" border=\"0\"></a></p>"
entryContent[3] = " <p><img src=\"images/community_spotlight.jpg\" alt=\"\" width=\"228\" height=\"42\"></p> <p class=\"left_column_header\"><span class=\"left_column_text_small\"><img src=\"images/service.jpg\" alt=\"Service Clubs\" width=\"188\" height=\"171\" hspace=\"5\" align=\"right\" />Shiawassee residents know how to help each other. We support a wide range of non-profit organizations, from The ARC to the United Way.</span></p> <p class=\"left_column_header\"><span class=\"left_column_text_small\">Our service clubs, including Rotary, Kiwanis, Jaycees, and others chip in to make our community a better place for everyone.</span></p> <p class=\"left_column_header\"><span class=\"left_column_text_small\">Volunteers keep our river clean, keep our parks safe, and promote the arts. We have many ways for you to channel your passions - just ask!</span></p> <p class=\"left_column_header\"><a href=\"http://citycenterof.com/maps/owosso/\"><img src=\"images/OwossoBanner4.jpg\" alt=\"City Center Maps\" width=\"328\" height=\"67\" border=\"0\"></a></p>"
entryContent[4] = " <p><img src=\"images/community_spotlight.jpg\" alt=\"\" width=\"228\" height=\"42\"></p> <p class=\"left_column_header\"><span class=\"left_column_text_small\"><img src=\"images/gallery.jpg\" alt=\"Shiawassee Arts Center\" width=\"188\" height=\"125\" hspace=\"5\" align=\"right\" />Located in Curwood Castle Park overlooking the Shiawassee River, the Arts Center serves as showcase for the work of area, statewide and national artists. It also serves as a meeting place, classroom and workshop area and arts information center for mid-Michigan. The new River Gallery and Cottonwood Terrace are unique locations for special events, fundraisers and private parties. </span></p> <p class=\"left_column_header\"><span class=\"left_column_text_small\">The Arts Center features nine exhibit galleries including the Frieseke Gallery, a specialty Gift Shop and expanded classrooms. The public is welcome and there is no admission charge. </span></p> <p class=\"left_column_header\"><span class=\"left_column_text_small\">The Shiawassee Arts Council, celebrating its 38th anniversary in 2010, is a non-profit corporation whose mission is to encourage participation and appreciation of the arts. The Shiawassee Arts Center, a non-profit (501(c)3) organization, is located at 206 Curwood Castle Drive in Owosso and is open Tuesday through Sunday, 1-5pm. For more information about the exhibit call the Arts Center at 989.723.8354 or visit <a href=\"http://www.shiawasseearts.org\">www.shiawasseearts.org</a>. </span></p> <p class=\"left_column_header\"><a href=\"http://citycenterof.com/maps/owosso/\"><img src=\"images/OwossoBanner4.jpg\" alt=\"City Center Maps\" width=\"328\" height=\"67\" border=\"0\"></a></p>"

var randomNumber = Math.random()
randomNumber *= varLength
randomNumber = parseInt(randomNumber)
if(isNaN(randomNumber)) randomNumber = 0
else randomNumber %= varLength
selectedContent = entryContent[randomNumber]

document.write (selectedContent)
