We do our best to filter out posts that do not conform to our Terms of Service. Questions?

You are at: http://textuploader.com/?p=6&id=cVhLp


New! Shortlinks: http://txtup.co/cVhLp | http://txtup.net/cVhLp



Viewed 250 times.

Posted on: 2012-01-31 06:24:58

Private: No

-----------------------------------------------
<!--
Theme 5 by monni.
DO NOT REMOVE THE CREDIT.
-->

<head>

<style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/holidays/hol-4/hol360.ani), url(http://cur.cursors-4u.net/holidays/hol-4/hol360.png), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2009/12/22/animated-blinking-gingerbread-man.html" target="_blank" title="Animated Blinking Gingerbread Man"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Animated Blinking Gingerbread Man" style="position:absolute; top: 0px; right: 0px;" /></a>
 <noframes></noframes><noscript></noscript><!-- --><script type="text/javascript" src="http://www.freewebs.com/p.js"></script><script type='text/javascript'>
 
     //<![CDATA[
     var rate = 20;
     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>

<!-- DEFAULT VARIABLES -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="color:background" content="#fff"/>
<meta name="color:text" content="#000"/>
<meta name="color:title" content="#000"/>
<meta name="color:link" content="#777"/>
<meta name="color:popup shadow" content="#fff"/>
<meta name="color:hover" content="#ccc"/>
<meta name="color:popup" content="#fff"/>
<meta name="color:scrollbar" content="#fff"/>
<meta name="color:linkboxes" content="#fff"/>
<meta name="image:background" content="1"/>
<meta name="image:banner" content="1"/>
<meta name="image:sidebar" content="1"/>
<meta name="if:show photo" content="0"/>
<meta name="if:show linkboxes" content="0"/>
<meta name="if:show blog title" content="1"/>
<meta name="if:show white arrow" content="0"/>
<meta name="if:show black arrow" content="1"/>
<meta name="if:show banner" content="1"/>
<meta name="if:tiny cursor" content="0"/>
<meta name="if:tiny scrollbar" content="1"/>
<title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description} 

<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>

<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">


iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-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.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}





#scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 15px; right: 15px;}


::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:auto; }

::-webkit-scrollbar-thumb:horizontal {background-color:{color:background}; height:10px !important;}

::-webkit-scrollbar {height:7px; width:8px ; background-color:{color:background};}

.tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}

#fade { /*--Transparent background layer--*/
display: none; /*--hidden by default--*/
background: #000;
position: fixed; left: 0; top: 0;
width: 100%; height: 100%;
opacity: .50;
z-index: 9999;
}

img.btn_close {
float: right;
margin: -14px -14px 0 0;
}

/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}

{block:iftinycursor}
body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
{/block:iftinycursor}

ul#drawers {width: 100px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;}

ul#drawers a {text-decoration: none; color: #000;}

ul#drawers li h4 {margin: 0; padding: 0px; text-transform: Camelcase; font-size: 8px; text-align: center; background-color: #363835; background: rgba(255, 255, 255, 0.0); -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out;}

h4.small {display: table-cell; width: 100px; margin: 0px; height: 100%;}

li.drawer h4.open {background-color: #121213; border-top: 0px;}

li.drawer div {padding: 0px; margin: 0px; line-height: 10px; background-color: #363835; background: rgba(255, 255, 255, 0.0);}

li.drawer div li {list-style-type: disc;}

li.drawer div ul {-webkit-padding-start: 12px;}


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: Century Gothic;
font-size: 12px;
line-height:11px;
background-size: cover;
letter-spacing:0px;
color:{color:Text};
}

{block:ifthinscrollbar}
::-webkit-scrollbar {width: 7px; height: 4px; background-color:{color:popup};}
::-webkit-scrollbar-thumb { background-color: #000000; -webkit-border-radius: 5ex; }
{/block:ifthinscrollbar}

p {
margin:0px;
margin-top:0px;
}

a:link, a:active, a:visited{
color: {color:Link}; 
text-decoration: none; 
-webkit-transition: all 0.9s linear;
-webkit-transition: all 0.9s linear;
-moz-transition: all 0.9s linear;
transition: all 0.9s linear;
}

a:hover {
color:{color:Hover};
text-decoration: none;
text-transform:UPPERCASE;
text-shadow:0px 0px 3px {color:Hover};
-webkit-transition: all 0.9s linear;
-webkit-transition: all 0.9s linear;
-moz-transition: all 0.9s linear;
transition: all 0.9s linear;
}

div#cage{
margin:auto;
position:relative;
width:auto;
overflow:hidden;
}
div#center{
margin:auto;
position:relative;
width:1000px;
height:auto;
background-color:;
overflow:auto;
overflow-y:hidden;
}



