get paid to paste

All In One #1

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <title>{title}</title>
  <link rel="shortcut icon" href="{Favicon}">
        <link rel="alternate" type="application/rss+xml" href="{RSS}">
        {block:Description}
            <meta name="description" content="{MetaDescription}" />
        {/block:Description}
  <link href='http://fonts.googleapis.com/css?family=Strait' rel='stylesheet' type='text/css'>
 </head>
<style>

@font-face {
    font-family: Lavanderia Sturdy;
    src: url(http://static.tumblr.com/wj6gala/Tpzmivrry/lavanderia_sturdy.otf);
    font-weight:400;
}

body {
font-family:Strait;
background:url(http://25.media.tumblr.com/tumblr_m33qwzyv7F1r6uwfxo2_250.png) #f5f5f5 fixed;
color:#330000;
font-size:11px;
}

a {
text-decoration:none;
color:#33ccff;
}

a:hover {
color:#99cccc;
}

b, strong {
color:#0099ff;
}

i, em {
color:#3399cc;
}

/** scrollbar and selection properties **/

::-webkit-scrollbar-thumb:vertical {
background-color: #99ccff;
width:5px;
height:auto;
}

::-webkit-scrollbar-thumb:horizontal {
background-color: #99ccff;
width:auto;
height:5px;
}

::-webkit-scrollbar {
height:5px;
width:5px;
background-color: #fff;
}

::selection {
background: #99ccff;
color: #fff;
}

::-moz-selection {
background: #99ccff;
color: #fff;
}

::-webkit-selection {
background: #99ccff;
color: #fff;
}

/** sidebar properties **/

#border {
width:23%;
height:100%;
position:fixed;
top:0;
right:0;
background:url(http://s17.postimage.org/qshcez7vz/brbg.png) bottom left no-repeat #afe5ff;
border-left:10px solid #a5dbfd;
text-align:center;
}

#border img {
width:100px;
display:block;
border: 5px solid rgba(255, 255, 255, .5);
-webkit-background-clip: padding-box;
background-clip: padding-box;
margin-bottom:5px;
text-align:center;
}

.desc {
margin-bottom:5px;
width:95%;
padding:5px;
text-align:justify;
background:#fff;
opacity:0.5;
}

/** content properties **/

#content {
width:80%;
margin-top:2%;
margin-right:25%;
}

.tab-content {
width:80%;
display: none; /* do not remove this */
}

#tab1-content { display: block; } /* do not remove this */

.isi {
width:600px;
background-color:#fff;
border:1px solid #99ccff;
padding:20px;
border-radius:20px;
-moz-border-radius:20px;
-o-border-radius:20px;
-webkit-border-radius:20px;
display:block;
text-align:justify;
overflow:auto;
height:500px;
vertical-align:middle;
}

.title {
font-size:50px;
color:#99ccff;
margin-bottom:10px;
font-family:Lavanderia Sturdy;
text-transform:capitalize;
text-align:right;
}

/** tab properties **/

.clickable {
display:block;
color:#fff;
padding:5px;
font-size:11px;
margin-right:10px;
cursor:pointer;
background:#66ccff;
margin-bottom:2px;
width:90%;
opacity:0.6;
text-transform:uppercase;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;    
    transition: all 1s ease-in-out;
}

.clickable:hover {
background:#fff;
color:#66ccff;
opacity:1;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomright: 0px;
border-top-left-radius: 0px;
border-bottom-right-radius: 0px;
}
 
/* Active tag has highlight */
.highlight {
background-color:#fff;
color:#66ccff;
opacity:1;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomright: 0px;
border-top-left-radius: 0px;
border-bottom-right-radius: 0px;
}
 
#tab-strip {
list-style: none outside none;
display:block;
margin-bottom:20px;
text-align:center;
margin-left:5%;
}
#tab-strip a { text-decoration: none; }

/* About Me and Tags List Properties (#data, .data1, .data2, for the short bio and .tag1, .tag2 for the tag strips) */

