ÿþ<!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"> <!-- InstanceBegin template="/Templates/main_WISA.dwt" codeOutsideHTMLIsLocked="false" --><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- InstanceBeginEditable name="doctitle" --> <title>Wheaton Ice Skating Academy</title> <!-- InstanceEndEditable --> <style type="text/css"> <!-- body { font: 100% Verdana, Arial, Helvetica, sans-serif; background: #666666; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ color: #000000; background-color: #FFFFFF; background-image: url(img/img01.gif); background-repeat: repeat-x; } /* Tips for Elastic layouts 1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate. 2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this. 3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing. */ .twoColElsRtHdr #container { width: 60em; /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */ background: #FFFFFF; margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ border: 0px solid #000000; text-align: left; /* this overrides the text-align: center on the body element. */ } .twoColElsRtHdr #header { background-color: #FFFFFF; background-image: url(img/img01.gif); background-repeat: repeat-x; padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ } .twoColElsRtHdr #header h1 { margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */ padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ } /* Tips for sidebar1: 1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly. 2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsRtHdr #sidebar1 p" rule. */ .twoColElsRtHdr #sidebar1 { float: right; width: 20em; /* since this element is floated, a width must be given */ background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 15px 0; /* top and bottom padding create visual space within this div */ } .twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p { margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */ margin-right: 10px; } /* Tips for mainContent: 1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs. 2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div. No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. 3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing. 4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur. */ .twoColElsRtHdr #mainContent { margin: 0 21em 0 10px; /* the left margin will look best if you match the padding amount to the header and footer. */ } .twoColElsRtHdr #footer { padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ background:#FFFFFF; } .twoColElsRtHdr #footer p { margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */ padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */ } /* Miscellaneous classes for reuse */ .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; } .fltlft { /* this class can be used to float an element left in your page */ float: left; margin-right: 8px; } .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */ clear:both; height:0; font-size: 1px; line-height: 0px; } body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; } a:link { color: #333333; text-decoration: none; } a:visited { text-decoration: none; color: #333333; } a:hover { text-decoration: underline; color: #000000; } a:active { text-decoration: none; color: #333333; } --> </style><!--[if IE]> <style type="text/css"> /* place css fixes for all versions of IE in this conditional comment */ .twoColElsRtHdr #sidebar1 { padding-top: 30px; } .twoColElsRtHdr #mainContent { zoom: 1; padding-top: 15px; } /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */ </style> <![endif]--><!-- InstanceBeginEditable name="head" --> <style type="text/css"> <!-- .style1 { font-size: 75%; font-weight: bold; font-style: italic; } .style4 { color: #E8E8E8 } .style5 {color: #333333} .style6 {font-size: 75%; font-weight: bold; font-style: italic; color: #333333; } .style7 { font-size: 65%; font-weight: bold; font-style: italic; color: #000066; } .style8 { font-size: 75%; font-weight: bold; } .style9 {font-size: 65%; font-weight: bold; font-style: italic; color: #666666; } .style10 {font-size: 85%; font-weight: bold; font-style: italic; color: #333333; } .style97 {color: #A9C3E4; font-size: 75%; font-weight: bold; } .style99 {font-size: 100%; font-weight: bold; font-style: italic; } .AB8;L2 { color: #990000; font-weight: bold; } .style90 {font-size: 85%; font-weight: bold; color: #666666; } --> </style><!-- InstanceEndEditable --> </head> <body class="twoColElsRtHdr"> <div id="container"> <div id="header"> <img src="img/wisa_header.jpg" alt="Wheaton Ice Skating Academy" height="147" width="960"> <h3 align="center"><a href="index.html">HOME</a> | <a href="about.html">ABOUT</a> | <a href="skaters.html">SKATERS</a> | <a href="coaches.html">COACHES</a> | <a href="join.html">JOIN</a> | <a href="donate.html">DONATE</a> | <a href="news.html">NEWS</a> | <a href="members.php">MEMBERS</a></h3> <!-- end #header --></div> <!-- InstanceBeginEditable name="sidebar" --> <div id="sidebar1"> <h3 class="twoColElsRtHdr style102">Events Schedule</h3> <p> <iframe src="//www.google.com/calendar/embed?showTitle=0&amp;mode=AGENDA&amp;height=300&amp;wkst=2&amp;bgcolor=%23FFFFFF&amp;src=tubdlh303mksgo1tv9g0qs0c98%40group.calendar.google.com&amp;color=%23A32929&amp;ctz=America%2FNew_York" style="border-width: 0pt;" frameborder="0" height="300" scrolling="No" width="300"></iframe> </p> <h3>Practice Schedule <span class="style90">(group 1)</span> </h3> <p> <iframe src="https://www.google.com/calendar/embed?mode=AGENDA&amp;height=300&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=g1b7d731v7nvko8ddgh20ss2g0%40group.calendar.google.com&amp;color=%23060D5E&amp;ctz=America%2FNew_York" style=" border-width:0 " width="300" height="300" frameborder="0" scrolling="No"></iframe> </p> <h3>Practice Schedule <span class="style90">(group 2)</span> </h3> <p> <iframe src="https://www.google.com/calendar/embed?mode=AGENDA&amp;height=300&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=3e7junlp34nht143bq12e9qto4%40group.calendar.google.com&amp;color=%23853104&amp;ctz=America%2FNew_York" style=" border-width:0 " width="300" height="300" frameborder="0" scrolling="No"></iframe> </p> <h3>Practice Schedule <span class="style90">(group 3)</span> </h3> <p> <iframe src="https://www.google.com/calendar/embed?mode=AGENDA&amp;height=300&amp;wkst=2&amp;bgcolor=%23FFFFFF&amp;src=nr51k080vhpa9d6ddhgr4v87ms%40group.calendar.google.com&amp;color=%230D7813&amp;ctz=America%2FNew_York" style=" border-width:0 " width="300" height="300" frameborder="0" scrolling="No"></iframe> </p> <h3>Practice Schedule <span class="style90">(group 4)</span> </h3> <p><iframe src="https://www.google.com/calendar/embed?mode=AGENDA&amp;height=300&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=j03pfgrrckdvjfopa9gn631ioo%40group.calendar.google.com&amp;color=%232952A3&amp;ctz=America%2FNew_York" style=" border-width:0 " width="300" height="300" frameborder="0" scrolling="no"></iframe></p> <p>&nbsp;</p> <h3>Recent Photos</h3> <table align="center" border="0" width="300"> <tbody> <tr> <td><div align="center"> <!-- Start of Flickr Badge --> <style type="text/css"> .zg_div {margin:0px 5px 5px 0px; width:117px;} .zg_div_inner {border: solid 1px #000000; background-color:#ffffff; color:#666666; text-align:center; font-family:arial, helvetica; font-size:11px;} .zg_div a, .zg_div a:hover, .zg_div a:visited {color:#3993ff; background:inherit !important; text-decoration:none !important;} </style> <script type="text/javascript"> zg_insert_badge = function() { var zg_bg_color = 'ffffff'; var zgi_url = 'http://www.flickr.com/apps/badge/badge_iframe.gne?zg_bg_color='+zg_bg_color+'&zg_person_id=22209741%40N06&zg_set_id=72157603556194726&zg_context=in%2Fset-72157603556194726%2F'; document.write('<iframe style="background-color:#'+zg_bg_color+'; border-color:#'+zg_bg_color+'; border:none;" width="113" height="151" frameborder="0" scrolling="no" src="'+zgi_url+'" title="Flickr Badge"><\/iframe>'); if (document.getElementById) document.write('<div id="zg_whatlink"><a href="http://www.flickr.com/badge.gne" style="color:#3993ff;" onclick="zg_toggleWhat(); return false;">What is this?<\/a><\/div>'); } zg_toggleWhat = function() { document.getElementById('zg_whatdiv').style.display = (document.getElementById('zg_whatdiv').style.display != 'none') ? 'none' : 'block'; document.getElementById('zg_whatlink').style.display = (document.getElementById('zg_whatdiv').style.display != 'none') ? 'none' : 'block'; return false; } </script> <div class="zg_div"> <div class="zg_div_inner"><a href="http://www.flickr.com">www.<strong style="color: rgb(57, 147, 255);">flick<span style="color: rgb(255, 28, 146);">r</span></strong>.com</a><br /> <script type="text/javascript">zg_insert_badge();</script> <div id="zg_whatdiv">This is a Flickr badge showing photos in a set called <a href="http://www.flickr.com/photos/22209741@N06/sets/72157603556194726">skaters</a>. Make your own badge <a href="http://www.flickr.com/badge.gne">here</a>.</div> <script type="text/javascript">if (document.getElementById) document.getElementById('zg_whatdiv').style.display = 'none';</script> </div> </div> <!-- End of Flickr Badge --> </div></td> </tr> </tbody> </table> <h3>&nbsp;</h3> </div> <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="main_content" --> <div id="mainContent"> <h2>... in the news</h2> <table border="0" width="609"> <tbody> <tr> <td colspan="2"> <h3 class="style5"><a href="http://www.gazette.net/stories/12172008/silvnew200800_32478.shtml">Tough love makes top contenders</a><a href="http://web.icenetwork.com/news/article.jsp?ymd=20080703&amp;content_id=49098&amp;vkey=ice_news"><br> </a></h3> </td> </tr> <tr> <td colspan="2" class="style6"> <div align="left"> <blockquote> <p>Wheaton academy skaters edge out competition</p> </blockquote> </div> </td> </tr> <tr> <td height="183" width="326"><img src="img/in_news/K_A_gazette.jpg" alt="K_A_09_US" height="287" width="315"></td> <td width="273"><a href="http://www.gazette.net/stories/12172008/silvnew200800_32478.shtml">Most of the skaters at the Wheaton Ice Skating Academy can't even drive yet, but many of them say they're already veterans when it comes to competing on the national scene...</a></td> </tr> <tr> <td> <div class="style1 style5" align="right"> <p align="left">Photo Courtesy of ActionPhotos.com</p> <p align="left">Andrew Hickey of Silver Spring poses during the free skate competition with his partner, Katherine Gourianova of Potomac, at last month's Eastern Sectionals Championships in Boston, where he and his partner qualified for the U.S. Junior National Figure Skating Championships in Lake Placid, N.Y. Hickey, 13, was competing at the national level for the first time after joining the Wheaton Ice Skating Academy two years ago.</p> </div> </td> <td class="style10">&nbsp;</td> </tr> <tr> <td colspan="2" class="style10" height="30"> <div align="right">by Amber Parcher, Gazette.net 12/17/2008</div> </td> </tr> </tbody> </table> <p>&nbsp;</p> <table border="0" width="609"> <tbody> <tr> <td colspan="2"> <h3 class="style5"><a href="http://voices.washingtonpost.com/olympics/2008/12/local_skaters_get_big_results.html">Local Skaters Get Big Results in Weekend Events</a><a href="http://web.icenetwork.com/news/article.jsp?ymd=20080703&amp;content_id=49098&amp;vkey=ice_news"><br> </a></h3> </td> </tr> <tr> <td colspan="2" class="style6"> <div align="left"> <blockquote> <p>Washingtonp Post By Amy Shipley</p> </blockquote> </div> </td> </tr> <tr> <td height="183" width="286"><a href="http://voices.washingtonpost.com/olympics/2008/12/local_skaters_get_big_results.html">Local ice dance teams, meantime, won two medals and earned three of the top six placements in the intermediate and juvenile categories at the U.S. junior figure skating championships in Lake Placid, N.Y. ...</a></td> <td width="313"> <div align="right"><img src="img/usfs_jc.png" alt="09_US" height="143" width="286"></div> </td> </tr> <tr> <td colspan="2"> <div class="style1 style5" align="right"> <div align="right">WashingtonPost.com</div> </div> </td> </tr> <tr> <td colspan="2" class="style10" height="30"> <div align="right">12/15/2008</div> </td> </tr> </tbody> </table> <p>&nbsp;</p> <table border="0" width="609"> <tbody> <tr> <td colspan="2"> <h3 class="style5"><a href="http://web.icenetwork.com/news/article.jsp?ymd=20081213&amp;content_id=57721&amp;vkey=ice_news">Gamelins win sibling face-off in intermediate dance</a><a href="http://web.icenetwork.com/news/article.jsp?ymd=20080703&amp;content_id=49098&amp;vkey=ice_news"><br> </a></h3> </td> </tr> <tr> <td colspan="2" class="style6"> <div align="left"> <blockquote> <p>Phams take silver, roughly four-and-a-half points out of first</p> </blockquote> </div> </td> </tr> <tr> <td width="286"><a href="http://web.icenetwork.com/news/article.jsp?ymd=20081213&amp;content_id=57668&amp;vkey=ice_news">. <img src="img/inter_09_us.jpg" alt="inter_09_US" width="266" height="201" border="0"></a></td> <td width="313"><a href="http://web.icenetwork.com/news/article.jsp?ymd=20081213&amp;content_id=57721&amp;vkey=ice_news">...The silver went to another brother-s title to qualify for U.S. Juniors.and-sister team, Danvi Pham and Vu Pham, who train under the husband-and-wife coaching team of Alexei Kiliakov and Elena Novak at Maryland's Wheaton Ice Skating Academy...</a></td> </tr> <tr> <td colspan="2"> <div class="style1 style5" align="right"> <div align="left">By Lynn Rutherford, special to icenetwork.com</div> </div> </td> </tr> <tr> <td colspan="2" class="style10" height="30"> <div align="right">12/13/2008</div> </td> </tr> </tbody> </table> <p>&nbsp;</p> <table border="0" width="609"> <tbody> <tr> <td colspan="2"> <h3 class="style5"><a href="http://web.icenetwork.com/news/article.jsp?ymd=20081213&amp;content_id=57668&amp;vkey=ice_news">Parsons, MacMillan reign in juvenile dance</a><a href="http://web.icenetwork.com/news/article.jsp?ymd=20080703&amp;content_id=49098&amp;vkey=ice_news"><br> </a></h3> </td> </tr> <tr> <td colspan="2" class="style6"> <div align="left"> <blockquote> <p>Family affair in Lake Placid for both skaters and parents</p> </blockquote> </div> </td> </tr> <tr> <td width="363"><a href="http://web.icenetwork.com/news/article.jsp?ymd=20081213&amp;content_id=57668&amp;vkey=ice_news">Rachel Parsons and Kyle MacMillan, who train at the Wheaton Skating Academy in Maryland, won juvenile dance gold at the 2009 U.S. Junior Figure Skating Championships on their first try...</a></td> <td class="style6" width="236"> <img src="img/in_news/R&amp;K_us_icenet.jpg" alt="R_K_09_US" height="235" width="275"></td> </tr> <tr> <td colspan="2"> <div class="style1 style5" align="right">By Lynn Rutherford, special to icenetwork.com</div> </td> </tr> <tr> <td colspan="2" class="style10" height="30"> <div align="right">12/13/2008</div> </td> </tr> </tbody> </table> <p>&nbsp;</p> <table border="0" width="609"> <tbody> <tr> <td colspan="2"> <h3 class="style5"><a href="http://www.ice-dance.com/articles/interviews/interview-mcnamara-carpenter.html">INTERVIEWS: LORRAINE MCNAMARA &amp; QUINN CARPENTER</a><a href="http://web.icenetwork.com/news/article.jsp?ymd=20080703&amp;content_id=49098&amp;vkey=ice_news"><br> </a></h3> </td> </tr> <tr> <td colspan="2" class="style6"> <div align="right">10/17/2008</div> </td> </tr> <tr> <td width="363">You competed in the Open Finnstep at Lake Placid, which was the first time this dance had been competed. What was this experience like for you? What made you decide to compete this compulsory, especially since it is skated by the competitors at the senior level?...</td> <td class="style6" width="236"> <div align="right"><img src="img/in_news/mcnamara-carpenter.jpg" border="0" height="222" width="150"></div> </td> </tr> <tr> <td colspan="2"> <div class="style1 style5" align="right">2008 Lake Placid Ice Dance Championships, Photo by Katie Weigel</div> </td> </tr> <tr> <td colspan="2" class="style10">ice-dance.com</td> </tr> </tbody> </table> <p>&nbsp;</p> <table border="0" width="609"> <tbody> <tr> <td colspan="2"> <h3 class="style5"><a href="http://web.icenetwork.com/news/article.jsp?ymd=20080703&amp;content_id=49098&amp;vkey=ice_news">Russian coaches succeding with young dance teams </a></h3> </td> </tr> <tr> <td colspan="2" class="style6"> <div align="right">7/03/2008</div> </td> </tr> <tr> <td rowspan="2" width="134"><img src="img/in_news/WISA_on_icenetwork.jpg" alt="WISA_on_icenetwork" height="235" width="275"></td> <td class="style6" width="465"> <br> </td> </tr> <tr> <td><a href="http://web.icenetwork.com/news/article.jsp?ymd=20080703&amp;content_id=49098&amp;vkey=ice_news">Elena Novak has a wonderful command of English, but her Russian roots were showing when she was asked if there was a large "fun" element built into the flourishing teaching and coaching program...</a></td> </tr> <tr> <td colspan="2" class="style10"><a href="http://web.icenetwork.com/news/article.jsp?ymd=20080703&amp;content_id=49098&amp;vkey=ice_news"><span class="style99">By John Markon, special to icenetwork.com</span></a></td> </tr> </tbody> </table> <p>&nbsp;</p> <table border="0" width="609"> <tbody> <tr> <td colspan="2"> <h3 class="style5">Pham siblings lead juvenile dance field</h3> </td> </tr> <tr> <td colspan="2" class="style6"> <div align="right">Pairs from Washington FSC take three of four top spots on the day</div> </td> </tr> <tr> <td rowspan="2" width="134"><img src="img/in_news/2007JuniorUS.gif" alt="USjun2007" height="200" width="170"></td> <td class="style6" width="465"> <div align="right">11/30/2007</div> </td> </tr> <tr> <td><a href="http://web.icenetwork.com/news/article.jsp?ymd=20071130&amp;content_id=38240&amp;vkey=ice_news">Two by two, the skaters coached by Alexei Kiliakov, Elena Novak and Dmitri Ilin took to the ice and didn't come off until they had wowed the judges and audience...</a></td> </tr> <tr> <td colspan="2" class="style10"><a href="http://web.icenetwork.com/news/article.jsp?ymd=20071130&amp;content_id=38240&amp;vkey=ice_news">By Jared Eborn, special to icenetwork.com</a></td> </tr> </tbody> </table> <p>&nbsp;</p> <table border="0" width="615"> <tbody> <tr> <td colspan="3"> <h3 class="style5">Young Skating Surprise</h3> </td> </tr> <tr> <td colspan="3" class="style6"> Written by Levan Reid<br> 9-SPORTS NOW<br> Created:10/9/2007 4:19:25 PM</td> </tr> <tr> <td colspan="3"> <p class="style9">WHEATON, Md. (WUSA) -- They glide across the ice to songs that were produced before they were born. </p> </td> </tr> <tr> <td width="205"> <div align="left"><img src="img/in_news/CBS_kids%20on%20ice.jpg" alt="quinn_CBS" height="129" width="193"></div> </td> <td width="207"> <div align="center"><img src="img/in_news/phams_CBS.jpg" alt="phams_cbs" height="205" width="168"></div> </td> <td width="189"> <div align="right"><img src="img/in_news/macmillan_cbs.jpg" alt="macmillan_cbs" height="142" width="168"></div> </td> </tr> <tr> <td colspan="3" class="style7"><a href="http://www.wusa9.com/news/news_article.aspx?storyid=63843">http://www.wusa9.com/news/news_article.aspx?storyid=63843</a></td> </tr> </tbody> </table> <p>&nbsp;</p> <p>&nbsp;</p> <table border="0" width="610"> <tbody> <tr> <td colspan="2"> <h3 class="style5">Young Skaters Begin to Figure in the National Scene<br> </h3> </td> </tr> <tr> <td colspan="2"><span class="style8">Determination, hours of practice lead to U.S. Junior Championships for Wheaton Ice Skating Academy group</span></td> </tr> <tr> <td width="291">&nbsp;</td> <td colspan="1" class="style6" width="304">January 17, 2007, Gazette</td> </tr> <tr> <td><img src="img/in_news/lorraine_gazette.jpg" alt="lorraine_gazette" height="184" width="132"></td> <td colspan="1"> Quinn Carpenter, 10, of Wheaton and Lorraine McNamara, 7, of Germantown, who competed at the U.S. Figure Skating Junior Championship, perform at the ice show .</td> </tr> </tbody> </table> <table border="0" width="610"> <tbody> <tr> <td width="466"> <p>&nbsp;</p> <p>&nbsp;</p> <p><br>  The brother and sister team of Vu and Danvi Pham, ages 9 and 7, perform Dec. 23 at the Winter Ice Show 2006 at Wheaton Ice Arena .</p> </td> <td width="134"><img src="img/in_news/danvi_gazette.jpg" alt="danvi_gazette" height="186" width="130"></td> </tr> <tr> <td colspan="2" class="style7"><a href="http://www.gazette.net/stories/011707/kensnew210631_32013.shtml">http://www.gazette.net/stories/011707/kensnew210631_32013.shtml</a></td> </tr> </tbody> </table> <p>&nbsp;</p> <table border="0" width="609"> <tbody> <tr> <td colspan="2"> <h3 class="style5">Figure-Skating Pair Wins Gold Medal</h3> </td> </tr> <tr> <td width="180"><img src="img/in_news/kristina_post.jpg" alt="kristina_post" height="199" width="165"></td> <td width="419"> <p><span class="style6">March 12, 2006 , Washington Post</span></p> <p>&nbsp;</p> <p>&nbsp;</p> March 12, 2006 , Washington Post<br> Kristina Rexford, 9, and Michael Parsons, 10, won a gold medal at the South Atlantic Regionals figure skating competition in Tampa Florida...</td> </tr> <tr> <td colspan="2" class="style7"><a href="http://www.washingtonpost.com/wp-dyn/content/article/2006/03/08/AR2006030801281.html">http://www.washingtonpost.com/wp-dyn/content/article/2006/03/08/AR2006030801281.html</a></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p>&nbsp;</p> <table border="0" width="606"> <tbody> <tr> <td colspan="2"> <h3 class="style5">Athletes Moving on the Cutting Edge of Competition </h3> </td> </tr> <tr> <td width="419"> <p class="style6">March 17, 2004 , Gazette</p> <p>Wheaton Ice Dancing Academy instructor Alexei Kiliakov watches as Chevy Chase resident Ross Gudis practices an ice dancing move on a Friday night at Wheaton Ice Arena...<br> </p> </td> <td width="177"><img src="img/in_news/ross_gazette.jpg" alt="ross_gazette" height="149" width="197"></td> </tr> <tr> <td colspan="2" class="style6">...Ice Dancing Academy offers skaters a chance to put talents on ice...</td> </tr> </tbody> </table> </div> <!-- InstanceEndEditable --><!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --> <br class="clearfloat"> <!-- footer starts here ---> <div id="footer"> <table border="0" width="937"> <tbody> <tr> <td rowspan="2" width="345"> <blockquote> <p><a href="http://www.wfsc.net/"><img src="img/WFSC_logo.jpg" alt="WFSC_logo" height="82" width="71"></a></p> </blockquote> </td> <td rowspan="2" width="48">&nbsp;</td> <td rowspan="2" width="160"><a href="http://www.usfigureskating.org/"><img src="img/USFS_logo.gif" alt="US Figure Skating" border="0" height="51" width="135"></a></td> <td rowspan="2" width="291">&nbsp;</td> <td height="40" width="71">&nbsp;</td> </tr> <tr> <td><img src="img/NOKI_logo.jpg" alt="NOKI" border="0" height="16" width="71"></td> </tr> </tbody> </table> <p align="center">Contact: <a href="mailto:SkateWisa@me.com">SkateWISA@me.com</a></p> <!-- end #footer --></div> <!-- end #container --></div> <!-- InstanceEnd --> </body> </html>