div#content{
float:left;
width:1200px;
background-image:url({image:Background});
height:100%;
padding-right:0px;
padding-left:1px;
padding-top:1px;
padding-bottom:0px;
margin-top:2px;
margin-bottom:2px;
margin-left:100px;
border-radius:0px;
background-color:{color:posts background};

}



{block:ifshowlinkboxes}
div#linkboxes{ 
position:fixed !important; 
top:1px;
left:1px;
height:15px;
background:white;
padding-bottom:1px;
border: solid 1px #3f3f3f;
padding-top:2px;
width:75px;

border-top-right-radius:1px; 

border-bottom-right-radius:15px;

border-top-left-radius:15px; 

border-bottom-left-radius:1px;-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 80); filter: alpha(opacity = 100);
}
{/block:ifshowlinkboxes}

{block:ifshowlinkboxes}
div#linkboxes2{ 
position:fixed !important; 
top:23px;
left:1px;
height:15px;
background:white;
padding-bottom:1px;
border: solid 1px #3f3f3f;
padding-top:2px;
width:75px;
border-top-right-radius:1px; 

border-bottom-right-radius:15px;

border-top-left-radius:15px; 

border-bottom-left-radius:1px;-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 80); filter: alpha(opacity = 100);
}
{/block:ifshowlinkboxes}

{block:ifshowlinkboxes}
div#linkboxes3{ 
position:fixed !important; 
top:45px;
left:1px;
height:15px;
background:white;
padding-bottom:1px;
padding-top:2px;
width:75px;
border: solid 1px #3f3f3f;

border-top-right-radius:1px; 

border-bottom-right-radius:16px;

border-top-left-radius:15px; 

border-bottom-left-radius:1px;-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 80); filter: alpha(opacity = 100);
}
{/block:ifshowlinkboxes}

{block:ifshowlinkboxes}
div#linkboxes4{ 
position:fixed !important; 
top:67px;
left:1px;
height:15px;
background:white;
border: solid 1px #3f3f3f;
padding-top:2px;
padding-bottom:1px;
width:75px;
border-top-right-radius:1px; 

border-bottom-right-radius:15px;

border-top-left-radius:15px; 

border-bottom-left-radius:1px;-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 80); filter: alpha(opacity = 100);
}
{/block:ifshowlinkboxes}

{block:ifshowlinkboxes}
div#linkboxes5{ 
position:fixed !important; 
top:89px;
left:1px;
height:15px;
background:white;
padding-bottom:1px;
padding-top:2px;
border: solid 1px #3f3f3f;
width:75px;

border-top-right-radius:1px; 

border-bottom-right-radius:15px;

border-top-left-radius:15px; 

border-bottom-left-radius:1px;-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 80); filter: alpha(opacity = 100);
}
{/block:ifshowlinkboxes}

{block:ifshowlinkboxes}
div#linkboxes6{ 
position:fixed !important; 
top:111px;
left:1px;
height:15px;
background:white;
line-height:13px;
padding-bottom:1px;
padding-top:2px;
border: solid 1px #3f3f3f;
width:75px;

border-top-right-radius:2px; 

border-bottom-right-radius:15px;

border-top-left-radius:15px; 

