<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Skate MAX</title>
	<link>http://www.skatemax.com</link>
	<description>Just another skaters WordPress weblog about skating and skate stuff like boards, trucks, wheels and schwag.</description>
	<pubDate>Sat, 10 May 2008 10:09:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
	<language>en</language>
			<item>
		<title>Skate Videos - Skateboard Trick Tips: How to RailFlip like a Rail Flip Pro</title>
		<link>http://www.skatemax.com/skateboarding/skate-videos-skateboard-trick-tips-how-to-railflip-like-a-rail-flip-pro/</link>
		<comments>http://www.skatemax.com/skateboarding/skate-videos-skateboard-trick-tips-how-to-railflip-like-a-rail-flip-pro/#comments</comments>
		<pubDate>Sat, 10 May 2008 10:09:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Skate Punk]]></category>

		<category><![CDATA[Skateboard]]></category>

		<category><![CDATA[Skateboard Videos]]></category>

		<category><![CDATA[Skateboarding]]></category>

		<category><![CDATA[Skateboarding trick]]></category>

		<category><![CDATA[skate max]]></category>

		<category><![CDATA[skate video]]></category>

		<category><![CDATA[skatemax]]></category>

		<category><![CDATA[skaters]]></category>

		<guid isPermaLink="false">http://www.skatemax.com/skateboarding/skate-videos-skateboard-trick-tips-how-to-railflip-like-a-rail-flip-pro/</guid>
		<description><![CDATA[Original post from SkateMAX.com 


Wanna Rail Flip? We got the best railflip video onlinewith decent instructions onhow to railflip on your skateboard. This video was shot by a skater doing a rail flip and if you watch it and pray maybe you can skate like a pro one day also.
#PrestoGifto{margin:0 auto;}#PrestoGifto td{vertical-align:top;text-align:center;}#PrestoGifto #pg-promo{float:left;margin-bottom:5px;}#PrestoGifto #pg-search{float:right;text-align:left;padding:23px 12px [...]]]></description>
			<content:encoded><![CDATA[Original post from SkateMAX.com <p><object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/O9RbqPob5AA&#038;rel=1"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/O9RbqPob5AA&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>Wanna Rail Flip? We got the best railflip video onlinewith decent instructions onhow to railflip on your skateboard. This video was shot by a skater doing a rail flip and if you watch it and pray maybe you can skate like a pro one day also.</p>
<style type="text/css" media="screen">#PrestoGifto{margin:0 auto;}#PrestoGifto td{vertical-align:top;text-align:center;}#PrestoGifto #pg-promo{float:left;margin-bottom:5px;}#PrestoGifto #pg-search{float:right;text-align:left;padding:23px 12px 0 0;margin-bottom:5px;}#PrestoGifto .pg-title{padding:0 5px;}#PrestoGifto .pg-mouseover{padding:0 0 5px 0;margin:0;}#PrestoGifto .pg-product{-moz-border-radius:8px;background-color:#fff;}#PrestoGifto #pg-foot{padding-left:10px;text-align:left;}#PrestoGifto p{margin:0;padding:2px;text-align:center;}#PrestoGifto .pg-product{text-align:center;}#PrestoGifto .zoom-bob {position:absolute;z-index:1000000000;padding-top:15px;margin-left:15px;}#PrestoGifto a.mouseover{text-decoration:none;display:inline;}#PrestoGifto .pg-title,#PrestoGifto .pg-price,#PrestoGifto .pg-browse,#PrestoGifto .pg-mouseover{display:block;}#PrestoGifto .pg-product{margin:0 10px 10px 0;padding:5px 0 5px 0;} #PrestoGifto .zoom-bob iframe {border:none;width:260px;height:260px;background:#fff;margin:0;padding:0;}#PrestoGifto .zoom-bob a{padding:2px 4px;color:#fff;position:absolute;border:none;margin-top:-15px;font-weight:bold;font-size:12px;}#PrestoGifto .hand{cursor:pointer;cursor:hand;}</style>
<script type="text/javascript" language="javascript" charset="utf-8">
// <![CDATA[
var PrestoGifto = {e:function(id){return document.getElementById(id);},swap_D:function(dom_id,num){PrestoGifto.e(dom_id).src=PrestoGifto.d(num,'125x125');},swap_P:function(dom_id,num,side){PrestoGifto.e(dom_id).src=PrestoGifto.p(num,'150x150',side);},swap_F:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'F');},swap_B:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'B');},d:function(id,size){return 'http://images.cafepress.com/image/'+id+'_'+size+'.jpg';},p:function(id,size,side){return 'http://images.cafepress.com/product/'+id+'_'+size+'_'+side+'.jpg';},
  zoom:function(link,type,id,side){
    var zoom = document.createElement('div');
    zoom.setAttribute('class','zoom-bob');
    zoom.setAttribute('id','bob-'+id);
    zoom.style.position = 'absolute';
    zoom.style.zIndex = '1000000';
    zoom.style.border = '2px solid #bebebe';
    zoom.style.borderStyle = 'solid';
    zoom.style.backgroundColor = '#fff';
    zoom.style.width = '280px';
    zoom.style.height = '280px';
    var close = document.createElement('a');
    var text = document.createTextNode('close');
    close.appendChild(text);
    close.setAttribute('href','#pg-image-'+id);
    close.style.position = 'absolute';
    close.style.backgroundColor = '#00a0b2';
    zoom.appendChild(close);
    var img = document.createElement('iframe');
    close.onclick = function(){
      var original_link = PrestoGifto.e('link-'+id);
      original_link.removeChild(original_link.childNodes[1]);
    };
    if (type == 'product') {
      img.src = PrestoGifto.p(id,'240x240',side);
    } else {
      img.src = PrestoGifto.d(id,'400x400');
    }
    img.style.width = '280px';
    img.style.height = '280px';
    img.style.border = 'none';

    zoom.appendChild(img);
    link.setAttribute('id','link-'+id);
    link.appendChild(zoom);}};
  //]]&gt;
</script>
<table id="PrestoGifto" cellpadding="0" cellspacing="0" align="center" style="width:auto;">
  <tr>
    <td>
      <table cellpadding="0" cellspacing="10" id="pg-products">
         <tr>          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','83277914','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88485/design" target="_blank"><img src="http://images.cafepress.com/product/83277914_240x240_F.jpg" name="15367450" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88485"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88485/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','8363815','F');">zoom</a>
              &nbsp;|&nbsp;
                <a class="mouseover" style="border-bottom:1px dashed #00a0b2;border-width:1px;font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;text-decoration:none;" onmouseover="PrestoGifto.swap_B('pg-image-88486',8363815);" onmouseout="PrestoGifto.swap_F('pg-image-88486',8363815);">view back</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88486/design" target="_blank"><img src="http://images.cafepress.com/product/8363815_240x240_F.jpg" name="3295576" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88486"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88486/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Hooded Sweatshirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','139065819','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88488/design" target="_blank"><img src="http://images.cafepress.com/product/139065819_240x240_F.jpg" name="11088362" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88488"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88488/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
        </tr>      </table>
    </td>
  </tr>
  <tr>
    <td>
      <div id="pg-foot">
        <a href="http://www.prestogifto.com/?shop_id=5516&amp;pid=1346739" target="cp" style="text-decoration:none;"><span style="color:#929292;font-size:9px;font-family:Trebuchet MS;">Powered by PrestoGifto.com&#8482;</span></a>
      </div>
    </td>
  </tr>
