c = new Array(17);

c[10] = "<b>PLAN TO VISIT US IN 2011</b> -- We invite groups to schedule a visit and tour in 2011.  We provide a one hour history presentation inside the church, and a tour of the burial ground, weather permitting.  Lunch is available at nearby restaurants";

c[3] ="<b><font class='s30'>NEW ARTICLES ON THIS SITE WILL BE POSTED IN PDF FORMAT</font></b>";

c[4]="<b>TOTAL IMMERSION HELPS HISTORY STUDENTS UNDERSTAND WHISKEY REBELLION</b> .. read the story in the <a href ='http://www.post-gazette.com/pg/07311/831672-298.stm'>Pittsburgh Post-Gazette</a>";

c[5]="<b>RECOVERING THE PAST</b> -- Carnegie Mellon University's new scanning technology is put to good use at OSL - read the story in the<a href='http://oldsaintlukes.org/s_531518.htm'> Pittsburgh Tribune-Review</a>";

c[6]="<b>OSL MAKES THE BBC</b> -- Old St. Luke's makes international news, as Carnegie Mellon University applies their new scanning technology to read obliterated grave stones - read the story on the <a href='http://news.bbc.co.uk/2/hi/technology/7024672.stm'>BBC web site</a>";

c[7] ="<b>CHRISTIAN WEDDINGS AT OSL</b> -- click <a href='weddings.php'>here</a> for information about booking weddings at Historic Old St. Lukes";

c[8] = "<b><a href = 'a&h.htm'>ARCHIVES & HISTORY</a></b> -- check out our selection of papers and articles about OSL, the Whiskey Rebellion, and other historic events";

c[9]="<img src = 'interiorempty_small1.jpg' /><b><a href='tour.php'>TOUR OSL</a></b> -- take a virtual tour of OSL";

c[14] = "<b><a href='links.php'>LINKS</a></b> -- Links to local, state, and national history";

c[11] = "<b><a href='index.php'>MORE INFORMATION!</a></b> -- check out a full directory of features on this site";

c[12] = "<b><a href='merchandise.php'>OSL GIFT SHOP</a></b> -- Help OLD ST. LUKES, and treat yourself or a friend, with the purchase of these special items -- SEE OUR NEW OSL ORNAMENT";

c[13] = "<font class='s20'><b><a href='join.php'>JOIN OSL!</a></b> -- Help support Old St. Luke's - join today!</font>";

c[1] = "<font class='s20' color='purple'><b>WELCOME TO OLD ST. LUKES</b></font>";

c[2] = "<font class='s20'><b>Read the November, 2011 NEWSLETTER: <a href='news0307November.pdf'>CLICK HERE</a></b></font>";

next = 0;
function display(){
 if (++next > 14)  next = 1;
document.getElementById('txt').innerHTML=c[next];
t=setTimeout('display()',7000);
}
