<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
<channel>
<title>BlogBuilder - Buildswap News and Updates</title>
<link>http://www.skodeo.com/?page=blog&amp;rss=1</link>
<description>Buildswap News and Updates</description>
<category></category>
<generator>Streamline Technologies, Inc.</generator>
<webMaster>support@skodeo.com</webMaster>

<item>
<title>Clubs Honored by USSA</title>
<link>http://www.skodeo.com/blog/13/clubs-honored-by-ussa</link>
<description></description>
<author></author>
<category></category>
</item>

<item>
<title>2010 Vancouver Olympics - Erik Fisher - Training Run</title>
<link>http://www.skodeo.com/blog/9/2010-vancouver-olympics--erik-fisher--training-run</link>
<description></description>
<author></author>
<category></category>
</item>

<item>
<title>2010 Vancouver Olympics - Merry Christmas</title>
<link>http://www.skodeo.com/blog/10/2010-vancouver-olympics--merry-christmas</link>
<description></description>
<author></author>
<category></category>
</item>

<item>
<title>Erik Fisher - 2010 Olympic Preview</title>
<link>http://www.skodeo.com/blog/11/erik-fisher--2010-olympic-preview</link>
<description></description>
<author></author>
<category></category>
</item>

<item>
<title>60 Seconds - Ted Ligety - US Ski Team</title>
<link>http://www.skodeo.com/blog/12/60-seconds--ted-ligety--us-ski-team</link>
<description></description>
<author></author>
<category></category>
</item>

<item>
<title>Ted Ligety joins Team Skodeo</title>
<link>http://www.skodeo.com/blog/8/ted-ligety-joins-team-skodeo</link>
<description></description>
<author></author>
<category></category>
</item>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta name="msvalidate.01" content="D88BBD26FA76F9DA3A01F1B12DA62D31" />
        <script language="javascript" type="text/javascript" src="http://www.skodeo.com/lib/common/cms_initialize.js">
        </script>
        <script src="http://www.skodeo.com/lib/common/jquery/jquery-1.3.2.min.js" type="text/javascript">
        </script>
        <script src="http://www.skodeo.com/lib/common/jquery/ui/js/jquery-ui-1.7.1.custom.min.js" type="text/javascript">
        </script>
        <link type="text/css" href="http://www.skodeo.com/lib/common/jquery/ui/development-bundle/themes/humanity/jquery-ui-1.7.1.custom.css" rel="stylesheet" />
        <script src="http://www.skodeo.com/lib/common/jquery/jquery.dimensions.pack.js" type="text/javascript">
        </script>
        <script type="text/javascript">
            var SITE_URL = 'http://www.skodeo.com';
            var SECURE_URL = 'https://www.skodeo.com';
            var CURRENT_URL = 'http://www.skodeo.com/?page=blog&rss=1';
            var IMAGE_URL = 'http://www.skodeo.com/site/skodeo/images';
            var SITE_CONFIG_NAME = 'skodeo';
        </script>
        <link rel="icon" href="http://www.skodeo.com/site/skodeo/favicon.ico" type="image/x-icon">
    </link>
    <link rel="shortcut icon" href="http://www.skodeo.com/site/skodeo/favicon.ico">
</link>

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>SkoDogger - Skodeo News and Updates</title>
    <link href="http://www.skodeo.com/site/skodeo/css/styles.css" rel="stylesheet" type="text/css">