.judul {
width:98%;
padding:5px;
color:#99ccff;
border-bottom:1px dotted #99ccff;
margin-bottom:10px;
font-family:Lavanderia Sturdy;
text-transform:capitalize;
display:block;
font-size:20px;
}

.isi:hover #data {
opacity:1;
}

#data {
text-align:justify;
text-transform:uppercase;
font-size:11px;
font-style:italic;
margin-top:-30%;
position:absolute;
opacity:0.5;
margin-left:10px;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
-ms-transition: opacity 1s ease-in-out;    
transition: opacity 1s ease-in-out;
}

.data1, .tag1{
list-style: none outside none;
background:#99ccff;
color:#fff;
padding:5px;
display:block;
}

.data2, .tag2 {
list-style: none outside none;
padding:5px;
background:#f2f2f2;
color:#99ccff;
display:block;
}

.data1, .data2 {
width:170px;
}

.tag 1, .tag2 {
width:100%;
}

.tag1 a {
color:#fff;
}

.tag2 a{
color:#99ccff;
}

.tagtitle {
width:95%;
padding:5px;
text-align:center;
background:#66cccc;
color:#fff;
font-size:15px;
margin-bottom:5px;
text-transform:uppercase;
display:block;
}

.container {
width:29%;
margin:10px;
float:left;
font-size:13px;
}

.about {
width:100%;
max-height:470px;
padding:10px;
font-size:14px;
text-align:justify;
overflow:auto;
margin-left:-30px;
}

th {
background:#99ccff;
color:#fff;
text-align:center;
text-transform:uppercase;
padding:2px;
}

/** blogroll properties **/

.blogroll {
width:98%;
padding:10px;
height:470px;
overflow:auto;
}

.blogroll img {
margin:2px;
opacity:0.7;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;    
transition: all 1s ease-in-out;
}

.blogroll img:hover {
opacity:1;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}

/** links properties **/

a.link {
width:45.5%;
background:#f9f9f9;
text-align:center;
text-transform:uppercase;
display:inline-block;
padding:10px;
color:#99ccff;
margin:2px;
text-decoration:none;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;    
transition: all 1s ease-in-out;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
}

a.link:hover {
font-style:italic;
font-size:15px;
border:1px solid #99ccff;
background:#99ccff;
color:#fff;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomright: 0px;
border-top-left-radius: 0px;
border-bottom-right-radius: 0px;
}

/** family properties **/

.name {
width:100%;
border-bottom:1px dashed #99ccff;
color:#99ccff;
font-family:Lavanderia Sturdy;
font-size:24px;
text-align:right;
display:block;
margin-bottom:2px;
}

.description {
width:100%;
text-align:right;
color:#99ccff;
font-style:italic;
display:block;
font-size:11px;
font-style:italic;
margin-bottom:5px;
}

.explanation {
margin-top:2px;
font-size:10px;
color:#5b5b5b;
}

.icon {
width:50px;
height:50px;
display:block;
border:5px solid #99ccff;
-webkit-border-radius: 37.5px;
-moz-border-radius: 37.5px;
border-radius: 37.5px;
}

.family {
display:inline-block;
width:26%;
margin:10px;
max-height:300px;
overflow:auto;
padding:10px;
vertical-align:top;
}

/** tooltips properties **/

#dhtmltooltip{
position: absolute;
padding: 5px;
background-color: #99ccff;
color:#fff;
font-size:11px;
visibility: hidden;
z-index: 100;
}

/** copyright properties **/

#copyright {
position:fixed;
padding:5px;
bottom:0px;
left:0px;
background:#99ccff;
color:#fff;
font-size:15px;
margin-left:-100px;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;    
transition: all 1s ease-in-out;
z-index:1000;
}

#copyright:hover {
margin-left:0;
}

/** music properties **/

#music {
width:275px;
display:block;
position:fixed;
top:25%;
left:-250px;
background:#99ccff;
color:#fff;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;    
transition: all 1s ease-in-out;
z-index:1000;
}

#music:hover {
left:0px;
}

