A Href

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 36

<a href="http://www.easycounter.

com/">

<img src="http://www.easycounter.com/counter.php?depidepila"

border="0" alt="Hit Counters"></a>

<br><a href="http://www.easycounter.com/">Hit Counter</a>

<script type="text/javascript" src="http://widgets.amung.us/tab.js"></script><script


type="text/javascript">WAU_tab('tqwo2nlij059', 'right-lower')</script>

<script type="text/javascript">

window.onload= loaded;

function loaded()

alert('Started wit your sweetest smile :)) ');

</script>

<script type="text/javascript">

window.onunload = unloadPage;

function unloadPage()

alert("Back to here soon :D");


}

</script>

<script type="text/javascript">

// <![CDATA[

var colour="#BD3EA8";

var sparkles=50;

/****************************

* Tinkerbell Magic Sparkle *

* (c) 2005 mf2fm web-design *

* http://www.mf2fm.com/rv *

* DON'T EDIT BELOW THIS BOX *

****************************/

var x=ox=400;

var y=oy=300;

var swide=800;

var shigh=600;

var sleft=sdown=0;

var tiny=new Array();

var star=new Array();

var starv=new Array();

var starx=new Array();


var stary=new Array();

var tinyx=new Array();

var tinyy=new Array();

var tinyv=new Array();

window.onload=function() { if (document.getElementById) {

var i, rats, rlef, rdow;

for (var i=0; i<sparkles; i++) {

var rats=createDiv(3, 3);

rats.style.visibility="hidden";

document.body.appendChild(tiny[i]=rats);

starv[i]=0;

tinyv[i]=0;

var rats=createDiv(5, 5);

rats.style.backgroundColor="transparent";

rats.style.visibility="hidden";

var rlef=createDiv(1, 5);

var rdow=createDiv(5, 1);

rats.appendChild(rlef);

rats.appendChild(rdow);

rlef.style.top="2px";

rlef.style.left="0px";

rdow.style.top="0px";

rdow.style.left="2px";

document.body.appendChild(star[i]=rats);
}

set_width();

sparkle();

}}

