<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><description>

{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}




            body {
                margin: 0px;
                background-color: {color:Background};
                font-family: ‘Lucida Grande’, Helvetica, sans-serif;
            }            

            a {
                color: {color:Inline Link};
            }

            h1 {
                width: 600px;
                padding: 0px 0px 0px 0px;
                margin: 20px auto 0px auto;
                border-bottom: solid 0px #ccc;
                text-align: justify;
                font: Bold 0px ‘Trebuchet MS’, Helvetica, sans-serif;
                letter-spacing: -2px;
                line-height: 0px;
                position: relative;
            }
            
                h1 a {
                    color: {color:Title};
                    text-decoration: none;
                }
                
                h1 img {
                    border-width: 0px;
                    position: absolute;
                    right: -80px;
                    bottom: 10px;
                    width: 162px;
                    height: 23px;
                }

            div#content {
                width: 400px;
                margin: auto;
                position: relative;
            }

                div#content div#description {
                    position: absolute;
                    right: -170px;
                    width: 160px;
                    text-align: right;
                }

            div#description {
                font: Normal 17px Helvetica,sans-serif;
                line-height: 20px;
                color: {color:Description};
            }

                div#description a {
                    color: {color:Description};
                }
            
            div.post {
                position: relative;
                margin-bottom: 40px;
                padding-right: 20px;
            }

                div.post div.date {
                    position: absolute;
                    left: -60px;
                    text-align: right;
                    width: 230px;                
                    font: Normal 45px Helvetica, sans-serif;
                    letter-spacing: -1px;
                    color: {color:Date};
                    text-transform: uppercase;
                    line-height: 14px;
                }
                
                    /* Date */