</table>
<img id="statistics-update" src="http://www.prestogifto.com/shops/shop_statistics/5516" alt="PrestoGifto!" style="display:none;" />]]></content:encoded>
			<wfw:commentRss>http://www.skatemax.com/skateboarding/skate-videos-skateboard-trick-tips-how-to-railflip-like-a-rail-flip-pro/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Skateboard Videos : Jake Brown Crashed at 720</title>
		<link>http://www.skatemax.com/skateboarding/skateboard-videos-jake-brown-crashed-at-720/</link>
		<comments>http://www.skatemax.com/skateboarding/skateboard-videos-jake-brown-crashed-at-720/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 07:09:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Skateboard]]></category>

		<category><![CDATA[Skateboard Videos]]></category>

		<category><![CDATA[Skateboarding]]></category>

		<category><![CDATA[Skateboarding trick]]></category>

		<category><![CDATA[720]]></category>

		<category><![CDATA[jake brown]]></category>

		<category><![CDATA[punk]]></category>

		<category><![CDATA[skater]]></category>

		<guid isPermaLink="false">http://www.skatemax.com/skateboarding/skateboard-videos-jake-brown-crashed-at-720/</guid>
		<description><![CDATA[Original post from SkateMAX.com 


Jake Brown gets stuffed as he lands a massive 720 but looses his footing when entering the quarterpipe, resulting in a nasty crash from 40 feet up in the air like a skateboard helicopter or something.
#PrestoGifto{margin:0 auto;}#PrestoGifto td{vertical-align:top;text-align:center;}#PrestoGifto #pg-promo{float:left;margin-bottom:5px;}#PrestoGifto #pg-search{float:right;text-align:left;padding:23px 12px 0 0;margin-bottom:5px;}#PrestoGifto .pg-title{padding:0 5px;}#PrestoGifto .pg-mouseover{padding:0 0 5px 0;margin:0;}#PrestoGifto .pg-product{-moz-border-radius:8px;background-color:#fff;}#PrestoGifto #pg-foot{padding-left:10px;text-align:left;}#PrestoGifto [...]]]></description>
			<content:encoded><![CDATA[Original post from SkateMAX.com <p><object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/SrnJ3JyaekI&#038;rel=1"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/SrnJ3JyaekI&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>Jake Brown gets stuffed as he lands a massive 720 but looses his footing when entering the quarterpipe, resulting in a nasty crash from 40 feet up in the air like a skateboard helicopter or something.</p>
<style type="text/css" media="screen">#PrestoGifto{margin:0 auto;}#PrestoGifto td{vertical-align:top;text-align:center;}#PrestoGifto #pg-promo{float:left;margin-bottom:5px;}#PrestoGifto #pg-search{float:right;text-align:left;padding:23px 12px 0 0;margin-bottom:5px;}#PrestoGifto .pg-title{padding:0 5px;}#PrestoGifto .pg-mouseover{padding:0 0 5px 0;margin:0;}#PrestoGifto .pg-product{-moz-border-radius:8px;background-color:#fff;}#PrestoGifto #pg-foot{padding-left:10px;text-align:left;}#PrestoGifto p{margin:0;padding:2px;text-align:center;}#PrestoGifto .pg-product{text-align:center;}#PrestoGifto .zoom-bob {position:absolute;z-index:1000000000;padding-top:15px;margin-left:15px;}#PrestoGifto a.mouseover{text-decoration:none;display:inline;}#PrestoGifto .pg-title,#PrestoGifto .pg-price,#PrestoGifto .pg-browse,#PrestoGifto .pg-mouseover{display:block;}#PrestoGifto .pg-product{margin:0 10px 10px 0;padding:5px 0 5px 0;} #PrestoGifto .zoom-bob iframe {border:none;width:260px;height:260px;background:#fff;margin:0;padding:0;}#PrestoGifto .zoom-bob a{padding:2px 4px;color:#fff;position:absolute;border:none;margin-top:-15px;font-weight:bold;font-size:12px;}#PrestoGifto .hand{cursor:pointer;cursor:hand;}</style>
<script type="text/javascript" language="javascript" charset="utf-8">
// <![CDATA[
var PrestoGifto = {e:function(id){return document.getElementById(id);},swap_D:function(dom_id,num){PrestoGifto.e(dom_id).src=PrestoGifto.d(num,'125x125');},swap_P:function(dom_id,num,side){PrestoGifto.e(dom_id).src=PrestoGifto.p(num,'150x150',side);},swap_F:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'F');},swap_B:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'B');},d:function(id,size){return 'http://images.cafepress.com/image/'+id+'_'+size+'.jpg';},p:function(id,size,side){return 'http://images.cafepress.com/product/'+id+'_'+size+'_'+side+'.jpg';},
  zoom:function(link,type,id,side){
    var zoom = document.createElement('div');
    zoom.setAttribute('class','zoom-bob');
    zoom.setAttribute('id','bob-'+id);
    zoom.style.position = 'absolute';
    zoom.style.zIndex = '1000000';
    zoom.style.border = '2px solid #bebebe';
    zoom.style.borderStyle = 'solid';
    zoom.style.backgroundColor = '#fff';
    zoom.style.width = '280px';
    zoom.style.height = '280px';
    var close = document.createElement('a');
    var text = document.createTextNode('close');
    close.appendChild(text);
    close.setAttribute('href','#pg-image-'+id);
    close.style.position = 'absolute';
    close.style.backgroundColor = '#00a0b2';
    zoom.appendChild(close);
    var img = document.createElement('iframe');
    close.onclick = function(){
      var original_link = PrestoGifto.e('link-'+id);
      original_link.removeChild(original_link.childNodes[1]);
    };
    if (type == 'product') {
      img.src = PrestoGifto.p(id,'240x240',side);
    } else {
      img.src = PrestoGifto.d(id,'400x400');
    }
    img.style.width = '280px';
    img.style.height = '280px';
    img.style.border = 'none';

    zoom.appendChild(img);
    link.setAttribute('id','link-'+id);
    link.appendChild(zoom);}};
  //]]&gt;
</script>
<table id="PrestoGifto" cellpadding="0" cellspacing="0" align="center" style="width:auto;">
  <tr>
    <td>
      <table cellpadding="0" cellspacing="10" id="pg-products">
         <tr>          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','83277914','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88485/design" target="_blank"><img src="http://images.cafepress.com/product/83277914_240x240_F.jpg" name="15367450" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88485"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88485/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','8363815','F');">zoom</a>
              &nbsp;|&nbsp;
                <a class="mouseover" style="border-bottom:1px dashed #00a0b2;border-width:1px;font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;text-decoration:none;" onmouseover="PrestoGifto.swap_B('pg-image-88486',8363815);" onmouseout="PrestoGifto.swap_F('pg-image-88486',8363815);">view back</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88486/design" target="_blank"><img src="http://images.cafepress.com/product/8363815_240x240_F.jpg" name="3295576" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88486"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88486/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Hooded Sweatshirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','139065819','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88488/design" target="_blank"><img src="http://images.cafepress.com/product/139065819_240x240_F.jpg" name="11088362" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88488"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88488/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
        </tr>      </table>
    </td>
  </tr>
  <tr>
    <td>
      <div id="pg-foot">
        <a href="http://www.prestogifto.com/?shop_id=5516&amp;pid=1346739" target="cp" style="text-decoration:none;"><span style="color:#929292;font-size:9px;font-family:Trebuchet MS;">Powered by PrestoGifto.com&#8482;</span></a>
      </div>
    </td>
  </tr>
</table>
<img id="statistics-update" src="http://www.prestogifto.com/shops/shop_statistics/5516" alt="PrestoGifto!" style="display:none;" />]]></content:encoded>
			<wfw:commentRss>http://www.skatemax.com/skateboarding/skateboard-videos-jake-brown-crashed-at-720/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Skate Gear Review : Skatebaord Decks from Toy Machine Skateboards</title>
		<link>http://www.skatemax.com/skateboarding/skate-gear-review-skatebaord-decks-from-toy-machine-skateboards/</link>
		<comments>http://www.skatemax.com/skateboarding/skate-gear-review-skatebaord-decks-from-toy-machine-skateboards/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 15:12:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Skate Gear]]></category>

		<category><![CDATA[Skateboard]]></category>

		<category><![CDATA[Skateboarding]]></category>

		<guid isPermaLink="false">http://www.skatemax.com/skateboarding/skate-gear-review-skatebaord-decks-from-toy-machine-skateboards/</guid>
		<description><![CDATA[Original post from SkateMAX.com Toy Machine Skateboards Decks ReviewToy Machine Skateboards Decks Review - Toy Machine skateboard decks are strong and solid, with a great amount of response and pop.  I personally tried out the Johnny Layton pro deck, and thought it was a great board.  Read this review of Toy Machine Skateboard [...]]]></description>
			<content:encoded><![CDATA[Original post from SkateMAX.com <p><a href="http://skateboard.about.com/od/skateboardparts/gr/ToyMachineDecks.htm">Toy Machine Skateboards Decks Review</a><br />Toy Machine Skateboards Decks Review - Toy Machine skateboard decks are strong and solid, with a great amount of response and pop.  I personally tried out the Johnny Layton pro deck, and thought it was a great board.  Read this review of Toy Machine Skateboard decks for more info.</p>
<style type="text/css" media="screen">#PrestoGifto{margin:0 auto;}#PrestoGifto td{vertical-align:top;text-align:center;}#PrestoGifto #pg-promo{float:left;margin-bottom:5px;}#PrestoGifto #pg-search{float:right;text-align:left;padding:23px 12px 0 0;margin-bottom:5px;}#PrestoGifto .pg-title{padding:0 5px;}#PrestoGifto .pg-mouseover{padding:0 0 5px 0;margin:0;}#PrestoGifto .pg-product{-moz-border-radius:8px;background-color:#fff;}#PrestoGifto #pg-foot{padding-left:10px;text-align:left;}#PrestoGifto p{margin:0;padding:2px;text-align:center;}#PrestoGifto .pg-product{text-align:center;}#PrestoGifto .zoom-bob {position:absolute;z-index:1000000000;padding-top:15px;margin-left:15px;}#PrestoGifto a.mouseover{text-decoration:none;display:inline;}#PrestoGifto .pg-title,#PrestoGifto .pg-price,#PrestoGifto .pg-browse,#PrestoGifto .pg-mouseover{display:block;}#PrestoGifto .pg-product{margin:0 10px 10px 0;padding:5px 0 5px 0;} #PrestoGifto .zoom-bob iframe {border:none;width:260px;height:260px;background:#fff;margin:0;padding:0;}#PrestoGifto .zoom-bob a{padding:2px 4px;color:#fff;position:absolute;border:none;margin-top:-15px;font-weight:bold;font-size:12px;}#PrestoGifto .hand{cursor:pointer;cursor:hand;}</style>
<script type="text/javascript" language="javascript" charset="utf-8">
// <![CDATA[
var PrestoGifto = {e:function(id){return document.getElementById(id);},swap_D:function(dom_id,num){PrestoGifto.e(dom_id).src=PrestoGifto.d(num,'125x125');},swap_P:function(dom_id,num,side){PrestoGifto.e(dom_id).src=PrestoGifto.p(num,'150x150',side);},swap_F:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'F');},swap_B:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'B');},d:function(id,size){return 'http://images.cafepress.com/image/'+id+'_'+size+'.jpg';},p:function(id,size,side){return 'http://images.cafepress.com/product/'+id+'_'+size+'_'+side+'.jpg';},
  zoom:function(link,type,id,side){
    var zoom = document.createElement('div');
    zoom.setAttribute('class','zoom-bob');
    zoom.setAttribute('id','bob-'+id);
    zoom.style.position = 'absolute';
    zoom.style.zIndex = '1000000';
    zoom.style.border = '2px solid #bebebe';
    zoom.style.borderStyle = 'solid';
    zoom.style.backgroundColor = '#fff';
    zoom.style.width = '280px';
    zoom.style.height = '280px';
    var close = document.createElement('a');
    var text = document.createTextNode('close');
    close.appendChild(text);
    close.setAttribute('href','#pg-image-'+id);
    close.style.position = 'absolute';
    close.style.backgroundColor = '#00a0b2';
    zoom.appendChild(close);
    var img = document.createElement('iframe');
    close.onclick = function(){
      var original_link = PrestoGifto.e('link-'+id);
      original_link.removeChild(original_link.childNodes[1]);
    };
    if (type == 'product') {
      img.src = PrestoGifto.p(id,'240x240',side);
    } else {
      img.src = PrestoGifto.d(id,'400x400');
    }
    img.style.width = '280px';
    img.style.height = '280px';
    img.style.border = 'none';

    zoom.appendChild(img);
    link.setAttribute('id','link-'+id);
    link.appendChild(zoom);}};
  //]]&gt;
