<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>A band from Glasgow, making art pop music

  
 
           
      input[type=’submit’].minimal, button.minimal {
          background: #e3e3e3 !important;
          border: 1px solid #bbb !important;
          -moz-border-radius: 3px !important;
          -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
          -moz-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          color: #333 !important;
          font-family: “helvetica neue”, helvetica, arial, sans-serif !important;
          font-size: 12px !important;
          font-weight: bold !important;
          line-height: 1 !important;
          padding: 8px 0 9px !important;
          text-align: center !important;
          text-shadow: 0 1px 0 #fff !important;
          width: 150px !important;
      }
      input[type=’submit’].minimal:hover, button.minimal:hover {
          background: #d9d9d9 !important;
          -moz-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          -webkit-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          box-shadow: inset 0 0 1px 1px #eaeaea !important;
          color: #222 !important;
          cursor: pointer !important;
      }
      input[type=’submit’].minimal:active, button.minimal:active {
          background: #d0d0d0 !important;
          -moz-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          color: #000 !important;
      }
  
   
   
     Join our mailing list
   
   Email Address
   
       
         
         
       
       
       
     Close
   
   
 
 
 var fancyboxLoaded;
    try {
        var jqueryLoaded=jQuery;
        jqueryLoaded=true;
        //Check if a fancybox plugin is already loaded
        try{
        fancyboxLoaded = $.fancybox
        }
        catch(err) {
          fancyboxLoaded=false;
        }
    } catch(err) {
        jqueryLoaded=false;
    }
               var head= document.getElementsByTagName('head')[0];
               var script= document.createElement('script');
    if (!jqueryLoaded) {
        script.type= 'text/javascript';
        script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
        head.appendChild(script);    
    }
    if (!fancyboxLoaded) {
      //Only load the CSS because the asynchronous JS might not load the script in time...
      //We'll load the script later with jQuery :)
      var fancystyle= document.createElement('link');
      fancystyle.setAttribute("rel", "stylesheet");
      fancystyle.setAttribute("type", "text/css");
      //TODO: Hey MC guys, you've gotta host this somewhere!
      fancystyle.setAttribute("href", "http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.css");
      head.appendChild(fancystyle);    
    }
 
 var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = '';
 try{
     err_style = mc_custom_error_style;
 } catch(e){
     err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
 }
 var head= document.getElementsByTagName('head')[0];
 var style= document.createElement('style');
 style.type= 'text/css';
 if (style.styleSheet) {
   style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
 } else {
   style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
 }
 head.appendChild(style);
 $(document).ready( function($) {
    //Button below the Tumblr Controls
    //TODO: Hey MC guys, you've gotta host the image linked below somewhere!
     var newsletter_link = document.createElement('a');
     newsletter_link.setAttribute('href', '#mc_embed_signup');
     newsletter_link.setAttribute('id', 'mc-embedded-tumblr-signup');
     newsletter_link.setAttribute('style', 'border:none; position:absolute; top:26px;right:3px; z-index:9999;');
     var newsletter_image = document.createElement('img');
     newsletter_image.setAttribute('src', 'http://chimplr.heroku.com/images/newsletter.png');
     newsletter_image.setAttribute('style', 'border:none;');
     newsletter_link.appendChild(newsletter_image);
     //Append Link to body
     $('body:first').append(newsletter_link);
     var options = {
       errorClass: 'mce_inline_error',
       errorElement: 'div',
       onkeyup: function(){},
       onfocusout:function(){},
       onblur:function(){},
       invalidHandler: function(form, validator) {
         setTimeout("$.fancybox.resize();", 50);
       }
     };
   var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
   options = { url: 'http://abandcalledquinn.us4.list-manage.com/subscribe/post-json?u=52ce70b25029505635f8dac92&amp;id=0c6f3c7486&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                 beforeSubmit: function(){
                     $('#mce_tmp_error_msg').remove();
                     $('.datefield','#mc_embed_signup').each(
                         function(){
                             var txt = 'filled';
                             var fields = new Array();
                             var i = 0;
                             $(':text', this).each(
                                 function(){
                                     fields[i] = this;
                                     i++;
                                 });
                             $(':hidden', this).each(
                                 function(){
                                   if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; fields[2].value=='YYYY' ){
                                     this.value = '';
                   } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; fields[2].value=='' ){
                                     this.value = '';
                   } else {
                                       this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
                                   }
                                 });
                         });
                     return mce_validator.form();
                 }, 
                 success: mce_success_cb
             };
   $('#mc-embedded-subscribe-form').ajaxForm(options);
 });
 function mce_success_cb(resp){
     $('#mce-success-response').hide();
     $('#mce-error-response').hide();
     if (resp.result=="success"){
         $('#mce-'+resp.result+'-response').show();
         $('#mce-'+resp.result+'-response').html(resp.msg);
         $('#mc-embedded-subscribe-form').each(function(){
             this.reset();
             });
         $('#mc-embedded-subscribe').hide();
         $('.mc-field-group').hide();
         $('#mc-embedded-lightbox-close').show().focus();
     } else {
         var index = -1;
         var msg;
         try {
             var parts = resp.msg.split(' - ',2);
             if (parts[1]==undefined){
                 msg = resp.msg;
             } else {
                 i = parseInt(parts[0]);
                 if (i.toString() == parts[0]){
                     index = parts[0];
                     msg = parts[1];
                 } else {
                     index = -1;
                     msg = resp.msg;
                 }
             }
         } catch(e){
             index = -1;
             msg = resp.msg;
         }
         try{
             if (index== -1){
                 $('#mce-'+resp.result+'-response').show();
                 $('#mce-'+resp.result+'-response').html(msg);            
             } else {
                 err_id = 'mce_tmp_error_msg';
                 html = ' '+msg+'';
                 var input_id = '#mc_embed_signup';
                 var f = $(input_id);
                 if (ftypes[index]=='address'){
                     input_id = '#mce-'+fnames[index]+'-addr1';
                     f = $(input_id).parent().parent().get(0);
                 } else if (ftypes[index]=='date'){
                     input_id = '#mce-'+fnames[index]+'-month';
                     f = $(input_id).parent().parent().get(0);
                 } else {
                     input_id = '#mce-'+fnames[index];
                     f = $().parent(input_id).get(0);
                 }
                 if (f){
                     $(f).append(html);
                     $(input_id).focus();
                 } else {
                     $('#mce-'+resp.result+'-response').show();
                     $('#mce-'+resp.result+'-response').html(msg);
                 }
             }
         } catch(e){
             $('#mce-'+resp.result+'-response').show();
             $('#mce-'+resp.result+'-response').html(msg);
         }
     }
     $.fancybox.resize();
 }
 function initFancybox(){
   $("#mc-embedded-tumblr-signup").live('click', function(){
       $.fancybox({
         'autoDimensions'  : true,
         'width'           : 'auto',
         'height'          : 'auto',
         'href'            : $(this).attr('href'),
         'scrolling'       : 'no',
         'onComplete': function(){
         $('#mce-error-response').hide();
         $('div.mce_inline_error').hide();
         $('#mce-success-response').hide();
         $('#mce_tmp_error_msg').remove();
         $(':input','#mc-embedded-subscribe-form')
         .not(':button, :submit, :reset, :hidden')
         .val('')
         .removeAttr('checked')
         .removeAttr('selected');
         //focus first input field
         $("#mc-embedded-subscribe-form:not(.filter) :input:visible:enabled:first").focus();
         $('#mc-embedded-subscribe').show();
         $('.mc-field-group').show();
         $('#mc-embedded-lightbox-close').hide();
         }
       });
       return false;
   });
 }
 //Check wether Fancybox is loaded or not, and if not, load the sucker and initialize it
 if (!fancyboxLoaded){
   //TODO: Hey MC guys, you've gotta host this somewhere!
   $.getScript("http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.pack.js", function(){
       initFancybox();
   });
 }
 if (fancyboxLoaded) {
   initFancybox();
 }
 </description><title>A Band Called Quinn</title><generator>Tumblr (3.0; @abandcalledquinn)</generator><link>http://www.abandcalledquinn.com/</link><item><title>Catch us live at The Old Hairdressers in Glasgow on the 22nd of...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m4dqmumKyP1r4n6edo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Catch us live at The Old Hairdressers in Glasgow on the 22nd of June with a very special live DJ set and appearance from Kid Loco…&lt;/p&gt;</description><link>http://www.abandcalledquinn.com/post/23482908201</link><guid>http://www.abandcalledquinn.com/post/23482908201</guid><pubDate>Mon, 21 May 2012 11:49:42 -0400</pubDate><category>Creative Scotland Club Tromolo A Band Called Quinn Kid Loco DJ Glasgow The Old Hairdressers</category></item><item><title>The Glimmer Song from our album ‘Sun Moon...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/eA4HeMqclx4?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;span&gt;The Glimmer Song from our album &lt;/span&gt;&lt;a href="http://itunes.apple.com/gb/album/sun-moon-stars-remastered/id304192854" target="_blank"&gt;‘Sun Moon Stars’&lt;/a&gt; currently &lt;span&gt; featuring on the new adverts for STV’s online services. Check out the one for Glasgow…&lt;/span&gt;&lt;/p&gt;</description><link>http://www.abandcalledquinn.com/post/22779547604</link><guid>http://www.abandcalledquinn.com/post/22779547604</guid><pubDate>Thu, 10 May 2012 10:28:20 -0400</pubDate></item><item><title>The Glimmer Song on STV Edinburgh/Glasgow/Aberdeen Ad</title><description>&lt;p&gt;Our single from the album &lt;a href="http://itunes.apple.com/gb/album/sun-moon-stars-remastered/id304192854" target="_blank"&gt;&amp;#8216;Sun Moon Stars&amp;#8217;&lt;/a&gt;, &amp;#8216;The Glimmer Song&amp;#8217; is featuring on the new adverts for STV&amp;#8217;s online services. There are 3 adverts, one each for Edinburgh, Glasgow and Aberdeen. They&amp;#8217;re starting to go out from tonight (3rd May) after Coronation Street!&lt;/p&gt;