div.post div.date {position:left;width:130px;left:-160px;top:0;text-align:right;text-transform:uppercase;font-weight:bold;color:#4888CC;font-size:17px;letter-spacing:-1px;}
div.post div.date div.day, div.post div.date div.day-of-month, div.post div.date div.month 
div.post div.date div.day-of-month {color:#333333;}

                div.post img.permalink {
                    width: 28px;
                    height: 25px;
                    border-width: 0px;
                    background-color: #000;
                    display: none;
                    position: absolute;
                    right: 0px;
                    top: 0px;
                    z-index: 10;
                }
                
                    div.post:hover img.permalink {
                        display: inline;
                    }

                div.post h2 {
font: Helvetica,sans-serif;
                    font-size: 18px;
                    font-weight: normal ;
                    color: {color:Post Title};
                    letter-spacing: 2px;
                    margin: 0px 0px 5px 0px;
                }

                    div.post h2 a {
                        color: {color:Post Title};
                        text-decoration: none;
                    }
            
                div.post div.caption {
                    font-size: 12px;
                    font-weight: normal;
                    color: {color:Text};
                    margin-top: 10px;
                    padding: 0px 20px 0px 20px;
                }

                    div.post div.caption a {
                        color: {color:Text};
                    }
    
            /* Regular Post */
            
                div.post div.regular {
                    font-size: 12px;
                    color: {color:Text};
                    line-height: 17px;
                }

                    div.post div.regular blockquote {
                        font-style: italic;
                        border-left: solid 2px {color:Text};
                        padding-left: 10px;
                    }
                        
            /* Quote Post */
            
                div.post div.quote div.quote_text {
                    font-family: Helvetica, sans-serif;
                    font-weight: bold;
                    color: {color:Quote};
                    border-left: solid 0px {color:Quote Border};
                    padding-left: 5px;
                }
                
                    div.post div.quote div.quote_text span.short {
                        font-size: 36px;
                        line-height: 40px;
                        letter-spacing: -1px;
                    }
                    
                    div.post div.quote div.quote_text span.medium {
                        font-size: 25px;
                        line-height: 27px;
                        letter-spacing: -1px;
                    }
                    
                    div.post div.quote div.quote_text span.long {
                        font-size: 16px;
                        line-height: 20px;
                    }

                    div.post div.quote div.quote_text a {
                        color: {color:Quote};
                    }
        
                div.post div.quote div.source {
                    font-size: 10px;
                    font-weight: normal;
                    color: {color:Quote Source};
                    margin-top: 5px;
                }

                    div.post div.quote div.source a {
                        color: {color:Quote Source};
                    }
            
            /* Link Post */
            
                div.post div.link a.link {
                    font: 18px Helvetica, sans-serif;
                    letter-spacing: 2px;
                    color: {color:Link Post};
                }

                    div.post div.link span.description {
                        font-size: 13px;
                        font-weight: normal;
                        letter-spacing: -1px;
                        color: {color:Text};
                    }
            
            /* Conversation Post */
                        
                div.post div.conversation ul {
                    list-style-type: none;
                    margin: 0px;
                    padding: 0px 0px 0px 1px;
                    border-left: solid 5px {color:Conversation Border};
                }
            
                    div.post div.conversation ul li {
                        font-size: 12px;
                        padding: 4px 10px 4px 8px;
                        color: {color:Conversation Text};
                        margin-bottom: 1px;
                    }
            
                        div.post div.conversation ul li span.label {
                            font-weight: bold;
                        }
                        
                            div.post div.conversation ul li span.user_1 {
                                color: #c00;
                            }
                            
                            div.post div.conversation ul li span.user_2 {
                                color: #00c;
                            }
                            
                            div.post div.conversation ul li span.user_3 {
                                color: #0a0;
                            }
                        
                        div.post div.conversation ul li.odd {
                            background-color: {color:Conversation Background 1};
                        }

                        div.post div.conversation ul li.even {
                            background-color: {color:Conversation Background 2};
                        }
            
            /* Video Post */
            
                div.post div.video {
                    width: 400px;
                    margin: auto;
                }

            /* Footer */
            
                div#footer {
                    margin: 40px 0px 30px 0px;
                    text-align: center;
                    font-size: 15px;
                    font-weight: bold;
                    color: {color:Text};
                }
            
                    div#footer a {
                        text-decoration: none;
                        color: {color:Text};
                    }
            
                        div#footer a:hover {
                            text-decoration: underline;
                        }
                    
                    div#footer div#credit {
                        font: Normal 13px Georgia, serif;
                        font-size: 13px;
                        margin-top: 15px;
                    }
                    
            {CustomCSS}
        

            {Title}
             id=”rss” alt=”RSS”&gt;

        
        
            
                
                    {Description}
                    Archive
                
            
            
            {block:Posts}
                
                        
                            {ShortMonth}{DayOfMonth}{DayOfMonthSuffix}
                            
                            {ShortDayOfWeek}
                        
                    
                    

                    {block:Regular}
                        
                            {block:Title}{Title}{/block:Title}
                            {Body}
                        
                    {/block:Regular}
                    
                    {block:Photo}
                        
                            {LinkOpenTag}{LinkCloseTag}
                            {block:Caption}
                                {Caption}
                            {/block:Caption}
                        
                    {/block:Photo}
                    
                    {block:Quote}
                        
                            {Quote}
                            {block:Source}
                                — {Source}
                            {/block:Source}
                        
                    {/block:Quote}
                    
                    {block:Link}
                        
                            {Name}
                            {block:Description}
                                {Description}
                            {/block:Description}
                        
                    {/block:Link}
                    
                    {block:Conversation}
                        
                            {block:Title}
                                {Title}
                            {/block:Title}
                            
                                {block:Lines}
                                    
                                        {block:Label}
                                            {Label}
                                        {/block:Label}
                                        {Line}
                                    
                                {/block:Lines}
                            

                    {/block:Conversation}
                    
                    {block:Audio}
                        
                           {AudioPlayerGrey}
                            {block:Caption}
                                {Caption}
                            {/block:Caption}
                        
                    {/block:Audio}
                    
                    {block:Video}
                        
                            {Video-400}
                            {block:Caption}
                                {Caption}
                            {/block:Caption}
                        
                    {/block:Video}Comments (View)
                
            {/block:Posts}{block:Permalink}
var disqus_url = "{Permalink}"; var disqus_title ="{block:PostTitle}{PostTitle}{/block:PostTitle}";
blog comments powered by Disqus
{/block:Permalink}