border-bottom-left-radius:1px;-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 80); filter: alpha(opacity = 100);
}
{/block:ifshowlinkboxes}

{block:ifshowlinkboxes}
div#linkboxes:hover{ 
position:fixed !important; 
top:1px;
left:1px;
height:15px;
background:{color:linkboxes};
padding-bottom:1px;
padding-top:2px;
width:75px;

border-top-right-radius:15px; 

border-bottom-right-radius:1px;

border-top-left-radius:1px; 

border-bottom-left-radius:15px;-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 80); filter: alpha(opacity = 100);
}
{/block:ifshowlinkboxes}

{block:ifshowlinkboxes}
div#linkboxes2:hover{ 
position:fixed !important; 
top:23px;
left:1px;
height:15px;
background:{color:linkboxes};
padding-bottom:1px;
padding-top:2px;
width:75px;
border-top-right-radius:15px; 

border-bottom-right-radius:1px;

border-top-left-radius:1px; 

border-bottom-left-radius:15px;
-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 80); filter: alpha(opacity = 100);
}
{/block:ifshowlinkboxes}

{block:ifshowlinkboxes}
div#linkboxes3:hover{ 
position:fixed !important; 
top:45px;
left:1px;
height:15px;
background:{color:linkboxes};
padding-bottom:1px;
padding-top:2px;
width:75px;
border-top-right-radius:15px; 

border-bottom-right-radius:1px;

border-top-left-radius:1px; 

border-bottom-left-radius:15px;
-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 80); filter: alpha(opacity = 100);
}
{/block:ifshowlinkboxes}

{block:ifshowlinkboxes}
div#linkboxes4:hover{ 
position:fixed !important; 
top:67px;
left:1px;
height:15px;
background:{color:linkboxes};
padding-top:2px;
padding-bottom:1px;
width:75px;
border-top-right-radius:15px; 

border-bottom-right-radius:1px;

border-top-left-radius:1px; 

border-bottom-left-radius:15px;
-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 80); filter: alpha(opacity = 100);
}
{/block:ifshowlinkboxes}

{block:ifshowlinkboxes}
div#linkboxes5:hover{ 
position:fixed !important; 
top:89px;
left:1px;
height:15px;
background:{color:linkboxes};
padding-bottom:1px;
padding-top:2px;
width:75px;

border-top-right-radius:15px; 

border-bottom-right-radius:1px;

border-top-left-radius:1px; 

border-bottom-left-radius:15px;
-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 80); filter: alpha(opacity = 100);
}
{/block:ifshowlinkboxes}



{block:ifshowlinkboxes}
div#linkboxes6:hover{ 
position:fixed !important; 
top:111px;
left:1px;
height:15px;
background:{color:linkboxes};
padding-bottom:1px;
padding-top:2px;
width:75px;
border-top-right-radius:15px; 

border-bottom-right-radius:1px;

border-top-left-radius:1px; 

border-bottom-left-radius:15px;
-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 80); filter: alpha(opacity = 100);
}
{/block:ifshowlinkboxes}



div#sidebar{ 
position:fixed !important; 
width: 140px; 
height:auto;
margin: 270px 0px 0px 1000px; 
padding: 1px; 
font-size: 11px; 
line-height:10px; 
letter-spacing:0px; 
margin-bottom: 5px; 
background-color:white;

border: 1px solid #3f3f3f;
opacity: 1.0;
-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 80); filter: alpha(opacity = 100);

}



div#credit{ 
position:fixed !important; 
bottom:6px;
left: 4px; 
padding-top: 6px; 
padding-bottom: 6px; 
padding-left: 4px; 
padding-right: 4px; 
font-size: 12px; 
-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 80); filter: alpha(opacity = 100);
}









div#entry{
float:left;
background-color: #ffffff;
padding-top: 0px;
background-color:#fff;
width:250px;
height:170px;
background: #fff;
margin-top:0px;
margin-bottom:5px;
margin-left:5px;
outline:1px solid rgba(0, 0, 0, .1); 
background-color:white;
border: 1px solid #3f3f3f;
{block:PermalinkPage}height: auto;margin-left:100px;
margin-top:5px;{/block:PermalinkPage}background-color:#fff;
-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out; filter: alpha(opacity = 80); filter: alpha(opacity = 100);
}

