// JavaScript Document

//var SymRealOnLoad;
//var SymRealOnUnload;

function SymOnUnload()
{
  window.open = SymWinOpen;
  if(SymRealOnUnload != null)
     SymRealOnUnload();
}

function SymOnLoad()
{
  if(SymRealOnLoad != null)
     SymRealOnLoad();
  window.open = SymRealWinOpen;
  SymRealOnUnload = window.onunload;
  window.onunload = SymOnUnload;
}

SymRealOnLoad = window.onload;
window.onload = SymOnLoad;

//-->
<!-- Load the slideshow JavaScript code -->


function SymError()
{
  return true;
}

window.onerror = SymError;

//var SymRealWinOpen = window.open;

//function SymWinOpen(url, name, attributes)
//{
  //return (new Object());
//}

window.open = SymWinOpen;

//-->

document.write("<script language=\"JavaScript\" src=\"slideshow.js\"type=\"text\/JavaScript\"></script>");
////////////////////////Captions
quote = new Array (
"Br. Joseph Joly leads the entrance procession with the cross",
"The procession enters the chapel",
"Br. Anthony Torretti was master of ceremonies",
"Postulants Juan Aviles and José Arredondo served as acolytes",
"Among the concelebrants were (l to r) Frs. Frank Cregan, Frank Wilder and Francisco Sandoval",
"Concelebrants approach the altar",
"Main celebrant, Fr. Joseph Gallardo, prior provincial, incenses the altar",
"Principal concelebrants were (l to r) Msgr. Joseph Giandurco (pastor of Sacred Heart Church), Frs. Ramón Gaitán (prior of Tagaste), Charles Huse (provincial secretary), and John Gruben (vice prior of Tagaste)",
"Fr. Joseph lead the opening prayer of the Mass",
"Fr. Ángel San Eufrasio, OAR, played the organ and directed the music for the liturgy",
"Br. Joe’s cousin, Jeanne Klinkowski, did the first reading",
"Those attending the Mass included Br. Joe’s family, Tagaste Guild members, Secular	Augustinian Recollects and friends of the Monastery",
"The Gospel procession",
"Fr. Charles incenses the Book of Gospels",
"Br. Joe renews his vows before the community",
"Fr. Provincial offers a prayer for Br. Joe",
"Everyone gives Br. Joe a round of applause for his witness of 50 years as a professed religious",
"The Offertory procession includes Br. Joe’s sister, Pauline, and representatives from the Guild and Secular Augustinian Recollects",
"Fr. Provincial incenses the Offertory Gifts",
"Members of the Adorno community from Ramsey, New Jersey join Fra. Jorge Mateos (l) in the singing",
"The Preface of the Mass . . .",
". . . and the Sanctus",
"The Eucharistic acclamation . . .",
"and the doxology",
"“The Peace of the Lord be with you!”",
"“This is the Lamb of God . . .”",
"“The Body of Christ”",
"Fr. Ramón and Fr. Charles assist Fr. Provincial in distributing Communion",
"Fr. Joe offers words of thanks to the community",
"The closing hymn: “City of God,”",
"The Guild Hall prepared for the Golden Anniversary reception",
"The head table awaits Fr. Provincial and company. Where is everybody?",
"The “tres leches” cakes need to be fetched from the ‘frig; will there be enough to go around? Absolutely!",
"Br. Joe Joly stands behind Fr. Provincial, Joseph Gallardo; others (l. to r.) Frs 	Fredric Abiera, Ramón Gaitán, Charles Huse, and Frank Wilder",
"The Tagaste students are joined by the students from the Adorno community from Ramsey, NJ",
"Fr. John with members of the Tagaste Guild and SARs",
"Guild and SAR members . . . you know who you are!",
"Fr. Frank Cregan with parishioners from St. John Parish in the Bronx",
"More of our friends from the Bronx",
"Sr. Maureen Francis from St. Zita’s Villa in Monsey with Ann Haas her number one assistant",
"Sr. Margaret Gire (r.), a long-time acquaintance of the Recollects from Kansas City days with our friends from the Hispanic community",
"Fr. David Miliken from Ascension Parish in New Milford, NJ and other friends of the house",
"Guest of honor, Br. Joe with his sister, Pauline and family",
"Mercedes Gabella (l.), vice president of the Guild, with SAR and Guild members",
"Guild members and friends from the Suffern area",
"Friends of the community from West Orange, New Jersey . . .",
". . . Including many of our St. Cloud SARs",
"Members of the Sons of Italy and their families . . .",
". . . who are always supportive of our Guild activities",
"More of our friends from the Vincent Linguanti Lodge",
". . . and members of the Golf Committee who were awarded special 	certificates of appreciation for their fund-raising efforts for the Monastery",
"Our friends from the Filipino community had the biggest table . . .",
"Fr. Ramón presents a papal blessing to Br. Joe for his Golden Jubilee",
"Br. Joe with his family: (l. to r.) sister Pauline Denault and cousins Elaine Le Blanc and Jeanne Klinkowski",
"Peggy Evans accepts a papal blessing in the name of the St. Pius X Guild celebrating 50 years of service to Tagaste",
"Peggy is surprised with the gift of a “key” to Tagaste",
"Rita Gannon helps Fr. Ramón distribute certificates of appreciation to Golf Committee members",
"Joe Nappo gets the dessert lined up",
"No doubt about whom this one belongs to!",
"We finally get to the “tres leches” cake",
"Peggy gives Br. Joe precise instructions about how best to cut the cake"

); 
/*for (var i = 0; i < quote_gal.length; ++i) {
document.write("<p>" + quote_gal[i]);
}*/
/////////////////