</script>
<table id="PrestoGifto" cellpadding="0" cellspacing="0" align="center" style="width:auto;">
  <tr>
    <td>
      <table cellpadding="0" cellspacing="10" id="pg-products">
         <tr>          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','83277914','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88485/design" target="_blank"><img src="http://images.cafepress.com/product/83277914_240x240_F.jpg" name="15367450" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88485"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88485/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','8363815','F');">zoom</a>
              &nbsp;|&nbsp;
                <a class="mouseover" style="border-bottom:1px dashed #00a0b2;border-width:1px;font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;text-decoration:none;" onmouseover="PrestoGifto.swap_B('pg-image-88486',8363815);" onmouseout="PrestoGifto.swap_F('pg-image-88486',8363815);">view back</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88486/design" target="_blank"><img src="http://images.cafepress.com/product/8363815_240x240_F.jpg" name="3295576" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88486"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88486/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Hooded Sweatshirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','139065819','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88488/design" target="_blank"><img src="http://images.cafepress.com/product/139065819_240x240_F.jpg" name="11088362" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88488"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88488/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
        </tr>      </table>
    </td>
  </tr>
  <tr>
    <td>
      <div id="pg-foot">
        <a href="http://www.prestogifto.com/?shop_id=5516&amp;pid=1346739" target="cp" style="text-decoration:none;"><span style="color:#929292;font-size:9px;font-family:Trebuchet MS;">Powered by PrestoGifto.com&#8482;</span></a>
      </div>
    </td>
  </tr>
</table>
<img id="statistics-update" src="http://www.prestogifto.com/shops/shop_statistics/5516" alt="PrestoGifto!" style="display:none;" />]]></content:encoded>
			<wfw:commentRss>http://www.skatemax.com/skateboarding/skate-gear-review-skatebaord-decks-from-toy-machine-skateboards/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Skate Videos - Skateboard Trick Tips: Forward Flip</title>
		<link>http://www.skatemax.com/skateboarding/skate-videos-skateboard-trick-tips-forward-flip/</link>
		<comments>http://www.skatemax.com/skateboarding/skate-videos-skateboard-trick-tips-forward-flip/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 21:14:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Skateboard]]></category>

		<category><![CDATA[Skateboard Videos]]></category>

		<category><![CDATA[Skateboarding]]></category>

		<category><![CDATA[Skateboarding trick]]></category>

		<category><![CDATA[skate max]]></category>

		<category><![CDATA[skate me]]></category>

		<category><![CDATA[skate this]]></category>

		<category><![CDATA[skatemax]]></category>

		<category><![CDATA[skater]]></category>

		<guid isPermaLink="false">http://www.skatemax.com/skateboarding/skate-videos-skateboard-trick-tips-forward-flip/</guid>
		<description><![CDATA[Original post from SkateMAX.com 


Learn some new skateboard tricks by watching our skateboard videos and skating like a real skater does. This forward flip trick is pretty easy but some new skaters have trouble with the forward kick flip so we got a clean video of someone pulling a forward flip skateboard trick online.
It&#8217;s 420 [...]]]></description>
			<content:encoded><![CDATA[Original post from SkateMAX.com <p><object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/RlRuAPWurgk&#038;rel=1"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/RlRuAPWurgk&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>Learn some new skateboard tricks by watching our skateboard videos and skating like a real skater does. This forward flip trick is pretty easy but some new skaters have trouble with the forward kick flip so we got a clean video of someone pulling a forward flip skateboard trick online.</p>
<p>It&#8217;s 420 dude. Where you been since 419?</p>
<style type="text/css" media="screen">#PrestoGifto{margin:0 auto;}#PrestoGifto td{vertical-align:top;text-align:center;}#PrestoGifto #pg-promo{float:left;margin-bottom:5px;}#PrestoGifto #pg-search{float:right;text-align:left;padding:23px 12px 0 0;margin-bottom:5px;}#PrestoGifto .pg-title{padding:0 5px;}#PrestoGifto .pg-mouseover{padding:0 0 5px 0;margin:0;}#PrestoGifto .pg-product{-moz-border-radius:8px;background-color:#fff;}#PrestoGifto #pg-foot{padding-left:10px;text-align:left;}#PrestoGifto p{margin:0;padding:2px;text-align:center;}#PrestoGifto .pg-product{text-align:center;}#PrestoGifto .zoom-bob {position:absolute;z-index:1000000000;padding-top:15px;margin-left:15px;}#PrestoGifto a.mouseover{text-decoration:none;display:inline;}#PrestoGifto .pg-title,#PrestoGifto .pg-price,#PrestoGifto .pg-browse,#PrestoGifto .pg-mouseover{display:block;}#PrestoGifto .pg-product{margin:0 10px 10px 0;padding:5px 0 5px 0;} #PrestoGifto .zoom-bob iframe {border:none;width:260px;height:260px;background:#fff;margin:0;padding:0;}#PrestoGifto .zoom-bob a{padding:2px 4px;color:#fff;position:absolute;border:none;margin-top:-15px;font-weight:bold;font-size:12px;}#PrestoGifto .hand{cursor:pointer;cursor:hand;}</style>
<script type="text/javascript" language="javascript" charset="utf-8">
// <![CDATA[
var PrestoGifto = {e:function(id){return document.getElementById(id);},swap_D:function(dom_id,num){PrestoGifto.e(dom_id).src=PrestoGifto.d(num,'125x125');},swap_P:function(dom_id,num,side){PrestoGifto.e(dom_id).src=PrestoGifto.p(num,'150x150',side);},swap_F:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'F');},swap_B:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'B');},d:function(id,size){return 'http://images.cafepress.com/image/'+id+'_'+size+'.jpg';},p:function(id,size,side){return 'http://images.cafepress.com/product/'+id+'_'+size+'_'+side+'.jpg';},
  zoom:function(link,type,id,side){
    var zoom = document.createElement('div');
    zoom.setAttribute('class','zoom-bob');
    zoom.setAttribute('id','bob-'+id);
    zoom.style.position = 'absolute';
    zoom.style.zIndex = '1000000';
    zoom.style.border = '2px solid #bebebe';
    zoom.style.borderStyle = 'solid';
    zoom.style.backgroundColor = '#fff';
    zoom.style.width = '280px';
    zoom.style.height = '280px';
    var close = document.createElement('a');
    var text = document.createTextNode('close');
    close.appendChild(text);
    close.setAttribute('href','#pg-image-'+id);
    close.style.position = 'absolute';
    close.style.backgroundColor = '#00a0b2';
    zoom.appendChild(close);
    var img = document.createElement('iframe');
    close.onclick = function(){
      var original_link = PrestoGifto.e('link-'+id);
      original_link.removeChild(original_link.childNodes[1]);
    };
    if (type == 'product') {
      img.src = PrestoGifto.p(id,'240x240',side);
    } else {
      img.src = PrestoGifto.d(id,'400x400');
    }
    img.style.width = '280px';
    img.style.height = '280px';
    img.style.border = 'none';

    zoom.appendChild(img);
    link.setAttribute('id','link-'+id);
    link.appendChild(zoom);}};
  //]]&gt;