//= 0) {
				query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&amp;';
			}
		}
		document.write('');
	})();
//]]&gt;

                {block:PreviousPage}
                    « Previous   
                {/block:PreviousPage}
                
                {block:NextPage}
                    Next »
                {/block:NextPage}
                
                
                    Powered by Tumblr
                
            
        </description><title>A S Y N D E T O N</title><generator>Tumblr (3.0; @asyndeton)</generator><link>http://asyndeton.tumblr.com/</link><item><title>   Unbunny.</title><description>&lt;p&gt;&lt;img src="http://parasol.com/labels/hiddenagenda/images/aha091l.jpg" width="180" height="180"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Unbunny&lt;br/&gt;&lt;/b&gt;&lt;i&gt;Sensory Underload: Uncertain Trks 1996-2008&lt;/i&gt;&lt;b&gt;&lt;i&gt;&lt;br/&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;b&gt;&lt;a target="_blank" href="http://parasol.com/labels/hiddenagenda/aha091.asp"&gt;&lt;a href="http://parasol.com/labels/hiddenagenda/aha091.asp"&gt;http://parasol.com/labels/hiddenagenda/aha091.asp&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;/b&gt;&lt;/b&gt;&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/51429738</link><guid>http://asyndeton.tumblr.com/post/51429738</guid><pubDate>Tue, 23 Sep 2008 14:34:54 -0400</pubDate><category>unbunny</category><category>jared del dio</category><category>snow tires</category></item><item><title>[ whispering]: "I wanna wear a pair of cheap sunglasses"</title><description>&lt;p&gt;&lt;object height="344" width="425"&gt;
