<!-- Original:  Dandello (dandello@pacifier.com) -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
var day=""; var month=""; var myweekday=""; var year=""; var holiday="";
var mystery="the Glorious Mysteries";
mydate = new Date();
var myday = mydate.getDay(); 
mymonth = mydate.getMonth(); myweekday = mydate.getDate(); weekday = myweekday; myyear = mydate.getYear();
if (myyear < 20) 
{year = "20" + myyear;}
if (myyear > 1999) 
{year = myyear;}
else {year = 1900 + myyear;}

if (myday == 1 || myday == 6) 
{mystery = "the Joyful Mysteries";}
if (myday == 2 || myday == 5) 
{mystery = "the Sorrowful Mysteries";}
if (myday == 4) 
{mystery = "the Luminous Mysteries";}

if (myweekday == 28 && mymonth == 5)
{holiday = ", the Memorial of St. Irenaeus"}
if (myweekday == 29 && mymonth == 5)
{holiday = ", the Solemnity of Sts. Peter and Paul, Apostles"}
if (myweekday == 3 && mymonth == 6)
{holiday = ", the Feast of St. Thomas, Apostle"}
if (myweekday == 14 && mymonth == 6)
{holiday = ", the Memorial of Blessed Kateri Tekakwitha"}
if (myweekday == 15 && mymonth == 6)
{holiday = ", the Memorial of St. Bonaventure"}
if (myweekday == 16 && mymonth == 6)
{holiday = ", the Memorial of Our Lady of Mount Carmel (optional)"}
if (myweekday == 22 && mymonth == 6)
{holiday = ", the Memorial of St. Mary Magdalene"}
if (myweekday == 26 && mymonth == 6)
{holiday = ", the Memorial of Sts. Joachim and Anne, Parents of the Virgin Mary"}
if (myweekday == 29 && mymonth == 6)
{holiday = ", the Memorial of St. Martha"}
if (myweekday == 31 && mymonth == 6)
{holiday = ", the Memorial of St. Ignatius Loyola"}
if (myweekday == 4 && mymonth == 7)
{holiday = ", the Memorial of St. John Mary Vianney"}
if (myweekday == 6 && mymonth == 7)
{holiday = ", the Feast of the Transfiguration"}
if (myweekday == 10 && mymonth == 7)
{holiday = ", the Feast of St. Lawrence, Deacon and Martyr"}
if (myweekday == 11 && mymonth == 7)
{holiday = ", the Memorial of St. Clare of Assisi"}
if (myweekday == 14 && mymonth == 7)
{holiday = ", the Memorial of St. Maximilian Mary Kobe"}
if (myweekday == 15 && mymonth == 7)
{holiday = ", the Solemnity of the Assumption of the Virgin Mary"}
if (myweekday == 20 && mymonth == 7)
{holiday = ", the Memorial of St. Bernard of Clairvaux"}
if (myweekday == 21 && mymonth == 7)
{holiday = ", the Memorial of Pope Pius X"}
if (myweekday == 24 && mymonth == 7)
{holiday = ", the Feast of St. Bartholomew, Apostle"}
if (myweekday == 27 && mymonth == 7)
{holiday = ", the Memorial of St. Monica"}
if (myweekday == 28 && mymonth == 7)
{holiday = ", the Memorial of St. Augustine"}
if (myweekday == 3 && mymonth == 8)
{holiday = ", the Memorial of Pope Gregory the Great"}
if (myweekday == 8 && mymonth == 8)
{holiday = ", the Feast of Birth of Virgin Mary"}
if (myweekday == 9 && mymonth == 8)
{holiday = ", the Memorial of St. Peter Claver"}
if (myweekday == 13 && mymonth == 8)
{holiday = ", the Memorial of St. John Chrysostom"}
if (myweekday == 14 && mymonth == 8)
{holiday = ", the Feast of Exaltation of the Holy Cross"}
if (myweekday == 15 && mymonth == 8)
{holiday = ", the Memorial of Our Lady of Sorrows"}
if (myweekday == 16 && mymonth == 8)
{holiday = ", the Memorial of Sts. Cornelius and Cyprian"}
if (myweekday == 20 && mymonth == 8)
{holiday = ", the Memorial of Sts. Andrew Kim Taegon, Paul Chong Hasang and Companions"}
if (myweekday == 21 && mymonth == 8)
{holiday = ", the Feast of St. Matthew, Apostle"}
if (myweekday == 23 && mymonth == 8)
{holiday = ", the Memorial of St. Pio of Pietrelcina"}
if (myweekday == 27 && mymonth == 8)
{holiday = ", the Memorial of St. Vincent de Paul"}
if (myweekday == 29 && mymonth == 8)
{holiday = ", the Feast of Sts. Michael, Gabriel and Raphael, Archangels"}
if (myweekday == 30 && mymonth == 8)
{holiday = ", the Memorial of St. Jerome"}
if (myweekday == 1 && mymonth == 9)
{holiday = ", the Memorial of St. Thérèse of the Child Jesus"}
if (myweekday == 2 && mymonth == 9)
{holiday = ", the Memorial of Guardian Angels"}
if (myweekday == 4 && mymonth == 9)
{holiday = ", the Memorial of St. Francis of Assisi"}
if (myweekday == 7 && mymonth == 9)
{holiday = ", the Memorial of Our Lady of the Rosary"}
if (myweekday == 15 && mymonth == 9)
{holiday = ", the Memorial of St. Teresa of Jesus"}
if (myweekday == 18 && mymonth == 9)
{holiday = ", the Feast of St. Luke, the Evangelist"}
if (myweekday == 19 && mymonth == 9)
{holiday = ", the Memorial of Sts. John de Brébeuf, Isaac Jogues and Companions"}
if (myweekday == 28 && mymonth == 9)
{holiday = ", the Feast of Sts. Simon and Jude, Apostles"}
if (myweekday == 1 && mymonth == 10)
{holiday = ", the Solemnity of All Saints"}
if (myweekday == 2 && mymonth == 10)
{holiday = ", the Solemnity of All Souls"}
if (myweekday == 4 && mymonth == 10)
{holiday = ", the Memorial of St. Charles Borromeo"}
if (myweekday == 9 && mymonth == 10)
{holiday = ", the Feast of Dedication of St. John Lateran Basilica"}
if (myweekday == 10 && mymonth == 10)
{holiday = ", the Memorial of St. Leo the Great, Pope"}
if (myweekday == 11 && mymonth == 10)
{holiday = ", the Memorial of St. Martin of Tours"}
if (myweekday == 12 && mymonth == 10)
{holiday = ", the Memorial of St. Josaphat"}
if (myweekday == 13 && mymonth == 10)
{holiday = ", the Memorial of St. Frances Xavier Cabrini"}
if (myweekday == 17 && mymonth == 10)
{holiday = ", the Memorial of St. Elizabeth of Hungary"}
if (myweekday == 21 && mymonth == 10)
{holiday = ", the Solemnity of Christ The King"}
if (myweekday == 22 && mymonth == 10)
{holiday = ", the Memorial of St. Cecilia"}
if (myweekday == 24 && mymonth == 10)
{holiday = ", the Memorial of St. Andrew Dung-Lac and Companions"}
if (myweekday == 28 && mymonth == 10)
{holiday = ", the First Sunday of Advent"}
if (myweekday == 30 && mymonth == 10)
{holiday = ", the Feast of St. Andrew, Apostle"}
if (myweekday == 3 && mymonth == 11)
{holiday = ", the Memorial of St. Francis Xavier"}
if (myweekday == 5 && mymonth == 11)
{holiday = ", the Second Sunday of Advent"}
if (myweekday == 7 && mymonth == 11)
{holiday = ", the Memorial of St. Ambrose"}
if (myweekday == 8 && mymonth == 11)
{holiday = ", the Solemnity of Immaculate Conception of the Virgin Mary"}
if (myweekday == 9 && mymonth == 11)
{holiday = ", the Memorial of St. Juan Diego (optional)"}
if (myweekday == 12 && mymonth == 11)
{holiday = ", the Third Sunday of Advent"}
if (myweekday == 13 && mymonth == 11)
{holiday = ", the Memorial of St. Lucy"}
if (myweekday == 14 && mymonth == 11)
{holiday = ", the Memorial of St. John of the Cross"}
if (myweekday == 19 && mymonth == 11)
{holiday = ", the Fourth Sunday of Advent"}
if (myweekday == 25 && mymonth == 11)
{holiday = ", the Solemnity of Christmas"}
if (myweekday == 26 && mymonth == 11)
{holiday = ", the Feast of the Holy Family"}
if (myweekday == 27 && mymonth == 11)
{holiday = ", the Feast of St. John Apostle and Evangelist"}
if (myweekday == 28 && mymonth == 11)
{holiday = ", the Feast of Holy Innocents"}
if (myweekday == 1 && mymonth == 0)
{holiday = ", the Solemnity of Mary, Mother of God"}

