<a href=”https://twitter.com/JustJustinaa” class=”twitter-follow-button” data-show-count=”false”>Follow @JustJustinaa</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=”//platform.twitter.com/widgets.js”;fjs.parentNode.insertBefore(js,fjs);}}(document,”script”,”twitter-wjs”);</script>
<title>{title}</title>
<link href=’http://fonts.googleapis.com/css?family=Delius+Unicase’ rel=’stylesheet’ type=’text/css’>
<meta name=”color:Background” content=”#e6e6e6”/>
<meta name=”color:Post Box” content=”#F5F5F5”/>
<meta name=”color:Blog Title” content=”#3D3D3D”/>
<meta name=”color:Blog Description” content=”#494949”/>
<meta name=”color:Title” content=”#292929”/>
<meta name=”color:Text” content=”#363636”/>
<meta name=”color:Link” content=”#5c5c5c”/>
<meta name=”color:Hover” content=”#FFF”/>
<meta name=”font:Title” content=”Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif”/>
<meta name=”font:Blog Title” content=”Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif”/>
<meta name=”font:Body” content=”Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif”/>
<meta name=”image:Background” content=”“/>
<meta name=”image:Sidebar” content=”“/>
<meta name=”if:Sidebar In Top Left” content=”0”/>
<meta name=”if:Sidebar In Top Right” content=”0”/>
<meta name=”if:Sidebar In Bottom Left” content=”1”/>
<meta name=”if:Sidebar In Bottom Right” content=”0”/>
<meta name=”if:Post Shadows” content=”1”/>
<meta name=”if:Reblog Link On Hover” content=”1”/>
<meta name=”if:Faded Images On Hover” content=”0”/>
<meta name=”if:Rounded Edges” content=”0”/>
<meta name=”if:Show Photo” content=”1”/>
<meta name=”if:Small Sidebar Image” content=”0”/>
<meta name=”if:Show Title” content=”1”/>
<meta name=”if:Show Blog Description” content=”1”/>
<meta name=”if:Ask Link” content=”1”/>
<meta name=”if:Archive Link” content=”1”/>
<meta name=”text:Ask Link Text” content=”” />
<meta name=”text:Archive Link Text” content=”” />
<meta name=”text:Custom Link One” content=”” />
<meta name=”text:Custom Link One Title” content=”” />
<meta name=”text:Custom Link Two” content=”” />
<meta name=”text:Custom Link Two Title” content=”” />
<meta name=”text:Custom Link Three” content=”” />
<meta name=”text:Custom Link Three Title” content=”” />
<meta name=”text:Custom Link Four” content=”” />
<meta name=”text:Custom Link Four Title” content=”” />
<meta name=”text:Custom Link Five” content=”” />
<meta name=”text:Custom Link Five Title” content=”” />
<meta name=”text:Custom Link Six” content=”” />
<meta name=”text:Custom Link Six Title” content=”” />
<meta name=”text:Custom Link Seven” content=”” />
<meta name=”text:Custom Link Seven Title” content=”” />
<meta name=”text:Custom Link Eight” content=”” />
<meta name=”text:Custom Link Eight Title” content=”” />
<meta name=”text:Custom Link Nine” content=”” />
<meta name=”text:Custom Link Nine Title” content=”” />
<meta name=”text:Custom Link Ten” content=”” />
<meta name=”text:Custom Link Ten Title” content=”” />
</script>
<style type=”text/css”>
body{
margin:0px;
background-color: {color:Background};
background-image:url({image:Background});
background-attachment: fixed;
background-repeat: repeat;
font-size: 9px;
font-family:{font:Body};
line-height:11px;
color:{color:Text};
}
a:link, a:active, a:visited{
color: {color:Link};
text-decoration: none;
-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
}
a:hover{
color:{color:Hover};
text-decoration: none;
-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
}
.sidelink{font-style:italic;
font-family: {font:Body};
font-color: {color:Text};
{block:ifSidebarInTopLeft}
text-align: right;
padding-right:5px;
{/block:ifSidebarInTopLeft}
{block:ifSidebarInBottomLeft}
text-align: right;
padding-right:5px;
{/block:ifSidebarInBottomLeft}
{block:ifSidebarInTopRight}
text-align: left;
padding-left:5px;
{/block:ifSidebarInTopRight}
{block:ifSidebarInBottomRight}
text-align: left;
padding-left:5px;
{/block:ifSidebarInBottomRight}
font-size:9px; display:block;
margin:-5px;width:auto;
-webkit-transition: all 1.5s linear; -moz-transition: all 1.5s linear; transition: all 1.5s linear;}
.sidelink:hover{background-color:rgba(0,0,0,0);
style: italic;
color:{color:Hover};
padding-left:5px;
margin:-5px;width:auto;
-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
.sidelink a:hover{color: {color:Link};
-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
#leposts{width:310px; height:auto;}
{block:PermalinkPage}
width:410px;
{/block:PermalinkPage}
{block:ifRoundedEdges}
-moz-border-radius: 3px;
border-radius: 3px;
{/block:ifRoundedEdges}
}
#weiner{
padding-top:3px;
padding-bottom:3px;
position:fixed !important;
width:310px;
height:207px;
background-color:{color:Post Box};
{block:PermalinkPage}
width:410px;
height:207px;
{/block:PermalinkPage}
{block:ifRoundedEdges}
-moz-border-radius: 3px;
border-radius: 3px;
{/block:ifRoundedEdges}
}
#sidebarr{
z-index:999999999999999;
position:absolute !important;
position:fixed !important;
{block:ifSidebarInBottomRight}
bottom:100px;
right: 290px;
width:200px;
{/block:ifSidebarInBottomRight}
{block:ifSidebarInBottomLeft}
bottom:100px;
left: 220px;
width:200px;
{/block:ifSidebarInBottomLeft}
{block:ifSidebarInTopRight}
top:100px;
right: 290px;
width:200px;
{/block:ifSidebarInTopRight}
{block:ifSidebarInTopLeft}
top:100px;
left: 220px;
width:200px;
{/block:ifSidebarInTopLeft}
background-color: transparent;
}
#containerr{
margin:auto;
left:0px;
top:10px;
padding-top:15px;
padding-left:117px;
position:absolute;
{block:indexpage}
width:1080px;
{/block:indexpage}
{block:permalinkpage}
width:1080px;
left:50px;
{/block:permalinkpage}
overflow:hidden;
}
#posts{
float:right;
{block:indexpage}
width:750px;
{/block:indexpage}
{block:permalinkpage}
width:800px;
{/block:permalinkpage}
margin-left:68px;
}
#c0zy{
position:fixed !important;
width:auto;
height:auto;
right:3px;
top:26px;
}
#c0zy:hover{
position:fixed !important;
width:auto;
height:auto;
}
#entry{
z-index:9999;
{block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows}
border:0px solid;
border-color: #f1f1f1;
float: left;
width: 310px;
height: auto;
{block:PermalinkPage}
width: 410px;
height: auto;
{/block:PermalinkPage}
line-height:8px;
background-color:{color:Post Box};
padding:0px;
margin-right:10px;
overflow:hidden;
margin-bottom:10px;
{block:ifRoundedEdges}
-moz-border-radius: 3px;
border-radius: 3px;
{/block:ifRoundedEdges}
}
#entry img{
{block:IndexPage}
max-width: 310px;
height: auto;
{/block:IndexPage}
{block:PermalinkPage}
max-width: 410px;
height: auto;
{/block:PermalinkPage}
}
{block:ifReblogLinkOnHover}
#entry:hover #reblog{
{block:IndexPage}
opacity:1;-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
{/block:IndexPage}
}
#reblog{
width:22px;
float:left;
margin-left:280px;
margin-top:8px;
position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
{/block:ifReblogLinkOnHover}
#permapage{
font-family: {Font:Body};
font-size: 9px;
text-align: center;
padding-bottom:10px;
z-index:9999;}
#notes{
{block:permalinkpage}
background-color:{color:Post Box};
display:block;
width:800px;
float: left;
padding:10px;
overflow:visible;
z-index:9999999;
margin-top: 10px;
{block:IfPostShadows}-webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
box-shadow: 0px 0px 12px rgba(0,0,0,0.3);{/block:IfPostShadows}
{block:IfNotPostShadows}-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 0px rgba(0,0,0,0.4);{/block:IfNotPostShadows}
outline:1px solid rgba(0, 0, 0, .1);
border:2px solid rgba(0, 0, 0, .05);
text-align: left;{/block:permalinkpage}
}
iframe#tumblr_controls{position:fixed !important;
}
{block:iffadedimagesonhover}
img{ -webkit-transition: opacity 0.4s linear; opacity: 1; }
img:hover{ -webkit-transition: opacity 0.4s linear; opacity: 0.75; }
{/block:iffadedimagesonhover}
.title{
font-family: {font:Title};
font-size: 12px;
line-height: 12px;
color: {color:Title};
font-weight: normal;
letter-spacing: 0px;
}
.leblogtitle{
font-family: helvetica;
font-size: 12px;
line-height: 24px;
color: {color:Blog Title};
font-weight: normal;
{block:IfNotShowBlogDescription}
margin-bottom:-30px;
{/block:IfNotShowBlogDescription}
-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
}
.credy{
font-family: Arial;
font-size: 9px;
opacity: .6;
color: {color:Body};
letter-spacing: 0px;
border-style: outset;
border-width: 2px;
}
.leblogtitle:hover{
color:{color:Hover};
-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
}
.credy:hover{
font-family: Arial;
font-size: 9px;
opacity: .6;
color: {color:Body};
letter-spacing: 0px;
border-style: inset;
border-width: 2px;
}
.permalinktext{
font-family: {Font:Body};
padding: 5px;
position: absolute;
text-align: center;
width: 200px;
-moz-transition: 0.3s ease-out;
-webkit-transition: 0.3s ease-out;
transition: 0.3s ease-out;
opacity:0;
}
.permalinktext a{color:{color:links};
}
.entry:hover .permalinktext {
-moz-transition: 0.3s ease-out;
-webkit-transition: 0.3s ease-out;
transition: 0.3s ease-out;
width:200px;
text-decoration:line-through;
height:auto;
display: block;
opacity: 1;
}
blockquote{
padding:0px 0px 2px 3px;
margin:0px 0px 2px 1px;
}
ul, ol, li{
list-style:none;
margin:0px;
padding:0px;
}
.user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
.user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
}
a.links {
font-family: Arial;
font-size: 10px;
line-height: 9px;
text-transform: normal;
letter-spacing:0px;
display:block;
padding: 0px;
margin-bottom: 0px;
{block:ifRoundedEdges}
-moz-border-radius: 3px;
border-radius: 3px;
{/block:ifRoundedEdges}
}
a.links:hover {
font-style: italic;
text-decoration: underline;
letter-spacing:10px;
}
</style>
<link rel=”shortcut icon” href=”{Favicon}”>
<link rel=”alternate” type=”application/rss+xml” title=”RSS” href=”{RSS}” />
<meta name=”viewport” content=”width=720” />
</head>
<body>
<div id=”weiner”>
<div id=”containerr”>
<div id=”sidebarr”>
{block:ifShowPhoto}
{block:ifSidebarInBottomLeft}
<div align=”right” style=”padding-bottom:3px;”>
<a href=”/”>
<img style=”{block:ifRoundedEdges}
-moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}” src=”{image:sidebar}” {block:ifNotSmallSidebarImage}width=200{/block:ifNotSmallSidebarImage} {block:ifSmallSidebarImage}width=100{/block:ifSmallSidebarImage} ” /></a></div>
{/block:ifSidebarInBottomLeft}
{block:ifSidebarInBottomRight}
<div align=”left” style=”padding-bottom:3px; {block:ifRoundedEdges}
-moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}”>
<a href=”/”>
<img style=”{block:ifRoundedEdges}
-moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}” src=”{image:sidebar}” {block:ifNotSmallSidebarImage}width=200{/block:ifNotSmallSidebarImage} {block:ifSmallSidebarImage}width=100{/block:ifSmallSidebarImage}” /></a></div>
{/block:ifSidebarInBottomRight}
{block:ifSidebarInTopLeft}
<div align=”right” style=”padding-bottom:3px; {block:ifRoundedEdges}
-moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}”>
<a href=”/”>
<img style=”{block:ifRoundedEdges}
-moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}” src=”{image:sidebar}” {block:ifNotSmallSidebarImage}width=200{/block:ifNotSmallSidebarImage} {block:ifSmallSidebarImage}width=100{/block:ifSmallSidebarImage}” /></a></div>
{/block:ifSidebarInTopLeft}
{block:ifSidebarInTopRight}
<div align=”left” style=”padding-bottom:3px; {block:ifRoundedEdges}
-moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}”>
<a href=”/”>
<img style=”{block:ifRoundedEdges}
-moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}” src=”{image:sidebar}” {block:ifNotSmallSidebarImage}width=200{/block:ifNotSmallSidebarImage} {block:ifSmallSidebarImage}width=100{/block:ifSmallSidebarImage}” /></a></div>
{/block:ifSidebarInTopRight}
{/block:ifShowPhoto}
{block:ifShowTitle}
{block:ifSidebarInTopLeft}
<a href=”/”><div align=”right” class=”leblogtitle”>{Title}</div></a>
{/block:ifSidebarInTopLeft}
{block:ifSidebarInBottomLeft}
<a href=”/”><div align=”right” class=”leblogtitle”>{Title}</div></a>
{/block:ifSidebarInBottomLeft}
{block:ifSidebarInTopRight}
<a href=”/”><div align=”left” class=”leblogtitle”>{Title}</div></a>
{/block:ifSidebarInTopRight}
{block:ifSidebarInBottomRight}
<a href=”/”><div align=”left” class=”leblogtitle”>{Title}</div></a>
{/block:ifSidebarInBottomRight}
{/block:ifShowTitle}<br>
{block:IfShowBlogDescription}
{block:ifSidebarInTopLeft}
<div align=”right” style=”line-height:14px; margin-top:-15px; margin-bottom:-15px; color:{color:Blog Description};”>{description}</div>
{/block:ifSidebarInTopLeft}
{block:ifSidebarInBottomLeft}
<div align=”right” style=”line-height:14px; margin-top:-15px; margin-bottom:-15px; color:{color:Blog Description}; font-style:italic;”>{description}</div>
{/block:ifSidebarInBottomLeft}
{block:ifSidebarInTopRight}
<div align=”left” style=”line-height:14px; margin-top:-15px; margin-bottom:-15px; color:{color:Blog Description};”>{description}</div>
{/block:ifSidebarInTopRight}
{block:ifSidebarInBottomRight}
<div align=”left” style=”line-height:14px; margin-top:-15px; margin-bottom:-15px; color:{color:Blog Description};”>{description}</div>
{/block:ifSidebarInBottomRight}
{/block:IfShowBlogDescription}
<div align=”center”>
<center><br>
{block:ifAskLink}<a href=”/ask” class=”sidelink”>{text:Ask Link Text}</a><br>{/block:ifAskLink}
{block:ifCustomLinkOneTitle}<a href=”{text:Custom Link One}” class=”sidelink”>{text:Custom Link One Title}</a><br>{/block:ifCustomLinkOneTitle}
{block:ifCustomLinkTwoTitle}<a href=”{text:Custom Link Two}” class=”sidelink”>{text:Custom Link Two Title}</a><br>{/block:ifCustomLinkTwoTitle}
{block:ifCustomLinkThreeTitle}<a href=”{text:Custom Link Three}” class=”sidelink”>{text:Custom Link Three Title}</a><br>{/block:ifCustomLinkThreeTitle}
{block:ifCustomLinkFourTitle}<a href=”{text:Custom Link Four}” class=”sidelink”>{text:Custom Link Four Title}</a><br>{/block:ifCustomLinkFourTitle}
{block:ifCustomLinkFiveTitle}<a href=”{text:Custom Link Five}” class=”sidelink”>{text:Custom Link Five Title}</a><br>{/block:ifCustomLinkFiveTitle}
{block:ifCustomLinkSixTitle}<a href=”{text:Custom Link Six}” class=”sidelink”>{text:Custom Link Six Title}</a><br>{/block:ifCustomLinkSixTitle}
{block:ifCustomLinkSevenTitle}<a href=”{text:Custom Link Seven}” class=”sidelink”>{text:Custom Link Seven Title}</a><br>{/block:ifCustomLinkSevenTitle}
{block:ifCustomLinkEightTitle}<a href=”{text:Custom Link Eight}” class=”sidelink”>{text:Custom Link Eight Title}</a><br>{/block:ifCustomLinkEightTitle}
{block:ifCustomLinkNineTitle}<a href=”{text:Custom Link Nine}” class=”sidelink”>{text:Custom Link Nine Title}</a><br>{/block:ifCustomLinkNineTitle}
{block:ifCustomLinkTenTitle}<a href=”{text:Custom Link Ten}” class=”sidelink”>{text:Custom Link Ten Title}</a><br>{/block:ifCustomLinkTenTitle}
{block:ifArchiveLink}<a href=”/archive” class=”sidelink”>{text:Archive Link Text}</a><br>{/block:ifArchiveLink}
</div>
</div>
</center>
<div align=”center”>
<div id=”posts”>
{block:Posts}
<div id=”entry”>
{block:Photo}
{block:IndexPage}
{block:ifReblogLinkOnHover}
<div id=”reblog”><a href=”{ReblogURL}” title=”Reblog”><img src=”http://static.tumblr.com/tak5d5w/OBnlsu9qa/c0zyreblogbutton.png” width=”22px;”/></a></div>
{/block:ifReblogLinkOnHover}
<div id=”leposts”>
<a href=”{permalink}”>
<img src=”{PhotoURL-500}” alt=”{PhotoAlt}” width=310; style=” {block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows} {block:ifRoundedEdges}-moz-border-radius: 3px; border-radius: 3px; {/block:ifRoundedEdges}”></a></div>
{/block:IndexPage}
{block:PermalinkPage}
{LinkOpenTag}<center><img src=”{PhotoURL-500}” alt=”{PhotoAlt}”width=410px; style=” {block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows} border=”0”></center>
{/block:PermalinkPage}
{/block:Photo}
{block:Photoset}
<div style=”padding-top:30px; padding-bottom:30px;”><a href=”{permalink}”>
{Photoset-250}</a></div>
{/block:Photoset}
{block:Text}<div style=”padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;”>
{block:Title}
<a href=”{permalink}”><span class=”title”>{Title}</span></a>
{/block:Title}
<span class=”entrytext” style=”line-height:12px;”>{Body}</span>
<a href=”{Permalink}”></a></div>
{block:indexpage}<hr size=”1” width=”270”>
<div align=”right” style=”padding-right:10px; padding-top:5px; padding-bottom:10px;”><a href=”{Permalink}”>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
</a> - <a href=”{Permalink}”>{DayOfMonth} {Month}, {Year}
</a></div>{/block:indexpage}
{/block:Text}
{block:Link}<div style=”padding-top:15px; padding-bottom:0px;>
<a href=”{URL}”><span class=”title”>{Name}</span></a></div>
{block:BlogDescription}<span class=”entrytext” style=”line-height:12px;”>{Description}</span>{/block:BlogDescription}</a>
{block:Caption}<a href=”{URL}”>{Caption}</a>{/block:Caption}<div style=”padding-top:0px; padding-bottom:3px;”></a></div>
{block:indexpage}<hr size=”1” width=”270”>
<div align=”right” style=”padding-right:10px; padding-top:5px; padding-bottom:10px;”><a href=”{Permalink}”>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
</a> - <a href=”{Permalink}”>{DayOfMonth} {Month}, {Year}
</a></div>{/block:indexpage}
{/block:Link}
{block:Quote}
<div style=”padding-top:10px; padding-bottom:10px;”>
<span class=”title” style=”line-height:16px; font-style: italic;”>”{Quote}”</span><br><br>
<div style=”text-align: right; padding-right:10px;”><a href=”{Permalink}”>{block:Source}
-{Source}
{/block:Source}</a></div><br>{block:indexpage}<hr size=”1” width=”270”>
<div align=”right” style=”padding-right:10px; padding-top:5px;”><a href=”{Permalink}”>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
</a> - <a href=”{Permalink}”>{DayOfMonth} {Month}, {Year}
</a></div>{/block:indexpage}
</div>
{/block:Quote}
{block:Chat}
<div style=”padding-top:15px; padding-bottom:10px;”>
<a href=”{permalink}”>{block:Title}<span class=”title”>{Title}</span>{/block:Title}</a>
<ul class=”chat”>
{block:Lines}
<li class=”user_{UserNumber}”>
{block:Label}
<span class=”label” style=”line-height:12px;”>{Label}</span>
{/block:Label}
{Line}
</li>
{/block:Lines}
</ul>
{block:Caption}{Caption}{/block:Caption}
<br>{block:indexpage}<hr size=”1” width=”270”>
<div align=”right” style=”padding-right:10px; padding-top:5px;”><a href=”{Permalink}”>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
</a> - <a href=”{Permalink}”>{DayOfMonth} {Month}, {Year}
</a></div>{/block:indexpage}
</div>
{/block:Chat}
{block:Audio}
<div style=”padding-top:30px; padding-bottom:0px;”>
<div style=”float:center”>
{AudioPlayerGrey}
</div>
</div>
<div style=”padding-bottom:0px;”>{block:Caption}{Caption}{/block:Caption}</div>{block:indexpage}
<hr size=”1” width=”270”>
<div style=” float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;”><a href=”{permalink}”>{FormattedPlayCount} Plays</a></div>
<div align=”right” style=”padding-right:10px; padding-top:5px; padding-bottom:10px;”><a href=”{Permalink}”>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
</a> - <a href=”{Permalink}”>{DayOfMonth} {Month}, {Year}
</a></div>{/block:indexpage}
{/block:Audio}
{block:Video}
<div style=”padding-top:28px; padding-bottom:8px;”>
{Video-250}</div>
<div style=”padding-bottom:5px;”>{block:Caption}{Caption}{/block:Caption}</div>
{block:indexpage}<hr size=”1” width=”270”>
<div align=”right” style=”padding-right:10px; padding-top:5px; padding-bottom:10px;”><a href=”{Permalink}”>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
</a> - <a href=”{Permalink}”>{DayOfMonth} {Month}, {Year}
</a></div>{/block:indexpage}
{/block:Video}
{block:PermalinkPage}</a>
<div id=”permapage”><br>
{block:notecount}
{notecountwithlabel}
{/block:notecount} {block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} {block:RebloggedFrom} Reblogged from
<a href=”{ReblogParentURL}”>{ReblogParentName}</a></a><br><br>Posted by
<a href=”{ReblogRootURL}”>{ReblogRootName}</a>
{/block:RebloggedFrom}
<br><br>
<div align=”left”>
{block:PostNotes}
{PostNotes}
{/block:PostNotes}
</div>
</div>
{/block:PermalinkPage}
</div>
{/block:Posts}
</div>
</div>
</div>
</center>
</div>
</div>
{block:indexpage}
{block:NextPage}<div id=”page-nav”><a href=”{NextPage}”></a></div>{/block:NextPage}
<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js”></script>
<script type=”text/javascript” src=”http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js”></script>
<script type=”text/javascript”>
$(window).load(function(){
var $wall = $(‘#posts’);
$wall.imagesLoaded(function(){
$wall.masonry({
itemSelector: ‘#entry, #entry_photo’,
isAnimated : false
});
});
$wall.infinitescroll({
navSelector : ‘#page-nav’,
nextSelector : ‘#page-nav a’,
itemSelector : ‘#entry, #entry_photo’,
bufferPx : 2000,
debug : false,
errorCallback: function() {
$(‘#infscr-loading’).fadeOut(‘normal’);
}},
function( newElements ) {
var $newElems = $( newElements );
$newElems.hide();
$newElems.imagesLoaded(function(){
$wall.masonry( ‘appended’, $newElems,{isAnimated: false}, function(){$newElems.fadeIn(‘slow’);} );
});
}); $(‘#content’).show(500);
});
</script>
{/block:indexpage}
</body>
</html>
<a href=”https://twitter.com/JustJustinaa” class=”twitter-follow-button” data-show-count=”false”>Follow @JustJustinaa</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=”//platform.twitter.com/widgets.js”;fjs.parentNode.insertBefore(js,fjs);}}(document,”script”,”twitter-wjs”);</script>
<!—
<html lang=”en”>
<head>
{block:ifShakingImages}
<style>
.shakeimage{
position:relative
}
</style>
<script language=”JavaScript1.2”>
/*
Shake image script (onMouseover)-
*/
//configure shake degree (where larger # equals greater shake)
var rector=3
///////DONE EDITTING///////////
var stopit=0
var a=1
function init(which){
stopit=0
shake=which
shake.style.left=0
shake.style.top=0
}
function rattleimage(){
if ((!document.all&&!document.getElementById)||stopit==1)
return
if (a==1){
shake.style.top=parseInt(shake.style.top)+rector+”px”
}
else if (a==2){
shake.style.left=parseInt(shake.style.left)+rector+”px”
}
else if (a==3){
shake.style.top=parseInt(shake.style.top)-rector+”px”
}
else{
shake.style.left=parseInt(shake.style.left)-rector+”px”
}
if (a<4)
a++
else
a=1
setTimeout(“rattleimage()”,50)
}
function stoprattle(which){
stopit=1
which.style.left=0
which.style.top=0
}
</script>
{/block:ifShakingImages}
<!— DEFAULT VARIABLES —>
<meta name=”color:Background” content=”#ffffff”/>
<meta name=”color:Text” content=”#000”/>
<meta name=”color:Title” content=”#000”/>
<meta name=”color:Box” content=”#fff”/>
<meta name=”color:Link” content=”#6f6f6f”/>
<meta name=”color:Hover” content=”#d6d6d6”/>
<meta name=”image:Background” content=”“/>
<meta name=”image:Sidebar” content=”“/>
<meta name=”if:Show Title” content=”1”/>
<meta name=”if:Show Photo” content=”0”/>
<meta name=”font:Title” content=”Century Gothic”/>
<meta name=”font:Body” content=”Century Gothic”/>
<meta name=”text:Title font size” content=”14px”/>
<meta name=”if:Faded Images” content=”1”/>
<meta name=”if:Reverse Faded Images” content=”0”/>
<meta name=”if:Show Captions” content=”0”/>
<meta name=”if:Center” content=”1”/>
<meta name=”if:Show Ask Link” content=”1”/>
<meta name=”if:Show Date” content=”0”/>
<meta name=”if:Post Border” content=”1”/>
<meta name=”if:Shaking Images” content=”0”/>
<meta name=”if:Endless Scroll” content=”0”/>
<meta name=”text:Custom Link One” content=”” />
<meta name=”text:Custom Link One Title” content=”” />
<meta name=”text:Custom Link Two” content=”” />
<meta name=”text:Custom Link Two Title” content=”” />
<meta name=”text:Custom Link Three” content=”” />
<meta name=”text:Custom Link Three Title” content=”” />
<meta name=”text:Custom Link Four” content=”” />
<meta name=”text:Custom Link Four Title” content=”” />
{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
<script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>
<link href=”http://fonts.googleapis.com/css?family=Lobster” rel=”stylesheet” type=”text/css”>
<style type=”text/css”>
{block:ifFadedImages}img{-webkit-transition: opacity 0.4s linear; opacity: 0.82;}img:hover{-webkit-transition: opacity 0.8s linear; opacity: 1;}
{/block:ifFadedImages}
{block:ifReverseFadedImages}img{-webkit-transition: opacity 0.8s linear; opacity: 1;}img:hover{-webkit-transition: opacity 0.3s linear; opacity: .77;}{/block:ifReverseFadedImages}
body{margin:0px; background-color: {color:Background}; background-image:url({image:Background});
background-attachment: fixed; background-repeat: repeat; font-family:{font:Body}; font-size: 10px; line-height:10px; color:{color:Text};}
a:link, a:active, a:visited{ color: {color:Link}; text-decoration: none; -webkit-transition: color 0.1s ease-out; -moz-transition: color 0.1s ease-out; transition: color 0.1s ease-out;}
a:hover{ color:{color:Hover}; text-decoration: none;}
#center{margin-left:165px; position:relative; width:715px; overflow:auto; overflow-y:hidden;}
#posts{float:left; margin-left:76px; width:350px; padding-top:0px; padding-bottom:0px; padding-left:0px; padding-right:0px; background-color:{color:box}; {block:ifPostBorder}border-right: 1px solid #000; border-left: 1px solid #000;{/block:ifPostBorder};}
#spacer{margin-bottom:0px;}
#side{position:fixed !important; width:213px; height:auto; background-color:transparent; margin: 130px 0px 0px 436px; padding-top:0px; padding-left:3px; padding-right:3px; padding-bottom:0px;}
#pages{font-size: 9px;}
#permapage{font-family: Helvetica; font-size: 9px; text-align: center; margin-bottom: 8px;}
.title{font-family: ‘Lobster’; font-size: {text:Title font size}; line-height: 14px; color: {color:Title}; font-weight: normal;}
.permalink{display: block; font-size: 9px; font-family: helvetica; text-align: center; text-transform: none;}
.video embed, .post div.video object {width:350px !important;height:200px !important;}
blockquote{padding:0px 0px 2px 3px; margin:0px 0px 2px 1px; border-left: 1px dashed {color:Text};}
ul, ol, li{list-style:none; margin:0px; padding:0px;}
.user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
.user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
a.links {
background-color:{color:label background};
font-family: Arial;
font-size: 10px;
line-height: 8px;
text-transform: normal;
letter-spacing:0px;
display:block;
padding: 0px;
margin-bottom: 0px;
-moz-border-radius:0px; border-radius:0px;}
a.links:hover {
font-style: italic;
text-decoration: underline;}
div.linkss img{
-webkit-transition: opacity 0.7s linear;
opacity: 1;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;}
div.linkss img:hover{
-webkit-transition: opacity 0.7s linear;
opacity: 1;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;}
{block:ifEndlessScroll}
#toTop {
display:none;
text-decoration:none;
position:fixed;
bottom:20px;
right:20px;
overflow:hidden;
width:30px;
height:40px;
border:none;
text-indent:-999px;
background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;
z-index:3000;
}
#toTopHover {
background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
width:30px;
height:40px;
display:block;
overflow:hidden;
float:left;
opacity: 0;
-moz-opacity: 0;
filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
outline:none;
}
#toTop:active, #toTop:focus {
outline:none;
</style>
</head>
<body>
<div class=”wrapper”>
<div class=”header”>
<div class=”left”>
<div style=”position:fixed;right:128px;top:38px;”>
<span class=”credit”><a href=”http://themesbyr-becca.tumblr.com/” target=”_blank”></a></span>
</div>
<link rel=”shortcut icon” href=”{Favicon}”>
<link rel=”alternate” type=”application/rss+xml” title=”RSS” href=”{RSS}” />
<meta name=”viewport” content=”width=820” />
{block:ifEndlessScroll}
<script type=”text/javascript” src=”http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js” charset=”utf-8”></script>
<script type=”text/javascript” src=”http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js”></script>
<script type=”text/javascript” src=”http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js”></script>
<script type=”text/javascript”>
$(document).ready(function() {
/*
var defaults = {
containerID: ‘moccaUItoTop’, // fading element id
containerHoverClass: ‘moccaUIhover’, // fading element hover class
scrollSpeed: 1200,
easingType: ‘linear’
};
*/
$().UItoTop({ easingType: ‘easeOutQuart’ });
});
</script>{/block:ifEndlessScroll}
{block:ifEndlessScroll}<script type=”text/javascript” src=”http://k003.kiwi6.com/hotlink/2jbbu56k6h/infinitecode.js”></script>{/block:ifEndlessScroll}
</head>
<body>
<div id=”center”>
<div id=”side”>
{block:ifCenter}<center>{/block:ifCenter}
{block:ifShowTitle}<Center><div class=”blogtitle”><font face=”Lobster”><a href=”/”><big><big><big><big><big><big>{Title}</big></big></big></big></big></big></font></a></div></center>{/block:ifShowTitle}{block:ifShowPhoto}<a title=”” href=”/”><img src=”{image:sidebar}” width=213px></a><br>{/block:ifShowPhoto}{Description}<br>{block:ifShowAskLink}<a href=”/ask” class=”links”>ask</a>{/block:ifShowAskLink}
{block:ifCustomLinkOneTitle}<a href=”{text:Custom Link One}” class=”links”>{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
{block:ifCustomLinkTwoTitle}<a href=”{text:Custom Link Two}” class=”links”>{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
{block:ifCustomLinkThreeTitle}<a href=”{text:Custom Link Three}” class=”links”>{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
{block:ifCustomLinkFourTitle}<a href=”{text:Custom Link Four}” class=”links”>{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
<div id=”pages”>
<div align=”center”>
{block:ifnotEndlessscroll}{block:PreviousPage} <a href=”{PreviousPage}”>newer </a>{/block:PreviousPage}
{block:NextPage}<a href=”{NextPage}”>older</a>{/block:NextPage}
{block:PermalinkPagination}
{block:PreviousPost}<a href=”{PreviousPost}”>newer </a>{/block:PreviousPost}
{block:NextPost}<a href=”{NextPost}”>older</a>{/block:NextPost}{/block:PermalinkPagination}{/block:ifnotEndlessscroll}
</div></div></div>
<div id=”posts”>
{block:Posts}
<div id=”spacer”>
{block:Text}
{block:Title}<span class=”title”>{Title}</span>{/block:Title}
<span class=”entrytext”>{Body}</span>
<span class=”permalink”><a href=”{Permalink}”>✚{block:ifShowDate}{block:Date} � {ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{/block:ifShowDate}</a></span>
{/block:Text}
{block:Link}
<a href=”{URL}” class=”title”>{Name}</a>
{block:Description}{Description}{/block:Description}
{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
<span class=”permalink”>{block:PermalinkPage}{LinkCloseTag}{block:NoteCount}{notecountwithlabel}{/block:NoteCount}
{/block:PermalinkPage}<a href=”{Permalink}”>✚{block:ifShowDate}{block:Date} � {ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{/block:ifShowDate}</a></span>
{block:Link}
{block:ifnotShakingImages}
{block:Photo}
{block:IndexPage}<a href=”{Permalink}”>{/block:IndexPage}
{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
<img src=”{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}” alt=”{PhotoAlt}” width=”350”/>
{block:IndexPage}</a>{/block:IndexPage}
{block:PermalinkPage}<center>{LinkOpenTag}{LinkCloseTag}{block:NoteCount}{notecountwithlabel}{/block:NoteCount}
{/block:PermalinkPage}
{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
{/block:Photo}
{/block:ifnotShakingImages}
{block:ifShakingImages}
{block:Photo}
{block:IndexPage}<a href=”{Permalink}”>{/block:IndexPage}
{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
<img src=”{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}” alt=”{PhotoAlt}” width=”350” class=”shakeimage” onMouseover=”init(this);rattleimage()” onMouseout=”stoprattle(this);top.focus()” onClick=”top.focus()”/>
{block:IndexPage}</a>{/block:IndexPage}
{block:PermalinkPage}<center>{LinkOpenTag}{LinkCloseTag}{block:NoteCount}{notecountwithlabel}{/block:NoteCount}
{/block:PermalinkPage}
{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
{/block:Photo}
{/block:ifShakingImages}
{block:Quote}
<span class=”title”>{Quote}</span>
{block:Source}{Source}{/block:Source}
{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
<span class=”permalink”>{block:PermalinkPage}{LinkCloseTag}{block:NoteCount}{notecountwithlabel}{/block:NoteCount}
{/block:PermalinkPage}<a href=”{Permalink}”>✚{block:ifShowDate}{block:Date} � {ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{/block:ifShowDate}</a></span>
{/block:Quote}
{block:Chat}
{block:Title}<span class=”title”>{Title}</span>{/block:Title}
<ul class=”chat”>
{block:Lines}
<li class=”user_{UserNumber}”>
{block:Label}
<span class=”label”>{Label}</span>
{/block:Label}
{Line}
</li>
{/block:Lines}
</ul>
{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
<span class=”permalink”>{block:PermalinkPage}{LinkCloseTag}{block:NoteCount}{notecountwithlabel}{/block:NoteCount}
{/block:PermalinkPage}<a href=”{Permalink}”>✚{block:ifShowDate}{block:Date} � {ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{/block:ifShowDate}</a></span>
{/block:Chat}
{block:Audio}
<div style=”width:350px; height:20px;”><div style=”float:left”>{AudioPlayerGrey}</div><div style=”margin-top:8px; float:right;”><small>
{FormattedPlayCount} plays {block:ExternalAudio} // <a href=”{ExternalAudioURL}”>Download?</a>{/block:ExternalAudio}</small></div></div><BR>
{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
<span class=”permalink”>{block:PermalinkPage}{LinkCloseTag}{block:NoteCount}{notecountwithlabel}{/block:NoteCount}
{/block:PermalinkPage}<a href=”{Permalink}”>✚{block:ifShowDate}{block:Date} � {ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{/block:ifShowDate}</a></span>
{/block:Audio}
{block:Video}
<div class=”video”>{Video-400}</div>
{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
<span class=”permalink”><a href=”{Permalink}”>✚{block:ifShowDate}{block:Date} � {ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{/block:ifShowDate}</a></span>
{block:Video}
{block:PermalinkPage}
<div id=”permapage”>{block:ifNotShowDate}{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{/block:ifNotShowDate}{block:HasTags} � Tags: {block:Tags}<a href=”{TagURL}”>#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
{/block:PermalinkPage}
<div align=”left”>
{block:PostNotes}{PostNotes}
{/block:PostNotes}</div>
{/block:Posts}
</div>
</div>
</div>
</div>
</center>
</body>
</html>
<head>
<!— DEFAULT VARIABLES —>
<a href=”https://twitter.com/JustJustinaa” class=”twitter-follow-button” data-show-count=”false”>Follow @JustJustinaa</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=”//platform.twitter.com/widgets.js”;fjs.parentNode.insertBefore(js,fjs);}}(document,”script”,”twitter-wjs”);</script>
<html lang=”en”><head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8”>
<meta name=”color:background” content=”#ffffff”/>
<meta name=”color:content” content=”#ffffff”/>
<meta name=”image:Sidebar” content=”1”/>
<meta name=”if:Show Sidebar Image” content=”0”/>
<meta name=”if:Infinite Scrolling” content=”0”/>
<meta name=”image:Background” content=”“/>
<meta name=”if:Show Arrows” content=”1”/>
<meta name=”font:title” content=”helvetica”/>
<meta name=”color:text” content=”#000000”/>
<meta name=”color:title” content=”#000000”/>
<meta name=”color:link” content=”#555555”/>
<meta name=”color:hover” content=”#000000”/>
<meta name=”if:rainbow links” content=”1”/>
{block:ifinfinitescrolling}<script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>{/block:ifinfinitescrolling}
<title>{Title}</title>
<script src=”http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js”></script>
<script type=”text/javascript”>
$(document).ready(function () {
$(‘li.drawer div:nth-child(2)’).hide();
$(‘li.drawer h4’).click(function () {
if ($(this).hasClass(‘open’)) {
$(‘li.drawer div:visible:nth-child(2)’).slideUp().prev().removeClass(‘open’);}
else {
$(‘li.drawer div:visible:nth-child(2)’).slideUp().prev().removeClass(‘open’);
$(this).next().slideDown();
$(this).addClass(‘open’);}
});
});
</script>
<style type=”text/css”>
body {margin:0px; background-color: {color:Background}; background-image:url({image:Background}); background-attachment: fixed; background-repeat: repeat;}
body, div, p, textarea, submit, input{ font-family: helvetica; font-size: 10px; line-height:11px; letter-spacing:0px; color:{color:Text};}
p { margin:0px; margin-top:0px;}
a:link, a:active, a:visited{ color: {color:Link}; text-decoration: none;}
a:hover {color:{color:Hover}; text-decoration: none;}
div#center{
margin:auto;
position:relative;
width:840px;
background-color:;
overflow:auto;
overflow-y:hidden;}
div#content{
float:right;
width:385px;
padding:0px;
padding-top: 0px;
margin-right: 195px;
margin-top: 0px;
background:;
}
div#entry{
background-color: #FFF;
margin-top:0px;
padding-top:0px;
padding-right:0px;
padding-bottom:2px;
}
div#sidebar{
position:fixed !important;
width: 180px;
height:auto%;
margin: 200px 0px 0px 70px;
padding: 1px; font-size: 10px;
line-height:8px;
letter-spacing:0px;
margin-bottom: 5px;
background-color: #FFF;
border: 1px solid transparent;
}
#postnotes{
text-align: justify;
}
#postnotes blockquote{
border: 0px;
}
.title{
font-family: helvetica;
font-size: 10px;
line-height: 12px;
color: {color:Title};
letter-spacing: 1px;
font-weight: normal;
padding:0px 0px 0px 0px;
}
.title2{
font-family: verdana;
font-size: 10px;
line-height: 12px;
color: {color:Title};
letter-spacing: 1px;
font-weight: normal;
padding:0px 0px 0px 0px;
}
blockquote{
padding:0px 0px 2px 5px;
margin:0px 0px 2px 1px;
border-left: 1px dotted #555555;
}
blockquote p, ul{
margin:0px;
padding:0px;
}
a img{
border: 0px;
}
ul, ol, li{
list-style:none;
margin:0px;
padding:0px;
}
.user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
.user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
.notes img{
width:10px;
position:relative;
top:3px;
}
.permalink{
display: block;
font-size: 10px;
text-align: right;
background-color:#FFFFFF;
}
small{font-size: 90%;}
</style>
<link rel=”shortcut icon” href=”{Favicon}”>
<link rel=”alternate” type=”application/rss+xml” title=”RSS” href=”{RSS}” />
<meta name=”viewport” content=”width=820” />
{block:ifrainbowlinks}
<script type=’text/javascript’>
//<![CDATA[
var rate = 50;
if (document.getElementById)
window.onerror=new Function(“return true”)
var objActive; // The object which event occured in
var act = 0; // Flag during the action
var elmH = 0; // Hue
var elmS = 128; // Saturation
var elmV = 255; // Value
var clrOrg; // A color before the change
var TimerID; // Timer ID
if (document.all) {
document.onmouseover = doRainbowAnchor;
document.onmouseout = stopRainbowAnchor;
}
else if (document.getElementById) {
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
document.onmouseover = Mozilla_doRainbowAnchor;
document.onmouseout = Mozilla_stopRainbowAnchor;
}
function doRainbow(obj)
{
if (act == 0) {
act = 1;
if (obj)
objActive = obj;
else
objActive = event.srcElement;
clrOrg = objActive.style.color;
TimerID = setInterval(“ChangeColor()”,100);
}
}
function stopRainbow()
{
if (act) {
objActive.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
function doRainbowAnchor()
{
if (act == 0) {
var obj = event.srcElement;
while (obj.tagName != ‘A’ && obj.tagName != ‘BODY’) {
obj = obj.parentElement;
if (obj.tagName == ‘A’ || obj.tagName == ‘BODY’)
break;
}
if (obj.tagName == ‘A’ && obj.href != ”) {
objActive = obj;
act = 1;
clrOrg = objActive.style.color;
TimerID = setInterval(“ChangeColor()”,100);
}
}
}
function stopRainbowAnchor()
{
if (act) {
if (objActive.tagName == ‘A’) {
objActive.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
}
function Mozilla_doRainbowAnchor(e)
{
if (act == 0) {
obj = e.target;
while (obj.nodeName != ‘A’ && obj.nodeName != ‘BODY’) {
obj = obj.parentNode;
if (obj.nodeName == ‘A’ || obj.nodeName == ‘BODY’)
break;
}
if (obj.nodeName == ‘A’ && obj.href != ”) {
objActive = obj;
act = 1;
clrOrg = obj.style.color;
TimerID = setInterval(“ChangeColor()”,100);
}
}
}
function Mozilla_stopRainbowAnchor(e)
{
if (act) {
if (objActive.nodeName == ‘A’) {
objActive.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
}
function ChangeColor()
{
objActive.style.color = makeColor();
}
function makeColor()
{
// Don’t you think Color Gamut to look like Rainbow?
// HSVtoRGB
if (elmS == 0) {
elmR = elmV; elmG = elmV; elmB = elmV;
}
else {
t1 = elmV;
t2 = (255 - elmS) * elmV / 255;
t3 = elmH % 60;
t3 = (t1 - t2) * t3 / 60;
if (elmH < 60) {
elmR = t1; elmB = t2; elmG = t2 + t3;
}
else if (elmH < 120) {
elmG = t1; elmB = t2; elmR = t1 - t3;
}
else if (elmH < 180) {
elmG = t1; elmR = t2; elmB = t2 + t3;
}
else if (elmH < 240) {
elmB = t1; elmR = t2; elmG = t1 - t3;
}
else if (elmH < 300) {
elmB = t1; elmG = t2; elmR = t2 + t3;
}
else if (elmH < 360) {
elmR = t1; elmG = t2; elmB = t1 - t3;
}
else {
elmR = 0; elmG = 0; elmB = 0;
}
}
elmR = Math.floor(elmR).toString(16);
elmG = Math.floor(elmG).toString(16);
elmB = Math.floor(elmB).toString(16);
if (elmR.length == 1) elmR = “0” + elmR;
if (elmG.length == 1) elmG = “0” + elmG;
if (elmB.length == 1) elmB = “0” + elmB
elmH = elmH + rate;
if (elmH >= 360)
elmH = 0;
return ‘#’ + elmR + elmG + elmB;
}
//]]>
</script>
{/block:ifrainbowlinks}
<body>
<div id=”cage”>
<div id=”center”>
<div id=”sidebar”>
{block:ifshowsidebarimage}<a href=”/”><img src=”{image:sidebar}” width=180px></a>{/block:ifshowsidebarimage}
<br>
<center>{Description}
<br>
<div align=”right”>
<br>
{block:ifshowarrows}{block:NextPage}<a href=”{NextPage}”><center><font size=”2”> > </font></center></a>{/block:NextPage}
{block:PreviousPage} <a href=”{PreviousPage}”><center><font size=”2”> < </font></center></a>{/block:PreviousPage}{/block:ifshowarrows}
</center>
</div>
<div id=”content”>
{block:Posts}
<div id=”entry”>
<a href=”{permalink}”>{block:Text}
{block:Title}<span class=”title”>{Title}</span>{/block:Title}
<span class=”entrytext”>{Body}</span>
{/block:Text}
{block:Link}
<a href=”{URL}” class=”title”>{Name}</a>
{block:Description}{Description}{/block:Description}
{block:Link}
{block:Photo}<center>
{LinkOpenTag}<a href=”{permalink}”><img src=”{PhotoURL-500}” alt=”{PhotoAlt}” width=385px></a>{LinkCloseTag}</center>
{/block:Photo}
{block:Quote}
<span class=”title”>{Quote}</span>
{block:Source}{Source}{/block:Source}
{/block:Quote}
{block:Chat}
{block:Title}<span class=”title”>{Title}</span>{/block:Title}
<ul class=”chat”>
{block:Lines}
<li class=”user_{UserNumber}”>
{block:Label}
<span class=”label”>{Label}</span>
{/block:Label}
{Line}
</li>
{/block:Lines}
</ul>
{/block:Chat}
{block:Audio}
<centeR><div style=”width:330px; height:20px;”><div style=”float:left”>{AudioPlayerWhite}</div><div style=”margin-top:8px; float:right;”><small>
{FormattedPlayCount} plays {block:ExternalAudio} // <a href=”{ExternalAudioURL}”>Download?</a>{/block:ExternalAudio}</small></div></div></centeR><BR>
{block:Caption}{Caption}{/block:Caption}
{/block:Audio}
{block:Video}<center>
{Video-400}<BR>
{block:Caption}{Caption}{/block:Caption}</center>
{block:Video}
{block:PostNotes}
<center>
{block:Caption}{Caption}{/block:Caption}
{block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
{block:HasTags}
# {block:Tags}<a href=”{TagURL}”>{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
{block:RebloggedFrom}
reblogged from <a href=”{ReblogParentURL}”>{ReblogParentName}</a><br>
{/block:RebloggedFrom}
</center></span>
<br>
<div id=”postnotes”>{PostNotes}</div><br>
<center>{block:ContentSource}
<br><a href=”{SourceURL}”>
{lang:Source}:
{block:SourceLogo}
<img src=”{BlackLogoURL}” width=”{LogoWidth}”
height=”{LogoHeight}” alt=”{SourceTitle}” />
{/block:SourceLogo}
{block:NoSourceLogo}
{SourceLink}
{/block:NoSourceLogo}
</a>
{/block:ContentSource}</center>
{/block:PostNotes}
</div>
{/block:Posts}<br>
</div></div>
</div>
</body>
</body>
<div style=”position:fixed; top:0px; left:0px;”>