</link>
<script src="http://www.skodeo.com/lib/common/jquery/cluetip/jquery.cluetip.pack.js" type="text/javascript">
</script>
<script src="http://www.skodeo.com/lib/common/jquery/cluetip/jquery.hoverIntent.js" type="text/javascript">
</script>
<script src="http://www.skodeo.com/lib/common/jquery/thickbox/thickbox-compressed.js" type="text/javascript">
</script>
<link rel="alternate" type="application/rss+xml" title="BlogBuilder - Buildswap News and Updates" href="http://www.skodeo.com/?page=blog&rss=1" />
<link href="http://www.skodeo.com/site/skodeo/lib/thickbox.css" rel="stylesheet" type="text/css" media="all" />
<script src="http://www.skodeo.com/lib/common/jquery/jquery.form.js" type="text/javascript">
</script>
<script src="http://www.skodeo.com/lib/common/jquery/jqModal/jqModal.js" type="text/javascript">
</script>
<script src="http://www.skodeo.com/lib/common/jquery/jquery.confirm-1.2.min.js" type="text/javascript">
</script>
<script type="text/javascript" src="http://www.skodeo.com/lib/common/jquery/superfish/js/superfish.js">
</script>
<link href="http://www.skodeo.com/site/skodeo/css/superfish.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
    $(document).ready(function() {
    jQuery(function(){
    $('ul.sf-menu').superfish();
    });
    $("a.tooltip").cluetip({
    cluetipClass: 'white',
    showTitle: false,
    dropShadow: false,
    local: true,
    hideLocal: true
    });
    $("#login-box").jqm({
    trigger: 'a.login-popup'
    });
    $(".hover-trigger").cluetip({
    width: 330,
    //height: 200,
    local: true,
    hideLocal: true,
    showTitle: false,
    dropShadow: false,
    mouseOutClose: true,
    cluetipClass: 'hover-box'
    });
    $("#login-form").ajaxForm({
    success: loginResponse,
    dataType: 'json'
    });
    $("a#forgot").click(function() {
    if ($("#email").val() == "") {
    alert("Please enter your email address and try again.");
    } else {
    $.ajax({
    url: SITE_URL + "/?page=process&action=forgot_password&email=" + $("#email").val(),
    dataType: 'json',
    success: function(json) {
    if (json.status == true) {
    $("#login-status").val(json.msg);
    } else if (json.status == false) {
    $("#login-status").val(json.msg);
}
}
});
}
});
$("a#forgot").confirm({
msg: "Your password will be reset and emailed to you. Ok? "
});
//$(':input:visible:enabled:first').focus();
});
function loginResponse(json) {
if (json.status == false) {
$("#login-status").html("Login failed.");
} else {
if (json.msg == "change_tmp_pass") {
location.href = SITE_URL + "/?page=change_temp_pass&backurl=" + escape(CURRENT_URL);
} else {
location.href = CURRENT_URL;
}
}
}
</script>
</head>
<body>
<div id="category-box">
<div id="category-box-contents">
</div>
</div>
<div id="login-box">
<h2>
<strong>Login</strong>
</h2>
<form method="post" action="http://www.skodeo.com" id="login-form">
<input type="hidden" name="page" value="process" />
<input type="hidden" name="_action" value="fast_login" />
<table>
<tr>
<td>Email:</td>
<td>
<input type="text" name="email" id="email" />
</td>
</tr>
<tr>
<td>Password:</td>
<td>
<input type="password" name="password" id="password" />
</td>
</tr>
<tr>
<td>
</td>
<td>
<a id="forgot" href="#">Forgot password?</a>
</td>
</tr>
<tr>
<td colspan="2" align="center" id="login-status" style="color: red;">
</td>
</tr>
<tr>
<td colspan="2" align="right">
<input type="image" src="http://cdn01.carvecdn.com/site/skodeo/images/button-go.gif" />
</td>
</tr>
</table>
</form>
</div>
<div id="header">
<div id="menu-container" style="height: 50px;">
<ul class="sf-menu">
<li class="current">
<a href="http://www.skodeo.com/" title="New and Used Sporting Goods and Sports Equipment">Home</a>
</li>
<li>
<a class="login-popup">Login</a>
</li>
<li>
<a href="http://www.skodeo.com/register" title="Register to Buy and Sell Sporting Goods">Register</a>
</li>
<li>
<a href="http://www.skodeo.com/blog">SkoDogger</a>
</li>
<li>
<a class="NOLINK">
<span class="m_item">Details</span>
</a>
<ul>
<li>
<a href="http://www.skodeo.com/fees">Fees</a>
</li>
<li>
<a href="http://www.skodeo.com/terms">Terms of Use</a>
</li>
<li>
<a href="http://www.skodeo.com/privacy">Privacy</a>
</li>
<li>
<a href="http://www.skodeo.com/fraud_tips">Scam Warning</a>
</li>
<li>
<a href="http://www.skodeo.com/prohibited">Prohibited Items</a>
</li>
<li>
<a href="http://www.skodeo.com/faq">FAQ</a>
</li>
<li>
<a href="http://www.skodeo.com/store">Skodeo Gear</a>
</li>
<li>
<a href="http://www.skodeo.com/donations">Clubs, Teams and Groups</a>
</li>
</ul>
</li>
<li>
<a class="NOLINK">
<span class="m_item">Help</span>
</a>
<ul>
<li>
<a href="http://www.skodeo.com/feedback_form">Contact Us</a>
</li>
<li>
<a href="http://www.skodeo.com/about">About Us</a>
</li>
</ul>
</li>
</ul>
</div>
<div id="tabs-container">
<img src="http://cdn01.carvecdn.com/site/skodeo/images/store-button.jpg" usemap="#Map" style="float: right; position: relative; z-index: 0; margin: -10px 30px -20px 0px;" />
<map name="Map" id="Map">
<area shape="rect" coords="68,53,248,89" href="http://www.skodeo.com/?page=store" alt="Buy Skodeo Gear" />
</map>
<a href="http://www.skodeo.com/" title="Buy and Sell New and Used Sporting Goods and Sports Equipment">
<img src="http://cdn01.carvecdn.com/site/skodeo/images/used-sporting-goods.gif" width="315" height="118" alt=" Buy and Sell New and Used Sporting Goods and Sports Equipment" style="margin: 0px 0px 10px 0;" />
</a>
<div id="nav-buttons">
<a class="category-trigger" id="category-1" href="http://www.skodeo.com/?page=advanced_search&go=1&category_id=1">
<img src="http://cdn01.carvecdn.com/site/skodeo/images/nav-land.gif" width="100" height="30" alt="LAND" />
</a>
<a class="category-trigger" id="category-2" href="http://www.skodeo.com/?page=advanced_search&go=1&category_id=2">
<img src="http://cdn01.carvecdn.com/site/skodeo/images/nav-water.gif" width="100" height="30" alt="WATER" />
</a>
<a class="category-trigger" id="category-3" href="http://www.skodeo.com/?page=advanced_search&go=1&category_id=3">
<img src="http://cdn01.carvecdn.com/site/skodeo/images/nav-snow.gif" width="100" height="30" alt="SNOW" />
</a>
<a class="category-trigger" id="category-4" href="http://www.skodeo.com/?page=advanced_search&go=1&category_id=4">
<img src="http://cdn01.carvecdn.com/site/skodeo/images/nav-wind.gif" width="100" height="30" alt="WIND" />
</a>
<a class="category-trigger" id="category-5" href="http://www.skodeo.com/?page=advanced_search&go=1&category_id=5">
<img src="http://cdn01.carvecdn.com/site/skodeo/images/nav-motor-sports.gif" width="177" height="30" alt="MOTOR SPORTS" />
</a>
</div>
</div>
</div>
<div id="main-content">
<div id="content-top">
<!-- /top rounded corners -->
</div>
<div id="content">
<br />
<script type='text/javascript' src='http://www.skodeo.com/lib/common/jquery/jquery.elastic-1.6.js'>
</script>
<script type="text/javascript">
$(document).ready(function() {
$("textarea#comment").elastic();
/*
$("#contact_form").ajaxForm({
success: formResponse,
dataType: 'json'
});
*/
});
/*
function formResponse(json) {
if (json.status == false) {
if (json.msg == "captcha") {
$("#status").html("You did not correctly enter the verification string. Please try again.");
} else if (json.msg == "blank_comments") {
$("#status").html("Please enter your comments and try again.");
} else if (json.msg == "blank_name") {
$("#status").html("Please enter your name and try again.");
} else if (json.msg == "unknown") {
$("#status").html("Your comments could not be submitted, due to an unknown error.");
}
} else {
$("#status").html("Your message has been sent!");
$("#form_table").fadeOut('slow');
}
}
*/
</script>
<div id="content-left">
<script src="http://www.skodeo.com/lib/common/jquery/jquery.form-defaults.pack.js" type="text/javascript">
</script>
<script type='text/javascript' src='http://www.skodeo.com/lib/common/jquery/jquery-autocomplete/lib/jquery.ajaxQueue.js'>
</script>
<script type='text/javascript' src='http://www.skodeo.com/lib/common/jquery/jquery-autocomplete/jquery.autocomplete.js'>
</script>
<link rel="stylesheet" type="text/css" href="http://www.skodeo.com/lib/common/jquery/jquery-autocomplete/jquery.autocomplete.css">
</link>
<script type="text/javascript">
$(document).ready(function() {
$("#side_location").DefaultValue("City, state or zip");
$("#side_query").DefaultValue("Item");
function autocomplete_location_format(row) {
if (row.zip == "")
return row.NZ;
else
return row.Z;
}
$("#side_location").autocomplete(SITE_URL + "/?page=process&action=location_search&type=", {
multiple: false,
delay: 100,
autoFill: true,
selectFirst: true,
parse: function(data) {
return $.map(eval(data), function(row) {
return {
data: row,
value: row.zip,
result: row.Z
}
});
},
formatItem: function(item) {
return autocomplete_location_format(item);
},
width: 200
}).result(function(e, item) {
$("#side_city").val(item.city);
$("#side_state").val(item.state);
$("#side_zip").val(item.zip);
});
$("#side_query").autocomplete(SITE_URL + "/?page=process&action=get_search_suggestions", {
multiple: false,
delay: 100,
autoFill: false,
selectFirst: false,
matchContains: true,
parse: function(data) {
return $.map(eval(data), function(row) {
return {
data: row,
value: row,
result: row
}
});
},
formatItem: function(item) {
return item;
},
width: 200
});
});
</script>
<div id="content-left-search-box">
<form action="http://www.skodeo.com" method="get" id="content-left-search-box-form">
<input type="hidden" name="page" value="advanced_search" />
<input type="hidden" name="city" id="side_city" value="" />
<input type="hidden" name="state" id="side_state" value="" />
<input type="hidden" name="zip" id="side_zip" value="" />
<input type="hidden" name="go" value="1" />
<input type="hidden" name="radius" id="side_radius" value="none" />
<input type="text" id="side_query" name="query" autocomplete="off" style="width: 119px; margin-bottom: 5px;" />
<br />
<input type="text" id="side_location" name="location" autocomplete="off" style="width: 119px; margin-bottom: 5px;" />
<br />
<input type="image" src="http://cdn01.carvecdn.com/site/skodeo/images/button-go.gif" alt="Go" align="right" style="padding-right: 5px;" />
<a href="http://www.skodeo.com/?page=advanced_search" style="font-size: 10px; color: #ffffff;">Advanced Search</a>
</form>
</div>
</div>
<div id="content-right" style="min-height: 600px;">
<div id="content-right-right">
<div style="background: url(http://www.skodeo.com/site/skodeo/images/follow-us.gif) no-repeat; width: 190px; height: 28px; margin: 0; padding: 0;">
<!-- -->
</div>
<div id="contact-seller-box">
<a href="http://www.facebook.com/skodeo" target="_blank" >
<img src="http://cdn01.carvecdn.com/site/skodeo/images/facebook.png" width="40" />
</a>
<a href="http://www.twitter.com/Skodeo" target="_blank">
<img src="http://cdn01.carvecdn.com/site/skodeo/images/twitter.png" width="40" />
</a>
<a href="http://www.skodeo.com/?page=blog&rss=1" target="_blank">
<img src="http://cdn01.carvecdn.com/site/skodeo/images/rss.png" width="40" />
</a>
<a href="http://www.youtube.com/teamskodeo" target="_blank">
<img src="http://cdn01.carvecdn.com/site/skodeo/images/youtube.png" width="40" />
</a>
</div>
<div style="background: url(http://www.skodeo.com/site/skodeo/images/content-right-right-bottom.gif) no-repeat; width:190px; height:6px; margin: 0 0 10px 0; padding:0;">
<!-- -->
</div>
</div>
<div id="content-right-left">
<h1 style="margin-left: 0; font-weight: bold; display: inline; ">SkoDogger</h1>
<br />
<br />
<h2>
<div id="blog-date">
<div class="text-12">MAR</div>
<div class="text-18">01</div>
</div>
<a class="text-16" href="http://www.skodeo.com/skodogger/13/clubs-honored-by-ussa">Clubs Honored by USSA</a>
</h2>
Posted in <a href="http://www.skodeo.com/?page=blog&amp;tag=Clubs">Clubs</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=Skodeo">Skodeo</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=Ski">Ski</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=Snowboard">Snowboard</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=USSA">USSA</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=">
</a> by Team Skodeo<br />
<br />
<img align="left" src="http://cdn01.carvecdn.com/image.php?image=site/skodeo/assets/blog_image/13.jpg&amp;max_height=150&mtime=1267648037&max_width=NONE&max_area=NONE&crop=NONE" class="blog-image" />
<p>USSA recognizies clubs.....&nbsp; Check out the article....&nbsp; Team Skodeo wants to congratulate all these clubs for their outstanding contribution to community.</p>
<p>&nbsp;</p>
<p>PARK CITY, UT (May 12) - Clubs across the nation work year round to groom athletes for success in the competitive skiing and snowboarding arena. The U.S. Ski and Snowboard Association is recognizing five of its more than 400 local clubs nationwide for superior dedication to the progression of the sports in 2009.</p>
<p>
<br /> Stratton Mountain School, the Waterville Valley Black and Blue Trail Smashers, the Sun Valley Ski Education Foundation, the Eau Claire Flying Eagle and the Squaw Valley Ski Team, will receive award recognition during the USSA's awards dinner May 15 in Park City during USSA Congress 2009. One of the clubs will receive honors as overall USSA Club of the Year. <br />
<strong>
</strong>
<strong>&nbsp;</strong>
</p>
<p>Read the entire article on Ski Clubs being recognized by USSA - <a title="USSA Honors Clubs" href="http://www.ussa.org/magnoliaPublic/ussa/en/news/general/Local-Clubs-Honored-by-USSA.html">click here</a>.</p>
<br />
<br />
<br />
<div id="blog-more">
(2 comments) &nbsp;&nbsp;&nbsp; <a href="http://www.skodeo.com/skodogger/13/clubs-honored-by-ussa">read the rest of this entry &raquo;</a>
</div>
<h2>
<div id="blog-date">
<div class="text-12">FEB</div>
<div class="text-18">11</div>
</div>
<a class="text-16" href="http://www.skodeo.com/skodogger/9/2010-vancouver-olympics--erik-fisher--training-run">2010 Vancouver Olympics - Erik Fisher - Training Run</a>
</h2>
Posted in <a href="http://www.skodeo.com/?page=blog&amp;tag=Erik+Fisher">Erik Fisher</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=Olympics">Olympics</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=Vancouver">Vancouver</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=Training+Run">Training Run</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=Whistler">Whistler</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=Skodeo">Skodeo</a> by Team Skodeo<br />
<br />
<img align="left" src="http://cdn01.carvecdn.com/image.php?image=site/skodeo/assets/blog_image/9.png&amp;max_height=150&mtime=1266521480&max_width=NONE&max_area=NONE&crop=NONE" class="blog-image" />
<p>
<span style="font-size: small;">We are here in Whistler.&nbsp; It is beautiful and exciting with very little snow and rain and fog yesterday.&nbsp; Erik was bib 43 yesterday for the first training run and they canceled the race at bib 42.&nbsp; He was in the start gate for several hours waiting for the fog to lift but with no luck.&nbsp; You gotta love this sport!&nbsp; :)</span>
</p>
<p>
<br />
<br /> 
<object width="470" height="288" data="http://www.ktvb.com/v/?i=84081562" type="application/x-shockwave-flash">
<param name="data" value="http://www.ktvb.com/v/?i=84081562" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="transparent" />
<param name="AllowFullScreen" value="true" />
<param name="src" value="http://www.ktvb.com/v/?i=84081562" />
<param name="allowfullscreen" value="true" />
</object>
</p>
<br />
<br />
<br />
<div id="blog-more">
(4 comments) &nbsp;&nbsp;&nbsp; <a href="http://www.skodeo.com/skodogger/9/2010-vancouver-olympics--erik-fisher--training-run">read the rest of this entry &raquo;</a>
</div>
<h2>
<div id="blog-date">
<div class="text-12">FEB</div>
<div class="text-18">11</div>
</div>
<a class="text-16" href="http://www.skodeo.com/skodogger/10/2010-vancouver-olympics--merry-christmas">2010 Vancouver Olympics - Merry Christmas</a>
</h2>
Posted in <a href="http://www.skodeo.com/?page=blog&amp;tag=Vancouver">Vancouver</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=Olympics">Olympics</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=Skodeo">Skodeo</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=US+Ski+Team">US Ski Team</a> by Team Skodeo<br />
<br />
<br />
<p>
<span style="font-size: small;">The Olympic Team scores some new gear.....&nbsp; Real men wear tights!</span>
</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>
<object width="425" height="350" data="http://www.youtube.com/v/CLinkCFXMU4" type="application/x-shockwave-flash">
<param name="data" value="http://www.youtube.com/v/CLinkCFXMU4" />
<param name="src" value="http://www.youtube.com/v/CLinkCFXMU4" />
</object>
</p>
<br />
<br />
<br />
<div id="blog-more">
(1 comments) &nbsp;&nbsp;&nbsp; <a href="http://www.skodeo.com/skodogger/10/2010-vancouver-olympics--merry-christmas">read the rest of this entry &raquo;</a>
</div>
<h2>
<div id="blog-date">
<div class="text-12">FEB</div>
<div class="text-18">09</div>
</div>
<a class="text-16" href="http://www.skodeo.com/skodogger/11/erik-fisher--2010-olympic-preview">Erik Fisher - 2010 Olympic Preview</a>
</h2>
Posted in <a href="http://www.skodeo.com/?page=blog&amp;tag=2010+Vancouver+Olympics">2010 Vancouver Olympics</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=US+Alpine+Ski+Team">US Alpine Ski Team</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=Erik+Fisher">Erik Fisher</a> by Team Skodeo<br />
<br />
<br />
<p>&nbsp;</p>
<p>
<object width="425" height="350" data="http://www.youtube.com/v/FrO-qvSnGcQ" type="application/x-shockwave-flash">
<param name="data" value="http://www.youtube.com/v/FrO-qvSnGcQ" />
<param name="src" value="http://www.youtube.com/v/FrO-qvSnGcQ" />
</object>
</p>
<br />
<br />
<br />
<div id="blog-more">
(3 comments) &nbsp;&nbsp;&nbsp; <a href="http://www.skodeo.com/skodogger/11/erik-fisher--2010-olympic-preview">read the rest of this entry &raquo;</a>
</div>
<h2>
<div id="blog-date">
<div class="text-12">JAN</div>
<div class="text-18">26</div>
</div>
<a class="text-16" href="http://www.skodeo.com/skodogger/12/60-seconds--ted-ligety--us-ski-team">60 Seconds - Ted Ligety - US Ski Team</a>
</h2>
Posted in <a href="http://www.skodeo.com/?page=blog&amp;tag=Ted+Ligety">Ted Ligety</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=Truth+in+Motion">Truth in Motion</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=Skodeo">Skodeo</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=US+Ski+Team">US Ski Team</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=Alpine">Alpine</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=GS">GS</a> by Team Skodeo<br />
<br />
<br />
<p>
<span style="font-size: small;">A quick interview with Ted Ligety by Truth in Motion.</span>
</p>
<p>&nbsp;</p>
<p>
<object width="425" height="350" data="http://www.youtube.com/v/WX1kSUmZErE&amp;feature" type="application/x-shockwave-flash">
<param name="data" value="http://www.youtube.com/v/WX1kSUmZErE&amp;feature" />
<param name="src" value="http://www.youtube.com/v/WX1kSUmZErE&amp;feature" />
</object>
</p>
<br />
<br />
<br />
<div id="blog-more">
(2 comments) &nbsp;&nbsp;&nbsp; <a href="http://www.skodeo.com/skodogger/12/60-seconds--ted-ligety--us-ski-team">read the rest of this entry &raquo;</a>
</div>
<h2>
<div id="blog-date">
<div class="text-12">OCT</div>
<div class="text-18">08</div>
</div>
<a class="text-16" href="http://www.skodeo.com/skodogger/8/ted-ligety-joins-team-skodeo">Ted Ligety joins Team Skodeo</a>
</h2>
Posted in <a href="http://www.skodeo.com/?page=blog&amp;tag=olympics">Olympics</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=Ted+Ligety">Ted Ligety</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=Erik+Fisher">Erik Fisher</a>, <a href="http://www.skodeo.com/?page=blog&amp;tag=Team+Skodeo">Team Skodeo</a> by Skodeo<br />
<br />
<img align="left" src="http://cdn01.carvecdn.com/image.php?image=site/skodeo/assets/blog_image/8.png&amp;max_height=150&mtime=1266414340&max_width=NONE&max_area=NONE&crop=NONE" class="blog-image" />
<p>Olympic Gold Medalist Ted Ligety has joined Erik Fisher on the Skodeo Pro Team! Become a fan of the Skodeo page on Facebook and see more pictures of Erik and Ted.</p>
<br />
<br />
<br />
<div id="blog-more">
(3 comments) &nbsp;&nbsp;&nbsp; <a href="http://www.skodeo.com/skodogger/8/ted-ligety-joins-team-skodeo">read the rest of this entry &raquo;</a>
</div>
<div id="blog-nav">
<div id="blog-nav-newer">
<a href="#">newer entries &raquo;</a>
</div>
<div id="blog-nav-older">
<a href="#">&laquo; older entries</a>
</div>
</div>
</div>
</div>
</div>
<div id="content-bottom">
<!-- /Bottom Rounded Corners -->
</div>
<div id="footer">
<div id="footer-left">
All content &copy; 2008 Streamline Technologies Inc. All rights reserved.  | Powered by <a href="http://intercarve.net" target="_blank">Intercarve Networks</a>
</div>
<a href="http://www.skodeo.com/terms">Terms of use</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.skodeo.com/privacy">Privacy Policy</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.skodeo.com/feedback_form">Contact Us</a>&nbsp;&nbsp;
</div>
</div>
<br />
<br />
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-7394380-1";
urchinTracker();
</script>
</body>
</html>
