ÿþ<!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] = '../images/2008sfi/sfi1.jpg' Pic[1] = '../images/2008sfi/sfi2.jpg' Pic[2] = '../images/2008sfi/sfi3.jpg' Pic[3] = '../images/2008sfi/sfi4.jpg' Pic[4] = '../images/2008sfi/sfi5.jpg' Pic[5] = '../images/2008sfi/sfi6.jpg' // ======================================= // 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>SFI Dell Scholarships 2008</h6> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td>Congratulations to two of our 2008 Leaving Cert Students who were recently awarded Dell 'Young Women in Engineering' Scholarships. Grace Burke and Anna Killeen were two of ten students in the country to receive this prestigious award. The scholarships were presented to both girls in Dublin by the Tanaiste. The scholarship package comprises an annual award of ¬ 2,000, a Dell Precision M20 notebook computer, together with the assistance and support of a research active mentor throughout their undergraduate career and the opportunity to spend summers in a research internship in university or industry. Ms Laura McNamara and Ms Joanne Brosnan, the girls science teachers accompanied them to Dublin and are pictured with the girls below. Mary Coughlan.</td></tr> <tr> <td><a href="http://www.sfi.ie/content/content.asp?section_id=226&language_id=1&publication_id=1704>Official Press Release</a></td></tr> <tr> <td id="VU" width=300> <img src="../images/2008sfi/sfi1.jpg" name='SlideShow' width=300></td> </tr> </table> </body> </html>