</script>
<table id="PrestoGifto" cellpadding="0" cellspacing="0" align="center" style="width:auto;">
  <tr>
    <td>
      <table cellpadding="0" cellspacing="10" id="pg-products">
         <tr>          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','83277914','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88485/design" target="_blank"><img src="http://images.cafepress.com/product/83277914_240x240_F.jpg" name="15367450" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88485"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88485/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','8363815','F');">zoom</a>
              &nbsp;|&nbsp;
                <a class="mouseover" style="border-bottom:1px dashed #00a0b2;border-width:1px;font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;text-decoration:none;" onmouseover="PrestoGifto.swap_B('pg-image-88486',8363815);" onmouseout="PrestoGifto.swap_F('pg-image-88486',8363815);">view back</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88486/design" target="_blank"><img src="http://images.cafepress.com/product/8363815_240x240_F.jpg" name="3295576" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88486"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88486/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Hooded Sweatshirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','139065819','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88488/design" target="_blank"><img src="http://images.cafepress.com/product/139065819_240x240_F.jpg" name="11088362" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88488"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88488/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
        </tr>      </table>
    </td>
  </tr>
  <tr>
    <td>
      <div id="pg-foot">
        <a href="http://www.prestogifto.com/?shop_id=5516&amp;pid=1346739" target="cp" style="text-decoration:none;"><span style="color:#929292;font-size:9px;font-family:Trebuchet MS;">Powered by PrestoGifto.com&#8482;</span></a>
      </div>
    </td>
  </tr>
</table>
<img id="statistics-update" src="http://www.prestogifto.com/shops/shop_statistics/5516" alt="PrestoGifto!" style="display:none;" />]]></content:encoded>
			<wfw:commentRss>http://www.skatemax.com/skateboarding/skate-videos-skateboard-trick-tips-forward-flip/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Skate Gear Review : Skatebaord Decks from Powell Classic</title>
		<link>http://www.skatemax.com/skateboarding/skate-gear-review-skatebaord-decks-from-powell-classic/</link>
		<comments>http://www.skatemax.com/skateboarding/skate-gear-review-skatebaord-decks-from-powell-classic/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 22:08:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Skate Gear]]></category>

		<category><![CDATA[Skateboard]]></category>

		<category><![CDATA[Skateboarding]]></category>

		<guid isPermaLink="false">http://www.skatemax.com/skateboarding/skate-gear-review-skatebaord-decks-from-powell-classic/</guid>
		<description><![CDATA[Original post from SkateMAX.com Powell Classic Street Issue Skateboard Deck ReviewPowell Classic has been reproducing some of their greatest old-school skateboard deck designs.  For this review, I got to try out the Street Issue deck, and I have to say, not only does it look sweet, but it&#8217;s a fun little deck to ride [...]]]></description>
			<content:encoded><![CDATA[Original post from SkateMAX.com <p><a href="http://skateboard.about.com/od/skateboardparts/gr/PowellClassStre.htm">Powell Classic Street Issue Skateboard Deck Review</a><br />Powell Classic has been reproducing some of their greatest old-school skateboard deck designs.  For this review, I got to try out the Street Issue deck, and I have to say, not only does it look sweet, but it&#8217;s a fun little deck to ride as well!  Read this review of the Powell Classic Street Issue Skateboard Deck.</p>
<style type="text/css" media="screen">#PrestoGifto{margin:0 auto;}#PrestoGifto td{vertical-align:top;text-align:center;}#PrestoGifto #pg-promo{float:left;margin-bottom:5px;}#PrestoGifto #pg-search{float:right;text-align:left;padding:23px 12px 0 0;margin-bottom:5px;}#PrestoGifto .pg-title{padding:0 5px;}#PrestoGifto .pg-mouseover{padding:0 0 5px 0;margin:0;}#PrestoGifto .pg-product{-moz-border-radius:8px;background-color:#fff;}#PrestoGifto #pg-foot{padding-left:10px;text-align:left;}#PrestoGifto p{margin:0;padding:2px;text-align:center;}#PrestoGifto .pg-product{text-align:center;}#PrestoGifto .zoom-bob {position:absolute;z-index:1000000000;padding-top:15px;margin-left:15px;}#PrestoGifto a.mouseover{text-decoration:none;display:inline;}#PrestoGifto .pg-title,#PrestoGifto .pg-price,#PrestoGifto .pg-browse,#PrestoGifto .pg-mouseover{display:block;}#PrestoGifto .pg-product{margin:0 10px 10px 0;padding:5px 0 5px 0;} #PrestoGifto .zoom-bob iframe {border:none;width:260px;height:260px;background:#fff;margin:0;padding:0;}#PrestoGifto .zoom-bob a{padding:2px 4px;color:#fff;position:absolute;border:none;margin-top:-15px;font-weight:bold;font-size:12px;}#PrestoGifto .hand{cursor:pointer;cursor:hand;}</style>
<script type="text/javascript" language="javascript" charset="utf-8">
// <![CDATA[
var PrestoGifto = {e:function(id){return document.getElementById(id);},swap_D:function(dom_id,num){PrestoGifto.e(dom_id).src=PrestoGifto.d(num,'125x125');},swap_P:function(dom_id,num,side){PrestoGifto.e(dom_id).src=PrestoGifto.p(num,'150x150',side);},swap_F:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'F');},swap_B:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'B');},d:function(id,size){return 'http://images.cafepress.com/image/'+id+'_'+size+'.jpg';},p:function(id,size,side){return 'http://images.cafepress.com/product/'+id+'_'+size+'_'+side+'.jpg';},
  zoom:function(link,type,id,side){
    var zoom = document.createElement('div');
    zoom.setAttribute('class','zoom-bob');
    zoom.setAttribute('id','bob-'+id);
    zoom.style.position = 'absolute';
    zoom.style.zIndex = '1000000';
    zoom.style.border = '2px solid #bebebe';
    zoom.style.borderStyle = 'solid';
    zoom.style.backgroundColor = '#fff';
    zoom.style.width = '280px';
    zoom.style.height = '280px';
    var close = document.createElement('a');
    var text = document.createTextNode('close');
    close.appendChild(text);
    close.setAttribute('href','#pg-image-'+id);
    close.style.position = 'absolute';
    close.style.backgroundColor = '#00a0b2';
    zoom.appendChild(close);
    var img = document.createElement('iframe');
    close.onclick = function(){
      var original_link = PrestoGifto.e('link-'+id);
      original_link.removeChild(original_link.childNodes[1]);
    };
    if (type == 'product') {
      img.src = PrestoGifto.p(id,'240x240',side);
    } else {
      img.src = PrestoGifto.d(id,'400x400');
    }
    img.style.width = '280px';
    img.style.height = '280px';
    img.style.border = 'none';

    zoom.appendChild(img);
    link.setAttribute('id','link-'+id);
    link.appendChild(zoom);}};
  //]]&gt;
</script>
<table id="PrestoGifto" cellpadding="0" cellspacing="0" align="center" style="width:auto;">
  <tr>
    <td>
      <table cellpadding="0" cellspacing="10" id="pg-products">
         <tr>          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','83277914','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88485/design" target="_blank"><img src="http://images.cafepress.com/product/83277914_240x240_F.jpg" name="15367450" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88485"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88485/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','8363815','F');">zoom</a>
              &nbsp;|&nbsp;
                <a class="mouseover" style="border-bottom:1px dashed #00a0b2;border-width:1px;font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;text-decoration:none;" onmouseover="PrestoGifto.swap_B('pg-image-88486',8363815);" onmouseout="PrestoGifto.swap_F('pg-image-88486',8363815);">view back</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88486/design" target="_blank"><img src="http://images.cafepress.com/product/8363815_240x240_F.jpg" name="3295576" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88486"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88486/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Hooded Sweatshirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','139065819','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88488/design" target="_blank"><img src="http://images.cafepress.com/product/139065819_240x240_F.jpg" name="11088362" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88488"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88488/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
        </tr>      </table>
    </td>
  </tr>
  <tr>
    <td>
      <div id="pg-foot">
        <a href="http://www.prestogifto.com/?shop_id=5516&amp;pid=1346739" target="cp" style="text-decoration:none;"><span style="color:#929292;font-size:9px;font-family:Trebuchet MS;">Powered by PrestoGifto.com&#8482;</span></a>
      </div>
    </td>
  </tr>
