<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Men&#039;s &#38; unisex designer bags &#124; HEINRUP</title>
	<atom:link href="http://www.heinrup.com/brand/feed" rel="self" type="application/rss+xml" />
	<link>http://www.heinrup.com/brand</link>
	<description>London based label HEINRUP makes men&#039;s and unisex bags. HEINRUP aims to encourage a slower pace of consumption and an appreciation of durable quality through a ’Slow Concept&#039;.</description>
	<lastBuildDate>Fri, 02 Dec 2011 00:53:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>OZON RAW discusses Slow Fashion with HEINRUP</title>
		<link>http://www.heinrup.com/brand/updates/ozon-raw-discusses-slow-fashion-with-heinrup</link>
		<comments>http://www.heinrup.com/brand/updates/ozon-raw-discusses-slow-fashion-with-heinrup#comments</comments>
		<pubDate>Mon, 18 Apr 2011 20:13:46 +0000</pubDate>
		<dc:creator>miss_anna</dc:creator>
				<category><![CDATA[UPDATES]]></category>

		<guid isPermaLink="false">http://www.heinrup.com/?p=433</guid>
		<description><![CDATA[Fashion Lifestyle magazine Ozon talked to HEINRUP about the Slow Concept and how it started (March 2011 online edition). They themselves focus on the slow fashion movement in their Ozon RAW magazine. For more interesting features, go to their website.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.heinrup.com/updates/ozon-raw-discusses-slow-fashion-with-heinrup"><img src="http://www.heinrup.com/wp-content/uploads/ozon_thumb.jpg" alt="" title="ozon_thumb" width="300" height="250" class="hidden" /></a><br />
<span id="more-433"></span><br />
Fashion Lifestyle magazine Ozon talked to HEINRUP about the Slow Concept and how it started (March 2011 online edition). They themselves focus on the slow fashion movement in their Ozon RAW magazine. For more interesting features, go to their <a href="http://www.ozonweb.com/en/">website</a>.</p>
<p><img src="http://www.heinrup.com/wp-content/uploads/ozon_coverage_020411.jpg" alt="" title="ozon_coverage_020411" width="1258" height="2370" class="alignnone size-full wp-image-455" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.heinrup.com/brand/updates/ozon-raw-discusses-slow-fashion-with-heinrup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HEINRUP One: Photoshoot at Russian Club Studios &#8211; The Boys</title>
		<link>http://www.heinrup.com/brand/updates/photoshoot-at-russian-club-studios-with-pelle-crepin</link>
		<comments>http://www.heinrup.com/brand/updates/photoshoot-at-russian-club-studios-with-pelle-crepin#comments</comments>
		<pubDate>Mon, 07 Mar 2011 19:33:09 +0000</pubDate>
		<dc:creator>miss_anna</dc:creator>
				<category><![CDATA[UPDATES]]></category>

		<guid isPermaLink="false">http://www.heinrup.com/?p=286</guid>
		<description><![CDATA[On a cold December day in 2010 we brought a great team of people to The Russian Club Studios in east London. The photos you see here are of The Boys – Joseph, Adam and Johnny. With the art direction of DesignStudio, each of them was shot with a unique bag, to emphasize the collection [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	
	$(window).load(function() {$('div.slideshow-wrapper').css('visibility','visible');$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow1').cycle({
				fx: 'fade',
				speed: 400,
				timeout: 0,
				next: '#slideshow-wrapper1 a.slideshow-next',
				startingSlide: index,
				prev: '#slideshow-wrapper1 a.slideshow-prev',
				before:     onBefore,
				after:     onAfter,
				pager:  '#slides1',
				manualTrump: false,
				cleartypeNoBg: true,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides1  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav1 a.pause').click(function() { 
			$('#portfolio-slideshow1').cycle('pause');
			$('.slideshow-nav1 a.pause').hide();
			$('.slideshow-nav1 a.play').show();
		});
	
		$('.slideshow-nav1 a.play').click(function() { 
			$('#portfolio-slideshow1').cycle('resume');
			$('.slideshow-nav1 a.play').hide();
			$('.slideshow-nav1 a.pause').show();
		});
		
		function onBefore(curr,next,opts) {
			$("p.slideshow-caption, p.slideshow-title, p.slideshow-description", this).css("visibility", "hidden");
		}
		
		function onAfter(curr,next,opts) {
			
			var $ht = $("img",this).attr("height");
			if ($("p.slideshow-caption", this).length ) { 
				var $oht = $("p.slideshow-caption", this).outerHeight('true');
			} else {
    			var $oht = 0;
			}
			if ($("p.slideshow-description", this).length ) {
				var $pht = $("p.slideshow-description", this).outerHeight('true');
			} else {
			var $pht = 0;
    			
			}
			if ($("p.slideshow-title", this).length ) { 
				var $qht = $("p.slideshow-title", this).outerHeight('true'); 
			} else {
    			var $qht = 0;
			} 
			$('#portfolio-slideshow1').css("height", $ht + $oht + $pht + $qht);
						
			$("p.slideshow-caption, p.slideshow-title, p.slideshow-description", this).css("visibility", "visible");
			var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info1').html(caption);
	} }); }); });</script><p><a href="http://www.heinrup.com/updates/photoshoot-at-russian-club-studios-with-pelle-crepin"><img src="http://www.heinrup.com/wp-content/uploads/thumb_photo.jpg" alt="" title="thumb_photo" width="300" height="250" class="hidden" /></a><br />