<!--

ss = new slideshow('ss');
ss.prefetch = 3;
ss.timeout = 7000;

for (var count=1; count <= quote.length; count++){
s = new slide();
s.src = count +'.jpg';
s.link =  count +'.jpg';
s.title = count;
s.text = "<p align=center>" + quote[count-1];
ss.add_slide(s);

}
// The following loop sets an attribute for all of the slides.
// This is easier than setting the attributes individually.

for (var j=0; j < ss.slides.length; j++) {

  s = ss.slides[j];
  s.target = "slideshow_popup";
  s.attr = "width=620,height=420,resizable=yes,scrollbars=yes";
}

document.write("<script language=\"JavaScript\" src=\"slideshow.js\" type=\"text/JavaScript\"><\/script>");
document.write("<body><FORM NAME=\"slideshow_form\" ACTION=\"\" METHOD=\"GET\"> ");
document.write("<DIV ID=\"slideshow\"> <DIV ID=\"slideshow_controls\"> ");
document.write("<p>"); 
document.write("  <INPUT TYPE=\"button\" VALUE=\"play\" onClick=\"ss.next();ss.play()\"> ");
document.write("  <INPUT TYPE=\"button\" VALUE=\"stop\" onClick=\"ss.pause()\"> ");
// document.write(" &nbsp; 
 document.write(" <INPUT TYPE=\"button\" VALUE=\"previous\" onClick=\"ss.previous()\"> ");
document.write("  <INPUT TYPE=\"button\" VALUE=\"next\" onClick=\"ss.next()\"> ");
 document.write(" <SELECT ID=\"slideshow_select\" NAME=\"slideshow_select\" ");
document.write("onChange=\"ss.goto_slide(this.selectedIndex)\"> ");
document.write("<OPTION>Welcome to the JavaScript Slideshow");
document.write("  <\/SELECT>");
//document.write("  &nbsp; */


function set_slideshow_select_options(selectlist) {

  selectlist.options.length = 0;

  for (var i = 0; i < ss.slides.length; i++) {
    selectlist.options[i] = new Option();
    selectlist.options[i].text = (i + 1) + '. ' + ss.slides[i].title;
  }

  selectlist.selectedIndex = ss.current;
}

set_slideshow_select_options(document.slideshow_form.slideshow_select);

//-->
document.write("<TABLE width=\"75%\" BORDER=0 align=\"center\" CELLPADDING=0 CELLSPACING=0>");
document.write("<Td><Tr ALIGN=center>");
document.write("<A ID=\"slideshow_image_link\" HREF=\"javascript:ss.hotlink()\" TITLE=\"De Click para Alargar\"><IMG SRC=\"Gallegos\/1a.jpg\" ");
document.write("ALT=\"Slideshow image\" ");
document.write("NAME=\"slideshow_img\" ");
 document.write("WIDTH=450 ID=\"slideshow_img\" ");
 document.write("STYLE=\"filter:progid:DXImageTransform.Microsoft.Fade()\" BORDER=0><\/A>");
 document.write(" <\/Tr>");
 ////Captions
 //document.write("<TD ID=\"slideshow_text\">");
document.write("<Td align=center ID=\"slideshow_text\">");
 //document.write("<p>Bienvenidos! Si usted ve estas palabras es que su \"Buscador\" no soporta el cambio de palabras en la presentacion.");

document.write("<\/Td>");
/////
document.write("<\/TABLE>");
	//document.write("<p align=\"center\"><font color=\"#0000FF\">" + texto[i][0] + "<\/font>");

<!--
// Tell the slideshow which image and text id to change 
if (document.images)
{
  ss.image = document.images.slideshow_img;
  ss.textid = "slideshow_text";

  ss.post_update_hook = function() {
document.slideshow_form.slideshow_select.selectedIndex = ss.current;
}

  ss.update();
  //ss.play();
}

// Display all of the text from the slideshow.
//Esta Linea de abajo solo sirve para que el texto aparesca en la parte de abajo
//
//document.write(ss.get_all_text("<DIV STYLE=\"border-top:1px solid #ddd;padding:6px 0px 16px 0px;\">\n", "<\/DIV>\n"));

// The following function is normally left commented out.
// It is used only to produce the HTML that is copied
// into the NOSCRIPT section below, then it is commented out again.
// The HTML produced will contain all of the slideshow images,
// plus the text for each image.

//document.write("<PRE>" + ss.noscript() + "<" + "/PRE>");

//-->