</table>
<img id="statistics-update" src="http://www.prestogifto.com/shops/shop_statistics/5516" alt="PrestoGifto!" style="display:none;" />]]></content:encoded>
			<wfw:commentRss>http://www.skatemax.com/skateboarding/skate-gear-review-skatebaord-decks-from-powell-classic/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Skateboard Trick Videos : Jamal Smith Gets Down</title>
		<link>http://www.skatemax.com/skateboarding/skateboard-trick-videos-jamal-smith-gets-down/</link>
		<comments>http://www.skatemax.com/skateboarding/skateboard-trick-videos-jamal-smith-gets-down/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 07:07:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Skate Punk]]></category>

		<category><![CDATA[Skateboard Videos]]></category>

		<category><![CDATA[Skateboarding]]></category>

		<category><![CDATA[Skateboarding trick]]></category>

		<guid isPermaLink="false">http://www.skatemax.com/skateboarding/skateboard-trick-videos-jamal-smith-gets-down/</guid>
		<description><![CDATA[Original post from SkateMAX.com 


Jamal Smith gets down on his skateboard. Watch this skateboard video and tell me if you can pull these tricks off on your board. If you think you are a mad skater and can hang with Jamal then send us your skate videos for the world to see your moves.
#PrestoGifto{margin:0 auto;}#PrestoGifto [...]]]></description>
			<content:encoded><![CDATA[Original post from SkateMAX.com <p><object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/dVQgkQoG4Rw&#038;rel=1"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/dVQgkQoG4Rw&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>Jamal Smith gets down on his skateboard. Watch this skateboard video and tell me if you can pull these tricks off on your board. If you think you are a mad skater and can hang with Jamal then send us your skate videos for the world to see your moves.</p>
<style type="text/css" media="screen">#PrestoGifto{margin:0 auto;}#PrestoGifto td{vertical-align:top;text-align:center;}#PrestoGifto #pg-promo{float:left;margin-bottom:5px;}#PrestoGifto #pg-search{float:right;text-align:left;padding:23px 12px 0 0;margin-bottom:5px;}#PrestoGifto .pg-title{padding:0 5px;}#PrestoGifto .pg-mouseover{padding:0 0 5px 0;margin:0;}#PrestoGifto .pg-product{-moz-border-radius:8px;background-color:#fff;}#PrestoGifto #pg-foot{padding-left:10px;text-align:left;}#PrestoGifto p{margin:0;padding:2px;text-align:center;}#PrestoGifto .pg-product{text-align:center;}#PrestoGifto .zoom-bob {position:absolute;z-index:1000000000;padding-top:15px;margin-left:15px;}#PrestoGifto a.mouseover{text-decoration:none;display:inline;}#PrestoGifto .pg-title,#PrestoGifto .pg-price,#PrestoGifto .pg-browse,#PrestoGifto .pg-mouseover{display:block;}#PrestoGifto .pg-product{margin:0 10px 10px 0;padding:5px 0 5px 0;} #PrestoGifto .zoom-bob iframe {border:none;width:260px;height:260px;background:#fff;margin:0;padding:0;}#PrestoGifto .zoom-bob a{padding:2px 4px;color:#fff;position:absolute;border:none;margin-top:-15px;font-weight:bold;font-size:12px;}#PrestoGifto .hand{cursor:pointer;cursor:hand;}</style>
<script type="text/javascript" language="javascript" charset="utf-8">
// <![CDATA[
var PrestoGifto = {e:function(id){return document.getElementById(id);},swap_D:function(dom_id,num){PrestoGifto.e(dom_id).src=PrestoGifto.d(num,'125x125');},swap_P:function(dom_id,num,side){PrestoGifto.e(dom_id).src=PrestoGifto.p(num,'150x150',side);},swap_F:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'F');},swap_B:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'B');},d:function(id,size){return 'http://images.cafepress.com/image/'+id+'_'+size+'.jpg';},p:function(id,size,side){return 'http://images.cafepress.com/product/'+id+'_'+size+'_'+side+'.jpg';},
  zoom:function(link,type,id,side){
    var zoom = document.createElement('div');
    zoom.setAttribute('class','zoom-bob');
    zoom.setAttribute('id','bob-'+id);
    zoom.style.position = 'absolute';
    zoom.style.zIndex = '1000000';
    zoom.style.border = '2px solid #bebebe';
    zoom.style.borderStyle = 'solid';
    zoom.style.backgroundColor = '#fff';
    zoom.style.width = '280px';
    zoom.style.height = '280px';
    var close = document.createElement('a');
    var text = document.createTextNode('close');
    close.appendChild(text);
    close.setAttribute('href','#pg-image-'+id);
    close.style.position = 'absolute';
    close.style.backgroundColor = '#00a0b2';
    zoom.appendChild(close);
    var img = document.createElement('iframe');
    close.onclick = function(){
      var original_link = PrestoGifto.e('link-'+id);
      original_link.removeChild(original_link.childNodes[1]);
    };
    if (type == 'product') {
      img.src = PrestoGifto.p(id,'240x240',side);
    } else {
      img.src = PrestoGifto.d(id,'400x400');
    }
    img.style.width = '280px';
    img.style.height = '280px';
    img.style.border = 'none';

    zoom.appendChild(img);
    link.setAttribute('id','link-'+id);
    link.appendChild(zoom);}};
  //]]&gt;
</script>
<table id="PrestoGifto" cellpadding="0" cellspacing="0" align="center" style="width:auto;">
  <tr>
    <td>
      <table cellpadding="0" cellspacing="10" id="pg-products">
         <tr>          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','83277914','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88485/design" target="_blank"><img src="http://images.cafepress.com/product/83277914_240x240_F.jpg" name="15367450" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88485"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88485/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','8363815','F');">zoom</a>
              &nbsp;|&nbsp;
                <a class="mouseover" style="border-bottom:1px dashed #00a0b2;border-width:1px;font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;text-decoration:none;" onmouseover="PrestoGifto.swap_B('pg-image-88486',8363815);" onmouseout="PrestoGifto.swap_F('pg-image-88486',8363815);">view back</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88486/design" target="_blank"><img src="http://images.cafepress.com/product/8363815_240x240_F.jpg" name="3295576" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88486"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88486/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Hooded Sweatshirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','139065819','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88488/design" target="_blank"><img src="http://images.cafepress.com/product/139065819_240x240_F.jpg" name="11088362" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88488"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88488/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
        </tr>      </table>
    </td>
  </tr>
  <tr>
    <td>
      <div id="pg-foot">
        <a href="http://www.prestogifto.com/?shop_id=5516&amp;pid=1346739" target="cp" style="text-decoration:none;"><span style="color:#929292;font-size:9px;font-family:Trebuchet MS;">Powered by PrestoGifto.com&#8482;</span></a>
      </div>
    </td>
  </tr>
</table>
<img id="statistics-update" src="http://www.prestogifto.com/shops/shop_statistics/5516" alt="PrestoGifto!" style="display:none;" />]]></content:encoded>
			<wfw:commentRss>http://www.skatemax.com/skateboarding/skateboard-trick-videos-jamal-smith-gets-down/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Skate Gear Review : Skatebaord Decks from Girl OG Re-Issue</title>
		<link>http://www.skatemax.com/skateboarding/skate-gear-review-skatebaord-decks-from-girl-og-re-issue/</link>
		<comments>http://www.skatemax.com/skateboarding/skate-gear-review-skatebaord-decks-from-girl-og-re-issue/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 22:04:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Skate Gear]]></category>

		<category><![CDATA[Skateboard]]></category>

		<category><![CDATA[Skateboarding]]></category>

		<guid isPermaLink="false">http://www.skatemax.com/skateboarding/skate-gear-review-skatebaord-decks-from-girl-og-re-issue/</guid>
		<description><![CDATA[Original post from SkateMAX.com Girl OG Re-Issue DecksGirl skateboards has a special deck series this year, thier &#8220;10 year og re-issue series&#8221;, with each rider taking their own color scheme on the old graphic. The image is a stark and bold, with a 10 year re-issue logo slapped on the nose.
#PrestoGifto{margin:0 auto;}#PrestoGifto td{vertical-align:top;text-align:center;}#PrestoGifto #pg-promo{float:left;margin-bottom:5px;}#PrestoGifto #pg-search{float:right;text-align:left;padding:23px [...]]]></description>
			<content:encoded><![CDATA[Original post from SkateMAX.com <p><a href="http://skateboard.about.com/cs/gear/gr/DeckGirlReissue.htm" >Girl OG Re-Issue Decks</a><br />Girl skateboards has a special deck series this year, thier &#8220;10 year og re-issue series&#8221;, with each rider taking their own color scheme on the old graphic. The image is a stark and bold, with a 10 year re-issue logo slapped on the nose.</p>
<style type="text/css" media="screen">#PrestoGifto{margin:0 auto;}#PrestoGifto td{vertical-align:top;text-align:center;}#PrestoGifto #pg-promo{float:left;margin-bottom:5px;}#PrestoGifto #pg-search{float:right;text-align:left;padding:23px 12px 0 0;margin-bottom:5px;}#PrestoGifto .pg-title{padding:0 5px;}#PrestoGifto .pg-mouseover{padding:0 0 5px 0;margin:0;}#PrestoGifto .pg-product{-moz-border-radius:8px;background-color:#fff;}#PrestoGifto #pg-foot{padding-left:10px;text-align:left;}#PrestoGifto p{margin:0;padding:2px;text-align:center;}#PrestoGifto .pg-product{text-align:center;}#PrestoGifto .zoom-bob {position:absolute;z-index:1000000000;padding-top:15px;margin-left:15px;}#PrestoGifto a.mouseover{text-decoration:none;display:inline;}#PrestoGifto .pg-title,#PrestoGifto .pg-price,#PrestoGifto .pg-browse,#PrestoGifto .pg-mouseover{display:block;}#PrestoGifto .pg-product{margin:0 10px 10px 0;padding:5px 0 5px 0;} #PrestoGifto .zoom-bob iframe {border:none;width:260px;height:260px;background:#fff;margin:0;padding:0;}#PrestoGifto .zoom-bob a{padding:2px 4px;color:#fff;position:absolute;border:none;margin-top:-15px;font-weight:bold;font-size:12px;}#PrestoGifto .hand{cursor:pointer;cursor:hand;}</style>
<script type="text/javascript" language="javascript" charset="utf-8">
// <![CDATA[
var PrestoGifto = {e:function(id){return document.getElementById(id);},swap_D:function(dom_id,num){PrestoGifto.e(dom_id).src=PrestoGifto.d(num,'125x125');},swap_P:function(dom_id,num,side){PrestoGifto.e(dom_id).src=PrestoGifto.p(num,'150x150',side);},swap_F:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'F');},swap_B:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'B');},d:function(id,size){return 'http://images.cafepress.com/image/'+id+'_'+size+'.jpg';},p:function(id,size,side){return 'http://images.cafepress.com/product/'+id+'_'+size+'_'+side+'.jpg';},
  zoom:function(link,type,id,side){
    var zoom = document.createElement('div');
    zoom.setAttribute('class','zoom-bob');
    zoom.setAttribute('id','bob-'+id);
    zoom.style.position = 'absolute';
    zoom.style.zIndex = '1000000';
    zoom.style.border = '2px solid #bebebe';
    zoom.style.borderStyle = 'solid';
    zoom.style.backgroundColor = '#fff';
    zoom.style.width = '280px';
    zoom.style.height = '280px';
    var close = document.createElement('a');
    var text = document.createTextNode('close');
    close.appendChild(text);
    close.setAttribute('href','#pg-image-'+id);
    close.style.position = 'absolute';
    close.style.backgroundColor = '#00a0b2';
    zoom.appendChild(close);
    var img = document.createElement('iframe');
    close.onclick = function(){
      var original_link = PrestoGifto.e('link-'+id);
      original_link.removeChild(original_link.childNodes[1]);
    };
    if (type == 'product') {
      img.src = PrestoGifto.p(id,'240x240',side);
    } else {
      img.src = PrestoGifto.d(id,'400x400');
    }
    img.style.width = '280px';
    img.style.height = '280px';
    img.style.border = 'none';

    zoom.appendChild(img);
    link.setAttribute('id','link-'+id);
    link.appendChild(zoom);}};
  //]]&gt;