<span id="more-286"></span></p>
<div class="alignleft"><div id="slideshow-wrapper1" class="slideshow-wrapper"><div id="portfolio-slideshow1" class="portfolio-slideshow"><div id="slideshow-content1" class="first slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="581" height="776" src="http://www.heinrup.com/brand/wp-content/uploads/guys1.jpg" class="attachment-full" alt="guys1" title="guys1" /></a></div><div id="slideshow-content1" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="581" height="776" src="http://www.heinrup.com/brand/wp-content/uploads/guys2.jpg" class="attachment-full" alt="guys2" title="guys2" /></a></div><div id="slideshow-content1" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="581" height="776" src="http://www.heinrup.com/brand/wp-content/uploads/guys3.jpg" class="attachment-full" alt="guys3" title="guys3" /></a></div><div id="slideshow-content1" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="581" height="776" src="http://www.heinrup.com/brand/wp-content/uploads/guys4.jpg" class="attachment-full" alt="guys4" title="guys4" /></a></div><div id="slideshow-content1" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="581" height="776" src="http://www.heinrup.com/brand/wp-content/uploads/guys5.jpg" class="attachment-full" alt="guys5" title="guys5" /></a></div><div id="slideshow-content1" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="581" height="776" src="http://www.heinrup.com/brand/wp-content/uploads/guys6.jpg" class="attachment-full" alt="guys6" title="guys6" /></a></div><div id="slideshow-content1" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="581" height="776" src="http://www.heinrup.com/brand/wp-content/uploads/guys7.jpg" class="attachment-full" alt="guys7" title="guys7" /></a></div><div id="slideshow-content1" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="581" height="776" src="http://www.heinrup.com/brand/wp-content/uploads/guys8.jpg" class="attachment-full" alt="guys8" title="guys8" /></a></div><div id="slideshow-content1" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="581" height="776" src="http://www.heinrup.com/brand/wp-content/uploads/guys9.jpg" class="attachment-full" alt="guys9" title="guys9" /></a></div><div id="slideshow-content1" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="581" height="776" src="http://www.heinrup.com/brand/wp-content/uploads/guys10.jpg" class="attachment-full" alt="guys10" title="guys10" /></a></div><div id="slideshow-content1" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="581" height="776" src="http://www.heinrup.com/brand/wp-content/uploads/guys11.jpg" class="attachment-full" alt="guys11" title="guys11" /></a></div></div><!--//end portfolio-slideshow div--></div><!--#slideshow-wrapper--></div>
<div class="alignright" style="width:340px;">
On a cold December day in 2010 we brought a great team of people to <a href="http://www.therussianclubstudios.com/">The Russian Club Studios</a> in east London. The photos you see here are of <em>The Boys</em> – Joseph, Adam and Johnny. With the art direction of <a href="http://www.wearedesignstudio.com/">DesignStudio</a>, each of them was shot with a unique bag, to emphasize the collection not only as One, but also as individuals. Talented photographer <a href="http://www.pellecrepin.com/">Pelle Crépin</a> captured both the raw masulinity of the designs and the personal connection between a bag and its owner.</p>
<p>Photographer: Pelle Crépin<br />
Art direction: DesignStudio<br />
Location: The Russian Club Studios<br />
Models: Adam Smith, Johnny Lighthands, Joseph Oliver<br />
Special thanks to: Jennie Hancock, Neliana Fuenmayor, Matt Walder</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.heinrup.com/brand/updates/photoshoot-at-russian-club-studios-with-pelle-crepin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HEINRUP One: Photoshoot at Russian Club Studios &#8211; The Still Lifes</title>
		<link>http://www.heinrup.com/brand/updates/photoshoot-at-russian-studios-still-life</link>
		<comments>http://www.heinrup.com/brand/updates/photoshoot-at-russian-studios-still-life#comments</comments>
		<pubDate>Mon, 07 Mar 2011 19:24:51 +0000</pubDate>
		<dc:creator>miss_anna</dc:creator>
				<category><![CDATA[UPDATES]]></category>

		<guid isPermaLink="false">http://www.heinrup.com/?p=283</guid>
		<description><![CDATA[On a cold December day in 2010 we brought a great team of people to The Russian Club Studios in east London. The photos you see here are The Still Lifes, brought up from the spartan concrete floor by pieces of wood, leather strips, books (i.e. ’Havana &#8211; Autobiography of a City’ by A.S. Estrada [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	
	$(window).load(function() {$('div.slideshow-wrapper').css('visibility','visible');$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow2').cycle({
				fx: 'fade',
				speed: 400,
				timeout: 0,
				next: '#slideshow-wrapper2 a.slideshow-next',
				startingSlide: index,
				prev: '#slideshow-wrapper2 a.slideshow-prev',
				before:     onBefore,
				after:     onAfter,
				pager:  '#slides2',
				manualTrump: false,
				cleartypeNoBg: true,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides2  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav2 a.pause').click(function() { 
			$('#portfolio-slideshow2').cycle('pause');
			$('.slideshow-nav2 a.pause').hide();
			$('.slideshow-nav2 a.play').show();
		});
	
		$('.slideshow-nav2 a.play').click(function() { 
			$('#portfolio-slideshow2').cycle('resume');
			$('.slideshow-nav2 a.play').hide();
			$('.slideshow-nav2 a.pause').show();
		});
		
		function onBefore(curr,next,opts) {
			$("p.slideshow-caption, p.slideshow-title, p.slideshow-description", this).css("visibility", "hidden");
		}
		
		function onAfter(curr,next,opts) {
			
			var $ht = $("img",this).attr("height");
			if ($("p.slideshow-caption", this).length ) { 
				var $oht = $("p.slideshow-caption", this).outerHeight('true');
			} else {
    			var $oht = 0;
			}
			if ($("p.slideshow-description", this).length ) {
				var $pht = $("p.slideshow-description", this).outerHeight('true');
			} else {
			var $pht = 0;
    			
			}
			if ($("p.slideshow-title", this).length ) { 
				var $qht = $("p.slideshow-title", this).outerHeight('true'); 
			} else {
    			var $qht = 0;
			} 
			$('#portfolio-slideshow2').css("height", $ht + $oht + $pht + $qht);
						
			$("p.slideshow-caption, p.slideshow-title, p.slideshow-description", this).css("visibility", "visible");
			var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info2').html(caption);
	} }); }); });</script><p><a href="http://www.heinrup.com/updates/photoshoot-at-russian-studios-still-life"><img src="http://www.heinrup.com/wp-content/uploads/small_key.jpg" alt="" title="small_key" width="300" height="250" class="hidden" /></a></p>
