
// **********************************************************
// image path
// **********************************************************
var imagepath ="http://www.spirituality.org/i/"

// **********************************************************
// gallery content
// **********************************************************
var gal = "<!-- ROTATE STORIES -->"	
	gal += "<div class='gallerycontent'>"
	gal += "<div class='rotate'>"
	gal += "<a href='page01.asp'><img src='" + imagepath + "peaceflag.jpg' alt='Illustration of a flag with the words Peace' title='Illustration of a flag with the words Peace' /></a>"
	gal += "<h3><a href='page01.asp'>Forgiveness</a></h3>"
	gal += "<h4>By Rev. Mark Connolly</h4>"
	gal += "<p>As we get further and further into the New Year, many of the resolutions we started with are either forgotten or abandoned. If there is something that should be uppermost in our mind during this year, it should be that we make it personally a year of peace...</p>"
	gal += "</div>"
	gal += "</div>"
	
	gal += "<div class='gallerycontent'>"
	gal += "<div class='rotate'>"
	gal += "<a href='page02.asp'><img src='" + imagepath + "parishpriest.jpg' alt='Photo of a portion of the Parish Priest book jacket' title='Photo of a portion of the Parish Priest book jacket' /></a>"
	gal += "<h3><a href='page02.asp'>A Sound Purchase</a></h3>"
	gal += "<h4>By The Most Reverend William E. Lori, S.T.D., Bishop Of Bridgeport</h4>"
	gal += "<p>It is rare that I write a column asking you to purchase a specific item, but this edition of Soundings will be an exception. I am hoping I can persuade you to buy a book and, more importantly, to read it.  The book in question is entitled Parish Priest...</p>"
	gal += "</div>"
	gal += "</div>"

	gal += "<div class='gallerycontent'>"
	gal += "<div class='rotate'>"
	gal += "<a href='page03.asp'><img src='" + imagepath + "bartimaeus.jpg' alt='Painting of Bartimaeus' title='Painting of Bartimaeus' class='right' /></a>"
	gal += "<h3><a href='page03.asp'>Jesus And The Outcasts</a></h3>"
	gal += "<h4>By Msgr. Frank Wissel</h4>"
	gal += "<p>There was a Gospel reading (Mk l0:46-52) that contains one of the most tragic figures in the New Testament known as Bartimaeus. He is a blind beggar. Obviously, blind describes his condition; and begging was his living. Now one would logically assume...</p>"
	gal += "</div>"
	gal += "</div>"
			
	gal += "<div class='gallerycontent'>"
	gal += "<div class='rotate'>"
	gal += "<a href='page04.asp'><img src='" + imagepath + "dr.jpg' alt='Photo of a Doctor' title='Photo of a Doctor' class='right' /></a>"
	gal += "<h3><a href='page04.asp'>Another Opinion</a></h3>"
	gal += "<h4>By Rev. Ray Petrucci</h4>"
	gal += "<p>The doctor said, &quot;I'm sorry, John. You need an operation&quot;.<br />John asked, &quot;Doctor, do you mind if I get a second opinion?&quot;<br />The doctor replied, &quot;OK! You don't need an operation.&quot;	This old joke pokes fun at...</p>"
	gal += "</div>"
	gal += "</div>"

	

	
	
	gal += "<div class='gallerycontent'>"
	gal += "<div class='rotate'>"
	gal += "<a href='page05.asp'><img src='" + imagepath + "sky_clouds.jpg' alt='Photo of blue sky and puffy clouds' title='Photo of blue sky and puffy clouds' class='right' /></a>"
	gal += "<h3><a href='page05.asp'>A Case Of Divine Intervention</a></h3>"
	gal += "<h4>By Janice Alonso</h4>"
	gal += "<p>Sometimes things happen so dramatically to reveal God's hand at work that it is impossible to deny His divine intervention and its meaning. Other times, the intervention is more subtle, and His purpose hazy, only that we were chosen by God as His...</p>"
	gal += "</div>"
	gal += "</div>"
	gal += "<!-- ROTATE STORIES END -->"
	
	