</script>
<table id="PrestoGifto" cellpadding="0" cellspacing="0" align="center" style="width:auto;">
  <tr>
    <td>
      <table cellpadding="0" cellspacing="10" id="pg-products">
         <tr>          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','83277914','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88485/design" target="_blank"><img src="http://images.cafepress.com/product/83277914_240x240_F.jpg" name="15367450" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88485"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88485/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','8363815','F');">zoom</a>
              &nbsp;|&nbsp;
                <a class="mouseover" style="border-bottom:1px dashed #00a0b2;border-width:1px;font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;text-decoration:none;" onmouseover="PrestoGifto.swap_B('pg-image-88486',8363815);" onmouseout="PrestoGifto.swap_F('pg-image-88486',8363815);">view back</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88486/design" target="_blank"><img src="http://images.cafepress.com/product/8363815_240x240_F.jpg" name="3295576" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88486"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88486/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Hooded Sweatshirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','139065819','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88488/design" target="_blank"><img src="http://images.cafepress.com/product/139065819_240x240_F.jpg" name="11088362" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88488"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88488/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
        </tr>      </table>
    </td>
  </tr>
  <tr>
    <td>
      <div id="pg-foot">
        <a href="http://www.prestogifto.com/?shop_id=5516&amp;pid=1346739" target="cp" style="text-decoration:none;"><span style="color:#929292;font-size:9px;font-family:Trebuchet MS;">Powered by PrestoGifto.com&#8482;</span></a>
      </div>
    </td>
  </tr>
</table>
<img id="statistics-update" src="http://www.prestogifto.com/shops/shop_statistics/5516" alt="PrestoGifto!" style="display:none;" />]]></content:encoded>
			<wfw:commentRss>http://www.skatemax.com/skateboarding/skate-gear-review-skatebaord-decks-from-girl-og-re-issue/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Skateboard Trick Videos : Rodney Mullens Best Tricks</title>
		<link>http://www.skatemax.com/skateboarding/skateboard-trick-videos-rodney-mullens-best-tricks/</link>
		<comments>http://www.skatemax.com/skateboarding/skateboard-trick-videos-rodney-mullens-best-tricks/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 06:03:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Skate Punk]]></category>

		<category><![CDATA[Skateboard]]></category>

		<category><![CDATA[Skateboard Videos]]></category>

		<category><![CDATA[Skateboarding]]></category>

		<category><![CDATA[Skateboarding trick]]></category>

		<category><![CDATA[Skates]]></category>

		<guid isPermaLink="false">http://www.skatemax.com/skateboarding/skateboard-trick-videos-rodney-mullens-best-tricks/</guid>
		<description><![CDATA[Original post from SkateMAX.com 


#PrestoGifto{margin:0 auto;}#PrestoGifto td{vertical-align:top;text-align:center;}#PrestoGifto #pg-promo{float:left;margin-bottom:5px;}#PrestoGifto #pg-search{float:right;text-align:left;padding:23px 12px 0 0;margin-bottom:5px;}#PrestoGifto .pg-title{padding:0 5px;}#PrestoGifto .pg-mouseover{padding:0 0 5px 0;margin:0;}#PrestoGifto .pg-product{-moz-border-radius:8px;background-color:#fff;}#PrestoGifto #pg-foot{padding-left:10px;text-align:left;}#PrestoGifto p{margin:0;padding:2px;text-align:center;}#PrestoGifto .pg-product{text-align:center;}#PrestoGifto .zoom-bob {position:absolute;z-index:1000000000;padding-top:15px;margin-left:15px;}#PrestoGifto a.mouseover{text-decoration:none;display:inline;}#PrestoGifto .pg-title,#PrestoGifto .pg-price,#PrestoGifto .pg-browse,#PrestoGifto .pg-mouseover{display:block;}#PrestoGifto .pg-product{margin:0 10px 10px 0;padding:5px 0 5px 0;} #PrestoGifto .zoom-bob iframe {border:none;width:260px;height:260px;background:#fff;margin:0;padding:0;}#PrestoGifto .zoom-bob a{padding:2px 4px;color:#fff;position:absolute;border:none;margin-top:-15px;font-weight:bold;font-size:12px;}#PrestoGifto .hand{cursor:pointer;cursor:hand;}

// 

  
    
     [...]]]></description>
			<content:encoded><![CDATA[Original post from SkateMAX.com <p><object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/3THtkZR4jcE&#038;rel=1"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/3THtkZR4jcE&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<style type="text/css" media="screen">#PrestoGifto{margin:0 auto;}#PrestoGifto td{vertical-align:top;text-align:center;}#PrestoGifto #pg-promo{float:left;margin-bottom:5px;}#PrestoGifto #pg-search{float:right;text-align:left;padding:23px 12px 0 0;margin-bottom:5px;}#PrestoGifto .pg-title{padding:0 5px;}#PrestoGifto .pg-mouseover{padding:0 0 5px 0;margin:0;}#PrestoGifto .pg-product{-moz-border-radius:8px;background-color:#fff;}#PrestoGifto #pg-foot{padding-left:10px;text-align:left;}#PrestoGifto p{margin:0;padding:2px;text-align:center;}#PrestoGifto .pg-product{text-align:center;}#PrestoGifto .zoom-bob {position:absolute;z-index:1000000000;padding-top:15px;margin-left:15px;}#PrestoGifto a.mouseover{text-decoration:none;display:inline;}#PrestoGifto .pg-title,#PrestoGifto .pg-price,#PrestoGifto .pg-browse,#PrestoGifto .pg-mouseover{display:block;}#PrestoGifto .pg-product{margin:0 10px 10px 0;padding:5px 0 5px 0;} #PrestoGifto .zoom-bob iframe {border:none;width:260px;height:260px;background:#fff;margin:0;padding:0;}#PrestoGifto .zoom-bob a{padding:2px 4px;color:#fff;position:absolute;border:none;margin-top:-15px;font-weight:bold;font-size:12px;}#PrestoGifto .hand{cursor:pointer;cursor:hand;}</style>
<script type="text/javascript" language="javascript" charset="utf-8">
// <![CDATA[
var PrestoGifto = {e:function(id){return document.getElementById(id);},swap_D:function(dom_id,num){PrestoGifto.e(dom_id).src=PrestoGifto.d(num,'125x125');},swap_P:function(dom_id,num,side){PrestoGifto.e(dom_id).src=PrestoGifto.p(num,'150x150',side);},swap_F:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'F');},swap_B:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'B');},d:function(id,size){return 'http://images.cafepress.com/image/'+id+'_'+size+'.jpg';},p:function(id,size,side){return 'http://images.cafepress.com/product/'+id+'_'+size+'_'+side+'.jpg';},
  zoom:function(link,type,id,side){
    var zoom = document.createElement('div');
    zoom.setAttribute('class','zoom-bob');
    zoom.setAttribute('id','bob-'+id);
    zoom.style.position = 'absolute';
    zoom.style.zIndex = '1000000';
    zoom.style.border = '2px solid #bebebe';
    zoom.style.borderStyle = 'solid';
    zoom.style.backgroundColor = '#fff';
    zoom.style.width = '280px';
    zoom.style.height = '280px';
    var close = document.createElement('a');
    var text = document.createTextNode('close');
    close.appendChild(text);
    close.setAttribute('href','#pg-image-'+id);
    close.style.position = 'absolute';
    close.style.backgroundColor = '#00a0b2';
    zoom.appendChild(close);
    var img = document.createElement('iframe');
    close.onclick = function(){
      var original_link = PrestoGifto.e('link-'+id);
      original_link.removeChild(original_link.childNodes[1]);
    };
    if (type == 'product') {
      img.src = PrestoGifto.p(id,'240x240',side);
    } else {
      img.src = PrestoGifto.d(id,'400x400');
    }
    img.style.width = '280px';
    img.style.height = '280px';
    img.style.border = 'none';

    zoom.appendChild(img);
    link.setAttribute('id','link-'+id);
    link.appendChild(zoom);}};
  //]]&gt;