&lt;p&gt;Here&amp;#8217;s a link to the Edinburgh one:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://local.stv.tv/edinburgh/magazine/97912-welcome-to-stv-edinburgh/" target="_blank"&gt;http://local.stv.tv/edinburgh/magazine/97912-welcome-to-stv-edinburgh/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And here is our video for The Glimmer Song&amp;#8230;&lt;/p&gt;
&lt;p&gt;&lt;iframe frameborder="0" height="315" src="http://www.youtube.com/embed/Q-bGUvv4r3w" width="560"&gt;&lt;/iframe&gt;&lt;/p&gt;</description><link>http://www.abandcalledquinn.com/post/22314743677</link><guid>http://www.abandcalledquinn.com/post/22314743677</guid><pubDate>Thu, 03 May 2012 06:34:00 -0400</pubDate><category>stv local edinburgh glasgow aberdeen advert online glimmer glitter band scotland music</category></item><item><title>Wolf Cries Boy Recital Room Remix on BBC3 Lip Service Series 2</title><description>&lt;a href="http://"&gt;Wolf Cries Boy Recital Room Remix on BBC3 Lip Service Series 2&lt;/a&gt;: &lt;p&gt;24 minutes into this episode: &lt;iframe frameborder="0" height="315" src="http://www.youtube.com/embed/fHKxLDeCmyI" width="560"&gt;&lt;/iframe&gt;&lt;/p&gt;</description><link>http://www.abandcalledquinn.com/post/22315110154</link><guid>http://www.abandcalledquinn.com/post/22315110154</guid><pubDate>Sat, 21 Apr 2012 06:51:00 -0400</pubDate></item><item><title>Catch a DJ set &amp; live performance from supercool French...</title><description>&lt;iframe width="400" height="100" style="position: relative; display: block; width: 400px; height: 100px;" src="http://bandcamp.com/EmbeddedPlayer/v=2/album=2707052137/size=venti/bgcol=FFFFFF/linkcol=4285BB/" allowtransparency="true" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;span&gt;Catch a DJ set &amp; live performance from supercool French artist Kid Loco as Louise Quinn &amp; her band revive legendary wonky cabaret night Club Tromolo to launch an EP featuring a duet with the Kid, remix by Scottish jazz indie legend Bill Wells &amp; short film by Uisdean Murray. &lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span&gt;This event is supported by Creative Scotland in this year of Creative Scotland.&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span&gt;Entry is £6. You can buy a ticket &amp; download of the EP here for £7:&lt;/span&gt;&lt;br/&gt;&lt;a href="http://abandcalledquinn.bandcamp.com/" rel="nofollow nofollow" target="_blank"&gt;http://&lt;span class="word_break"&gt;&lt;/span&gt;abandcalledquinn.bandcamp.c&lt;span class="word_break"&gt;&lt;/span&gt;om/&lt;/a&gt;&lt;/p&gt;</description><link>http://www.abandcalledquinn.com/post/20837687323</link><guid>http://www.abandcalledquinn.com/post/20837687323</guid><pubDate>Tue, 10 Apr 2012 07:39:46 -0400</pubDate></item><item><title>If you missed us live on Scottish Fiction catch the podcast...</title><description>&lt;embed type="application/x-shockwave-flash" src="http://assets.tumblr.com/swf/audio_player_black.swf?audio_file=http://www.tumblr.com/audio_file/18200355808/tumblr_lzwxb8NPJP1r4n6ed&amp;color=FFFFFF&amp;logo=soundcloud" height="27" width="207" quality="best" wmode="opaque"&gt;&lt;/embed&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;If you missed us live on Scottish Fiction catch the podcast here : )&lt;/p&gt;</description><link>http://www.abandcalledquinn.com/post/18200355808</link><guid>http://www.abandcalledquinn.com/post/18200355808</guid><pubDate>Fri, 24 Feb 2012 14:40:20 -0500</pubDate></item><item><title>Happy Valentines Day from ABCQ! Why not snuggle up &amp; watch...</title><description>&lt;iframe id="distrify-player-770" class="distrify-player" width="400" height="245" src="//widgets.distrify.com/widget.html#770" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;span&gt;Happy Valentines Day from ABCQ! Why not snuggle up &amp; watch BAFTA award winning film &lt;/span&gt;&lt;a href="http://www.facebook.com/fastromance" target="_blank"&gt;Fast Romance&lt;/a&gt;&lt;span&gt; with added ABCQ on the soundtrack in the comfort of your own home? Available on demand here… ♥ ♥ ♥ ♥&lt;/span&gt;&lt;/p&gt;</description><link>http://www.abandcalledquinn.com/post/17617201596</link><guid>http://www.abandcalledquinn.com/post/17617201596</guid><pubDate>Tue, 14 Feb 2012 15:04:56 -0500</pubDate></item><item><title>ABCQ play La Roche Rhumba at Maggie Mays 13th January</title><description>&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_lxjc6peC8U1r1ntwf.jpg"/&gt; &lt;/p&gt;
&lt;p&gt;Our next gig is at La Roche Rhumba at Maggie Mays (Trongate, Glasgow) on Friday 13th(!) &lt;/p&gt;
&lt;div&gt;Also playing is the mighty Tragic O&amp;#8217;Hara&lt;span&gt;. &lt;/span&gt;&lt;/div&gt;
&lt;p&gt;Doors at 10pm&lt;/p&gt;</description><link>http://www.abandcalledquinn.com/post/15298306091</link><guid>http://www.abandcalledquinn.com/post/15298306091</guid><pubDate>Wed, 04 Jan 2012 11:25:00 -0500</pubDate></item><item><title>'DIY' on soundtrack to Borrowers</title><description>&lt;p&gt;Our track &amp;#8216;DIY&amp;#8217; from Sun Moon Stars is being used in the soundtrack to BBCs remake of &lt;a href="http://www.bbc.co.uk/mediacentre/mediapacks/borrowers/" title="The Borrowers" target="_blank"&gt;&amp;#8216;The Borrowers&amp;#8217;&lt;/a&gt;. The 90 minute film is being shown in the States on the ABC network tonight (December 18th) and in the UK on BBC1 on Boxing Day.&lt;/p&gt;
&lt;p&gt;Here&amp;#8217;s a clip:&lt;/p&gt;
&lt;p&gt;&lt;iframe frameborder="0" height="315" src="http://www.youtube.com/embed/DpcXLTm50sU" width="560"&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://itunes.apple.com/gb/album/d.i.y./id304192854?i=304192874" title="DIY on iTunes" target="_blank"&gt;You can get the track on iTunes here.&lt;/a&gt;&lt;/p&gt;</description><link>http://www.abandcalledquinn.com/post/14403498632</link><guid>http://www.abandcalledquinn.com/post/14403498632</guid><pubDate>Sun, 18 Dec 2011 09:55:00 -0500</pubDate></item><item><title>From the Evening TImes 7th December 2011</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lw350rG0h11r4n6edo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;From the Evening TImes 7th December 2011&lt;/p&gt;</description><link>http://www.abandcalledquinn.com/post/14112167277</link><guid>http://www.abandcalledquinn.com/post/14112167277</guid><pubDate>Mon, 12 Dec 2011 04:58:02 -0500</pubDate></item><item><title>ABCQ at George Square on the 15th December</title><description>&lt;a href="http://www.jockrock.org/news/hear-quinn-pearl-miaoux-miaoux-17th-century-for-free-in-glasgow/"&gt;ABCQ at George Square on the 15th December&lt;/a&gt;: &lt;p&gt;Here’s Jockrock’s write-up of the Thursday night Hear Glasgow gigs at George Square. They kick off this Thursday 1st and are on Thursday nights til the 29th. ABCQ are playing Thursday 15th at around half 8. All the gigs are free and in a heated marquee with a bar! And stovies!&lt;/p&gt;</description><link>http://www.abandcalledquinn.com/post/13449443373</link><guid>http://www.abandcalledquinn.com/post/13449443373</guid><pubDate>Mon, 28 Nov 2011 05:52:00 -0500</pubDate></item><item><title>Wolf Cries Boy is featuring at the Renderyard Short Film...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/VMe9aqQdgLQ?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;span&gt;Wolf Cries Boy is featuring at the &lt;a href="http://www.renderyard.com/page.php?page=21" title="Renderyard" target="_blank"&gt;Renderyard Short Film Festival&lt;/a&gt; in Rioja Spain next weekend ^,..,^&lt;/span&gt;&lt;/p&gt;</description><link>http://www.abandcalledquinn.com/post/13056202425</link><guid>http://www.abandcalledquinn.com/post/13056202425</guid><pubDate>Sun, 20 Nov 2011 05:53:32 -0500</pubDate></item><item><title>George Square Gig</title><description>&lt;p&gt;We&amp;#8217;re playing George Square (Glasgow) on 15th December. It&amp;#8217;s a free gig in a (heated!) marquee that the council are setting up. The night is organised by &lt;a href="http://hearglasgow.org/" title="Hear Glasgow" target="_blank"&gt;Hear Glasgow&lt;/a&gt;. We&amp;#8217;ll be on about half eight. Also playing that night are Shambles Miller, Selective Service, Sonny Marvello and Tragic O Hara.&lt;/p&gt;</description><link>http://www.abandcalledquinn.com/post/12921307083</link><guid>http://www.abandcalledquinn.com/post/12921307083</guid><pubDate>Sun, 20 Nov 2011 05:37:00 -0500</pubDate><category>gig</category><category>glasgow</category><category>george</category><category>square</category></item><item><title>Here’s the Beggar’s Opera to listen to and perhaps...</title><description>&lt;iframe width="400" height="100" style="position: relative; display: block; width: 400px; height: 100px;" src="http://bandcamp.com/EmbeddedPlayer/v=2/album=1275522862/size=venti/bgcol=FFFFFF/linkcol=4285BB/" allowtransparency="true" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Here’s the Beggar’s Opera to listen to and perhaps even buy…!&lt;/p&gt;</description><link>http://www.abandcalledquinn.com/post/12921908815</link><guid>http://www.abandcalledquinn.com/post/12921908815</guid><pubDate>Tue, 15 Nov 2011 06:20:00 -0500</pubDate><category>beggars</category><category>opera</category><category>vanishing point glasgow</category></item><item><title>Congratulations to Carter Ferguson and Ickleflix, whose film...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/yzrquJf94DA?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Congratulations to Carter Ferguson and &lt;a href="http://www.ickleflix.com/" title="Ickleflix" target="_blank"&gt;Ickleflix&lt;/a&gt;, whose film Fast Romance won the &lt;a href="http://www.bafta.org/scotland/awards/british-academy-scotland-awards-2011-nominations-announced,2148,BA.html#jump14" title="Cineworld Audience Award" target="_blank"&gt;Cineworld Audience Award at this year’s Scottish BAFTAs&lt;/a&gt; on Sunday 13th November.&lt;/p&gt;
&lt;p&gt;The film features 3 tracks by ABCQ, including The Glimmer Song (check it out in the trailer above)&lt;/p&gt;</description><link>http://www.abandcalledquinn.com/post/13055528350</link><guid>http://www.abandcalledquinn.com/post/13055528350</guid><pubDate>Sun, 13 Nov 2011 05:13:00 -0500</pubDate></item><item><title>Here is the HD video for Wolf Cries Boy, directed by Uisdean...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/TlCXc8Rw16s?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Here is the HD video for Wolf Cries Boy, directed by &lt;a href="http://www.lilyislandfilms.com/" title="Uisdean Murray" target="_blank"&gt;Uisdean Murray&lt;/a&gt;.&lt;/p&gt;</description><link>http://www.abandcalledquinn.com/post/10985307524</link><guid>http://www.abandcalledquinn.com/post/10985307524</guid><pubDate>Mon, 03 Oct 2011 14:12:00 -0400</pubDate><category>wolf cries boy uisdean murray</category><category>beggars opera</category><category>vanishing point</category></item><item><title>Ian Rankin invites A Band Called Quinn to play The Aberfeldy Festival on Bonfire Night!</title><description>&lt;p&gt;&lt;span&gt;A Band Called Quinn have been asked to play the Aberfeldy Festival on the 5th of November by Britain&amp;#8217;s best selling crime writer &amp;amp; Rebus creator Ian Rankin. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Ardent music fan Ian Rankin is guest curator of  this year&amp;#8217;s festival &amp;amp; the band are joined on the bill by James Yorkston, Admiral Fallow, Ballboy, Star Wheel Press, John Hunt &amp;amp; 2nd Hand Marching Band. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br/&gt;Ian Rankin will be giving a talk &amp;amp; signing copies of his latest book The Impossible Dead (published October 13th) before the band play.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br/&gt;ABCQ&amp;#8217;s video for recent single &lt;a title="Wolf Cries Boy" target="_blank" href="http://youtu.be/TlCXc8Rw16s?hd=1"&gt;Wolf Cries Boy&lt;/a&gt; was selected by this year&amp;#8217;s Bornshorts Film Festival, the BBC Music Video Festival &amp;amp; forthcoming Renderyard Festival in Rioja, Spain after receiving it&amp;#8217;s first broadcast on NBC LA after Saturday Night Live.  &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br/&gt;More info on the festival here:&lt;br/&gt;&lt;a target="_blank" href="http://www.aberfeldyfestival.co.uk/"&gt;&lt;a href="http://www.aberfeldyfestival.co.uk/" target="_blank"&gt;http://www.aberfeldyfestival.co.uk/&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;a target="_blank" href="http://www.facebook.com/abandcalledquinn"&gt;&lt;a href="http://www.facebook.com/abandcalledquinn" target="_blank"&gt;http://www.facebook.com/abandcalledquinn&lt;/a&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description><link>http://www.abandcalledquinn.com/post/10984961967</link><guid>http://www.abandcalledquinn.com/post/10984961967</guid><pubDate>Mon, 03 Oct 2011 14:00:00 -0400</pubDate></item></channel></rss>