.player {
padding:5px;
background:#fff;
}

#musictitle {
padding:10px;
font-size:15px;
color:#fff;
text-align:center;
}

</style>

<script type='text/javascript' src='http://code.jquery.com/jquery.min.js'></script>
<script type='text/javascript' src='http://yourjavascript.com/1211131136/jquery.cookie.js'></script>
<script type='text/javascript'>
/* code written by kismet of RPG-Directory.com */
 
$(function(){var kiscookie="kismet_selected_tab";function selectTab(tab){var i=1;while($('#tab'+i).length){if(tab.attr('id')!=='tab'+i){$('#tab'+i).removeClass('highlight');$('#tab'+i+'-content').hide();}else{tab.addClass('highlight');$('#tab'+i+'-content').show();}
i++;}}
$('.clickable').each(function(){$(this).click(function(){selectTab($(this));$.cookie(kiscookie,$(this).attr('id'));});});if($.cookie(kiscookie)){var tab=$.cookie(kiscookie);selectTab($('#'+tab));}});</script>
<div id="dhtmltooltip"></div>
<script type="text/javascript" src="http://yourjavascript.com/37452231221/tooltips.js"></script>
<script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
<script type="text/javascript">
$(window).load(function () {
$('#content').masonry({
itemSelector : ".container",
},
function() { $('#content').masonry({ appendedContent: $(this) }); }
);
});
</script>

<body>

<!-- Music, if you don't want any music just delete this part -->

<div id="music">
<table style="margin:-3px;">
<tr>
	<td width="260px" valign="top" align="center"><div class="tag2"><embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://a.tumblr.com/tumblr_lnvphaR7EE1qeiy8bo1.mp3&t0=Katelyn Tarver - A Little More Free&f1=http://a.tumblr.com/tumblr_lxel2v5k1O1qfwegmo1.mp3&t1=Katelyn Tarver - Favorite Girl&f2=http://mp3.wapos.ru/base/a/4/3/10947/wapos130709.mp3&t2=Victoria Justice - Here\'s To Us&f3=http://img1.liveinternet.ru/images/attach/c/2/3855/3855231_julie_andrews__my_favorite_things.mp3&t3=Julie Andrews - Favorite Things&f4=http://www.audiopoisk.com/files/victoria-justice/youre-the-reason-2349024.mp3&t4=Victoria Justice You\'re The Reason&total=5" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></div>
	<span class="tag1">1. Katelyn Tarver - A Little More Free</span>
	<span class="tag2">2. Katelyn Tarver - Favourite Girl</span>
	<span class="tag1">3. Victoria Justice - Here's To Us</span>
	<span class="tag2">4. Julie Andrews - My Favorite Things</span>
	<span class="tag1">5. Victoria Justive - You're The Reason</span>
	</td>
	<td id="musictitle">M<br>U<br>S<br>I<br>C</td>
</tr>
</table>
</div>

<!-- Credit, please don't remove this -->

<a href="http://thematchgirl.tumblr.com" onMouseover="ddrivetip('Page Made by The Match Girl')";
onMouseout="hideddrivetip()"><div id="copyright">
The Match Girl <span style="margin-left:10px">♚</span>
</div></a>

<!-- The Sidebar -->

 <div id="border">
 <center>
 <a href="/" onMouseover="ddrivetip('Go back to main page')";
onMouseout="hideddrivetip()"><img src="{PortraitURL-128}" style="margin-top:30%"></a>

<!-- Your Description -->
 <div class="desc">
 <span class="judul">Taking a leap</span>
 Sometimes there are times when you feel like you cannot do anything, that you have no purpose in life. There are times when you feel that you are useless, a burden for others. But you're not, you are good something. You are good at analyzing a book plots, you are good at many things but you don't realize that.<br><br>
 <center><a href="/" onMouseover="ddrivetip('Go back to main page')";
onMouseout="hideddrivetip()">back?</a></center>
</div>
</center>