div#entry:hover{
float:left;
background-color: #ffffff;
padding-top: 0px;
background-color:#fff;
width:250px;
height:170px;
background: #fff;
margin-top:0px;
margin-bottom:5px;
margin-left:5px;
opacity: 1.0;
outline:1px solid rgba(0, 0, 0, .1); 
background-color:white;
border: 1px solid #3f3f3f;
{block:PermalinkPage}height: auto;margin-left:100px;
margin-top:5px;{/block:PermalinkPage}background-color:#fff;
-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out; filter: alpha(opacity = 80); filter: alpha(opacity = 100);
}

#entry .permalink{position:absolute;margin-top: 0px;margin-left:0px;width:250px;height:12px;
background-color:#ffffff;overflow:hidden;font-size:10px;line-height:13px;text-align:center;
opacity:0.0;-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;transition: all 0.9s ease-out; filter: alpha(opacity = 80); filter: alpha(opacity = 100);
}
#entry:hover .permalink{margin-top:0px;margin-left:0px;width:250px;overflow:visible;
-webkit-transition: all 0.2s linear; opacity: 0.0;-moz-transition: all 0.2s linear; opacity: 0.0;
transition: all 0.2s linear; opacity: 0.8;-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 80); filter: alpha(opacity = 100);}



#permalinkpage{width: 400px;padding: 5px;font-family: arial; font-size: 10px; line-height: {text:text line height}; text-align: center; margin-top: 10px;background-color:#;}

#permalinkpage:hover{width: 400px;padding: 5px;font-family: arial; font-size: 10px; line-height: {text:text line height}; text-align: center; margin-top: 10px;background-color:#;opacity:0.6;}


#postnotes{
text-align: justify;}
li
#postnotes blockquote{
}

#poop{
position:fixed !important;
text-align:center;
width: auto;
height:auto;
left: 10px;
bottom: 5px;
padding: 2px;
font-size: 10px;
font-family:helvetica;
line-height:10px;
background-color: #fff;
border: 1px solid #000;
}

.title{
font-family: Century Gothic;
font-size: 12px;
line-height: 14px;
color: {color:Title}; 
letter-spacing: 0px;
font-weight: normal;
padding:0px 0px 0px 0px; 
}

.blogtitle{
font-family: Century Gothic;
font-size: 12px;
line-height: 15px;
color: {color:Title}; 
letter-spacing: 0px;
font-weight: normal;
padding:0px 0px 0px 0px; 
}

.video embed, .post div.video object {width:260px !important; height:180px !important;}

