ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta name="description" content="Build a cedar strip canoe at Burly Canoes in our canoe building class or buy a finished canoe."> <META NAME="keywords" CONTENT="cedar strip canoes, canoe building class, Burly Canoes, Duluth"> <link rel="stylesheet" type="text/css" href="styles/burlyStyle.css"> <title>Burly Canoes - Home - Cedar Strip Canoes, Canoe Building Class</title> <script type="text/javascript" src="menuScripts/stmenu.js"></script> <script type="text/javascript"> slideTitle = "Cedar Strip Wooden Canoe"; slides = new Array( "http://burlycanoes.com/images/DSC04487_400w.jpg", "http://burlycanoes.com/images/Aug_2006 013_400w.jpg", "http://burlycanoes.com/images/DSC04510_400w.jpg" ); var slideCnt = 3; var companyImgSrc = "http://www.burlycanoes.com/images/burlyImg.jpg"; var curIndex = 0; var tid; function preloadImages(){ if (document.images) { var preImage = new Image(); preImage.src = companyImgSrc; var i = 0; for(i=0; i<=slideCnt; i++) { preload_image_object = new Image(); preload_image_object.src = slides[i]; } } } preloadImages(); function startss(){ tid = setInterval('change()',3000); } function stopss(){ window.clearInterval(tid); } function change(){ curIndex++; if (curIndex >= slideCnt) { curIndex = 0; } document.slideImg.src = slides[curIndex]; } </script> </head> <body> <div class="center"> <table id="mainTab" class="center"> <tr> <td style="padding:0px 0px"> <table id="picTab" class="center"> <tr> <td class="mainPhoto"> <script type="text/javascript"> document.write("<img src='", companyImgSrc, "' title='Burly Cedar Strip Wooden Canoes' name='companyImg' id='companyImg'>"); </script> </td> <td class="mainPhoto"> <script type="text/javascript"> document.write("<img src='", slides[0], "' title='", slideTitle, "' name='slideImg' id='slideImg'>"); </script> </td> </tr> </table> <table> <tr> <td> <script type="text/javascript" src="menuScripts/menuCode.js"></script> </td> </tr> </table> <p class="mainDesc"> Welcome to Burly Canoes of Duluth, MN. We make <a class="customColor" href="canoes.html">cedar strip canoes</a> that you can make too in our <a class="customColor" href="classes.html">canoe building class</a>. <br> <br> This winter we'll be building three different boats. You can make the solo canoe pictured above, any tandem canoe or any kayak under 18 feet. A $600 deposit reserves a spot in the <a class="customColor" href="classes.html">class</a>. Five monthly payments each month of the class are $200, $280, and $300 respectively for the three boats. <br> <br> If you'd rather make one in your own garage, we've got all the <a class="customColor" href="kits.html">stuff you'll need</a>. Or you can just skip right to the canoeing and <a class="customColor" href="contactUs.html">order one</a> for next spring. <br> <br> As Joseph Burly used to say, "Dang, that's a nice canoe." &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a class="customColor" href="siteMap.html">Site Map</a> </p> </td> </tr> </table> </div> <script type="text/javascript"> this.startss(); </script> </body> </html>