<!-- The tabs -->
<div id='tab-strip'>
<div id='tab1' class='clickable' onMouseover="ddrivetip('Click here if you want to know me')";
onMouseout="hideddrivetip()">about me</div>
<div id='tab2' class='clickable' onMouseover="ddrivetip('Click here to see people I followed')";
onMouseout="hideddrivetip()">blogroll</div>
<div id='tab3' class='clickable' onMouseover="ddrivetip('Click Here to see my tags')";
onMouseout="hideddrivetip()">tags</div>
<div id='tab4' class='clickable' onMouseover="ddrivetip('Click here to navigate')";
onMouseout="hideddrivetip()">links</div>
<div id='tab5' class='clickable' onMouseover="ddrivetip('Click here to see my family')";
onMouseout="hideddrivetip()">family</div>
</div>
</div>

<!-- Content Starts -->

<div id="content">
<center>

<!-- Tab #1 Starts, About Me -->

<div id='tab1-content' class='tab-content'>
<div class="title">about me</div>
<div class="isi">

<center><table background="none"><tr>

<td width="20%" valign="top">
<!-- Your picture, must be 200x490px --><img src="http://s17.postimage.org/vtoqgcfcf/Untitled.png"> 
<!-- Your short biodata --><div id="data">
<span class="data1">Name:</span>
<span class="data2">Location:</span>
<span class="data1">Age:</span>
<span class="data2">Likes:</span>
<span class="data1">Dislikes:</span>
</div>
</td>

<td valign="top" width="50%">
<!-- Your long biodata --><div class="about">
<span class="judul">Freefalling....</span>
When she was a little girl, she thought that the world is her safe little paradise.<br><br>
But as she grew older, she felt that she has been wronged. Her old man said that there are many good-hearted people in this world, those who will love her in any circumstances. Her mama said that she would grow to be a beautiful young lady who will cherish the world. She lived by their words and graced the world with love. But then the world proved that her papa and mama were wrong, she rarely met any nice people. They all said that she doesn't meant to be born in this world, that she is a burden for those who put up with her.<br><br>
So she learned to accept the world for what it is by spreading her wings and taking a leap.
<br><br>
<span class="judul">Summer Petrichor....</span>
<!-- Your lists --><table>
<tr>
	<th>MainFandoms</th>
	<th>Other Lists</th>
</tr>
<tr>
	<td valign="top" width="190px">
	<ul>
		<li> Fandom #1
		<li> Fandom #2
	</ul>
	</td>
	<td valign="top" width="190px">
	<ul>
		<li> List #1
		<li> List #2
	</ul>
	</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</center>
</div>
</div>

<!-- Tab #1 Ends, About Me -->

<!-- Tab #2 Starts, Blog Roll -->

<div id='tab2-content' class='tab-content'>
<div class="title">Blogroll</div>
<div class="isi">
<div class="blogroll">{block:Following}
{block:Followed}<a href="{FollowedURL}" onMouseover="ddrivetip('{FollowedName}')";
onMouseout="hideddrivetip()"><img src="{FollowedPortraitURL-48}"/></a>{/block:Followed}
{/block:Following}
</div>
</div>
</div>

<!-- Tab #3 Starts, Tags List -->

<div id='tab3-content' class='tab-content'>
<div class="title">tags list</div>
<div class="isi">
<div class="about" style="margin-left:0px;">

<div class="container">
<span class="tagtitle">Artists</span>
<span class="tag1">&rarr; <a href="/tagged/Alexander-Ludwig">Tag 1</a></span>
<span class="tag2">&rarr; <a href="/tagged/Alexandra-Daddario">Tag 2</a></span>
<span class="tag1">&rarr; <a href="/tagged/Alona-Tal">Tag 3</a></span>
</div>

<div class="container">
<span class="tagtitle">Artists</span>
<span class="tag1">&rarr; <a href="/tagged/Alexander-Ludwig">Tag 1</a></span>
<span class="tag2">&rarr; <a href="/tagged/Alexandra-Daddario">Tag 2</a></span>
<span class="tag1">&rarr; <a href="/tagged/Alona-Tal">Tag 3</a></span>
</div>