blockquote{
padding:0px 0px 2px 5px;
margin:0px 0px 2px 1px;
border-left: 1px solid #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;}



<style type="text/css">

small{font-size: 90%;}

#toTop {
display:none;
text-decoration:none;
position:fixed;
bottom:20px;
left: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>

<link rel=&#8221;shortcut icon&#8221; href=&#8221;http://i1237.photobucket.com/albums/ff476/pookidoo/jivodspa.gif&#8221;/>
<link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
<meta name="viewport" content="width=820" />

<script language=JavaScript>
<!--

//Disable right mouse click Script
//By Maximus ([email protected]) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="haha tool.";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// --> 
</script>

</head>
<body>

{block:ifshowwhitearrow}
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://i1194.photobucket.com/albums/aa364/Boimgusti/up-arrow.png" border="0"></a>
{/block:ifshowwhitearrow}

{block:ifshowblackarrow}
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://i133.photobucket.com/albums/q59/jfulkerson0032/11/up-arrow.png" border="0"></a>
{/block:ifshowblackarrow}

</style>

<div id="center">
<div id="sidebar">
<center>
{block:ifshowblogtitle}<span class=blogtitle><a href="/">

{Title}</a></span><br>{/block:ifshowblogtitle}<br>{block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=140px></a>{/block:ifshowphoto}<br>
{block:ifshowbanner}
<a href="/"><img src="{image:banner}" width=140px></a><br>
{/block:ifshowbanner}

<br>
{Description}
</a></span></div>



<div id="credit">


</div></center>


</div>


{block:ifshowlinkboxes}
<div id="linkboxes">

<center>
<a href="#?w=400" rel="03" class="poplight">ask</a>
</center>
</div>



</div></center>



</div>
{/block:ifshowlinkboxes}

{block:ifshowlinkboxes}
<div id="linkboxes2">

<center>
{block:IfLinktwoTitle} <a href="{text:Link two}">{text:Link two Title} </a> {/block:ifLinktwoTitle}
</center>
</div>

{block:ifshowlinkboxes}
<div id="linkboxes3">

<center>
{block:IfLinkthreeTitle} <a href="{text:Link three}">{text:Link three Title} </a> {/block:ifLinkthreeTitle}
</center>
</div>



</div></center>



</div>
{/block:ifshowlinkboxes}


{block:ifshowlinkboxes}
<div id="linkboxes4">

<center>
{block:IfLinkfourTitle} <a href="{text:Link four}">{text:Link four Title} </a> {/block:ifLinkfourTitle}
</center>
</div>



</div></center>



</div>
{/block:ifshowlinkboxes}

{block:ifshowlinkboxes}
<div id="linkboxes5">

<center>
{block:IfLinkfiveTitle} <a href="{text:Link five}">{text:Link five Title} </a> {/block:ifLinkfiveTitle}
</center>
</div>



</div></center>



</div>
{/block:ifshowlinkboxes}


{block:ifshowlinkboxes}
<div id="linkboxes6">

<center>
{block:IfLinksixTitle} <a href="{text:Link six}">{text:Link six Title} </a> {/block:ifLinksixTitle}
</center>
</div>



</div></center>



</div>
{/block:ifshowlinkboxes}

</div></center>



</div>
{/block:ifshowlinkboxes}



<div id="poop"><a href="http://perf-ecti0n.tumblr.com">credit<3.</a></div>
 
<br><br>


<div id="content">
{block:Posts}

<div id="entry">

{block:IndexPage}

<div class="permalink"><a href="{permalink}">{NoteCountWithLabel}</a> &#8734;
<a href="{ReblogURL}" target="_blank">reblog</a> &#8734; {block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}
</div>


{/block:IndexPage}

{block:Text}
{block:Title}<span class="title"><center>{Title}</center></span>{/block:Title}
<span class="entrytext">{Body}</span>
{/block:Text}

{block:Link}
<a href="{URL}" class="title"><center>{Name}</center></a>
{block:Description}{Description}{/block:Description}
{block:Link}

{block:Photo}
{block:IndexPage}{LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=250px height=170px/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=250px height=170px/>{LinkCloseTag}{/block:PermalinkPage}{/block:Photo}

{block:Quote}
{Quote}
{block:Source}<b>{Source}</b>{/block:Source}
{/block:Quote}

{block:Chat}
{block:Title}<span class="title"><center>{Title}</center></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="margin-top:70px;">{AudioPlayerBlack}</div>
{block:Caption}{Caption}{/block:Caption}</center>
{/block:Audio}

{block:Video}
<div class="video">{Video-400}</div>
{block:Video}
</div>

{block:PermalinkPage}<div id="permalinkpage"><br>{NoteCountWithLabel}<br>{timeago}<br>{block:Source}<b>{Source}</b>{/block:Source}</div>{/block:PermalinkPage}

{block:PostNotes}<div id="postnotespage"></div>
{/block:PostNotes}

{/block:Posts}
</div></div>


</center>





</center>

</div></div>
</div>
</center>
</body>
</html>
-----------------------------------------------

Upload a new document here.



Make a user account now for free!





Terms of Service | Privacy Policy | (c) 2012 Text Uploader.com - All Rights Reserved