<p><span id="more-283"></span></p>
<div class="alignleft"><div id="slideshow-wrapper2" class="slideshow-wrapper"><div id="portfolio-slideshow2" class="portfolio-slideshow"><div id="slideshow-content2" class="first slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="581" height="776" src="http://www.heinrup.com/brand/wp-content/uploads/photoshoot1.jpg" class="attachment-full" alt="photoshoot1" title="photoshoot1" /></a></div><div id="slideshow-content2" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="581" height="776" src="http://www.heinrup.com/brand/wp-content/uploads/photoshoot2.jpg" class="attachment-full" alt="photoshoot2" title="photoshoot2" /></a></div><div id="slideshow-content2" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="581" height="776" src="http://www.heinrup.com/brand/wp-content/uploads/photoshoot3.jpg" class="attachment-full" alt="photoshoot3" title="photoshoot3" /></a></div><div id="slideshow-content2" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="581" height="776" src="http://www.heinrup.com/brand/wp-content/uploads/photoshoot4.jpg" class="attachment-full" alt="photoshoot4" title="photoshoot4" /></a></div><div id="slideshow-content2" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="581" height="776" src="http://www.heinrup.com/brand/wp-content/uploads/photoshoot5.jpg" class="attachment-full" alt="photoshoot5" title="photoshoot5" /></a></div></div><!--//end portfolio-slideshow div--></div><!--#slideshow-wrapper--></div>
<div class="alignright" style="width:340px;">
On a cold December day in 2010 we brought a great team of people to <a href="http://www.therussianclubstudios.com/">The Russian Club Studios</a> in east London. The photos you see here are <em>The Still Lifes</em>, brought up from the spartan concrete floor by pieces of wood, leather strips, books (i.e. <em>’Havana &#8211; Autobiography of a City’</em> by A.S. Estrada and <em>’The Ultimate Good Luck’</em> byt R. Ford) and other things found on the streets of Dalston and Stoke Newington. The result was a naked, clean and stylish display of HEINRUP’s first collection, One. </p>
<p>Photographer: Pelle Crépin<br />
Art direction: Anna Heinrup<br />
Location: The Russian Club Studios<br />
Special thanks to: Jennie Hancock, Neliana Fuenmayor, Matt Walder</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.heinrup.com/brand/updates/photoshoot-at-russian-studios-still-life/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ABOUT THE LABEL</title>
		<link>http://www.heinrup.com/brand/brand/about-the-label</link>
		<comments>http://www.heinrup.com/brand/brand/about-the-label#comments</comments>
		<pubDate>Fri, 25 Feb 2011 19:13:50 +0000</pubDate>
		<dc:creator>miss_anna</dc:creator>
				<category><![CDATA[The Brand]]></category>

		<guid isPermaLink="false">http://rogue.gr/dev/heinrup/?p=174</guid>
		<description><![CDATA[HEINRUP was founded in 2010 by Swedish designer and Central Saint Martin&#8217;s graduate Anna Heinrup. The London based company launches its first limited edition collection of men&#8217;s and unisex bags in 2011 and will, in line with its ’Slow Concept’, continue to release only one exclusive collection each year. HEINRUP has a strong focus on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.heinrup.com/brand/about-the-label"><img class="hidden" title="about_the_label" src="http://www.heinrup.com/wp-content/uploads/about_the_label.jpg" alt="" width="300" height="220" /></a><span id="more-174"></span></p>
<div id="aboutbrand">
<div class="text">
HEINRUP was founded in 2010 by Swedish designer and Central Saint Martin&#8217;s graduate Anna Heinrup. </p>
<p>The London based company launches its first limited edition collection of men&#8217;s and unisex bags in 2011 and will, in line with its <a href="http://www.heinrup.com/brand/philosophy"><em>’Slow Concept’</em></a>, continue to release only one exclusive collection each year. </p>
<p>HEINRUP has a strong focus on high quality workmanship, uses British materials and has a product that is 100% <a href="http://www.heinrup.com/brand/making-of"><em>Made in London</em></a>.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.heinrup.com/brand/brand/about-the-label/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHILOSOPHY</title>
		<link>http://www.heinrup.com/brand/brand/philosophy</link>
		<comments>http://www.heinrup.com/brand/brand/philosophy#comments</comments>
		<pubDate>Fri, 25 Feb 2011 19:10:35 +0000</pubDate>
		<dc:creator>miss_anna</dc:creator>
				<category><![CDATA[The Brand]]></category>

		<guid isPermaLink="false">http://rogue.gr/dev/heinrup/?p=171</guid>
		<description><![CDATA[‘The owner of a HEINRUP product will never have to compromise in terms of function, quality and appearance. It&#8217;s all there.’ HEINRUP aims to make understated design that radiates confidence and independence. Each item is designed to complete and enhance the identity of the wearer. Focus lies on pure shapes, clean lines and an element [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.heinrup.com/brand/philosophy"><img src="http://www.heinrup.com/wp-content/uploads/philosophy.jpg" alt="" title="philosophy" width="300" height="220" class="hidden" /></a><br />
<span id="more-171"></span></p>
<div id="label">
<div class="text">
<p><em>‘The owner of a HEINRUP product will never have to compromise in terms of function, quality and appearance. It&#8217;s all there.’</em></p>
<p>HEINRUP aims to make understated design that radiates confidence and independence. Each item is designed to complete and enhance the identity of the wearer. Focus lies on pure shapes, clean lines and an element of raw masculinity. Discrete branding makes the products adaptable and sophisticated. </p>
<p>With its <em>‘Slow Concept’</em>, HEINRUP would like to encourage a slower pace of consumption and raise awareness of the fast-paced fashion industry’s impact on the environment. By releasing only one collection each year and adding items at various times during the seasons, the label hopes to contribute to this way of thinking – and acting. Furthermore, HEINRUP aims to promote an appreciation of quality and durability. This is achieved through using premium quality materials, outstanding workmanship and careful attention to detail. Add a balance of timeless style, classic silhouette and modern feel and the result is an item that will last for a long time.</p>
<p>By being 100% <a href="http://www.heinrup.com/brand/making-of"><em>Made In London</em></a>, the label supports local businesses, guarantees fair manufacturing conditions and reduces its carbon footprint. </p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.heinrup.com/brand/brand/philosophy/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>THE MAKING OF</title>
		<link>http://www.heinrup.com/brand/brand/making-of</link>
		<comments>http://www.heinrup.com/brand/brand/making-of#comments</comments>
		<pubDate>Fri, 25 Feb 2011 19:05:52 +0000</pubDate>
		<dc:creator>miss_anna</dc:creator>
				<category><![CDATA[The Brand]]></category>

		<guid isPermaLink="false">http://rogue.gr/dev/heinrup/?p=168</guid>
		<description><![CDATA[HEINRUP bags are made in London by hand. This video takes you behind the scenes, showing a few of all the elements that are involved in the production. The process of making each bag requires experienced craftsmanship, superior knowledge of the materials and careful attention to detail. Turn up the volume and enjoy! Film: Ellie [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.heinrup.com/brand/making-of"><img src="http://www.heinrup.com/wp-content/uploads/making_of.jpg" alt="" title="making_of" width="300" height="220" class="hidden" /></a><span id="more-168"></span><br />
<iframe src="http://player.vimeo.com/video/20072236?title=0&amp;byline=0&amp;portrait=0&amp;color=dddddd&amp;autoplay=1" width="960" height="540" frameborder="0"></iframe></p>
<p>HEINRUP bags are made in London by hand. This video takes you behind the scenes, showing a few of all the elements that are involved in the production. The process of making each bag requires experienced craftsmanship, superior knowledge of the materials and careful attention to detail. Turn up the volume and enjoy!</p>
<p>Film: <a href="http://www.elliebunston.com/">Ellie Bunston</a><br />
Music and sound: Sonically Yours<br />
Production: <a href="http://www.wearedesignstudio.com/">DesignStudio</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.heinrup.com/brand/brand/making-of/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ZOOT Magazine runs competition for HEINRUP Notebook Bag Sven</title>
		<link>http://www.heinrup.com/brand/updates/zoot-magazine-runs-competition-for-heinrup-notebook-bag-sven</link>
		<comments>http://www.heinrup.com/brand/updates/zoot-magazine-runs-competition-for-heinrup-notebook-bag-sven#comments</comments>
		<pubDate>Tue, 22 Feb 2011 19:57:16 +0000</pubDate>
		<dc:creator>miss_anna</dc:creator>
				<category><![CDATA[UPDATES]]></category>

		<guid isPermaLink="false">http://rogue.gr/dev/heinrup/?p=113</guid>
		<description><![CDATA[Portugese magazine Zoot chose HEINRUP to feature in their &#8216;Zoot Hears&#8217; section in January and ran a parallel competition for its readers. This turned out to be a great success and from huge number of participants, the Zoot panel picked one lucky winner. The award? A stylish and practical HEINRUP notebook bag in black leather [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.heinrup.com/updates/zoot-magazine-runs-competition-for-heinrup-notebook-bag-sven/"><img src="http://www.heinrup.com/wp-content/uploads/zoot_screenshot.jpg" alt="" title="zoot_screenshot" width="300" height="250" class="hidden" /></a></p>
<p><span id="more-113"></span><br />
Portugese magazine Zoot chose HEINRUP to feature in their &#8216;Zoot Hears&#8217; section in January and ran a parallel competition for its readers.</p>
<p>This turned out to be a great success and from huge number of participants, the Zoot panel picked one lucky winner. The award? A stylish and practical HEINRUP notebook bag in black leather and waxed cotton. Thanks to everyone who showed their interest, and congratulations to the winner!</p>
<p><a href="http://www.zootonline.com/">ZOOT Magazine</a> runs competition for HEINRUP Notebook Bag Sven</p>
<p><a href="http://rogue.gr/dev/heinrup/wp-content/uploads/2011/02/zoot1.jpg"><img src="http://rogue.gr/dev/heinrup/wp-content/uploads/2011/02/zoot1.jpg" alt="" title="zoot1" width="1050" height="4000" class="aligncenter size-full wp-image-114" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.heinrup.com/brand/updates/zoot-magazine-runs-competition-for-heinrup-notebook-bag-sven/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HEINRUP on Facebook</title>
		<link>http://www.heinrup.com/brand/updates/heinrup-on-facebook</link>
		<comments>http://www.heinrup.com/brand/updates/heinrup-on-facebook#comments</comments>
		<pubDate>Sun, 20 Feb 2011 19:57:26 +0000</pubDate>
		<dc:creator>miss_anna</dc:creator>
				<category><![CDATA[UPDATES]]></category>

		<guid isPermaLink="false">http://rogue.gr/dev/heinrup/?p=124</guid>
		<description><![CDATA[HEINRUP now has a page on Facebook and we want all of you to visit and press the Like button! As a fan of HEINRUP you will be able to hear the latest news, share your thoughts and ask questions. Join us on Facebook today!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.heinrup.com/updates/heinrup-on-facebook"><img src="http://www.heinrup.com/wp-content/uploads/FB_screenshot.jpg" alt="" title="FB_screenshot" width="300" height="237" class="hidden" /></a></p>
<p><span id="more-124"></span><br />
HEINRUP now has a page on Facebook and we want all of you to visit and press the Like button! As a fan of HEINRUP you will be able to hear the latest news, share your thoughts and ask questions. Join us on Facebook today!<br />
<a href="http://www.heinrup.com/wp-content/uploads/facebook.jpg"><img src="http://www.heinrup.com/wp-content/uploads/facebook.jpg" alt="" title="facebook" width="761" height="713" class="aligncenter size-full wp-image-125" /></a><code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.heinrup.com/brand/updates/heinrup-on-facebook/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PAUL WEEKEND BAG</title>
		<link>http://www.heinrup.com/brand/one/collection-one/paul</link>
		<comments>http://www.heinrup.com/brand/one/collection-one/paul#comments</comments>
		<pubDate>Wed, 26 Jan 2011 03:17:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ONE]]></category>

		<guid isPermaLink="false">http://rogue.gr/dev/heinrup/?p=19</guid>
		<description><![CDATA[PAUL Weekend Bag The perfect bag for a weekend trip, be it business or pleasure. Carry it over your shoulder or in your hand. Whilst slightly smaller than some other bags in this genre, it easily packs a few changes of clothes, an extra pair of shoes, the essential wash bag and a laptop. Add [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	
	$(window).load(function() {$('div.slideshow-wrapper').css('visibility','visible');$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow3').cycle({
				fx: 'fade',
				speed: 400,
				timeout: 0,
				next: '#slideshow-wrapper3 a.slideshow-next',
				startingSlide: index,
				prev: '#slideshow-wrapper3 a.slideshow-prev',
				before:     onBefore,
				after:     onAfter,
				pager:  '#slides3',
				manualTrump: false,
				cleartypeNoBg: true,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides3  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav3 a.pause').click(function() { 
			$('#portfolio-slideshow3').cycle('pause');
			$('.slideshow-nav3 a.pause').hide();
			$('.slideshow-nav3 a.play').show();
		});
	
		$('.slideshow-nav3 a.play').click(function() { 
			$('#portfolio-slideshow3').cycle('resume');
			$('.slideshow-nav3 a.play').hide();
			$('.slideshow-nav3 a.pause').show();
		});
		
		function onBefore(curr,next,opts) {
			$("p.slideshow-caption, p.slideshow-title, p.slideshow-description", this).css("visibility", "hidden");
		}
		
		function onAfter(curr,next,opts) {
			
			var $ht = $("img",this).attr("height");
			if ($("p.slideshow-caption", this).length ) { 
				var $oht = $("p.slideshow-caption", this).outerHeight('true');
			} else {
    			var $oht = 0;
			}
			if ($("p.slideshow-description", this).length ) {
				var $pht = $("p.slideshow-description", this).outerHeight('true');
			} else {
			var $pht = 0;
    			
			}
			if ($("p.slideshow-title", this).length ) { 
				var $qht = $("p.slideshow-title", this).outerHeight('true'); 
			} else {
    			var $qht = 0;
			} 
			$('#portfolio-slideshow3').css("height", $ht + $oht + $pht + $qht);
						
			$("p.slideshow-caption, p.slideshow-title, p.slideshow-description", this).css("visibility", "visible");
			var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info3').html(caption);
	} }); }); });</script><p><a href="http://www.heinrup.com/brand/one/collection-one/paul" onmouseover="document.paul.src='http://rogue.gr/dev/heinrup/wp-content/uploads/2011/01/paul_2.jpg'" onmouseout="document.paul.src='http://rogue.gr/dev/heinrup/wp-content/uploads/2011/01/paul_main.jpg'"/><img src="http://rogue.gr/dev/heinrup/wp-content/uploads/2011/01/paul_main.jpg" alt="" title="PAUL / Weekend bag" width="300" height="370" class="hidden" id="paul" /></a><br />
<span id="more-19"></span></p>
<div class="alignleft"><div id="slideshow-wrapper3" class="slideshow-wrapper"><div id="portfolio-slideshow3" class="portfolio-slideshow"><div id="slideshow-content3" class="first slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="370" height="490" src="http://www.heinrup.com/brand/wp-content/uploads/close_up_branding.jpg" class="attachment-full" alt="close_up_branding" title="close_up_branding" /></a></div><div id="slideshow-content3" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="370" height="490" src="http://www.heinrup.com/brand/wp-content/uploads/close_up_inside.jpg" class="attachment-full" alt="close_up_inside" title="close_up_inside" /></a></div><div id="slideshow-content3" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="370" height="490" src="http://www.heinrup.com/brand/wp-content/uploads/close_up_open_zipper.jpg" class="attachment-full" alt="close_up_open_zipper" title="close_up_open_zipper" /></a></div><div id="slideshow-content3" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="370" height="490" src="http://www.heinrup.com/brand/wp-content/uploads/different_side_on_floor.jpg" class="attachment-full" alt="different_side_on_floor" title="different_side_on_floor" /></a></div><div id="slideshow-content3" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="370" height="490" src="http://www.heinrup.com/brand/wp-content/uploads/from_an_angle.jpg" class="attachment-full" alt="from_an_angle" title="from_an_angle" /></a></div><div id="slideshow-content3" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="370" height="490" src="http://www.heinrup.com/brand/wp-content/uploads/frop_top.jpg" class="attachment-full" alt="frop_top" title="frop_top" /></a></div><div id="slideshow-content3" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="370" height="490" src="http://www.heinrup.com/brand/wp-content/uploads/front1.jpg" class="attachment-full" alt="front" title="front" /></a></div></div><!--//end portfolio-slideshow div--></div><!--#slideshow-wrapper--></div>
<div class="alignright">
<p>
PAUL Weekend Bag<br />
The perfect bag for a weekend trip, be it business or pleasure. Carry it over your shoulder or in your hand. Whilst slightly smaller than some other bags in this genre, it easily packs a few changes of clothes, an extra pair of shoes, the essential wash bag and a laptop. Add your favourite biography or the latest issue of Monocle, and you&#8217;re ready to enjoy your travelling in style! </p>
<p>
FEATURES<br />
-Waxed cotton body<br />
-Leather bottom, padded<br />
-Leather handles with with wadded cotton pad, closes with 2 buttons<br />
-Detachable crossbody leather strap with wadded cotton pad<br />
-Main metal double zip opening, large zipper size<br />
-Top flap closes with 2 magnetic clasps on one side<br />
-Metal zip pockets on both long sides, large zip size, blue cotton half lining<br />
-Blue cotton lining inside<br />
-Inside metal zip pocket<br />
-Inside open pocket with 3 compartments<br />
-Leather label with logo stitched on inside</p>
<p>MEASUREMENTS<br />
Length: 50cm (19,7’’)<br />
Width:25cm (9,8’’)<br />
Height: 22cm (8,7’’)</p>
<p>MATERIALS<br />
-Waxed cotton canvas, ‘Antique Bonneville’, 425g/m2. Origin: England<br />
-Cow nubuck. Origin: Scotland<br />
-Polycotton drill lining. Origin: England<br />
-Gunmetal zippers and trims</p>
]]></content:encoded>
			<wfw:commentRss>http://www.heinrup.com/brand/one/collection-one/paul/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LENNART HOLD-ALL BAG</title>
		<link>http://www.heinrup.com/brand/one/collection-one/lennart</link>
		<comments>http://www.heinrup.com/brand/one/collection-one/lennart#comments</comments>
		<pubDate>Tue, 25 Jan 2011 03:19:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ONE]]></category>

		<guid isPermaLink="false">http://rogue.gr/dev/heinrup/?p=22</guid>
		<description><![CDATA[LENNART HOLD-ALL BAG Want to fit your laptop, A3 presentation folder and Hemingway paperback into your bag and still arrive at work in style? This bag really holds it all, whilst sitting perfectly slim under your arm when carried over the shoulder. Pop your umbrella or International Herald Tribune through the side straps for free [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	
	$(window).load(function() {$('div.slideshow-wrapper').css('visibility','visible');$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow4').cycle({
				fx: 'fade',
				speed: 400,
				timeout: 0,
				next: '#slideshow-wrapper4 a.slideshow-next',
				startingSlide: index,
				prev: '#slideshow-wrapper4 a.slideshow-prev',
				before:     onBefore,
				after:     onAfter,
				pager:  '#slides4',
				manualTrump: false,
				cleartypeNoBg: true,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides4  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav4 a.pause').click(function() { 
			$('#portfolio-slideshow4').cycle('pause');
			$('.slideshow-nav4 a.pause').hide();
			$('.slideshow-nav4 a.play').show();
		});
	
		$('.slideshow-nav4 a.play').click(function() { 
			$('#portfolio-slideshow4').cycle('resume');
			$('.slideshow-nav4 a.play').hide();
			$('.slideshow-nav4 a.pause').show();
		});
		
		function onBefore(curr,next,opts) {
			$("p.slideshow-caption, p.slideshow-title, p.slideshow-description", this).css("visibility", "hidden");
		}
		
		function onAfter(curr,next,opts) {
			
			var $ht = $("img",this).attr("height");
			if ($("p.slideshow-caption", this).length ) { 
				var $oht = $("p.slideshow-caption", this).outerHeight('true');
			} else {
    			var $oht = 0;
			}
			if ($("p.slideshow-description", this).length ) {
				var $pht = $("p.slideshow-description", this).outerHeight('true');
			} else {
			var $pht = 0;
    			
			}
			if ($("p.slideshow-title", this).length ) { 
				var $qht = $("p.slideshow-title", this).outerHeight('true'); 
			} else {
    			var $qht = 0;
			} 
			$('#portfolio-slideshow4').css("height", $ht + $oht + $pht + $qht);
						
			$("p.slideshow-caption, p.slideshow-title, p.slideshow-description", this).css("visibility", "visible");
			var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info4').html(caption);
	} }); }); });</script><p><a href="http://www.heinrup.com/brand/one/collection-one/lennart" onmouseover="document.lennart.src='http://rogue.gr/dev/heinrup/wp-content/uploads/2011/01/lennart_2.jpg'" onmouseout="document.lennart.src='http://rogue.gr/dev/heinrup/wp-content/uploads/2011/01/lennart1.jpg'"/><img src="http://rogue.gr/dev/heinrup/wp-content/uploads/2011/01/lennart1.jpg" alt="" title="Lennart Hold-all bag" width="300" height="370" class="hidden" id="lennart"/></a><br />
