ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="stylesheet" href="../cssstylefolder/king.css" type="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <script> // (C) 2000 www.CodeLifter.com // http://www.codelifter.com // Free for all users, but leave in this header // NS4-6,IE4-6 // Fade effect only in IE; degrades gracefully // ======================================= // set the following variables // ======================================= // Set slideShowSpeed (milliseconds) var slideShowSpeed = 3000 // Duration of crossfade (seconds) var crossFadeDuration = 3 // Specify the image files var Pic = new Array() // don't touch this // to add more images, just continue // the pattern, adding to the array below Pic[0] = Pic[1] = // ======================================= // do not edit anything below this line // ======================================= var t var j = 0 var p = Pic.length var preLoad = new Array() for (i = 0; i < p; i++){ preLoad[i] = new Image() preLoad[i].src = Pic[i] } function runSlideShow(){ if (document.all){ document.images.SlideShow.style.filter="blendTrans(duration=2)" document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)" document.images.SlideShow.filters.blendTrans.Apply() } document.images.SlideShow.src = preLoad[j].src if (document.all){ document.images.SlideShow.filters.blendTrans.Play() } j = j + 1 if (j > (p-1)) j=0 t = setTimeout('runSlideShow()', slideShowSpeed) } </script> </head> <body onload="runSlideShow()"> <h6>Past Pupils News</h6> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td>Past Pupils Union President: Mrs Margaret O'Sullivan</td> </tr> <tr> <td class="diary">If you are a member of Leaving Cert 69/70( First class), Leaving Cert 78/79, Leaving Cert 88/89, Leaving Cert 98/99, our inaugural dinner on April 24th 2009 at the Maryborough Hotel will be of particular interest to you. We hope to assemble your year group on that occasion to celebrate the fortieth, thirtieth, twentieth and tenth anniversaries, respectively, of your Leaving Cert. We look forward to hearing from you and encourage you to get together with your  old friends and to make a special effort to come along. Tickets and further details will be available later in the year. Naturally all past pupils of any year are welcome to attend, so should you wish to join the celebrations, we will be delighted to see you there. <p></p> More details to follow soon. </td></tr> </table> </body> </html>