/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 1;
quotes = Math.floor (num_of_quotes * Math.random());


if (quotes==1) {
title="<div align='center' class='home-more-stories'><a href='pdf/SpiritandLife-Saffioti.pdf' target='_blank'></a>";
body="<br><a href='pdf/SpiritandLife-Saffioti.pdf' target='_blank'><span class='issues-home-head'>Spirit and Life Conference</span></a><br><br><a href='/soc-vocations.html'><span class='home-more-stories'>Vietnamese New Year Celebration</span></a></div>";
}



document.write('<div align=left>');
document.write('<strong>' + title + '</strong><br>');
document.write(''+ body +'');
document.write('</div>');