</script>
<table id="PrestoGifto" cellpadding="0" cellspacing="0" align="center" style="width:auto;">
  <tr>
    <td>
      <table cellpadding="0" cellspacing="10" id="pg-products">
         <tr>          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','83277914','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88485/design" target="_blank"><img src="http://images.cafepress.com/product/83277914_240x240_F.jpg" name="15367450" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88485"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88485/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','8363815','F');">zoom</a>
              &nbsp;|&nbsp;
                <a class="mouseover" style="border-bottom:1px dashed #00a0b2;border-width:1px;font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;text-decoration:none;" onmouseover="PrestoGifto.swap_B('pg-image-88486',8363815);" onmouseout="PrestoGifto.swap_F('pg-image-88486',8363815);">view back</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88486/design" target="_blank"><img src="http://images.cafepress.com/product/8363815_240x240_F.jpg" name="3295576" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88486"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88486/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Hooded Sweatshirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','139065819','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88488/design" target="_blank"><img src="http://images.cafepress.com/product/139065819_240x240_F.jpg" name="11088362" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88488"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88488/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
        </tr>      </table>
    </td>
  </tr>
  <tr>
    <td>
      <div id="pg-foot">
        <a href="http://www.prestogifto.com/?shop_id=5516&amp;pid=1346739" target="cp" style="text-decoration:none;"><span style="color:#929292;font-size:9px;font-family:Trebuchet MS;">Powered by PrestoGifto.com&#8482;</span></a>
      </div>
    </td>
  </tr>
</table>
<img id="statistics-update" src="http://www.prestogifto.com/shops/shop_statistics/5516" alt="PrestoGifto!" style="display:none;" />]]></content:encoded>
			<wfw:commentRss>http://www.skatemax.com/skateboarding/skateboard-trick-videos-rodney-mullens-best-tricks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Skate Gear Review : Skateboard Trucks from Grind King</title>
		<link>http://www.skatemax.com/skateboarding/skate-gear-review-skateboard-trucks-from-grind-king/</link>
		<comments>http://www.skatemax.com/skateboarding/skate-gear-review-skateboard-trucks-from-grind-king/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 22:00:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Skate Gear]]></category>

		<category><![CDATA[Skateboard]]></category>

		<category><![CDATA[Skateboarding]]></category>

		<guid isPermaLink="false">http://www.skatemax.com/skateboarding/skate-gear-review-skateboard-trucks-from-grind-king/</guid>
		<description><![CDATA[Original post from SkateMAX.com Skateboard Trucks &#124; Grind King 6 5.0 Silver 
I got these skateboard trucks on my current skate set-up. The Gring King 5.0 I got are 2 years old and have been on more then 20 different decks. Grind King Trucks have always been one of the best trucks to get. These [...]]]></description>
			<content:encoded><![CDATA[Original post from SkateMAX.com <p><a href="http://www.customskateboarding.com/articles/skateboard-trucks-grind-king-6.php" >Skateboard Trucks | Grind King 6 5.0 Silver</a> <br/><br />
<blockquote>I got these skateboard trucks on my current skate set-up. The Gring King 5.0 I got are 2 years old and have been on more then 20 different decks. Grind King Trucks have always been one of the best trucks to get. These trucks got a 7.5 inch axle with a 5 inch hanger for tons of grinding room. Another great feature about these trucks is that the kingpin is lower a good half inch below the surface on the hanger. This allows you to grind your trucks as much as you want. Even grind them down so much you grind through the axle that goes through the middle (it&#8217;s been done!).</p></blockquote>
<p><img src="http://www.customskateboarding.com/articles/images/skateboard-trucks-grind-king-5.jpg"/></p>
<style type="text/css" media="screen">#PrestoGifto{margin:0 auto;}#PrestoGifto td{vertical-align:top;text-align:center;}#PrestoGifto #pg-promo{float:left;margin-bottom:5px;}#PrestoGifto #pg-search{float:right;text-align:left;padding:23px 12px 0 0;margin-bottom:5px;}#PrestoGifto .pg-title{padding:0 5px;}#PrestoGifto .pg-mouseover{padding:0 0 5px 0;margin:0;}#PrestoGifto .pg-product{-moz-border-radius:8px;background-color:#fff;}#PrestoGifto #pg-foot{padding-left:10px;text-align:left;}#PrestoGifto p{margin:0;padding:2px;text-align:center;}#PrestoGifto .pg-product{text-align:center;}#PrestoGifto .zoom-bob {position:absolute;z-index:1000000000;padding-top:15px;margin-left:15px;}#PrestoGifto a.mouseover{text-decoration:none;display:inline;}#PrestoGifto .pg-title,#PrestoGifto .pg-price,#PrestoGifto .pg-browse,#PrestoGifto .pg-mouseover{display:block;}#PrestoGifto .pg-product{margin:0 10px 10px 0;padding:5px 0 5px 0;} #PrestoGifto .zoom-bob iframe {border:none;width:260px;height:260px;background:#fff;margin:0;padding:0;}#PrestoGifto .zoom-bob a{padding:2px 4px;color:#fff;position:absolute;border:none;margin-top:-15px;font-weight:bold;font-size:12px;}#PrestoGifto .hand{cursor:pointer;cursor:hand;}</style>
<script type="text/javascript" language="javascript" charset="utf-8">
// <![CDATA[
var PrestoGifto = {e:function(id){return document.getElementById(id);},swap_D:function(dom_id,num){PrestoGifto.e(dom_id).src=PrestoGifto.d(num,'125x125');},swap_P:function(dom_id,num,side){PrestoGifto.e(dom_id).src=PrestoGifto.p(num,'150x150',side);},swap_F:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'F');},swap_B:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'B');},d:function(id,size){return 'http://images.cafepress.com/image/'+id+'_'+size+'.jpg';},p:function(id,size,side){return 'http://images.cafepress.com/product/'+id+'_'+size+'_'+side+'.jpg';},
  zoom:function(link,type,id,side){
    var zoom = document.createElement('div');
    zoom.setAttribute('class','zoom-bob');
    zoom.setAttribute('id','bob-'+id);
    zoom.style.position = 'absolute';
    zoom.style.zIndex = '1000000';
    zoom.style.border = '2px solid #bebebe';
    zoom.style.borderStyle = 'solid';
    zoom.style.backgroundColor = '#fff';
    zoom.style.width = '280px';
    zoom.style.height = '280px';
    var close = document.createElement('a');
    var text = document.createTextNode('close');
    close.appendChild(text);
    close.setAttribute('href','#pg-image-'+id);
    close.style.position = 'absolute';
    close.style.backgroundColor = '#00a0b2';
    zoom.appendChild(close);
    var img = document.createElement('iframe');
    close.onclick = function(){
      var original_link = PrestoGifto.e('link-'+id);
      original_link.removeChild(original_link.childNodes[1]);
    };
    if (type == 'product') {
      img.src = PrestoGifto.p(id,'240x240',side);
    } else {
      img.src = PrestoGifto.d(id,'400x400');
    }
    img.style.width = '280px';
    img.style.height = '280px';
    img.style.border = 'none';

    zoom.appendChild(img);
    link.setAttribute('id','link-'+id);
    link.appendChild(zoom);}};
  //]]&gt;
</script>
<table id="PrestoGifto" cellpadding="0" cellspacing="0" align="center" style="width:auto;">
  <tr>
    <td>
      <table cellpadding="0" cellspacing="10" id="pg-products">
         <tr>          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','83277914','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88485/design" target="_blank"><img src="http://images.cafepress.com/product/83277914_240x240_F.jpg" name="15367450" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88485"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88485/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','8363815','F');">zoom</a>
              &nbsp;|&nbsp;
                <a class="mouseover" style="border-bottom:1px dashed #00a0b2;border-width:1px;font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;text-decoration:none;" onmouseover="PrestoGifto.swap_B('pg-image-88486',8363815);" onmouseout="PrestoGifto.swap_F('pg-image-88486',8363815);">view back</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88486/design" target="_blank"><img src="http://images.cafepress.com/product/8363815_240x240_F.jpg" name="3295576" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88486"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88486/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Hooded Sweatshirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','139065819','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88488/design" target="_blank"><img src="http://images.cafepress.com/product/139065819_240x240_F.jpg" name="11088362" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88488"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88488/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
        </tr>      </table>
    </td>
  </tr>
  <tr>
    <td>
      <div id="pg-foot">
        <a href="http://www.prestogifto.com/?shop_id=5516&amp;pid=1346739" target="cp" style="text-decoration:none;"><span style="color:#929292;font-size:9px;font-family:Trebuchet MS;">Powered by PrestoGifto.com&#8482;</span></a>
      </div>
    </td>
  </tr>