&lt;param value="true" name="allowFullScreen"&gt;
&lt;param value="http://www.youtube.com/v/CYwzW2QFnwo&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;fs=1" name="src"&gt;
&lt;embed height="344" width="425" src="http://www.youtube.com/v/CYwzW2QFnwo&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;fs=1" allowfullscreen="true" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/48582550</link><guid>http://asyndeton.tumblr.com/post/48582550</guid><pubDate>Wed, 03 Sep 2008 12:14:49 -0400</pubDate></item><item><title>this song’s sweet and little—meant for early messy...</title><description>&lt;embed type="application/x-shockwave-flash" src="http://asyndeton.tumblr.com/swf/audio_player.swf?audio_file=http://www.tumblr.com/audio_file/48056295/zt8cgxexFda06z0yttcbFyK4&amp;color=FFFFFF" height="27" width="207" quality="best"&gt;&lt;/embed&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;this song’s sweet and little—meant for early messy hair and sleepy eyes mornings or maybe the last notes you hear before sleep on a late summer evening (with the sound of crickets chirping as a background chorus.)&lt;/p&gt;
&lt;p&gt;september’s here. where did the summer go?&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/48056295</link><guid>http://asyndeton.tumblr.com/post/48056295</guid><pubDate>Sat, 30 Aug 2008 12:39:17 -0400</pubDate></item><item><title>i’m pretty much obsessed with this song. kinda backwards,...</title><description>&lt;embed type="application/x-shockwave-flash" src="http://asyndeton.tumblr.com/swf/audio_player.swf?audio_file=http://www.tumblr.com/audio_file/43716005/zt8cgxexFbxdur7sILxQOVL6&amp;color=FFFFFF" height="27" width="207" quality="best"&gt;&lt;/embed&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;i’m pretty much obsessed with this song. kinda backwards, i know, but after my ears were opened to the &lt;b&gt;beautious&lt;/b&gt;&lt;a target="_blank" href="http://www.myspace.com/bradfordcox"&gt; atlas sound &lt;/a&gt;album (thank you, dear :k) i’ve been listening to deerhunter. the new album is called &lt;i&gt;microcastle&lt;/i&gt;, due out on 10/28 on kranky records (home of this &lt;a target="_blank" href="http://www.kranky.net/"&gt;man&lt;/a&gt;, another current s! obsession….also due out with a new album this fall. yay!)&lt;/p&gt;
&lt;p&gt;love, s.&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/43716005</link><guid>http://asyndeton.tumblr.com/post/43716005</guid><pubDate>Sun, 27 Jul 2008 12:00:59 -0400</pubDate></item><item><title>summer fun = free outdoor music festivals where one can a. see...</title><description>&lt;img src="http://10.media.tumblr.com/zt8cgxexFbovcaxzKQmNvVov_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;summer fun = free outdoor music festivals where one can a. see good music b. see the ocean c. avoid getting burnt to a crisp and d. experience the strange strange alternate reality that is coney island. (click the photo fo’ details.)&lt;/p&gt;
&lt;p&gt;speaking of summer fun: this song from the new human highway album. HH is a collaboration between jim guthrie and nick thorburn from islands. JG’s last solo effort is just a dream of an album—so sweet and forlorn and perfect, and islands…well, islands has some good moments for me on the whole. (what do i know, though?) anyway. this song is so darn catchy.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" title="i'm in love with the sound." href="http://www.sctas.com/2007/s/sound.mp3"&gt; here hear it!&lt;/a&gt;&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/43023831</link><guid>http://asyndeton.tumblr.com/post/43023831</guid><pubDate>Mon, 21 Jul 2008 12:54:44 -0400</pubDate></item><item><title>i’m not good with surprises. as soon as i get a hint of...</title><description>&lt;embed src="http://www.touchandgorecords.com/newyear/mediaplayer.swf" width="400" height="296" allowscriptaccess="always" allowfullscreen="true" flashvars="config=http://www.touchandgorecords.com/newyear/config.xml"&gt;&lt;/embed&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;i’m not good with surprises. as soon as i get a hint of something good that might possibly be on the horizon, i turn into a quivering mess of &lt;i&gt;iwanttoknowiwanttoknowineedtoknowrightnow&lt;/i&gt;. (and of course, when it comes to music, this happens often.) &lt;a target="_blank" href="http://www.touchandgorecords.com"&gt;touch and go records&lt;/a&gt; has kindly (or unkindly) decided to feed us listeners previews of the new album by the much adored band known as&lt;a target="_blank" href="http://www.touchandgorecords.com/bands/band.php?id=25"&gt; the new year&lt;/a&gt;. it’s going to be so &lt;b&gt;SO&lt;/b&gt; hard to wait for september, especially after hearing this clip. &lt;i&gt;sigh&lt;/i&gt;.&lt;/p&gt;