<span id="more-22"></span></p>
<div class="alignleft"><div id="slideshow-wrapper4" class="slideshow-wrapper"><div id="portfolio-slideshow4" class="portfolio-slideshow"><div id="slideshow-content4" class="first slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="370" height="490" src="http://www.heinrup.com/brand/wp-content/uploads/close_up_open.jpg" class="attachment-full" alt="close_up_open" title="close_up_open" /></a></div><div id="slideshow-content4" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="370" height="490" src="http://www.heinrup.com/brand/wp-content/uploads/front_standing.jpg" class="attachment-full" alt="front_standing" title="front_standing" /></a></div><div id="slideshow-content4" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="370" height="490" src="http://www.heinrup.com/brand/wp-content/uploads/on_the_floor_open.jpg" class="attachment-full" alt="on_the_floor_open" title="on_the_floor_open" /></a></div><div id="slideshow-content4" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="370" height="490" src="http://www.heinrup.com/brand/wp-content/uploads/side_close_up_zipper.jpg" class="attachment-full" alt="side_close_up_zipper" title="side_close_up_zipper" /></a></div><div id="slideshow-content4" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="370" height="490" src="http://www.heinrup.com/brand/wp-content/uploads/side_pocket_open.jpg" class="attachment-full" alt="side_pocket_open" title="side_pocket_open" /></a></div><div id="slideshow-content4" class="slideshow-next slideshow-content"><a href="javascript: void(0);" class="slideshow-next"><img width="370" height="490" src="http://www.heinrup.com/brand/wp-content/uploads/side_standing_up.jpg" class="attachment-full" alt="side_standing_up" title="side_standing_up" /></a></div></div><!--//end portfolio-slideshow div--></div><!--#slideshow-wrapper--></div>
<div class="alignright">
<p>LENNART HOLD-ALL BAG<br />
Want to fit your laptop, A3 presentation folder and Hemingway paperback into your bag and still arrive at work in style? This bag really holds it all, whilst sitting perfectly slim under your arm when carried over the shoulder. Pop your umbrella or International Herald Tribune through the side straps for free hands. Looks just as good on a leisurely shopping stroll through the city as in a business meeting. Comes with a complimentary HENNING Key Holder!</p>
<p>
FEATURES<br />
-Waxed cotton body<br />
-Leather bottom<br />
-All-over padding<br />
-Space for 17’’ laptop, iPad, A3 size etc<br />
-Leather handles<br />
-Leather shoulder strap with with wadded cotton pad, closes with 2 buttons<br />
-Main metal zip opening, large zipper size<br />
-Front metal zip pocket, large zipper size, blue cotton lining<br />
-Blue cotton lining inside<br />
-Inside metal zip pocket<br />
-Large inside open pocket, padded, closes with button, space for laptop<br />
-Inside loop with detachable HENNING leather key holder with gunmetal hook<br />
-Leather label with logo stitched on inside</p>
<p>MEASUREMENTS<br />
Height: 36,5cm (14,2’’)<br />
Width:45cm (17.7’’)<br />
Depth: 8cm (3,15’’)
</p>
<p>
MATERIALS<br />
-Waxed cotton canvas, ‘Antique Bonneville’, 425g/m2. Origin: England<br />
-Cow nubuck. Origin: Scotland<br />
-Polycotton drill lining. Origin: England<br />
-Gunmetal zippers and trims</p>
]]></content:encoded>
			<wfw:commentRss>http://www.heinrup.com/brand/one/collection-one/lennart/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

