<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>my fixed gear</title>
	<link>http://www.myfixedgear.net</link>
	<description>Track, Fixed Gear and Single Speed Bike Gallery</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:17:54 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>El Diablo Barato</title>
		<description><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:192px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/El_Diablo_Barato/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/El_Diablo_Barato/reg/2.jpg" alt=" 2" title=" 2"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
My first fixie. Origin 8 Del Pasado FSA Orbit MX Headset and Seat Post Velocity Deep V Wheels on Origin 8 Hubs Conti Ultra Race 700X25c SRAM Brake Levers w/Tektro RS38 Brakes RaceFace Cadence Bars SRAM S500 Crank KMC Z410 Gold &#8220;Bling&#8221; Chain Submitted by Keith]]></description>
		<link>http://www.myfixedgear.net/el-diablo-barato</link>
			</item>
	<item>
		<title>Killbot</title>
		<description><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/Killbot_/reg/1.jpg" alt="" title="" />
			</div>
		Mercier kilo tt Chrome 53cm Velocity b43s Nitto rb021s Velo Orange, fi&#8217;zi:k Arione K:ium Submitted by josh]]></description>
		<link>http://www.myfixedgear.net/killbot</link>
			</item>
	<item>
		<title>1953 Claud Butler Jubilee</title>
		<description><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:480px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/1953_Claud_Butler_Jubilee/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/1953_Claud_Butler_Jubilee/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/1953_Claud_Butler_Jubilee/reg/3.jpg" alt=" 3" title=" 3"></li>
<li><img src="/wp-content/photos/1953_Claud_Butler_Jubilee/reg/4.jpg" alt=" 4" title=" 4"></li>
<li><img src="/wp-content/photos/1953_Claud_Butler_Jubilee/reg/5.jpg" alt=" 5" title=" 5"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
5-speed Claud Butler Jubilee frame, Campagnolo Athena seatpost, Brooks B17, Mavic Module E rims with Vredestein tyres, Atom hubs(laced them myself, don&#8217;t be put off, it&#8217;s not as scary as they make out, and very satisfying. I will admit to having a pro true them up, though). Tektro long-reach calliper and Dia Compe lever. Shimano [...]]]></description>
		<link>http://www.myfixedgear.net/1953-claud-butler-jubilee</link>
			</item>
	<item>
		<title>Cinelli Gazzetta</title>
		<description><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/Cinelli_Gazzetta/reg/1.jpg" alt="" title="" />
			</div>
		Cinelli Gazzetta Frame Miche Crank Stronglight Chainring Velocity B43&#8242;s w/ Velocity Hubs Ritchey WCS Headset Pro-Lite Santa Marina Track Bars Fizik Bar Tape HKK Vertex Chain Blue Miche Supertype Seatpost Selle San Marco Concor Saddle Cinelli Pista Stem Conti Supersonic Tyres Submitted by Seb]]></description>
		<link>http://www.myfixedgear.net/cinelli-gazzetta</link>
			</item>
	<item>
		<title>2011 Kilo TT</title>
		<description><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:288px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/2011_Kilo_TT/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/2011_Kilo_TT/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/2011_Kilo_TT/reg/3.jpg" alt=" 3" title=" 3"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
I&#8217;ve been building this since www.myfixedgear.net/langster-steel was stolen. Kilo TT- 55cm Concor Saddle Nitto Stem Salsa Handlebars H+ Son tb-14 to Phil Wood front and rear Sugino 75&#8242;s with Phil Wood Bottom Bracket 44rn 49t chainring. Submitted by Tylerj]]></description>
		<link>http://www.myfixedgear.net/2011-kilo-tt</link>
			</item>
	<item>
		<title>Tigger</title>
		<description><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:480px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/Tigger/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/Tigger/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/Tigger/reg/3.jpg" alt=" 3" title=" 3"></li>
<li><img src="/wp-content/photos/Tigger/reg/4.jpg" alt=" 4" title=" 4"></li>
<li><img src="/wp-content/photos/Tigger/reg/5.jpg" alt=" 5" title=" 5"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
Submitted by Paul Castles]]></description>
		<link>http://www.myfixedgear.net/tigger</link>
			</item>
	<item>
		<title>cinelli vigorelli</title>
		<description><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/cinelli_vigorelli/reg/1.jpg" alt="" title="" />
			</div>
		Submitted by jimakos]]></description>
		<link>http://www.myfixedgear.net/cinelli-vigorelli-4</link>
			</item>
	<item>
		<title>Schwinn Cutter 2011</title>
		<description><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/Schwinn_Cutter_2011/reg/1.jpg" alt="" title="" />
			</div>
		changed out pedals/straps,handle bars to drop down bars and gold seat to black seat. Submitted by David W]]></description>
		<link>http://www.myfixedgear.net/schwinn-cutter-2011</link>
			</item>
	<item>
		<title>1980&#8242;s Benotto Sprint.</title>
		<description><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/1980s_Benotto_Sprint/reg/1.jpg" alt="" title="" />
			</div>
		Very hard to come by. Unique polygon shaped chainstays Submitted by Jake]]></description>
		<link>http://www.myfixedgear.net/1980s-benotto-sprint</link>
			</item>
	<item>
		<title>favorit F2 track (czech classic)</title>
		<description><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:384px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/favorit_F2_track_czech_classic/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/favorit_F2_track_czech_classic/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/favorit_F2_track_czech_classic/reg/3.jpg" alt=" 3" title=" 3"></li>
<li><img src="/wp-content/photos/favorit_F2_track_czech_classic/reg/4.jpg" alt=" 4" title=" 4"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
frame: favorit track 1959 fork: favorit track 60´ headset: favorit stem: ITM 90 handlebars:favorit track seat post: favorit saddle: selle italia crankset: favorit track steel 165/44t cog: favorit 15t chain: favorit rims: vuelta 30mm tires: vuelta 23mm hubs: S-A pedals: ITM clips: christopher Submitted by romanK]]></description>
		<link>http://www.myfixedgear.net/favorit-f2-track-czech-classic</link>
			</item>
</channel>
</rss>

