<?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>Für Records</title>
	<atom:link href="http://fuer-records.com/page/feed/" rel="self" type="application/rss+xml" />
	<link>http://fuer-records.com/page</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 02 Apr 2013 12:44:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Subscribe to our Newsletters</title>
		<link>http://fuer-records.com/page/uncategorized/subscribe-to-our-newsletters/</link>
		<comments>http://fuer-records.com/page/uncategorized/subscribe-to-our-newsletters/#comments</comments>
		<pubDate>Tue, 02 Apr 2013 12:44:05 +0000</pubDate>
		<dc:creator>Für Records</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fuer-records.com/page/?p=377</guid>
		<description><![CDATA[

.bmform_outer237290{width:220px;} .bmform_inner237290{border:1px solid #797a7b;} .bmform_head237290{background-color:#d0d6d9; height:37px;} .bm_headetext237290{color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:18px; padding:6px 10px 0 10px; font-weight:bold;} .bmform_body237290{background-color:#f0f2f3; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:12px;} .bmform_introtxt237290{font-family:Arial, Helvetica, sans-serif; font-size:12px; padding-bottom:12px;} .bmform_frmtext237290{padding: 5px 0px 3px 0px; display:block; float:none; text-align: left; text-decoration: none; width: auto; font-weight:bold;} .bmform_frm237290{color:#000000; display:block; float:none; font-family:Verdana,sans-serif; font-size:14px; font-style:normal; font-weight:normal; text-align:left; text-decoration:none; width:190px; padding:3px;} .bmform_button237290{text-align:center; padding-top:15px;} [...]]]></description>
			<content:encoded><![CDATA[<p><!-- BEGIN: Signup Form Manual Code from Benchmark Email Ver 2.0 ------></p>
<style type="text/css">
.bmform_outer237290{width:220px;} .bmform_inner237290{border:1px solid #797a7b;} .bmform_head237290{background-color:#d0d6d9; height:37px;} .bm_headetext237290{color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:18px; padding:6px 10px 0 10px; font-weight:bold;} .bmform_body237290{background-color:#f0f2f3; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:12px;} .bmform_introtxt237290{font-family:Arial, Helvetica, sans-serif; font-size:12px; padding-bottom:12px;} .bmform_frmtext237290{padding: 5px 0px 3px 0px; display:block; float:none; text-align: left; text-decoration: none; width: auto; font-weight:bold;} .bmform_frm237290{color:#000000; display:block; float:none; font-family:Verdana,sans-serif; font-size:14px; font-style:normal; font-weight:normal; text-align:left; text-decoration:none; width:190px; padding:3px;} .bmform_button237290{text-align:center; padding-top:15px;} .bmform_submit237290{padding:3px 12px 3px 12px;} .bmform_footer237290{}.footer_bdy237290{}.footer_txt237290{}#tdLogo237290 img{margin-bottom:10px; max-width:230px;}</style>
<p><script type="text/javascript">
function CheckField237290(fldName, frm){ if ( frm[fldName].length ) { for ( var i = 0, l = frm[fldName].length; i < l; i++ ) {  if ( frm[fldName].type =='select-one' ) { if( frm[fldName][i].selected &#038;&#038; i==0 &#038;&#038; frm[fldName][i].value == '' ) { return false; }  if ( frm[fldName][i].selected ) { return true; } }  else { if ( frm[fldName][i].checked ) { return true; } }; } return false; } else { if ( frm[fldName].type == "checkbox" ) { return ( frm[fldName].checked ); } else if ( frm[fldName].type == "radio" ) { return ( frm[fldName].checked ); } else { frm[fldName].focus(); return (frm[fldName].value.length > 0); }} }
function rmspaces(x) {var leftx = 0;var rightx = x.length -1;while ( x.charAt(leftx) == ' ') { leftx++; }while ( x.charAt(rightx) == ' ') { --rightx; }var q = x.substr(leftx,rightx-leftx + 1);if ( (leftx == x.length) &#038;&#038; (rightx == -1) ) { q =''; } return(q); }
function checkfield(data) {if (rmspaces(data) == ""){return false;}else {return true;}}
function isemail(data) {var flag = false;if (  data.indexOf("@",0)  == -1 || data.indexOf("\\",0)  != -1 ||data.indexOf("/",0)  != -1 ||!checkfield(data) ||  data.indexOf(".",0)  == -1  ||  data.indexOf("@")  == 0 ||data.lastIndexOf(".") < data.lastIndexOf("@") ||data.lastIndexOf(".") == (data.length - 1)   ||data.lastIndexOf("@") !=   data.indexOf("@") ||data.indexOf(",",0)  != -1 ||data.indexOf(":",0)  != -1 ||data.indexOf(";",0)  != -1  ) {return flag;} else {var temp = rmspaces(data);if (temp.indexOf(' ',0) != -1) { flag = true; }var d3 = temp.lastIndexOf('.') + 4;var d4 = temp.substring(0,d3);var e2 = temp.length  -  temp.lastIndexOf('.')  - 1;var i1 = temp.indexOf('@');if (  (temp.charAt(i1+1) == '.') || ( e2 < 1 ) ) { flag = true; }return !flag;}}
function CheckFieldD237290(fldH, chkDD, chkMM, chkYY, reqd, frm){ var retVal = true; var dt = validDate237290(chkDD, chkMM, chkYY, frm); var nDate = frm[chkDD].value  + " " + frm[chkMM].value + " " + frm[chkYY].value; if ( dt == null &#038;&#038; reqd == 1 ) {	nDate = ""; retVal = false;	} else if ( (frm[chkDD].value != "" || frm[chkMM].value != "" || frm[chkYY].value != "") &#038;&#038; dt == null) { retVal = false; nDate = "";} if ( retVal ) {frm[fldH].value = nDate;} return retVal; }
function validDate237290(chkDD, chkMM, chkYY, frm) {var objDate = null;	if ( frm[chkDD].value != "" &#038;&#038; frm[chkMM].value != "" &#038;&#038; frm[chkYY].value != "" ) {var mSeconds = (new Date(frm[chkYY].value - 0, frm[chkMM].selectedIndex - 1, frm[chkDD].value - 0)).getTime();var objDate = new Date();objDate.setTime(mSeconds);if (objDate.getFullYear() != frm[chkYY].value - 0 || objDate.getMonth()  != frm[chkMM].selectedIndex - 1  || objDate.getDate() != frm[chkDD].value - 0){objDate = null;}}return objDate;}
function _checkSubmit237290(frm){
if ( !isemail(frm["fldEmail"].value) ) {
   alert("Please enter the Email");
   return false;
}
 return true; }
</script></p>
<div align="center">
<form style="display:inline;" action="http://lb.benchmarkemail.com//code/lbform" method=post name="frmLB237290" accept-charset="UTF-8" onsubmit="return _checkSubmit237290(this);" >
<input type=hidden name=successurl value="http://www.benchmarkemail.com/Code/ThankYouOptin??language=german" />
<input type=hidden name=errorurl value="http://lb.benchmarkemail.com//Code/Error" />
<input type=hidden name=token value="mFcQnoBFKMSeF%2FuDlpz69OZXUawFafLCkuI5Ee%2FYwKgF7QYrl9KV0w%3D%3D" />
<input type=hidden name=doubleoptin value="" />
<div class=bmform_outer237290 id=tblFormData237290>
<div class=bmform_inner237290>
<div class=bmform_head237290 id=tdHeader237290>
<div class=bm_headetext237290>Unserer Mailingliste Beitreten</div>
</div>
<div class=bmform_body237290>
<div class=bmform_introtxt237290 id=tdIntro237290 >
Treten Sie unserer w&#246;chentlichen Newsletter Liste bei. Geben Sie einfach Ihre E-Mail unten ein.
</div>
<div id=tblFieldData237290 style='text-align:left;'>
<div class=bmform_frmtext237290>
Email <span style='color:#CC0000;font-size:125%;'> *</span> </div>
<input type=text class=bmform_frm237290 name=fldEmail maxlength=100 />
<div class=bmform_frmtext237290>
First Name</div>
<input type=text class=bmform_frm237290 name=fldfirstname maxlength=100 />
<div class=bmform_frmtext237290>
Last Name</div>
<input type=text class=bmform_frm237290 name=fldlastname maxlength=100 />
</div>
<div class=bmform_button237290>
<input type="submit" id="btnSubmit" value="Speichern"  krydebug="1751" class=bmform_submit237290 />
</div>
</div>
<div class=bmform_footer237290>
<div class=footer_bdy237290>
<div class=footer_txt237290></div>
</div>
</div>
</div>
</div>
<table id="tblRequiredField237290" width="220" border="0" cellspacing="0" cellpadding="0" >
<tr>
<td align=right style='font-size:10px;'>
* Required Field
</td>
</tr>
</table>
</form>
</div>
<p><!-- BEGIN: Email Marketing By Benchmark Email ------>
<div align="center" style="padding-top:5px;font-family:Arial,Helvetica,sans-serif;font-size:10px;color:#999999;"><a href="http://www.benchmarkemail.com" target=_new style="text-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:10px;color:#999999;">Email Marketing Services</a> by Benchmark</div>
<p><!-- END: Email Marketing By Benchmark Email ----------></p>
<p><!-- END: Signup Form Manual Code from Benchmark Email Ver 2.0 ------></p>
]]></content:encoded>
			<wfw:commentRss>http://fuer-records.com/page/uncategorized/subscribe-to-our-newsletters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Special thanks to</title>
		<link>http://fuer-records.com/page/uncategorized/special-thanks-to/</link>
		<comments>http://fuer-records.com/page/uncategorized/special-thanks-to/#comments</comments>
		<pubDate>Thu, 20 Dec 2012 14:41:52 +0000</pubDate>
		<dc:creator>Für Records</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fuer-records.com/page/?p=334</guid>
		<description><![CDATA[Für Records
Would like to thank everyone for a great first year in business
It would not have been the same without you
Special thanks to:
Artificial Brothers
Bjergtaget
Den Fjerde Væg
Esben Amdisen
Echo Me
Forest &#038; Crispian
Mads Beldring
Mount Rushmore Safari
Sam Gray
Temple
Where Did Nora Go
And all the people at:
Future World Publishing
Target Distribution
Soulfood Music
MXD
Intro Magazin
Nothing But Hope And Passion
Spot Festival
Berlin Music Week
In the new [...]]]></description>
			<content:encoded><![CDATA[<p>Für Records<br />
Would like to thank everyone for a great first year in business<br />
It would not have been the same without you</p>
<p>Special thanks to:</p>
<p>Artificial Brothers<br />
Bjergtaget<br />
Den Fjerde Væg<br />
Esben Amdisen<br />
Echo Me<br />
Forest &#038; Crispian<br />
Mads Beldring<br />
Mount Rushmore Safari<br />
Sam Gray<br />
Temple<br />
Where Did Nora Go</p>
<p>And all the people at:</p>
<p>Future World Publishing<br />
Target Distribution<br />
Soulfood Music<br />
MXD<br />
Intro Magazin<br />
Nothing But Hope And Passion<br />
Spot Festival<br />
Berlin Music Week</p>
<p>In the new year there will be many more releases from Für and Nordlich-Club will start up<br />
Wuuhhuuuuu!</p>
<p>Take care of yourselves out there.</p>
<p>Cheers</p>
<p>Bernd, Mads and Ella.</p>
]]></content:encoded>
			<wfw:commentRss>http://fuer-records.com/page/uncategorized/special-thanks-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New single from Den Fjerde Væg</title>
		<link>http://fuer-records.com/page/uncategorized/new-single-from-den-fjerde-v%c3%a6g/</link>
		<comments>http://fuer-records.com/page/uncategorized/new-single-from-den-fjerde-v%c3%a6g/#comments</comments>
		<pubDate>Mon, 29 Oct 2012 14:48:25 +0000</pubDate>
		<dc:creator>Für Records</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fuer-records.com/page/?p=309</guid>
		<description><![CDATA[(DK)
Den 1 november udkommer Den Fjerde Væg med deres single opfølning til debut albummet Drengekys. Single hedder Ny Kynisme og vil være at finde på Det Elektriske Barometer i den næste tid.
LYT HER
]]></description>
			<content:encoded><![CDATA[<p>(DK)<br />
Den 1 november udkommer Den Fjerde Væg med deres single opfølning til debut albummet Drengekys. Single hedder Ny Kynisme og vil være at finde på Det Elektriske Barometer i den næste tid.</p>
<p><a href='http://youtu.be/WZIrJRT5Hw0' >LYT HER</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fuer-records.com/page/uncategorized/new-single-from-den-fjerde-v%c3%a6g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Für Records starts new club tour</title>
		<link>http://fuer-records.com/page/uncategorized/fur-records-starts-new-club-tour/</link>
		<comments>http://fuer-records.com/page/uncategorized/fur-records-starts-new-club-tour/#comments</comments>
		<pubDate>Tue, 14 Aug 2012 16:40:32 +0000</pubDate>
		<dc:creator>Für Records</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fuer-records.com/page/?p=269</guid>
		<description><![CDATA[
Für Records starts new club tour called
&#8220;Nordlicht Klub&#8221;
Nordlicht Klub is a new Scandinavian club-tour taking place in Berlin and two other German cities which will present new Scandinavian bands. Thursday to Saturday
Nordlicht Klub‘s goal is to open German eyes to the Scandinavian sound and should be seen as a breath of fresh air from the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nordlicht-klub.de/"><img src="http://fuer-records.com/page/wp-content/uploads/2012/08/Nordlicht-Klub-RGB-01-212x300.jpg" alt="" title="Nordlicht Klub RGB 01" width="212" height="300" class="alignleft size-medium wp-image-272" /></a></p>
<p><strong>Für Records starts new club tour called</strong></p>
<p><strong>&#8220;Nordlicht Klub&#8221;</strong><br />
Nordlicht Klub is a new Scandinavian club-tour taking place in Berlin and two other German cities which will present new Scandinavian bands. Thursday to Saturday<br />
Nordlicht Klub‘s goal is to open German eyes to the Scandinavian sound and should be seen as a breath of fresh air from the cold north. On the other hand, these cities will undoubtedly embrace this concept to show the Scandinavian bands a good time and coupled with german beer this can only end in a party!<br />
Nordlicht Klub is part of the Danish / German record label Für Records.<br />
Nordlicht Klub uses the same promoters and media contacts.</p>
]]></content:encoded>
			<wfw:commentRss>http://fuer-records.com/page/uncategorized/fur-records-starts-new-club-tour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forest &amp; Crispian support on the Goran Bregovic -Tour</title>
		<link>http://fuer-records.com/page/uncategorized/forest-crispian-support-on-the-goran-bregovic-tour/</link>
		<comments>http://fuer-records.com/page/uncategorized/forest-crispian-support-on-the-goran-bregovic-tour/#comments</comments>
		<pubDate>Tue, 14 Aug 2012 16:30:35 +0000</pubDate>
		<dc:creator>Für Records</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fuer-records.com/page/?p=265</guid>
		<description><![CDATA[We are very pleased to announce that Forest &#038; Crispian support on the Goran Bregovic -Tour 2012
The tour looks like this:
09.10.12 Cologne, Live Music Hall
10.10.12 Berlin, Huxley&#8217;s
11.10.12 Hamburg, Laeiszhalle
12.10.12 Mainz, Rheingoldhalle
13.10.12 Munich, Muffathalle
Hope to see you all there!
]]></description>
			<content:encoded><![CDATA[<p>We are very pleased to announce that Forest &#038; Crispian support on the Goran Bregovic -Tour 2012</p>
<p>The tour looks like this:<br />
09.10.12 Cologne, Live Music Hall<br />
10.10.12 Berlin, Huxley&#8217;s<br />
11.10.12 Hamburg, Laeiszhalle<br />
12.10.12 Mainz, Rheingoldhalle<br />
13.10.12 Munich, Muffathalle</p>
<p>Hope to see you all there!</p>
]]></content:encoded>
			<wfw:commentRss>http://fuer-records.com/page/uncategorized/forest-crispian-support-on-the-goran-bregovic-tour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://fuer-records.com/page/uncategorized/172/</link>
		<comments>http://fuer-records.com/page/uncategorized/172/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 14:00:39 +0000</pubDate>
		<dc:creator>Für Records</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fuer-records.com/page/?p=172</guid>
		<description><![CDATA[Echo Me
We are pleased to announce that Für Records has signed the Danish band
Echo Me to our Roster.
First single &#8220;Left From The Fire&#8221;

]]></description>
			<content:encoded><![CDATA[<p><strong>Echo Me</strong></p>
<p>We are pleased to announce that Für Records has signed the Danish band<br />
Echo Me to our Roster.</p>
<p>First single &#8220;Left From The Fire&#8221;</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/IG09ecFRJ_E" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://fuer-records.com/page/uncategorized/172/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FÜR-RECORDS LABEL NIGHT BERLIN 16-3-2012</title>
		<link>http://fuer-records.com/page/uncategorized/fur-records-label-night-berlin-16-3-2012/</link>
		<comments>http://fuer-records.com/page/uncategorized/fur-records-label-night-berlin-16-3-2012/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 15:24:09 +0000</pubDate>
		<dc:creator>Für Records</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fuer-records.com/page/?p=144</guid>
		<description><![CDATA[
Buy Tickets her!
Live&#8230;
-Sam Gray Singing NZ (Release koncert)
-Forest &#38; Crispian SE
16. March 19:00 &#8211; 23:00
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kunstleben-berlin.de/EVENTs/events/20120316_records/20120316_records.html"><img class="alignleft size-full wp-image-145" title="Rødt Logo" src="http://fuer-records.com/page/wp-content/uploads/2012/02/Rødt-Logo.bmp" alt="" width="179" height="182" /></a></p>
<p>Buy Tickets her!</p>
<p>Live&#8230;</p>
<p>-Sam Gray Singing NZ (Release koncert)</p>
<p>-Forest &amp; Crispian SE</p>
<p>16. March 19:00 &#8211; 23:00</p>
]]></content:encoded>
			<wfw:commentRss>http://fuer-records.com/page/uncategorized/fur-records-label-night-berlin-16-3-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sam&#8217;s first review .. small but cool</title>
		<link>http://fuer-records.com/page/uncategorized/sams-first-review-small-but-cool/</link>
		<comments>http://fuer-records.com/page/uncategorized/sams-first-review-small-but-cool/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 15:16:20 +0000</pubDate>
		<dc:creator>Für Records</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fuer-records.com/page/?p=138</guid>
		<description><![CDATA[
From: http://www.disagreement.net
&#8220;I don’t often give albums the maximum rating, yet for this one, it sadly  seems too little to describe all the magic and wonders you will  encounter here. Most great records today have impeccable songwriting and  the right  attitude to touch your heart, but Songs About Humans  has even [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.disagreement.net/reviews/samgraysinging_songsabouthumans.html"><img class="alignleft size-medium wp-image-135" title="Sam Gray Singing Cover" src="http://fuer-records.com/page/wp-content/uploads/2011/12/Sam-digital1-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>From: http://www.disagreement.net</p>
<p>&#8220;I don’t often give albums the maximum rating, yet for this one, it sadly  seems too little to describe all the magic and wonders you will  encounter here. Most great records today have impeccable songwriting and  the right  attitude to touch your heart, but Songs About Humans  has even more. Sam Gray Singing is not only an incredibly gifted  musician, but he also realised the quasi impossible by creating  something totally  unique&#8221;&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://fuer-records.com/page/uncategorized/sams-first-review-small-but-cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://fuer-records.com/page/uncategorized/hello-world/</link>
		<comments>http://fuer-records.com/page/uncategorized/hello-world/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 16:53:48 +0000</pubDate>
		<dc:creator>Für Records</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fuer-records.com/page/?p=1</guid>
		<description><![CDATA[Forest &#38; Crispian &#8211; Let The Best Band Win
 
]]></description>
			<content:encoded><![CDATA[<p>Forest &amp; Crispian &#8211; Let The Best Band Win</p>
<p><em> </em><iframe width="560" height="315" src="http://www.youtube.com/embed/k0njVbWh5nU" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://fuer-records.com/page/uncategorized/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