function sparkle() {

var c;

if (x!=ox || y!=oy) {

ox=x;

oy=y;

for (c=0; c<sparkles; c++) if (!starv[c]) {

star[c].style.left=(starx[c]=x)+"px";

star[c].style.top=(stary[c]=y)+"px";

star[c].style.clip="rect(0px, 5px, 5px, 0px)";

star[c].style.visibility="visible";

starv[c]=50;

break;

for (c=0; c<sparkles; c++) {

if (starv[c]) update_star(c);

if (tinyv[c]) update_tiny(c);

setTimeout("sparkle()", 40);

}
function update_star(i) {

if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";

if (starv[i]) {

stary[i]+=1+Math.random()*3;

if (stary[i]<shigh+sdown) {

star[i].style.top=stary[i]+"px";

starx[i]+=(i%5-2)/5;

star[i].style.left=starx[i]+"px";

else {

star[i].style.visibility="hidden";

starv[i]=0;

return;

else {

tinyv[i]=50;

tiny[i].style.top=(tinyy[i]=stary[i])+"px";

tiny[i].style.left=(tinyx[i]=starx[i])+"px";

tiny[i].style.width="2px";

tiny[i].style.height="2px";

star[i].style.visibility="hidden";

tiny[i].style.visibility="visible"

}
}

function update_tiny(i) {

if (--tinyv[i]==25) {

tiny[i].style.width="1px";

tiny[i].style.height="1px";

if (tinyv[i]) {

tinyy[i]+=1+Math.random()*3;

if (tinyy[i]<shigh+sdown) {

tiny[i].style.top=tinyy[i]+"px";

tinyx[i]+=(i%5-2)/5;

tiny[i].style.left=tinyx[i]+"px";

else {

tiny[i].style.visibility="hidden";

tinyv[i]=0;

return;

else tiny[i].style.visibility="hidden";

document.onmousemove=mouse;

function mouse(e) {
set_scroll();

y=(e)?e.pageY:event.y+sdown;

x=(e)?e.pageX:event.x+sleft;

function set_scroll() {

if (typeof(self.pageYOffset)=="number") {

sdown=self.pageYOffset;

sleft=self.pageXOffset;

else if (document.body.scrollTop || document.body.scrollLeft) {

sdown=document.body.scrollTop;

sleft=document.body.scrollLeft;

else if (document.documentElement && (document.documentElement.scrollTop ||


document.documentElement.scrollLeft)) {

sleft=document.documentElement.scrollLeft;

sdown=document.documentElement.scrollTop;

else {

sdown=0;

sleft=0;

window.onresize=set_width;
function set_width() {

if (typeof(self.innerWidth)=="number") {

swide=self.innerWidth;

shigh=self.innerHeight;

else if (document.documentElement && document.documentElement.clientWidth) {

swide=document.documentElement.clientWidth;

shigh=document.documentElement.clientHeight;

else if (document.body.clientWidth) {

swide=document.body.clientWidth;

shigh=document.body.clientHeight;

function createDiv(height, width) {

var div=document.createElement("div");

div.style.position="absolute";

div.style.height=height+"px";

div.style.width=width+"px";

div.style.overflow="hidden";

div.style.backgroundColor="#FFFFFF";

return (div);

// ]]>
</script>

<script type="text/javascript">

/******************************************

* Snow Effect Script- By Altan d.o.o. (http://www.altan.hr/snow/index.html)

* Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code

* Last updated Nov 9th, 05' by DD. This notice must stay intact for use

******************************************/

//Configure below to change URL path to the snow image

var snowsrc="http://www.snazzyspace.com/tumblr/snowb.gif"

// Configure below to change number of snow to render

var no = 10;

// Configure whether snow should disappear after x seconds (0=never):

var hidesnowtime = 0;

// Configure how much snow should drop down before fading ("windowheight" or "pageheight")

var snowdistance = "pageheight";

///////////Stop Config//////////////////////////////////

var ie4up = (document.all) ? 1 : 0;

var ns6up = (document.getElementById&&!document.all) ? 1 : 0;


function iecompattest(){

return (document.compatMode && document.compatMode!="BackCompat")?


document.documentElement : document.body

var dx, xp, yp; // coordinate and position variables

var am, stx, sty; // amplitude and step variables

var i, doc_width = 800, doc_height = 600;

if (ns6up) {

doc_width = self.innerWidth;

doc_height = self.innerHeight;

} else if (ie4up) {

doc_width = iecompattest().clientWidth;

doc_height = iecompattest().clientHeight;

dx = new Array();

xp = new Array();

yp = new Array();

am = new Array();

stx = new Array();

sty = new Array();

snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snow.gif" : snowsrc

for (i = 0; i < no; ++ i) {


dx[i] = 0; // set coordinate variables

xp[i] = Math.random()*(doc_width-50); // set position variables

yp[i] = Math.random()*doc_height;

am[i] = Math.random()*20; // set amplitude variables

stx[i] = 0.02 + Math.random()/10; // set step variables

sty[i] = 0.7 + Math.random(); // set step variables

if (ie4up||ns6up) {

if (i == 0) {

document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY:


visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://www.snazzyspace.com\"><img src='"+snowsrc+"'
border=\"0\"><\/a><\/div>");

} else {

document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY:


visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");

/******************************************

* Generated at tumblr-layouts.tumblr.com

******************************************/

function snowIE_NS6() { // IE and NS6 main animation function

doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;

doc_height=(window.innerHeight && snowdistance=="windowheight")?


window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up
&& !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight :
iecompattest().offsetHeight;

for (i = 0; i < no; ++ i) { // iterate for every dot

yp[i] += sty[i];
if (yp[i] > doc_height-50) {

xp[i] = Math.random()*(doc_width-am[i]-30);

yp[i] = 0;

stx[i] = 0.02 + Math.random()/10;

sty[i] = 0.7 + Math.random();

dx[i] += stx[i];

document.getElementById("dot"+i).style.top=yp[i]+"px";

document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px";

snowtimer=setTimeout("snowIE_NS6()", 10);

function hidesnow(){

if (window.snowtimer) clearTimeout(snowtimer)

for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden"

if (ie4up||ns6up){

snowIE_NS6();

if (hidesnowtime>0)

setTimeout("hidesnow()", hidesnowtime*1000)

}
</script>

<script type="text/javascript">

window.onload= loaded;

function loaded()

alert('thank's for viewing :*');

</script>

<noscript></noscript><!-- --><script type="text/javascript"


src="http://www.freewebs.com/p.js"></script><script language=JavaScript>

<!--

var message="ooopps!";

///////////////////////////////////

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

<marquee direction="up" behavior="alternate">Dream Desire :)</marquee>


// -->

</script>

<html>

<head>

<title>{Title}</title>

<pnk rel="shortcut icon" href="{Favicon}">

<pnk rel="alternate" type="application/rss+xml" href="/rss">

<meta name="color:Background Color" content="#ffffff"/>

<meta name="color:Box Color" content="#000000"/>

<meta name="color:Box Background" content="#20191D"/>

<meta name="color:Text Color" content="#00FFFF"/>

<meta name="color:Tumblr Title" content="#EC62E1"/>

<meta name="color:Post Title" content="#DF01D7"/>

<meta name="color:Type of Post" content="#FAFAFA"/>

<meta name="color:Quote/chat Accent" content="#FAFAFA"/>

<style type="text/css">

body {

margin: 30px;

background-color: #fefefd;

background-image:
url(http://i488.photobucket.com/albums/rr248/bebechameh/1280x1024.jpg);

background-attachment: fixed;
background-repeat: repeat;

.chat{

list-style: none;

padding: 4px;

margin: 10px;

border: 1px solid {color:Quote/chat Accent};

.even {background-color: {color:Quote/chat Accent};

padding: 4px;}

.odd {

padding: 4px}

#table {

width: 630px;

background: url(http://i488.photobucket.com/albums/rr248/bebechameh/body-18.gif);

-moz-opacity:0.50;

filter:alpha(opacity=50);

opacity:0.50;
-khtml-opacity:0.50

background-color: #;

padding-top: 20px;

padding-right: 20px;

table-layout: fixed;

padding-left: 20px;

padding-bottom: 5px;

font-family: 'Comic Sans Ms';

color: #e7e6e2;

border: 0;

font-size: 11px;

a:link,a:active,a:visited {

text-decoration: none;

color: #fdfbf4;

font-weight: bold;

a:hover {

text-decoration: none;

color: #f8ecce;
text-decoration: underline;

#left {

width: 400px;

padding: 0px;

text-align: left;

.qcontainer {

padding: 10px;

border-left: 1px solid #fefefd;

border-top: 1px solid #fefefd;

background-color: {color:Quote/chat Accent};

.source {padding-top: 2px;}

.quote {

font-size: 20px;

font-family: comic sans ms, sans-serif;

line-height: 22px;

#middle {width: 30px;}


#right {

text-align: left;

width: 200px;

padding: 0px;

text-align: left;

#title, #title a {

font-size: 32px;

text-transform: uppercase;

text-decoration: none;

font-weight: normal;

color: #faf4f1;

margin-top: 0px;

margin-bottom: 0px;

-moz-opacity:0.50;

filter:alpha(opacity=50);

opacity:0.50;

-khtml-opacity:0.50

font-family: comic sans ms, sans-serif;

#posttitle, #posttitle a{

font-size: 20px;
font-weight: normal;

color: #d6d7d7;

font-family: comic sans ms, sans-serif;

text-decoration: none;

#postlink, #postlink a{

font-size: 20px;

font-weight: normal;

color: #d1cfcf;

font-family: comic sans ms, sans-serif;

text-decoration: underline;

#posts {

list-style: none;

padding: 0;

margin: 0;

color: #fefefd;

font-family: comic sans ms, sans-serif;

#each {

padding-top: 10px;

padding-bottom: 0px;
padding-left: 0px;

padding-right: 0px;

img {border: 0px;}

#box, #box a {

text-transform: uppercase;

font-size: 11px;

color: #fefefd;

width: 400;

padding-top: 6px;

padding-bottom: 3px;

padding-right: 0px;

padding-left: 0px;

text-align: center;

background-color: #040300;

margin-top: 0px;

margin-bottom: 0px;

text-decoration: none;

font-family: comic sans ms;

#sidebox {

text-transform: uppercase;
font-size: 11px;

color: #fefefd;

width: 200;

padding-top: 6px;

padding-bottom: 3px;

padding-right: 0px;

padding-left: 0px;

text-align: center;

background-color: #040300;

margin-top: 0px;

margin-bottom: 0px;

font-family: comic sans ms, sans-serif;

#sideboxF {

text-transform: uppercase;

font-size: 11px;

color: #fefefd;

width: 200;

padding-top: 6px;

padding-bottom: 3px;

padding-right: 0px;

padding-left: 0px;

text-align: center;
background-color: #040300;

margin-top: 0px;

margin-bottom: 2px;

font-family: comic sans ms, sans-serif;

#box b, #box b a {

color: #fefefd;

text-decoration: none;

.footer{

font-family: comic sans ms, sans-serif;

font-size: 12px;

color: {color:Post Title};

margin: 5px;

.footer a {

text-decoration: none;

.label {

font-size: 11px;
text-transform: uppercase;

color: #fefefd;

#sidebox b {

color: #fefefd;

p{

margin: 10px;

ol.notes {

padding: 0px;

margin: 25px 0px;

list-style-type: none;

border-bottom: solid 1px #ccc;

ol.notes li.note {

border-top: solid 1px #ccc;

padding: 10px;

}
ol.notes li.note img.avatar {

vertical-align: -4px;

margin-right: 10px;

width: 16px;

height: 16px;

ol.notes li.note span.action {

font-weight: bold;

ol.notes li.note .answer_content {

font-weight: normal;

ol.notes li.note blockquote {

border-color: #eee;

padding: 4px 10px;

margin: 10px 0px 0px 25px;

ol.notes li.note blockquote a {

text-decoration: none;

}
</style>

</head>

<body>

<div align="center">

<table id="table" cellpadding="0" cellspacing="0">

<tr>

<td id="left" valign="top">

<p id="title"><a href="/">{Title}</a></p>

<ol id="posts">

{block:Posts}

{block:Text}

<li id="each">

<div id="box"><a href="{Permalink}"><b>text post</b>&nbsp;&nbsp;{ShortDayOfWeek}, {ShortMonth}.


{DayOfMonthWithZero}, {Year}</a></div>

{block:Title}

<p id="posttitle"><a href="{Permalink}">{Title}</a></p>

{/block:Title}
<p>{Body}</p><br><br>

{block:NoteCount}<a href="{Permalink}"><img
src="http://i488.photobucket.com/albums/rr248/bebechameh/notes-
8.gif">{NoteCountWithLabel}</a>{/block:NoteCount}

</li>

{/block:Text}

{block:Photo}

<li id="each">

<div id="box"><a href="{Permalink}"><b>photo post</b>&nbsp;&nbsp;{ShortDayOfWeek},


{ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>

{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}

{block:Caption}

<p>{Caption}</p>

{/block:Caption}<br><br>
{block:NoteCount}<a href="{Permalink}"><img
src="http://i488.photobucket.com/albums/rr248/bebechameh/notes-
8.gif">{NoteCountWithLabel}</a>{/block:NoteCount}

</li>

{/block:Photo}

{block:Quote}

<li id="each">

<div id="box"><a href="{Permalink}"><b>quote post</b>&nbsp;&nbsp;{ShortDayOfWeek},


{ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>

<p class="qcontainer">

<span class="quote">&#147;{Quote}&#148;</span>

{block:Source}

<span class="source"><br><i>{Source}</i></span>

{/block:Source}

</p>

{block:NoteCount}<a href="{Permalink}"><img
src="http://i488.photobucket.com/albums/rr248/bebechameh/notes-
8.gif">{NoteCountWithLabel}</a>{/block:NoteCount}

</li>

{/block:Quote}
{block:Link}

<li id="each">

<div id="box"><a href="{Permalink}"><b>link post</b>&nbsp;&nbsp;{ShortDayOfWeek}, {ShortMonth}.


{DayOfMonthWithZero}, {Year}</a></div>

<p><a href="{URL}" id="postlink" {Target}>{Name}</a></p>

{block:Description}

<p>{Description}</p>

{/block:Description}

{block:NoteCount}<a href="{Permalink}"><img
src="http://i488.photobucket.com/albums/rr248/bebechameh/notes-
8.gif">{NoteCountWithLabel}</a>{/block:NoteCount}

</li>

{/block:Link}

{block:Chat}

<li id="each">

<div id="box"><a href="{Permalink}"><b>chat post</b>&nbsp;&nbsp;{ShortDayOfWeek}, {ShortMonth}.


{DayOfMonthWithZero}, {Year}</a></div>

{block:Title}

<p id="posttitle"><a href="{Permalink}">{Title}</a></p>

{/block:Title}
<ul class="chat">

{block:Lines}

<li class="{Alt}">

{block:Label}

<span class="label">{Label}</span>

{/block:Label}

{Line}

</li>

{/block:Lines}

</ul>

{block:NoteCount}<a href="{Permalink}"><img
src="http://i488.photobucket.com/albums/rr248/bebechameh/notes-
8.gif">{NoteCountWithLabel}</a>{/block:NoteCount}

</li>

{/block:Chat}

{block:Video}

<li id="each">

<div id="box"><a href="{Permalink}"><b>video post</b>&nbsp;&nbsp;{ShortDayOfWeek},


{ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>

{Video-400}

{block:Caption}

<p>{Caption}</p>
{/block:Caption}

{block:NoteCount}<a href="{Permalink}"><img
src="http://i488.photobucket.com/albums/rr248/bebechameh/notes-
8.gif">{NoteCountWithLabel}</a>{/block:NoteCount}

</li>

{/block:Video}

{block:Audio}

<li id="each">

<div id="box"><a href="{Permalink}"><b>audio post</b>&nbsp;&nbsp;{ShortDayOfWeek},


{ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>

<p align="center">{AudioPlayerBlack}</p>

{block:Caption}

<p>{Caption}</p>

{/block:Caption}

{block:NoteCount}<a href="{Permalink}"><img
src="http://i488.photobucket.com/albums/rr248/bebechameh/notes-
8.gif">{NoteCountWithLabel}</a>{/block:NoteCount}

</li>

{/block:Audio}
{block:PostNotes}

{PostNotes}"

{/block:PostNotes}

{/block:Posts}

</ol>

</td>

<td id="middle"></td>

<CENTER>

<td id="right" valign="top">

<a href="http://www.glitter-graphics.com"><img src="http://dl8.glitter-


graphics.net/pub/39/39368n1b2x3prdz.gif" width=83 height=49 border=0></a>

<a href="http://www.glitter-graphics.com"><img src="http://dl8.glitter-


graphics.net/pub/39/39368n1b2x3prdz.gif" width=83 height=49 border=0></a>

<br>

<CENTER>

<img src="http://i488.photobucket.com/albums/rr248/bebechameh/NAVIGATIONS-7.gif"><br>

<a href="/Archive">Archive</a> ♥

<a href="/Random">Random</a> ♥

<a href="/Ask Me">Ask Me</a> ♥

<a href="/Facebook">Facebook</a> ♥
<a href="/Twitter">Twitter</a> ♥

<a href="{RSS}">RSS </a>

</center>

<br>

<center><img src="http://i488.photobucket.com/albums/rr248/bebechameh/ABOUT-ME-
5.gif"></center>

<p>{Description}</p>

<center>

<p>

| Hii buddies :)<a href="http://www.glitter-graphics.com"><img src="http://dl5.glitter-


graphics.net/pub/369/369195adsuu9rgnl.gif" width=50 height=50 border=0></a> Nice to know this
site !! I am an Ordinary girl and will be an Extraordinary girlz :D . lolz :D || and Now I guess I'm always
been like that, wanting to be loved, to find someone that makes my heart ache in a good way <a
href="http://www.glitter-graphics.com"><img src="http://dl10.glitter-
graphics.net/pub/369/369220a3hjk9pcg9.gif" width=50 height=50 border=0></a>|| Because all those
moments will be lost in time, like tears in the rain || and also ♥ everyone wants to be happy, nobody
want to be in pain. but you can't have a rainbow without any rain dude :) ♥ || </p>

<center>

<a href="http://www.glitter-graphics.com"><img src="http://dl9.glitter-


graphics.net/pub/660/660759jzef7rhw6w.gif" width=128 height=128 border=0></a>

<p> {|| I love music so much, and also My lovely cat:D || hanging out with my Friend and willy nilly
doing my assignment from my lovely lecture, but till now ?? you know I do really ♥ My Live :* || <a
href="http://www.glitter-graphics.com"><img src="http://dl8.glitter-
graphics.net/pub/79/79238we6sb5xi3h.gif" width=50 height=50 border=0></a> </p>

<center>

<a href="http://www.glitter-graphics.com"><img src="http://dl5.glitter-


graphics.net/pub/427/427085z8igfoaui0.gif" width=50 height=50 border=0></a>
Life isn't how about how to survive the storm.. but how to dance in the rain! ^^x ..}</p>

<br>

<center>

<a href="http://www.glitter-graphics.com"><img src="http://dl8.glitter-


graphics.net/pub/558/558248u8915bjieg.jpg" width=97 height=51 border=0></a>

</br>

<br>

{block:Following}

<CENTER>

<img src="http://i488.photobucket.com/albums/rr248/bebechameh/FOLLOWING-6.gif"></CENTER>

<div align="center">

<br>

{block:Followed}

<a href="{FollowedURL}"><img src="{FollowedPortraitURL-16}" style="border:

1px solid {color:Quote/chat Accent}; padding:2px;"></a>

{/block:Followed}

</div>

{/block:Following}

<br>
<br>

<P>Credits:<br>

Theme by <a href="http://sweetlittlekarma.tumblr.com/">CHAMEH</a> <br>

Base theme by Sarah Morgin</P>

</td>

</tr></table>

<center><p id="title"><a href="/"><img

src="http://i488.photobucket.com/albums/rr248/bebechameh/footer-28.gif"

padding="25px"></a><br></center>

{block:NextPage}<a href="{NextPage}">{/block:NextPage}<img

src="http://i488.photobucket.com/albums/rr248/bebechameh/NEXT.gif"></a> </a>

{block:PreviousPage}<a href="{PreviousPage}">{/block:PreviousPage}<img

src="http://i488.photobucket.com/albums/rr248/bebechameh/PREVIOUS-3.gif">

</a><br>

<!--Hypster Music Player-->


<script type="text/javascript" src="http://scm.hypster.com/script.php" ><!--

//--></script>

<script type="text/javascript"><!--

SCMMusicPlayer.init("{'skin':'skins/black/skin.css','playback':
{'autostart':'false','shuffle':'false','volume':'100'},'playlist':'3025415','placement':'bottom','showplaylist':'f
alse'}");

//--></script>

<!--Hypster Music Player-->

</body>

</html>

You might also like