&lt;p&gt;love, s.&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/42774162</link><guid>http://asyndeton.tumblr.com/post/42774162</guid><pubDate>Fri, 18 Jul 2008 22:10:09 -0400</pubDate></item><item><title>jam'son</title><description>&lt;p&gt;&lt;img src="http://sctas.com/ttn/cloudcult.gif"/&gt;&lt;/p&gt;
&lt;p&gt;“we made up your mind for you” [ &lt;a target="_blank" href="http://sctas.com/ttn/We%20Made%20Up%20Your%20Mind%20For%20You.mp3"&gt;hear/here&lt;/a&gt; ] _ cloud cult (made it) &lt;img src="http://sctas.com/2007/gifs/ttn/ksig.gif"/&gt;&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/42616308</link><guid>http://asyndeton.tumblr.com/post/42616308</guid><pubDate>Thu, 17 Jul 2008 15:00:00 -0400</pubDate></item><item><title>You know what was bad?  Natalie Portman's hair in 'Mr. Magorium.. '.</title><description>&lt;p&gt;&lt;img src="http://sctas.com/ttn/NATSHAVED.gif"/&gt;&lt;/p&gt;
&lt;p&gt;( &lt;a target="_blank" href="http://www.planetarygroup.com/index.php?option=com_content&amp;task=view&amp;id=336&amp;Itemid=404#bio"&gt;read all about these cats and where they be from&lt;/a&gt; )&lt;/p&gt;
&lt;p&gt;
&lt;object height="168" width="400"&gt;
&lt;param value="xspf_player" name="name"&gt;
&lt;param value="#E6E6E6" name="bgcolor"&gt;
&lt;param value="center" name="align"&gt;
&lt;param value="http://www.planetarygroup.com/xspf/xspf_player.swf?playlist_url=http://www.planetarygroup.com/newmedia/players/natalieportmansshavedhead/radio.xspf" name="src"&gt;
&lt;embed height="168" width="400" src="http://www.planetarygroup.com/xspf/xspf_player.swf?playlist_url=http://www.planetarygroup.com/newmedia/players/natalieportmansshavedhead/radio.xspf" align="center" bgcolor="#E6E6E6" name="xspf_player" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/p&gt;
&lt;p&gt;&lt;img src="http://sctas.com/ttn/bustednat.gif"/&gt;&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/42481669</link><guid>http://asyndeton.tumblr.com/post/42481669</guid><pubDate>Wed, 16 Jul 2008 13:23:00 -0400</pubDate></item><item><title>fantastique Dark Fantastic</title><description>&lt;p&gt;I don’t get upset / mad when everyone I ask “.. do you know the &lt;b&gt;Dark Fantastic&lt;/b&gt;?!” replies with “who / what?.. “.  I just try to bridge the gap with 2 songs by the adored band.&lt;/p&gt;
&lt;p&gt;One track would be “fall to my knees” [&lt;a target="_blank" href="http://pissyeller.org/k/01%20Fall%20To%20My%20Knees.mp3"&gt;MP3 - take it&lt;/a&gt;] off of &lt;a target="_blank" href="http://www.uprecords.com/artists/darkfantastic/"&gt;&lt;i&gt;goodbye crooked scar&lt;/i&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src="http://sctas.com/ttn/darkfan.gif"/&gt;&lt;/p&gt;
&lt;p&gt;The other would certainly be [holy fuck I &lt;b&gt;love&lt;/b&gt; this song!] “In Love With You” from their &lt;a target="_blank" href="http://www.uprecords.com/discography/067/"&gt;s/t LP&lt;/a&gt;. I’m gonna make you have to hunt that fucker down because it is worth the effort.&lt;img src="http://sctas.com/2007/gifs/ttn/ksig.gif"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;br/&gt;&lt;img src="http://sctas.com/ttn/footer.gif"/&gt;&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/42348511</link><guid>http://asyndeton.tumblr.com/post/42348511</guid><pubDate>Tue, 15 Jul 2008 12:23:49 -0400</pubDate></item><item><title>hi. it’s been a while. i have lots of music related things...</title><description>&lt;object width="400" height="336"&gt;&lt;param name="movie" value="http://www.youtube.com/v/DrQRS40OKNE&amp;rel=0&amp;egm=0&amp;showinfo=0&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/DrQRS40OKNE&amp;rel=0&amp;egm=0&amp;showinfo=0&amp;fs=1" type="application/x-shockwave-flash" width="400" height="336" allowFullScreen="true" wmode="transparent"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;hi. it’s been a while. i have lots of music related things in my head. one that sticks with me is this: i saw fleet foxes this week in an unbearably warm church basement. yes, the album has gotten itself its fair share of attention from certain places. however, i will say this: these boys really, REALLY, really can sing—the live show proves it. they’re a talented bunch, those foxes. the show was prolly the happiest i’ve ever been while drenched in sweat.&lt;/p&gt;
&lt;p&gt;also very interesting: did you know fleet foxes features members of &lt;a target="_blank" href="http://www.myspace.com/crystalskulls"&gt;crystal skulls&lt;/a&gt; and former members of &lt;a target="_blank" href="http://www.myspace.com/pedrothelion"&gt;pedro the lion&lt;/a&gt;? news to me!&lt;/p&gt;
&lt;p&gt;love, s.&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/42093065</link><guid>http://asyndeton.tumblr.com/post/42093065</guid><pubDate>Sun, 13 Jul 2008 09:08:00 -0400</pubDate></item><item><title>the orally fixated hitchhiker.</title><description>&lt;p&gt;&lt;a target="_blank" href="http://sctas.com/ttn/Carlin_Newsweek.jpg" border='0"'&gt;&lt;img src="http://sctas.com/ttn/gc.gif"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and a song - a &lt;b&gt;fantastic&lt;/b&gt; song: “Don’t Die In Me” (Nighttime In The Delta Mix by Bryce Panic) [&lt;a target="_blank" href="http://pissyeller.org/STARLI/1-05%20Don't%20Die%20In%20Me%20(Nighttime%20In%20The%20Delta%20Mix%20by%20Bryce%20Panic).mp3"&gt;MP3&lt;/a&gt;] - the song is by &lt;a target="_blank" href="http://www.youtube.com/watch?v=VnUi4hAs70g"&gt;Mirah&lt;/a&gt;.&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/41336348</link><guid>http://asyndeton.tumblr.com/post/41336348</guid><pubDate>Mon, 07 Jul 2008 12:20:00 -0400</pubDate></item><item><title>".. I'm surprised I don't have a bloody nose from just thinkin' about it"</title><description>&lt;p&gt;
&lt;object height="350" width="400"&gt;
&lt;param value="true" name="allowFullScreen"&gt;
&lt;param value="id=D81F2344BF5AC7BB1434939FE41458B5935B9EB139C3603D" name="FlashVars"&gt;
&lt;param value="http://i.cdn.turner.com/sdx/static/swf/share_vidplayer.swf" name="src"&gt;
&lt;embed height="350" width="400" src="http://i.cdn.turner.com/sdx/static/swf/share_vidplayer.swf" flashvars="id=D81F2344BF5AC7BB1434939FE41458B5935B9EB139C3603D" allowfullscreen="true" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/p&gt;
&lt;p&gt;[ the best damn part &lt;a target="_blank" href="http://sctas.com/ttn/babycakes.mp3"&gt;in MP3&lt;/a&gt; ]&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/40453921</link><guid>http://asyndeton.tumblr.com/post/40453921</guid><pubDate>Mon, 30 Jun 2008 15:40:00 -0400</pubDate></item><item><title>/ //AFRAMES /</title><description>&lt;p&gt;&lt;img src="http://sctas.com/ttn/salv.gif"/&gt;&lt;/p&gt;
&lt;p&gt;the only thing that pisses on me more than republikkans in charge of weighty decisions is that more people have no goddamn’d idea who the &lt;a target="_blank" href="http://www.youtube.com/watch?v=yBdTtcX1sio"&gt;&lt;b&gt;A Frames&lt;/b&gt;&lt;/a&gt; are.  in a sperlunk through my cavity of vinyl archives this weekend, I dug up the debut issue of &lt;a target="_blank" href="http://www.lagmag.com/"&gt;Ladies &amp; Gentlemen&lt;/a&gt; “zine” / LP / 12” screened art piece.  it had the following article about A Frames inside - and seeing as though the fucker was produced in a limited + numbered batch, I feel like a little sheltered bitch.  knw’whtimean?&lt;/p&gt;
&lt;p&gt;these are 3 large jpg files - get at ‘em [read &lt;b&gt;1&lt;/b&gt; first top to bottom, move on to number &lt;b&gt;2&lt;/b&gt; in the same manner.. the third file is just the top image from the 12” x 12” page]:  &lt;a target="_blank" href="http://sctas.com/ttn/af1.jpg"&gt;1&lt;/a&gt; . &lt;a target="_blank" href="http://sctas.com/ttn/af2.jpg"&gt;2&lt;/a&gt; . &lt;a target="_blank" href="http://sctas.com/ttn/afTOP.jpg"&gt;3&lt;/a&gt; &lt;img src="http://sctas.com/2007/gifs/ttn/ksig.gif"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://sctas.com/ttn/footer.gif"/&gt;&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/40428855</link><guid>http://asyndeton.tumblr.com/post/40428855</guid><pubDate>Mon, 30 Jun 2008 11:45:00 -0400</pubDate></item><item><title>so, i’ve never been a huge fan of the walkmen. something...</title><description>&lt;embed type="application/x-shockwave-flash" src="http://asyndeton.tumblr.com/swf/audio_player.swf?audio_file=http://www.tumblr.com/audio_file/40349418/zt8cgxexFatx2w6qBto8Mkfk&amp;color=FFFFFF" height="27" width="207" quality="best"&gt;&lt;/embed&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;so, i’ve never been a huge fan of&lt;a target="_blank" href="http://www.marcata.net/walkmen/"&gt; the walkmen&lt;/a&gt;. something about the new album (called &lt;i&gt;you and me&lt;/i&gt;—due out august 19th) is seriously converting me, i have to say. maybe it’s the production, maybe it’s the lyrics…i don’t know what it is. right now, though, i’m going to say two things: a. it is worth a listen and b. i think it’s going to make my end of the year list. weird. but good.&lt;/p&gt;
&lt;p&gt;love, s.&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/40349418</link><guid>http://asyndeton.tumblr.com/post/40349418</guid><pubDate>Sun, 29 Jun 2008 21:03:30 -0400</pubDate></item><item><title>Fingers to Fist</title><description>&lt;p&gt;&lt;object height="302" width="400"&gt;
&lt;param value="true" name="allowfullscreen"&gt;
&lt;param value="always" name="allowscriptaccess"&gt;
&lt;param value="http://www.vimeo.com/moogaloop.swf?clip_id=1242773&amp;server=www.vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=c9ff23&amp;fullscreen=1" name="src"&gt;
&lt;embed height="302" width="400" src="http://www.vimeo.com/moogaloop.swf?clip_id=1242773&amp;server=www.vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=c9ff23&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;br/&gt;&lt;a href="http://www.vimeo.com/1242773?pg=embed&amp;sec=1242773"&gt;&lt;br/&gt;&lt;/a&gt;&lt;a href="http://vimeo.com?pg=embed&amp;sec=1242773"&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/40069384</link><guid>http://asyndeton.tumblr.com/post/40069384</guid><pubDate>Fri, 27 Jun 2008 11:59:00 -0400</pubDate></item><item><title>[ no subject ]</title><description>&lt;p&gt;&lt;img src="http://sctas.com/ttn/maximWP.gif"/&gt;&lt;/p&gt;
&lt;p&gt;What’s wrong with this image?&lt;/p&gt;
&lt;p&gt;&lt;img src="http://sctas.com/ttn/footer.gif"/&gt;&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/39659165</link><guid>http://asyndeton.tumblr.com/post/39659165</guid><pubDate>Tue, 24 Jun 2008 11:15:59 -0400</pubDate></item><item><title>a philly song: perhaps. but most importantly, i forgot how...</title><description>&lt;embed type="application/x-shockwave-flash" src="http://asyndeton.tumblr.com/swf/audio_player.swf?audio_file=http://www.tumblr.com/audio_file/39581992/zt8cgxexFalci0vioriV1N4L&amp;color=FFFFFF" height="27" width="207" quality="best"&gt;&lt;/embed&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;b&gt;a philly song:&lt;/b&gt; perhaps. but most importantly, i forgot how amazing this album is (and actually/honestly, i think i had to grow into it.)&lt;a target="_blank" href="http://www.cassmccombs.com/"&gt; his&lt;/a&gt; last album is not so bad, but both &lt;i&gt;A &lt;/i&gt;and the aforementioned&lt;i&gt; PREfection&lt;/i&gt; are highly recommended.&lt;/p&gt;
&lt;p&gt;love, s.&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/39581992</link><guid>http://asyndeton.tumblr.com/post/39581992</guid><pubDate>Mon, 23 Jun 2008 21:05:26 -0400</pubDate></item><item><title>"I don't start fights I make explosions"</title><description>&lt;p&gt;&lt;img src="http://sctas.com/ttn/fascciicc.gif"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;br/&gt;&lt;b&gt;Fucking&lt;/b&gt; yes the new Faint album &lt;a target="_blank" href="http://www.thefaint.com/fasciinatiion/"&gt;&lt;i&gt;Fasciinatiion&lt;/i&gt;&lt;/a&gt; is out August Fifth on the bands own &lt;a target="_blank" href="http://www.blankwav.com/"&gt;Blank.wav&lt;/a&gt; imprint - and jesusfuck is it another stunner.  The Faint are already cemented as one of my favourite live acts - as catching them live last year in D.C. proved that they can tour on an album that was a President’s term old and still remain solid [although showcasing one new track “Forever Growing Centipedes”].&lt;/p&gt;
&lt;p&gt;Todd Fink and his band of merrily dark gentlemen and brothers maintain a stranglehold on the electronique/synth_saw genre - that’s just fact.  Immediate keepers of the ten total on &lt;i&gt;Fasciinatiion&lt;/i&gt; are closer “Battle Hymn For Children” that follows in the bands album closers of the past [“Birth” from &lt;i&gt;Wet From Birth, &lt;/i&gt;“Ballad of a Paralysed Citizen” from &lt;i&gt;Danse Macabre&lt;/i&gt;] with a sense of pleasant moroseness setting it apart from the rest of the LP.  A tale of teachers, Heaven and space exploration is delivered atop a myriad of breakbeats, pops and choralesque synths.  A keeper - no doubt.  The one track I don’t see myself tossing into the seas anytime soon is “Fulcrum &amp; Lever” - the tale of a young boy of seventy pounds strapping planks of wood to his back in an attempt to craft a flying machine.  Safe to say the dabble  in homemade flying [whilst using the neighborhoods largest kid for take off power] doesn’t go so well, as the narrator ends up eating PB&amp;J’s in a hopsital bed.  The bonus is that the child picks up some new mental power that rounds out the tracks chorus of “strange phenomena”.  Sung over a beat that is likely to make Lil’ Dwayne Carter blush - I can erect’ly predict current fans will be fucking ecstatic and those not in the know will be blatantly informed.&lt;img src="http://sctas.com/2007/gifs/ttn/ksig.gif"/&gt;&lt;/p&gt;
&lt;p&gt;[&lt;a target="_blank" href="http://lazyi.proboards42.com/index.cgi?board=general&amp;action=display&amp;thread=956"&gt;of relevance&lt;/a&gt;]&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/39523838</link><guid>http://asyndeton.tumblr.com/post/39523838</guid><pubDate>Mon, 23 Jun 2008 11:29:00 -0400</pubDate></item><item><title>my baby has a gang (sign our hearts)</title><description>&lt;p&gt;&lt;img src="http://sctas.com/ttn/P6200342.jpg"/&gt;&lt;/p&gt;
&lt;p&gt;after two weeks - sister widow is up to something new.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.last.fm/music/GoGoGo+Airheart"&gt;&lt;a href="http://www.last.fm/music/GoGoGo+Airheart"&gt;http://www.last.fm/music/GoGoGo+Airheart&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://sctas.com/ttn/footer.gif"/&gt;&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/39193452</link><guid>http://asyndeton.tumblr.com/post/39193452</guid><pubDate>Fri, 20 Jun 2008 14:56:00 -0400</pubDate></item><item><title>hopefully it occurs to me.. .</title><description>&lt;p&gt;&lt;img src="http://sctas.com/ttn/JJmmjj.gif"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.mediafire.com/?m2zdi10bztw"&gt;Disc 1 - MMJ-Bonnaroo 2008&lt;/a&gt;&lt;br/&gt;&lt;a target="_blank" href="http://www.mediafire.com/?2citgb9mmtl"&gt;Disc 2 - MMJ-Bonnaroo 2008&lt;/a&gt;&lt;br/&gt;&lt;a target="_blank" href="http://www.mediafire.com/?wm3gdpdjwkw"&gt;Disc 3 - MMJ-Bonnaroo 2008&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;props: &lt;a target="_blank" href="http://www.blogger.com/comment.g?blogID=2133949869558792281&amp;postID=8317658292179687489"&gt;wedrinkoldgold&lt;/a&gt;&lt;/p&gt;</description><link>http://asyndeton.tumblr.com/post/39058610</link><guid>http://asyndeton.tumblr.com/post/39058610</guid><pubDate>Thu, 19 Jun 2008 14:33:35 -0400</pubDate></item></channel></rss>