</table>
<img id="statistics-update" src="http://www.prestogifto.com/shops/shop_statistics/5516" alt="PrestoGifto!" style="display:none;" />]]></content:encoded>
			<wfw:commentRss>http://www.skatemax.com/skateboarding/skate-gear-review-skateboard-trucks-from-grind-king/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Skateboard Videos : Line of Tricks from Lem Villemin, Nestor Judkins, Dennis Busenitz and Tim O&#8217;Connor</title>
		<link>http://www.skatemax.com/skateboarding/skateboard-videos-line-of-tricks-from-lem-villemin-nestor-judkins-dennis-busenitz-and-tim-oconnor/</link>
		<comments>http://www.skatemax.com/skateboarding/skateboard-videos-line-of-tricks-from-lem-villemin-nestor-judkins-dennis-busenitz-and-tim-oconnor/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 10:07:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Skate Gear]]></category>

		<category><![CDATA[Skate Punk]]></category>

		<category><![CDATA[Skateboard]]></category>

		<category><![CDATA[Skateboard Videos]]></category>

		<category><![CDATA[Skateboarding]]></category>

		<category><![CDATA[Skateboarding trick]]></category>

		<guid isPermaLink="false">http://www.skatemax.com/skateboarding/skateboard-videos-line-of-tricks-from-lem-villemin-nestor-judkins-dennis-busenitz-and-tim-oconnor/</guid>
		<description><![CDATA[Original post from SkateMAX.com 


Lem Villemin, Nestor Judkins, Dennis Busenitz and Tim O&#8217;Connor jam together a continuous line of tricks for your viewing pleasure.
#PrestoGifto{margin:0 auto;}#PrestoGifto td{vertical-align:top;text-align:center;}#PrestoGifto #pg-promo{float:left;margin-bottom:5px;}#PrestoGifto #pg-search{float:right;text-align:left;padding:23px 12px 0 0;margin-bottom:5px;}#PrestoGifto .pg-title{padding:0 5px;}#PrestoGifto .pg-mouseover{padding:0 0 5px 0;margin:0;}#PrestoGifto .pg-product{-moz-border-radius:8px;background-color:#fff;}#PrestoGifto #pg-foot{padding-left:10px;text-align:left;}#PrestoGifto p{margin:0;padding:2px;text-align:center;}#PrestoGifto .pg-product{text-align:center;}#PrestoGifto .zoom-bob {position:absolute;z-index:1000000000;padding-top:15px;margin-left:15px;}#PrestoGifto a.mouseover{text-decoration:none;display:inline;}#PrestoGifto .pg-title,#PrestoGifto .pg-price,#PrestoGifto .pg-browse,#PrestoGifto .pg-mouseover{display:block;}#PrestoGifto .pg-product{margin:0 10px 10px 0;padding:5px 0 5px 0;} [...]]]></description>
			<content:encoded><![CDATA[Original post from SkateMAX.com <p><object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/lJiY2OtWPY4&#038;rel=1"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/lJiY2OtWPY4&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>Lem Villemin, Nestor Judkins, Dennis Busenitz and Tim O&#8217;Connor jam together a continuous line of tricks for your viewing pleasure.</p>
<style type="text/css" media="screen">#PrestoGifto{margin:0 auto;}#PrestoGifto td{vertical-align:top;text-align:center;}#PrestoGifto #pg-promo{float:left;margin-bottom:5px;}#PrestoGifto #pg-search{float:right;text-align:left;padding:23px 12px 0 0;margin-bottom:5px;}#PrestoGifto .pg-title{padding:0 5px;}#PrestoGifto .pg-mouseover{padding:0 0 5px 0;margin:0;}#PrestoGifto .pg-product{-moz-border-radius:8px;background-color:#fff;}#PrestoGifto #pg-foot{padding-left:10px;text-align:left;}#PrestoGifto p{margin:0;padding:2px;text-align:center;}#PrestoGifto .pg-product{text-align:center;}#PrestoGifto .zoom-bob {position:absolute;z-index:1000000000;padding-top:15px;margin-left:15px;}#PrestoGifto a.mouseover{text-decoration:none;display:inline;}#PrestoGifto .pg-title,#PrestoGifto .pg-price,#PrestoGifto .pg-browse,#PrestoGifto .pg-mouseover{display:block;}#PrestoGifto .pg-product{margin:0 10px 10px 0;padding:5px 0 5px 0;} #PrestoGifto .zoom-bob iframe {border:none;width:260px;height:260px;background:#fff;margin:0;padding:0;}#PrestoGifto .zoom-bob a{padding:2px 4px;color:#fff;position:absolute;border:none;margin-top:-15px;font-weight:bold;font-size:12px;}#PrestoGifto .hand{cursor:pointer;cursor:hand;}</style>
<script type="text/javascript" language="javascript" charset="utf-8">
// <![CDATA[
var PrestoGifto = {e:function(id){return document.getElementById(id);},swap_D:function(dom_id,num){PrestoGifto.e(dom_id).src=PrestoGifto.d(num,'125x125');},swap_P:function(dom_id,num,side){PrestoGifto.e(dom_id).src=PrestoGifto.p(num,'150x150',side);},swap_F:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'F');},swap_B:function(dom_id,num){PrestoGifto.swap_P(dom_id,num,'B');},d:function(id,size){return 'http://images.cafepress.com/image/'+id+'_'+size+'.jpg';},p:function(id,size,side){return 'http://images.cafepress.com/product/'+id+'_'+size+'_'+side+'.jpg';},
  zoom:function(link,type,id,side){
    var zoom = document.createElement('div');
    zoom.setAttribute('class','zoom-bob');
    zoom.setAttribute('id','bob-'+id);
    zoom.style.position = 'absolute';
    zoom.style.zIndex = '1000000';
    zoom.style.border = '2px solid #bebebe';
    zoom.style.borderStyle = 'solid';
    zoom.style.backgroundColor = '#fff';
    zoom.style.width = '280px';
    zoom.style.height = '280px';
    var close = document.createElement('a');
    var text = document.createTextNode('close');
    close.appendChild(text);
    close.setAttribute('href','#pg-image-'+id);
    close.style.position = 'absolute';
    close.style.backgroundColor = '#00a0b2';
    zoom.appendChild(close);
    var img = document.createElement('iframe');
    close.onclick = function(){
      var original_link = PrestoGifto.e('link-'+id);
      original_link.removeChild(original_link.childNodes[1]);
    };
    if (type == 'product') {
      img.src = PrestoGifto.p(id,'240x240',side);
    } else {
      img.src = PrestoGifto.d(id,'400x400');
    }
    img.style.width = '280px';
    img.style.height = '280px';
    img.style.border = 'none';

    zoom.appendChild(img);
    link.setAttribute('id','link-'+id);
    link.appendChild(zoom);}};
  //]]&gt;
</script>
<table id="PrestoGifto" cellpadding="0" cellspacing="0" align="center" style="width:auto;">
  <tr>
    <td>
      <table cellpadding="0" cellspacing="10" id="pg-products">
         <tr>          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','83277914','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88485/design" target="_blank"><img src="http://images.cafepress.com/product/83277914_240x240_F.jpg" name="15367450" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88485"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88485/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','8363815','F');">zoom</a>
              &nbsp;|&nbsp;
                <a class="mouseover" style="border-bottom:1px dashed #00a0b2;border-width:1px;font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;text-decoration:none;" onmouseover="PrestoGifto.swap_B('pg-image-88486',8363815);" onmouseout="PrestoGifto.swap_F('pg-image-88486',8363815);">view back</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88486/design" target="_blank"><img src="http://images.cafepress.com/product/8363815_240x240_F.jpg" name="3295576" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88486"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88486/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Hooded Sweatshirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
          <td class="pg-product" style="border:2px solid #bebebe;">
            <p class="pg-mouseover">
             
              <a class="hand" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" onclick="PrestoGifto.zoom(this,'product','139065819','F');">zoom</a>
            </p>
      <table cellspacing="0" align="center">
        <tr>
          <td class="pg-image" style="height:150px;">

  <a href="http://www.prestogifto.com/redirect/88488/design" target="_blank"><img src="http://images.cafepress.com/product/139065819_240x240_F.jpg" name="11088362" style="width:150px;max-width:150px;border:none;padding:0;margin:0;text-align:center;vertical-align:middle;" id="pg-image-88488"/></a>

          </td>
        </tr>
      </table> 
      <p class="pg-title" style="width:150px;">

<a href="http://www.prestogifto.com/redirect/88488/design" style="font-family:Trebuchet MS;font-size:11px;color:#00a0b2;font-style:normal;font-weight:normal;text-decoration:underline;" target="_blank">Black T-Shirt</a>
    
  </p>
          <p class="pg-price" style="font-family:Trebuchet MS;font-size:11px;color:#363636;font-style:normal;font-weight:normal;">$0.00</p>
        </td>
        </tr>      </table>
    </td>
  </tr>
  <tr>
    <td>
      <div id="pg-foot">
        <a href="http://www.prestogifto.com/?shop_id=5516&amp;pid=1346739" target="cp" style="text-decoration:none;"><span style="color:#929292;font-size:9px;font-family:Trebuchet MS;">Powered by PrestoGifto.com&#8482;</span></a>
      </div>
    </td>
  </tr>
</table>
<img id="statistics-update" src="http://www.prestogifto.com/shops/shop_statistics/5516" alt="PrestoGifto!" style="display:none;" />]]></content:encoded>
			<wfw:commentRss>http://www.skatemax.com/skateboarding/skateboard-videos-line-of-tricks-from-lem-villemin-nestor-judkins-dennis-busenitz-and-tim-oconnor/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