arday = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
armonth = new Array("January ","February ","March ","April ","May ","June ","July ","August ","September ", "October ","November ","December ")
ardate = new Array("0th","1st","2nd","3rd","4th","5th","6th","7th","8th","9th","10th","11th","12th","13th","14th","15th","16th","17th","18th","19th","20th","21st","22nd","23rd","24th","25th","26th","27th","28th","29th","30th","31st");
var time_of_day = ("Today is " + arday[myday] + ", " + armonth[mymonth] + " " + ardate[myweekday] + ", " + year + holiday + ". <BR> Today's mysteries are " + mystery + ".");
// End -->
<!-- Original:  Tarjei Davidsen (the@rescueteam.com) -->
<!-- Begin
var sign_of_cross = "In the name of the Father, and of the Son, and of the Holy Spirit.   Amen.";
var apostles_creed = "I believe in God, the Father almighty, creator of heaven and earth.  " + "I believe in Jesus Christ, his only Son, our Lord.  " + "He was conceived by the power of the Holy Spirit, and born of the Virgin Mary.  " + "He suffered under Pontius Pilate, was crucified, died, and was buried.  " + "He descended to the dead.  On the third day he rose again.  " + "He ascended into heaven, and is seated at the right hand of the Father.  " + "He will come again to judge the living and the dead.  " + "I believe in the Holy Spirit, the Holy Catholic Church, the communion of saints, " + "the forgiveness of sins, the resurrection of the body, and the life everlasting.   Amen.";
var our_father = "Our Father, who art in heaven; hallowed be Thy name; " + "Thy kingdom come; Thy will be done on earth as it is in heaven. " + " Give us this day our daily bread; and forgive us our trespasses as we forgive those who trespass against us," + " and lead us not into temptation; but deliver us from evil.   Amen.";
var hail_mary = "Hail Mary, full of grace, the Lord is with thee; " + "blessed art thou among women, and blessed is the fruit of thy womb, Jesus." + "       " + " Holy Mary, Mother of God, pray for us sinners, now and at the hour of our death.   Amen.";
var glory_be = "Glory be to the Father, and to the Son, and to the Holy Spirit.  As it was in the beginning, is now, and ever shall be, world without end.   Amen.";
var decade = hail_mary + hail_mary + hail_mary + hail_mary + hail_mary + hail_mary + hail_mary + hail_mary + hail_mary + hail_mary;
var fir_mystery = new Array(7);
var sec_mystery = new Array(7);
var thi_mystery = new Array(7);
var fou_mystery = new Array(7);
var fif_mystery = new Array(7);
fir_mystery[1] = fir_mystery[6] = "First Joyful Mystery:  The Annunciation."; 
sec_mystery[1] = sec_mystery[6] = "Second Joyful Mystery:  The Visitation.";
thi_mystery[1] = thi_mystery[6] = "Third Joyful Mystery:  The Birth of Jesus.";
fou_mystery[1] = fou_mystery[6] = "Fourth Joyful Mystery:  The Presentation.";
fif_mystery[1] = fif_mystery[6] = "Fifth Joyful Mystery:  Finding of the Child Jesus in the Temple.";
fir_mystery[2] = fir_mystery[5] = "First Sorrowful Mystery:  The Agony in the Garden."; 
sec_mystery[2] = sec_mystery[5] = "Second Sorrowful Mystery:  Scourging at the Pillar.";
thi_mystery[2] = thi_mystery[5] = "Third Sorrowful Mystery:  Crowning with Thorns.";
fou_mystery[2] = fou_mystery[5] = "Fourth Sorrowful Mystery:  Carrying of the Cross.";
fif_mystery[2] = fif_mystery[5] = "Fifth Sorrowful Mystery:  The Crucifixion.";
fir_mystery[4] = "First Mystery of Light: The Baptism in the Jordan.";
sec_mystery[4] = "Second Mystery of Light: Manifestation at the Wedding of Cana.";
thi_mystery[4] = "Third Mystery of Light: Proclamation of the Kingdom of God.";
fou_mystery[4] = "Fourth Mystery of Light: The Transfiguration.";
fif_mystery[4] = "Fourth Mystery of Light: Institution of the Eucharist at the Last Supper.";
fir_mystery[0] = fir_mystery[3] = "First Glorious Mystery:  The Resurrection."; 
sec_mystery[0] = sec_mystery[3] = "Second Glorious Mystery:  The Ascension.";
thi_mystery[0] = thi_mystery[3] = "Third Glorious Mystery:  Decent of the Holy Spirit.";
fou_mystery[0] = fou_mystery[3] = "Fourth Glorious Mystery:  The Assumption.";
fif_mystery[0] = fif_mystery[3] = "Fifth Glorious Mystery:  The Coronation.";
var fatima_prayer = "O my Jesus, forgive us our sins, save us from the fires of hell, lead all souls to Heaven, especially those who have most need of thy mercy.";
var holy_queen = "Hail, Holy Queen, Mother of Mercy, our life, our sweetness and our hope, to you do we cry, poor banished children of Eve; " + "to you do we send up our sighs, mourning and weeping in this vale of tears; " + "turn, then, most gracious Advocate, your eyes of mercy towards us, and after this, our exile, show unto us the blessed fruit of your womb, Jesus.  " + "O clement, O loving, O sweet Virgin Mary!  " + "Pray for us, O holy Mother of God, that we may be made worthy of the promises of Christ.";
var max=0;
function textlist() {
max=textlist.arguments.length;
for (i=0; i<max; i++)
this[i]=textlist.arguments[i];
}
tl = new textlist(  
sign_of_cross, apostles_creed, our_father, hail_mary, hail_mary, hail_mary, glory_be, 
fir_mystery[myday], our_father, 
hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, 
glory_be, fatima_prayer, 
sec_mystery[myday], our_father, 
hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, 
glory_be, fatima_prayer, 
thi_mystery[myday], our_father, 
hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, 
glory_be, fatima_prayer, 
fou_mystery[myday], our_father, 
hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, 
glory_be, fatima_prayer, 
fif_mystery[myday], our_father, 
hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, hail_mary, 
glory_be, fatima_prayer, holy_queen, sign_of_cross
);

var x = 0; pos = 0;
var l = tl[0].length;
function textticker() {
document.tickform.tickfield.value = tl[x].substring(0, pos) + "_";
if(pos++ == l) {
pos = 0; 
setTimeout("textticker()", 2200); 
if(++x == max) x = 0; 
l = tl[x].length;
} else
setTimeout("textticker()", 80);
}
//  End -->