Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme by FREDERICK -drunkrocker- base -WUTANGS-
- -->
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="color:Background" content="#ebebeb"/>
- <meta name="color:Post" content="#fff"/>
- <meta name="color:Links" content="#77003c"/>
- <meta name="color:Hover" content="#b4025c"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content="1"/>
- <meta name="if:Blogtitle" content="1"/>
- <meta name="if:Show Sidebar image" content="0"/>
- <meta name="if:Rounded Corners" content="0"/>
- <meta name="if:Shadows" content="1"/>
- <meta name="if:Sidebar Shadows" content="1"/>
- <meta name="if:Faded Images" content="0"/>
- <meta name="if:Custom Scrollbar" content="1"/>
- <meta name="if:Custom Cursor" content="1"/>
- <meta name="text:Link One Title" content="" />
- <meta name="text:Link One" content="" />
- <meta name="text:Link Two Title" content="" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Three Title" content="" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Four Title" content="" />
- <meta name="text:Link Four" content="" />
- <meta name="text:Link Five Title" content="" />
- <meta name="text:Link Five" content="" />
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <title>{Title}</title>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/iddq6cw/Atplvofrt/tooltip-closebutton.png" class="btn_close" title="Close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- </head>
- <style type="text/css">
- iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #000;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #fff;
- padding: 20px;
- border: 20px solid #ddd;
- float: left;
- font-size: 11px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 20px #000;
- -moz-box-shadow: 0px 0px 20px #000;
- box-shadow: 0px 0px 20px #000;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- img.btn_close {
- float: right;
- margin: -50px -50px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- body {
- font-family: calibri;
- font-size:10px;
- color:#777777;
- letter-spacing:0px;
- background-color:{color:background};
- background-image:url('{image:Background}');
- background-repeat: repeat;
- background-position: center;
- background-attachment: fixed;
- text-align:justify;
- line-height:100%;
- }
- {block:ifcustomcursor}
- body, a, a:hover {
- opacity: 1;
- cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;}
- {/block:ifcustomcursor}
- @font-face {
- font-family:customfont;
- src: url('http://static.tumblr.com/fxpo5zq/aP9m1kkl7/josefinsansstd-light.otf');
- }
- .sidebar {
- {block:PermalinkPage}
- margin-left:-210px;
- margin-right:auto;
- position:fixed;
- {/block:PermalinkPage}
- width:200px;
- height: auto;
- background-color:{color:Post};
- z-index:1;
- margin-left:-110px;
- margin-right:auto;
- position:fixed;
- text-align:left;
- margin-top:25%;
- padding:1px;
- {block:ifroundedcorners}-moz-border-radius: 5px;
- border-radius: 5px;
- {block:ifroundedcorners}
- {block:ifsidebarshadows}
- box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- {/block:ifsidebarshadows}
- }
- #content {
- width:100%;
- margin-right:400px;
- margin-left: -100px;
- position: relative;
- }
- .cage {
- display:block;
- {block:IndexPage}width:640px{/block:IndexPage}
- {block:PermalinkPage}width: 640px; background-color:{color:post}{/block:PermalinkPage};
- margin-left:auto;margin-right:auto;height:100%;
- top:0px;bottom:0px;z-index:-1;
- }
- #content .posts {
- width:
- {block:IndexPage}790px
- {block:PermalinkPage}width:500px; margin-left:auto; {/block:PermalinkPage};
- right:auto;margin-top:0px;margin-left:125px;margin-right:auto;
- position:relative;overflow-y: hidden;
- }
- #content .posts img {
- {block:PermalinkPage}width:500px; margin-left:auto; {/block:PermalinkPage};
- {block:ifshadows}
- box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- {/block:ifshadows}
- {block:ifroundedcorners}-moz-border-radius: 5px;
- border-radius: 5px;
- {/block:ifroundedcorners}
- {block:iffadedimages}
- opacity: 0.95;
- {/block:iffadedimages}
- }
- #content .entry {
- {block:IndexPage}width:250px;
- float:left;
- position: relative;
- {/block:IndexPage}
- margin-right:5px;
- margin-left:5px;
- margin-top:5px;
- margin-bottom:5px;
- {block:PermalinkPage}width:500px; margin-left:125px; margin-top:-10px; {/block:PermalinkPage}
- {block:ifroundedcorners}-moz-border-radius: 5px;
- border-radius: 5px;
- {block:ifroundedcorners}
- {block:ifshadows}
- box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- {/block:ifshadows}
- {block:iffadedimages}
- opacity: 0.95;
- {/block:iffadedimages}
- }
- #navigation {
- width:0px;
- margin:auto;
- position:absolute;
- height:100%;
- }
- a {
- color:{color:Links};
- text-decoration: none;
- }
- a:hover {
- color:{color:Hover};
- -webkit-transition-duration: 1s;
- text-decoration: none;
- ;
- }
- .heading {
- font-family:helvetica;
- font-size:11px;
- text-transform: uppercase;
- letter-spacing:0px;
- line-height:100%;
- font-style: normal;
- }
- {block:ifcustomscrollbar}
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:links};
- height:auto;-webkit-border-radius:20px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:links};
- height:6px !important;-webkit-border-radius:20px;
- }
- ::-webkit-scrollbar {
- height:6px;
- width:6px;
- background-color:{color:background};
- -webkit-border-radius:20px;
- }
- {/block:ifcustomscrollbar}
- .chat ul {
- padding:0px 0px 0px 0px;
- margin:0px 0px 0px 0px;
- }
- .chat li {
- list-style-type: none;
- padding-left:0px;
- margin-right:0px;
- }
- .chat li.odd {
- color:#777777;
- }
- .chat li.even {
- color: #777777;
- background-color: #f5f5f5;
- }
- .label {
- font-size: 9px;
- letter-spacing: 1px;
- font-family: trebuchet ms;
- text-transform: uppercase;
- text-shadow: 1px 1px 2px #e1dad4;
- text-decoration: none;
- font-weight: normal;
- color:{color:links}
- }
- blockquote {
- padding-left:5px;padding-top:3px;
- padding-right:5px;padding-bottom:3px;
- margin-left:5px; margin-right:5px;
- border-left: 2px solid #ccc;
- border-right: 2px solid #ccc;
- background-color:#f5f5f5;
- }
- .asker {
- background-color:#f5f5f5;
- }
- .answer {
- font-style:normal;
- line-height:100%;margin-bottom:0px;
- }
- .entry .permalink {
- padding-top:0px;
- }
- .craig {
- color:black;
- opacity: 0;
- -webkit-transition-duration: 1s;bottom:0px;
- width: auto;
- height: 19px;
- background-color: #1c1c1c; padding-top:0px;
- -moz-border-radius:3px;
- border-radius:3px;
- position: absolute;
- margin-left:3px;
- margin-bottom: 5px;
- display:block;}
- .entry:hover .craig {
- {block:indexpage}opacity:0.85;
- {/block:indexpage}z-index:999999;}
- .craigtwo {
- color:black;
- opacity: 0;
- -webkit-transition-duration: 1s;bottom:0px;
- width: auto;
- height: 19px;
- background-color: #1c1c1c; padding-top:0px;
- -moz-border-radius:3px;
- border-radius:3px;
- position: absolute;
- margin-left: 25px;
- margin-bottom: 5px;
- display:block;}
- .entry:hover .craigtwo {
- {block:indexpage}opacity:0.85;
- {/block:indexpage}z-index:999999;}
- #cable{
- position:fixed !important;
- width:auto;
- height:auto;
- right:3px;
- top:26px;
- opacity: .3;
- }
- #cable:hover{
- position:fixed !important;
- width:auto;
- height:auto;
- opacity: 1;
- }
- .permalink {
- {block:IndexPage}
- float:right;
- position: absolute;
- margin-top:0px;
- opacity: 0;
- z-index: 1000;
- background-color:{color:Permalink Background};
- text-align:right;
- {/block:IndexPage}
- }
- .glue img {
- {block:IndexPage}max-width:300px;overflow-y:auto;{/block:IndexPage}
- }
- .info {
- background-color: {color:Post};
- width:500px;
- opacity: 1;
- z-index: 10000;
- margin-top:0px;
- margin-left:auto;
- margin-right:auto;
- text-align:right;font-family:helvetica; font-size:8px;
- text-transform:uppercase;
- }
- u {
- border-bottom: 1px dashed #888;
- }
- b.STRONG {
- letter-spacing:2px;
- font-size:9px;
- font-weight:bold;
- }
- .tweek a {
- font-size:15px;
- line-height:100%;
- padding:2px;
- color:{color:Hover};
- -webkit-transition-duration:1s;z-index:999999;
- }
- .tweek a: hover {
- color:{color:Link};
- }
- .jarvis {
- margin-top:0;
- margin-left:0px;
- margin-right:auto;
- margin-bottom:0px;
- width:500px;
- text-align:left;
- background-color:#fff;
- }
- .video embed, .video object, .video iframe{
- {block:IndexPage}
- width:500px /**/ !important;{/block:IndexPage}
- {block:PermalinkPage}width:500px !important;
- {/block:PermalinkPage}
- height:auto !important;
- }
- .album-art {
- float: left;
- width: 100px;
- height: 100px;
- overflow: hidden;
- }
- </style>
- <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
- <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('.posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "div#navigation",
- // selector for the paged navigation (it will be hidden)
- nextSelector : "div#navigation a#nextPage",
- // selector for the NEXT link (to page 2)
- itemSelector : ".entry",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 10,
- loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('.posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <script type="text/javascript">
- $(window).load(function(){
- $("p").remove(":contains('Source:')");
- $("p").remove(":contains('via ')");
- });
- </script>
- </head>
- <body>
- <!-- Start of StatCounter Code for Tumblr -->
- <script type="text/javascript">
- var sc_project=8173449;
- var sc_invisible=1;
- var sc_security="6a1229be";
- </script>
- <script type="text/javascript"
- src="http://www.statcounter.com/counter/counter.js"></script>
- <noscript><div class="statcounter"><a title="tumblr visitor
- stats" href="http://statcounter.com/tumblr/"
- target="_blank"><img class="statcounter"
- src="http://c.statcounter.com/8173449/0/6a1229be/1/"
- alt="tumblr visitor stats"></a></div></noscript>
- <!-- End of StatCounter Code for Tumblr -->
- <!--SCM Music Player by Adrian C Shum - http://scmplayer.net-->
- <script type="text/javascript" src="http://scmplayer.net/script.js" ></script>
- <script type="text/javascript">
- SCMMusicPlayer.init("{'skin':'skins/tunes/skin.css','playback':{'autostart':'true','shuffle':'true','volume':'30'},'playlist':[{'title':'Nirvana - About a Girl','url':'http://www.youtube.com/watch?v=JpMt_YqVbhw'},{'title':'AC/DC - TNT','url':'http://www.youtube.com/watch?v=xe7ZISUllW8'},{'title':'Nirvana - Lithium','url':'http://www.youtube.com/watch?v=3fIqq5XVFKQ&feature=related'},{'title':'Aerosmith - Dream On','url':'http://www.youtube.com/watch?v=txlXcJDtDwM'},{'title':'AC/DC - Rock %27N%27 Roll Damnation','url':'http://www.youtube.com/watch?v=d_luyxTF2Tc'},{'title':'AC/DC - Black Ice','url':'http://www.youtube.com/watch?v=U_FbP9ae5hs'},{'title':'AC/DC - Skies On Fire','url':'http://www.youtube.com/watch?v=Ueqdg6IY4aQ'},{'title':'AC/DC - Big Gun','url':'http://www.youtube.com/watch?v=9bhPnLsrPtk'},{'title':'AC/DC - She Likes Rock N Roll','url':'http://www.youtube.com/watch?v=Oe0faTzWrxw&feature=related'},{'title':'AC/DC - War Machine','url':'http://www.youtube.com/watch?v=hjlBMl6f3hU&feature=related'},{'title':'AC/DC - Problem Child','url':'http://www.youtube.com/watch?v=xBTRSMh4pnQ'},{'title':'Led Zeppelin - Whole Lotta Love','url':'http://www.youtube.com/watch?v=Mln0RciE2o0'},{'title':'Muse - Supermassive Black Hole','url':'http://www.youtube.com/watch?v=W2ZnmfEpY0g&feature=relmfu'},{'title':'Muse - Starlight','url':'http://www.youtube.com/watch?v=1jS3Jl4hLAA&feature=relmfu'},{'title':'AC/DC - Bad Boy Boogie','url':'http://www.youtube.com/watch?v=oHq3A8ZRyxM&feature=relmfu'},{'title':'AC/DC - Overdose','url':'http://www.youtube.com/watch?v=jBppaKdQKJ0&feature=relmfu'},{'title':'AC/DC - What do you do for money honey','url':'http://www.youtube.com/watch?v=V-_G37EK1VU'},{'title':'AC/DC - Money Talks','url':'http://www.youtube.com/watch?v=PmyzFsYEdco&feature=related'},{'title':'Foo Fighters - The Pretender','url':'http://www.youtube.com/watch?v=-NBHS3FtQ20'},{'title':'Foo Fighters - Walk','url':'http://www.youtube.com/watch?v=D5KebPnpWWA'},{'title':'Foo Fighters - Rope','url':'http://www.youtube.com/watch?v=At3rZUgQsh8&feature=relmfu'},{'title':'Foo Fighters - All My Life','url':'http://www.youtube.com/watch?v=gnVEG_waiqg&feature=related'},{'title':'Foo Fighters - Tired Of You','url':'http://www.youtube.com/watch?v=L2mnoH1Fypo&feature=related'},{'title':'Nirvana - Polly','url':'http://www.youtube.com/watch?v=k2Fr90sOxbs'},{'title':'The Strokes - Juicebox','url':'http://www.youtube.com/watch?v=MIXw3rg1nxY'},{'title':'The Strokes - Clear Skies','url':'http://www.youtube.com/watch?v=XwlHWvP5bLE'},{'title':'The Strokes - Is This It?','url':'http://www.youtube.com/watch?v=Nd30xwa8nPI&feature=related'},{'title':'The Strokes - Last Nite','url':'http://www.youtube.com/watch?v=uYjilueKyHc&feature=relmfu'},{'title':'The Strokes - Someday','url':'http://www.youtube.com/watch?v=XDc9sRqYlAQ&feature=relmfu'},{'title':'Black Sabbath - Dirty Women','url':'http://www.youtube.com/watch?v=MFEWdOu2jeU'},{'title':'The Ramones - Blitzkrieg Bop','url':'http://www.youtube.com/watch?v=K56soYl0U1w'},{'title':'The Ramones - Baby I Love You','url':'http://www.youtube.com/watch?v=PqZmJ7RGAP4&feature=related'},{'title':'The Ramones - I Wanna Be Your Boyfriend','url':'http://www.youtube.com/watch?v=iS8oYNK73Ek&feature=related'},{'title':'The Stooges - I Wanna Be Your Dog','url':'http://www.youtube.com/watch?v=BJIqnXTqg8I'},{'title':'The Stooges - 1969','url':'http://www.youtube.com/watch?v=k0mRfECsHrc&feature=relmfu'},{'title':'Sex Pistols - New York','url':'http://www.youtube.com/watch?v=MWyQKPQathg'},{'title':'Sex Pistols - Anarchy In The UK','url':'http://www.youtube.com/watch?v=qbmWs6Jf5dc&feature=related'},{'title':'Sex Pistols - Schools Are Prisions','url':'http://www.youtube.com/watch?v=JpanAXF31qw&feature=related'},{'title':'Sex Pistols - Revolution','url':'http://www.youtube.com/watch?v=m7LMsoMavcg&feature=related'},{'title':'JET - Are you gonna be my girl','url':'http://www.youtube.com/watch?v=wjerysgkg6M'},{'title':'JET - She%27s A Genius','url':'http://www.youtube.com/watch?v=VRG7N42yrdY&feature=related'},{'title':'JET - Stand Up','url':'http://www.youtube.com/watch?v=R9DFNqDHkRo&feature=related'},{'title':'JET - Look What You%27ve Done','url':'http://www.youtube.com/watch?v=Dz87gxJuZDs'},{'title':'JET - Move on','url':'http://www.youtube.com/watch?v=OUld_YP19U4&feature=related'},{'title':'JET - Radio Song','url':'http://www.youtube.com/watch?v=n75ORxLmnOw&feature=related'},{'title':'Joan Jett and the Blackhearts - School Days','url':'http://www.youtube.com/watch?v=fGGjtZkRwK4'},{'title':'Joan Jett and The Blackhearts - A.C.D.C','url':'http://www.youtube.com/watch?v=swJbCyAtLNQ'},{'title':'Joan Jett - Do You Wanna Touch Me','url':'http://www.youtube.com/watch?v=pdLPJDYDJ_c&feature=related'},{'title':'Joan Jett and The Black Hearts - I Hate Myself For Loving You','url':'http://www.youtube.com/watch?v=IlXIk2KJtms'},{'title':'Billy Idol - Dancing With Myself','url':'http://www.youtube.com/watch?v=b_mwlrkBPTk'},{'title':'Maria - Blondie','url':'http://www.youtube.com/watch?v=3sYlJsaUAIg'},{'title':'The Strokes- Reptilia','url':'http://www.youtube.com/watch?v=oIoyTuvqHAs'},{'title':'Green Day - Boulevard of Broken Dreams','url':'http://www.youtube.com/watch?v=aGzgoSg5OZg'},{'title':'Red Hot Chili Peppers - Road Trippin','url':'http://www.youtube.com/watch?v=WGj63k6eNws'},{'title':'Red Hot Chili Peppers - My Boy, My Girl','url':'http://www.youtube.com/watch?v=6ETYgYny84o&feature=related'},{'title':'Faith No More - Epic','url':'http://www.youtube.com/watch?v=AdcT0mtdg20'},{'title':'R.E.M. - Imitation Of Life','url':'http://www.youtube.com/watch?v=GkfiCDv4Jbk'},{'title':'Metallica - Enter Sandman','url':'http://www.youtube.com/watch?v=uY3LAFJbKyY'},{'title':'System of a Down - Aerials','url':'http://www.youtube.com/watch?v=wjZzYqjrXSw'},{'title':'System of a Down - Roulette','url':'http://www.youtube.com/watch?v=j5hBwzsLiL0'},{'title':'The Beatles - Love Me Do','url':'http://www.youtube.com/watch?v=ed_2W_KO_zI'},{'title':'The Beatles - She Loves You','url':'http://www.youtube.com/watch?v=T0YifXhm-Zc&feature=related'},{'title':'The Beatles - Want To Hold Your Hand','url':'http://www.youtube.com/watch?v=NOrhY5Kfao8&feature=relmfu'},{'title':'The Beatles - Please Please Me','url':'http://www.youtube.com/watch?v=mmfqvk25d8A&feature=relmfu'},{'title':'The Beatles - From Me To You','url':'http://www.youtube.com/watch?v=u8xhSeZi5CM&feature=relmfu'},{'title':'The Beatles - Eight Days A Week','url':'http://www.youtube.com/watch?v=P_vlLBJ9C2o&feature=related'},{'title':'AC/DC - Let me put my love into you','url':'http://www.youtube.com/watch?v=WhF6dpY5E3A'},{'title':'AC/DC - For Those About Rock (We Salute You)','url':'http://www.youtube.com/watch?v=kxZp9mYyrBY&feature=related'},{'title':'Led Zeppelin - Stairway to Heaven','url':'http://www.youtube.com/watch?v=qHFxncb1gRY'},{'title':'Pink Floyd - Wish You Were Here','url':'http://www.youtube.com/watch?v=DPL_SV3n7IU&feature=fvwrel'},{'title':'Pink Floyd - Time','url':'http://www.youtube.com/watch?v=SBvvHwSebe4&feature=related'},{'title':'Sex Pistols - Bodies','url':'http://www.youtube.com/watch?v=lWKhMTvpYk4'},{'title':'Sex Pistols - No Feelings','url':'http://www.youtube.com/watch?v=5QfHWNw7JZE&feature=relmfu'},{'title':'Sex Pistols - Pretty Vacant','url':'http://www.youtube.com/watch?v=vG2ZKxKVO_c&feature=relmfu'},{'title':'Elvis Presley - Bossa Nova','url':'http://www.youtube.com/watch?v=0GD7o0tqUxw'},{'title':'Johnny Cash - Personal Jesus','url':'http://www.youtube.com/watch?v=xyvFhrDzLfY'},{'title':'Marilyn Manson - Sweet Dreams','url':'http://www.youtube.com/watch?v=BHRyMcH6WMM'},{'title':'Johnny Cash - You Are My Sunshine','url':'http://www.youtube.com/watch?v=cOjor7yOeAo'},{'title':'MGMT - Time to Pretend','url':'http://www.youtube.com/watch?v=sArxl4TR8K0&feature=related'},{'title':'MGMT - Kids','url':'http://www.youtube.com/watch?v=fe4EK4HSPkI'},{'title':'Green Day - Jesus Of Suburbia','url':'http://www.youtube.com/watch?v=K3J4E_Vh1Cs'},{'title':'Green Day - Holiday','url':'http://www.youtube.com/watch?v=YWRugnU5iPQ&feature=relmfu'},{'title':'Green Day- Are We The Waiting','url':'http://www.youtube.com/watch?v=6HXa2gVj4mg&feature=relmfu'},{'title':'Green Day- Boulevard Of Broken Dreams','url':'http://www.youtube.com/watch?v=OK9CbtdVmFk&feature=relmfu'},{'title':'Oasis - Supersonic','url':'http://www.youtube.com/watch?v=bEjz2d2qB1E'},{'title':'Oasis - Rock %27N%27 Roll Star','url':'http://www.youtube.com/watch?v=OX83NG-yhfU&feature=related'},{'title':'Oasis - Stop crying your heart out','url':'http://www.youtube.com/watch?v=l8uAbK8G3vY'},{'title':'Oasis - Stand by me','url':'http://www.youtube.com/watch?v=EbvbVT8L_hQ&feature=related'},{'title':'Guns N%27 Roses - Civil War','url':'http://www.youtube.com/watch?v=O1fHxPY3TJo'},{'title':'Guns N%27 Roses - Patience','url':'http://www.youtube.com/watch?v=M3X_ZpL_Hxc'},{'title':'Guns N%27 Roses - One in a Million','url':'http://www.youtube.com/watch?v=s9B7hgSztA0&feature=channel&list=UL'},{'title':'Guns N%27 Roses - Paradise City','url':'http://www.youtube.com/watch?v=mN3hH8LG4Yw'},{'title':'Arctic Monkeys - A Certain Romance','url':'http://www.youtube.com/watch?v=CUGzWETn1HQ&feature=related'},{'title':'Arctic Monkeys - When The Sun Goes Down','url':'http://www.youtube.com/watch?v=cq2005lHjgk&feature=related'},{'title':'Arctic Monkeys - Riot Van','url':'http://www.youtube.com/watch?v=zdN8OrdyNTk&feature=channel&list=UL'},{'title':'Arctic Monkeys - From Ritz To Rubble','url':'http://www.youtube.com/watch?v=givRh52Ic3A&feature=related'},{'title':'Arctic Monkeys - Still Take You Home','url':'http://www.youtube.com/watch?v=wuPwomMwW00&feature=relmfu'},{'title':'Arctic Monkeys - Perhaps Vampires Is A Bit Strong But...','url':'http://www.youtube.com/watch?v=SjzOUf0AEiQ&feature=relmfu'},{'title':'Gorillaz - Kids With Guns','url':'http://www.youtube.com/watch?v=yevcftD6GjI&feature=channel&list=UL'},{'title':'Arctic Monkeys - Brianstorm','url':'http://www.youtube.com/watch?v=9LDJbnQ7fX4&feature=related'},{'title':'Arctic Monkeys - Brick by Brick','url':'http://www.youtube.com/watch?v=rxO-gl53l4I'},{'title':'Arctic Monkeys - Red Lights Indicate Doors Are Secured','url':'http://www.youtube.com/watch?v=hdmR58BIHOg&feature=channel&list=UL'},{'title':'Arctic Monkeys - Mardy Bum','url':'http://www.youtube.com/watch?v=XMRnlCpTWI4&feature=channel&list=UL'},{'title':'Gorillaz - Clint Eastwood','url':'http://www.youtube.com/watch?v=LXiEwDnFzrk'},{'title':'Gorillaz - Feel Good Inc','url':'http://www.youtube.com/watch?v=dU_in_BNJlg'},{'title':'System of a Down - Cho Suey','url':'http://www.youtube.com/watch?v=HrQsGeKN6qk'},{'title':'System of a down - Lonely day','url':'http://www.youtube.com/watch?v=jhUSsQ_OXzc&feature=related'},{'title':'System Of A Down - Soldier Side','url':'http://www.youtube.com/watch?v=g4Sp0pjrnuU&feature=related'},{'title':'System of a down- Ego Brain','url':'http://www.youtube.com/watch?v=pUPeA2i7Ue8&feature=related'},{'title':'Joy Division - Digital','url':'https://www.youtube.com/watch?v=9qgFGqJz9yc&feature=fvwrel'},{'title':'Joy Division - No Love Lost','url':'https://www.youtube.com/watch?v=kS9fSjP2fD8&feature=related'},{'title':'Joy Division - Dead Souls','url':'https://www.youtube.com/watch?v=MhEm4S-4v_U&feature=related'},{'title':'Joy Division - Shadowplay','url':'https://www.youtube.com/watch?v=juD4ayBbHdY&feature=related'},{'title':'Joy Division - Twenty Four Hours','url':'https://www.youtube.com/watch?v=xiCc_mFXD3E&feature=related'},{'title':'Red Hot Chili Peppers- By The Way','url':'https://www.youtube.com/watch?v=2M1qoUj_jsw'},{'title':'Red Hot Chili Peppers - Can%27t Stop','url':'https://www.youtube.com/watch?v=cUwEMoH_ZE0&feature=related'},{'title':'Red Hot Chili Peppers - Dani California','url':'https://www.youtube.com/watch?v=8MR9OH6BjOo&feature=related'},{'title':'AC/DC - Shoot to thrill','url':'https://www.youtube.com/watch?v=Rw7w2b_FTC8'},{'title':'AC/DC - Highway To Hell','url':'https://www.youtube.com/watch?v=PI1RIZlTzdo&feature=related'},{'title':'AC/DC- Hell%27s Bells','url':'https://www.youtube.com/watch?v=Kg3a4IZNsbQ'},{'title':'AC/DC - Rock %27n%27 roll Damnation','url':'https://www.youtube.com/watch?v=98h-ghFIVPc&feature=channel&list=UL'},{'title':'AC/DC - Cold Heated Man','url':'https://www.youtube.com/watch?v=cG-FMOijZgk&feature=channel&list=UL'},{'title':'AC/DC - If You Want Blood','url':'https://www.youtube.com/watch?v=H4DRPSb8wvg&feature=channel&list=UL'},{'title':'AC/DC - Hell Ain%27t a Bad Place to Be','url':'https://www.youtube.com/watch?v=QZgoRQWl8BI&feature=mr_meh&list=ULqLM2s7g2-hk&playnext=0'},{'title':'AC/DC - Hard As A Rock','url':'https://www.youtube.com/watch?v=TS6_Y6n-nZY&feature=related'},{'title':'AC/DC - The Honey Roll','url':'https://www.youtube.com/watch?v=WsF-8E6nvLU&feature=channel&list=UL'},{'title':'AC/DC - Whiskey On The Rocks','url':'https://www.youtube.com/watch?v=vJaNz1vEKbI&feature=channel&list=UL'},{'title':'Led Zeppelin - Ten Years Gone','url':'https://www.youtube.com/watch?v=siot_d9j3Do'},{'title':'Led Zeppelin - Black Dog','url':'https://www.youtube.com/watch?v=fl6s1x9j4QQ'},{'title':'Led Zeppelin - Immigrant Song','url':'https://www.youtube.com/watch?v=nBmueYJ0VhA&feature=related'},{'title':'Led Zeppelin - The Rain Song','url':'https://www.youtube.com/watch?v=S4v-_p5dU34&feature=related'},{'title':'Led Zeppelin - Thank You','url':'https://www.youtube.com/watch?v=u1z4vkPWkLQ&feature=related'},{'title':'Led Zeppelin - Tangerine','url':'https://www.youtube.com/watch?v=ZQ_JAgHxR14&feature=related'},{'title':'Pink Floyd - Mother','url':'https://www.youtube.com/watch?v=p0HrrR9QDQU&feature=fvwrel'},{'title':'Pink Floyd - Comfortably Numb','url':'https://www.youtube.com/watch?v=Bpzxf_flm8M&feature=related'},{'title':'Bob Marley - Is This Love','url':'https://www.youtube.com/watch?v=7oBK2g202ME'},{'title':'Bob Marley- No woman no cry','url':'https://www.youtube.com/watch?v=x59kS2AOrGM'},{'title':'Bob Marley - Three little birds','url':'https://www.youtube.com/watch?v=Qn6m1F4H5DE&feature=related'},{'title':'Bob Marley - Don%27t worry be happy','url':'https://www.youtube.com/watch?v=Oo4OnQpwjkc&feature=related'},{'title':'Bob Marley - Buffalo Soldier','url':'https://www.youtube.com/watch?v=Yql9I2zARd4&feature=related'},{'title':'Black sabbath - War Pigs','url':'https://www.youtube.com/watch?v=OGPD0ZBiMs0&feature=related'},{'title':'Black Sabbath - Iron Man','url':'https://www.youtube.com/watch?v=dZJPYo-YUkA&feature=related'},{'title':'Black sabbath - Paranoid','url':'https://www.youtube.com/watch?v=QQBttKoetqo'},{'title':'Black sabbath - Children Of the Grave','url':'https://www.youtube.com/watch?v=9rihpED_obk&feature=related'},{'title':'Black Sabbath - Electric Funeral','url':'https://www.youtube.com/watch?v=FlgyYR2hkSY&feature=related'},{'title':'Black Sabbath - Sweet Leaf','url':'https://www.youtube.com/watch?v=H3YtvuZ2-I0&feature=related'},{'title':'Black Sabbath - Heaven and Hell','url':'https://www.youtube.com/watch?v=4EL67mjv1nM&feature=related'},{'title':'Iron maiden - Fear of the dark','url':'https://www.youtube.com/watch?v=03aCfe6Ui3A'}],'placement':'bottom','showplaylist':'false'}");
- </script>
- <!--End of SCM Music Player script-->
- <div id="content">
- <div class="cage">
- <div class="sidebar">
- {block:ifshowsidebarimage}
- <a href= "/"><img style="{block:iffadedimages}opacity: 0.95;{/block:iffadedimages}{block:ifroundedcorners}-moz-border-radius: 5px;
- border-radius: 5px;
- {block:ifroundedcorners}" src="{image:sidebar}"width=100%"/></a>
- {/block:ifshowsidebarimage}
- <div style="border-top: 1px solid #f0f0f0; text-align:right; padding-right:3px; padding-top:1px; padding-bottom:3px;">
- <a href="/">HOME</a>
- {block:AskEnabled}<a href="/fasked">FASK</a> {/block:AskEnabled}
- {block:IfLinkOneTitle}<a href="{text:Link One}"> {text:Link One Title} </a> {/block:ifLinkOneTitle}
- {block:ifLinkTwoTitle}<a href="{text:Link Two}"> {text:Link Two Title} </a> {/block:ifLinkTwoTitle}
- {block:ifLinkThreeTitle}<a href="{text:Link Three}"> {text:Link Three Title} </a> {/block:ifLinkThreeTitle}
- {block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title} </a> {/block:ifLinkFourTitle}
- {block:ifLinkFiveTitle}<a href="{text:Link Five}"> {text:Link Five Title} </a> {/block:ifLinkFiveTitle}<a href="http://drunkrocker.tumblr.com/">CREDIT</a></div>
- <div style="max-width:500px;margin-left:auto;margin-right:auto;text-align:left; padding: 2px">
- {Description}
- </div>
- {block:IndexPage}
- <div class="column navigation" id="navigation">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
- </div>
- {/block:IndexPage}
- </div>
- <div class="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- <div style="padding:5px; background-color:{color:Post};">
- {block:Title} <a href="{permalink}"><div class="heading">{title}</div></a> {/block:Title}
- <div class="glue">{Body}</div></div>
- {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig"><img src="http://static.tumblr.com/8buytvw/Abkm616xl/like.png"></div></a></div>{/block:IndexPage}
- {block:IndexPage}<div class="tweek"><a href="{ReblogURL}"><div class="craigtwo"><img src="http://static.tumblr.com/8buytvw/t89m616wl/reblog.png"></div></a></div>{/block:IndexPage}
- {block:PermalinkPage}
- <div class="info"><div style="background-color:{color:Post}">
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- <div class="jarvis">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
- {/block:PermalinkPage}
- {/block:Text}
- {block:Photo}
- <div class="img">
- {block:IndexPage}{LinkOpenTag}<a href="{ReblogURL}">{/block:IndexPage}
- {block:PermalinkPage}<a href="{PhotoURL-HighRes}">{/block:PermalinkPage}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IndexPage}width="250"{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>
- </a>
- </div>{LinkCloseTag}
- {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig"><img src="http://static.tumblr.com/8buytvw/Abkm616xl/like.png"></div></a></div>{/block:IndexPage}
- {block:IndexPage}<div class="tweek"><a href="{ReblogURL}"><div class="craigtwo"><img src="http://static.tumblr.com/8buytvw/t89m616wl/reblog.png"></div></a></div>{/block:IndexPage}
- {block:PermalinkPage}
- <div class="info"><div style="background-color:{color:Post}">
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- <div class="jarvis">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}{block:Photos}<a href="{permalink}"><img src="{PhotoURL-500}" width="250" /></a>
- {/block:Photos}<div class="tweek"><a href="{Permalink}"><div class="craig"><img src="http://static.tumblr.com/8buytvw/Abkm616xl/like.png"></div></a></div>{/block:IndexPage}
- {block:IndexPage}<div class="tweek"><a href="{ReblogURL}"><div class="craigtwo"><img src="http://static.tumblr.com/8buytvw/t89m616wl/reblog.png"></div></a></div>{/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}<br>
- {/block:PermalinkPage}
- {block:PermalinkPage}
- <div class="info"><div style="background-color:{color:Post}">
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- <div class="jarvis">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div style="padding:5px; background-color:{color:Post};">
- <a href="{permalink}"><div class="heading">"{Quote}"</div></a>
- {block:Source} <div align="right">{Source}</div>{/block:Source}
- {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig"><img src="http://static.tumblr.com/8buytvw/Abkm616xl/like.png"></div></a></div>{/block:IndexPage}
- {block:IndexPage}<div class="tweek"><a href="{ReblogURL}"><div class="craigtwo"><img src="http://static.tumblr.com/8buytvw/t89m616wl/reblog.png"></div></a></div>{/block:IndexPage}
- {block:PermalinkPage}
- <div class="info"><div style="background-color:{color:Post}">
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- <div class="jarvis">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
- {/block:PermalinkPage}</div>
- {/block:Quote}
- {block:Link}
- <div style="padding:5px; background-color:{color:Post};">
- <div class="heading"><a href="{URL}"{Target}>{Name} </a></div>
- {block:Description} {Description}{/block:Description}
- {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig"><img src="http://static.tumblr.com/8buytvw/Abkm616xl/like.png"></div></a></div>{/block:IndexPage}
- {block:IndexPage}<div class="tweek"><a href="{ReblogURL}"><div class="craigtwo"><img src="http://static.tumblr.com/8buytvw/t89m616wl/reblog.png"></div></a></div>{/block:IndexPage}
- {block:PermalinkPage}
- <div class="info"><div style="background-color:{color:Post}">
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- <div class="jarvis">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
- {/block:PermalinkPage}</div>
- {/block:Link}
- {block:Video}
- {block:PermalinkPage}<div class="video">{Video-500}
- </div>{/block:PermalinkPage}
- {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig"><img src="http://static.tumblr.com/8buytvw/Abkm616xl/like.png"></div></a></div>{/block:IndexPage}
- {block:IndexPage}<div class="tweek"><a href="{ReblogURL}"><div class="craigtwo"><img src="http://static.tumblr.com/8buytvw/t89m616wl/reblog.png"></div></a></div>{/block:IndexPage}
- {block:PermalinkPage}
- <div class="info"><div style="background-color:{color:Post}">
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- <div class="jarvis">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
- {/block:PermalinkPage}
- {/block:Video}
- {block:Chat}
- <div style="padding:5px; background-color:{color:Post};">
- {block:Title}
- <div class="heading"><a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- <div class="chat ul">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
- {/block:Lines}</div></li>
- {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig"><img src="http://static.tumblr.com/8buytvw/Abkm616xl/like.png"></div></a></div>{/block:IndexPage}
- {block:IndexPage}<div class="tweek"><a href="{ReblogURL}"><div class="craigtwo"><img src="http://static.tumblr.com/8buytvw/t89m616wl/reblog.png"></div></a></div>{/block:IndexPage}
- {block:PermalinkPage}
- <div class="info"><div style="background-color:{color:Post}">
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- <div class="jarvis">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
- {/block:PermalinkPage}</div>
- {/block:Chat}
- {block:Audio}<div style="padding:5px; background-color:{color:Post};">{block:PermalinkPage}
- {block:AlbumArt}<div class="album-art"><img src="{AlbumArtURL}" height="100px"></div>{/block:AlbumArt}{/block:PermalinkPage}{AudioPlayerGrey}
- {block:PermalinkPage}
- {block:TrackName}<br><br>
- <b>{TrackName}</b>
- {/block:TrackName} by {block:Artist}
- {Artist}
- {/block:Artist}<br>{PlayCountWithLabel}{/block:PermalinkPage}
- {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig"><img src="http://static.tumblr.com/8buytvw/Abkm616xl/like.png"></div></a></div>{/block:IndexPage}
- {block:IndexPage}<div class="tweek"><a href="{ReblogURL}"><div class="craigtwo"><img src="http://static.tumblr.com/8buytvw/t89m616wl/reblog.png"></div></a></div>{/block:IndexPage}
- {block:PermalinkPage}
- <div class="info"><div style="background-color:{color:Post}">
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- <div class="jarvis">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
- {/block:PermalinkPage}</div>
- {/block:Audio}
- {block:Answer}<div style="padding:5px; background-color:{color:Post};">
- <div style="text-align:left;padding-left:5px;padding-right:5px;border-left: 2px solid {color:Links};border-right: 2px solid #ccc;background-color:#f5f5f5;"><div class="asker">{Asker}: {Question}</div></div><div style="text-align:left;"><div class="answer">{Answer}</div></div>
- {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig"><img src="http://static.tumblr.com/8buytvw/Abkm616xl/like.png"></div></a></div>{/block:IndexPage}
- {block:IndexPage}<div class="tweek"><a href="{ReblogURL}"><div class="craigtwo"><img src="http://static.tumblr.com/8buytvw/t89m616wl/reblog.png"></div></a></div>{/block:IndexPage}
- {block:PermalinkPage}
- <div class="info"><div style="background-color:{color:Post}">
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- <div class="jarvis">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
- {/block:PermalinkPage}</div>
- {/block:Answer}
- </div>
- {/block:Posts}
- </div></div>
- </div>
- </div>
- </body>
- </div>
- </html>
Add Comment
Please, Sign In to add comment