<div class="container">
<span class="tagtitle">Artists</span>
<span class="tag1">&rarr; <a href="/tagged/Alexander-Ludwig">Tag 1</a></span>
<span class="tag2">&rarr; <a href="/tagged/Alexandra-Daddario">Tag 2</a></span>
<span class="tag1">&rarr; <a href="/tagged/Alona-Tal">Tag 3</a></span>
</div>

<div class="container">
<span class="tagtitle">Artists</span>
<span class="tag1">&rarr; <a href="/tagged/Alexander-Ludwig">Tag 1</a></span>
<span class="tag2">&rarr; <a href="/tagged/Alexandra-Daddario">Tag 2</a></span>
<span class="tag1">&rarr; <a href="/tagged/Alona-Tal">Tag 3</a></span>
</div>

</div>
</div>
</div>

<!-- Tab #4 Ends, Tags List -->

<!-- Tab #5 Starts, Network Page -->

<div id='tab4-content' class='tab-content'>
<div class="title">My Network</div>
<div class="isi">
<div class="about" style="margin-left:-10px">
<br><br><br><br><br><br> <!-- Delete some of the br if you think the links position is too low -->
<a class="link" href="/">Link 1</a>
<a class="link" href="/">Link 2</a>
<a class="link" href="/">Link 3</a>
<a class="link" href="/">Link 4</a>
<a class="link" href="/">Link 5</a>
<a class="link" href="/">Link 6</a>
<a class="link" href="/">Link 7</a>
<a class="link" href="/">Link 8</a>
</div>
</div>
</div>

<!-- Tab #5 Ends, Network Page -->

<!-- Tab #6 Starts, Family Page -->

<div id='tab5-content' class='tab-content'>
<div class="title">Families</div>
<div class="isi">
<div class="about" style="margin-left:-10px">

<div class="family">
<a href="/"><img src="http://s17.postimage.org/n17rsnu7f/Cosettteava.png" class="icon" align="left"></a>
<span class="name">Name</span>
<span class="description">Snow White to My Red Rose</span>
<span class="explanation">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
</span>
</div>

<div class="family">
<a href="/"><img src="http://s17.postimage.org/v84cxz9nv/katherinaava.png" class="icon" align="left"></a>
<span class="name">Name</span>
<span class="description">Hansel to My Gretel</span>
<span class="explanation">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur?
</span>
</div>

<div class="family">
<a href="/"><img src="http://s17.postimage.org/tucq2oaej/tumblr_lufe4h6_INI1ql5z3qo1_100.jpg" class="icon" align="left"></a>
<span class="name">Name</span>
<span class="description">Snow White to My Red Rose</span>
<span class="explanation">
But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
</span>
</div>

<div class="family">
<a href="/"><img src="http://s17.postimage.org/knuffe563/tumblr_lufe4h6_INI1ql5z3qo9_100.jpg" class="icon" align="left"></a>
<span class="name">Name</span>
<span class="description">Snow White to My Red Rose</span>
<span class="explanation">
Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?
</span>
</div>

<div class="family">
<a href="/"><img src="http://s17.postimage.org/tucq2oaej/tumblr_lufe4h6_INI1ql5z3qo1_100.jpg" class="icon" align="left"></a>
<span class="name">Name</span>
<span class="description">Prince Charming to my Cinderella</span>
<span class="explanation">
Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?
</span>
</div>


<div class="family">
<a href="/"><img src="http://s17.postimage.org/knuffe563/tumblr_lufe4h6_INI1ql5z3qo9_100.jpg" class="icon" align="left"></a>
<span class="name">Name</span>
<span class="description">Snow White to My Red Rose</span>
<span class="explanation">
Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?
</span>
</div>

</div>
</div>
</div>

<!-- Tab #6 Ends, Family Page -->

</center>
</div>

<!-- Tab Content Ends -->

 </body>
</html>

Pasted: Mar 1, 2013, 8:55:38 am
Views: 1,980