ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>The Sully Shuffle Foundation</title> <meta name="keywords" content="Sully Shuffle Foundation, Sully Shuffle, Skip Sullivan, Parkinson's disease fundraising, 5k run, Oak Lawn" /> <meta name="description" content="The Sully Shuffle Foundation raises money to support Parkinson's disease research." /> <link href="sully.css" rel="stylesheet" type="text/css" /> <link href="countdown.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="countdown.js"></script> <script type="text/javascript" src="status.js"></script> <script type="text/javascript" src="scrollbar.js"></script> <script type="text/javascript"> function cntdown() { // the current date and time var today = new Date(); // calculate the time left until Sully Shuffle var days = calcDays(today); // display days rounded to the next lowest integer document.countDownForm.daysLeft.value = Math.floor(days); // calculate the hours left in the current day var hours = (days - Math.floor(days))*24; // display hours rounded to the next lowest integer document.countDownForm.hrLeft.value = Math.floor(hours); // calculate the minutes left in the current hour var minutes = (hours - Math.floor(hours))*60; // display minutes rounded to the next lowest integer document.countDownForm.minLeft.value = Math.floor(minutes); // calculate the seconds left in the current minute var seconds = (minutes - Math.floor(minutes))*60; // display seconds rounded to the next lowest integer document.countDownForm.secLeft.value = Math.floor(seconds); } </script> <style type="text/css"> <!-- .style4 {color: #000000} --> </style> </head onload="scrollColor()"> <body onload="setInterval('cntdown()',1000)"> <div id="content"> <div id="back"> <!-- header begins --> <div id="header"> <div id="logo"> <p>&nbsp;</p> <p>&nbsp;</p> <p><a href="index.html">home</a></p> </div> <div id="menu"> <ul> <li id="button1"><a href="foundation.html" title="">The<br /> Foundation</a></li> <li id="button2"><a href="event_info.html" title="">Event<br /> Information</a></li> <li id="button3"><a href="gallery.html" title="">Photo<br /> Gallery</a></li> <li id="button4"><a href="press.html" title="">Press<br /> Releases</a></li> <li id="button5"><a href="results.html" title="">5K Run<br /> Results</a></li> <li id="button6"><a href="sponsors.html" title="">Business<br /> Sponsors</a></li> </ul> </div> </div> <!-- header ends --> <!-- content begins --> <div id="main"> <div id="right"> <h3 style="padding-top:5px">Countdown to Sully Shuffle 2011</h3> <ul><li> <form name="countDownForm" id="countDownForm" action=""> <div id="countdown" align="center"> <table width="120" border="1" id="countDownTable" summary="table used for layout of the countdown to Sully Shuffle 2011"> <tr> <th colspan="2">Countdown</th> </tr> <tr> <th><input size="4" id="daysLeft" name="daysLeft" /></th> <td>Days</td> </tr> <tr> <th><input size="4" id="hrLeft" name="hrLeft" /></th> <td>Hours</td> </tr> <tr> <th><input size="4" id="minLeft" name="minLeft" /></th> <td>Minutes</td> </tr> <tr> <th><input size="4" id="secLeft" name="secLeft" /></th> <td>Seconds</td> </tr> </table> </div> </form> </li></ul> <ol> <li><br /> </li> </ol> </div> <div id="left"> <h3>What is the Sully Shuffle?</h3> <p>The Sully Shuffle is 5K run/3K walk named after <strong><em>Skip Sullivan</em></strong>, a retired Oak Lawn High School teacher/coach, and an active member of the Oak Lawn community. Skip has been fighting Parkinson disease for 6 years. His positive attitude and eternal optimism inspired this foundation and fundraiser. </p> <p>The Sully Shuffle Foundation is a 501(c)3 non-for-profit organization committed to raising funds to assist in the fight against Parkinson disease. The foundation consists of volunteers who donate their time and effort in the belief that one day they will find a cure.</p> <p>In its first two years, the Sully Shuffle raised $45,000 for the <a href="http://apdamidwest.org/APDA_Midwest/Home.html" onmouseover="window.status='American Parkinsons Disease Midwest Chapter website';return true;" onmouseout="window.status='';" onclick="window.open(this.href); return false;"> American Parkisons Disease Midwest Chapter</a>. </p> <p>The 3rd Annual Sully Shuffle was another great success! <a href="results.html">5K run results</a> now available!</p> <table width="500" border="0"> <tr> <td><span class="style4">Make a donation to the Sully Shuffle Foundation</span></td> <td><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="RYS6HGVDBAM6J"> <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form> </td> </tr> </table> </div> <!--content ends --> <!--footer begins --> </div> <div id="footer"> <table id="links" summary="table used for layout"> <tr> <td width="50%"><a href="mailing.html">join our mailing list</a></td> <td><a href="mailto:info@sullyshuffle.org?subject=website email"><div align="right">info@sullyshuffle.org</div></a></td> </tr> </table> <p>&nbsp;</p> </div> </div> </div> <!-- footer ends--> </body> </html>