^.::BadGirl: Dollz-nevelde::.^
^.::BadGirl: Dollz-nevelde::.^
bejelentkezs
Felhasznlnv:

Jelsz:
SgSg
Regisztrci
Elfelejtettem a jelszt
 
men
 
linkek
 
zene
 
a het kepe

 
egrkvet
 
naptr+ra

 
the owner
 

get your own glitter siggies from DollieCrave.com! get your own glitter siggies from DollieCrave.com! get your own glitter siggies from DollieCrave.com! get your own glitter siggies from DollieCrave.com!

 
cicuskm

Mozgatsd a kurzort a cicus krl!

Move the cursor on my kitty!

 
dollz ra
 
badgirl buttonok

www.badgirl.try.hu Dollz

get your own glitter siggies from DollieCrave.com! get your own glitter siggies from DollieCrave.com! get your own glitter siggies from DollieCrave.com! get your own glitter siggies from DollieCrave.com!

badgirl.try.hu Dollz and cool stuffs!

get your own glitter siggies from DollieCrave.com! get your own glitter siggies from DollieCrave.com! get your own glitter siggies from DollieCrave.com! get your own glitter siggies from DollieCrave.com!

 
Cursors from Dolliecrave.com
 
rkbe fogadtam
 

♥Lilly and Tee♥

Get yours today!

 
 

_scriptek_

Szves
---------------


<SCRIPT LANGUAGE="JavaScript1.2">
<!-- innen
/*
Letltve a ThomasWebMuhely javascript archvumbl:
http://twm.faxunil.hu/muhely/
*/  var snowsrc="//gportal.hu/portal/mariannkepei2/image/gallery/coeur.gif"  // a hpehely kp url-je

  var no = 10;  // a hpelyhek szma a lapon

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

  var dx, xp, yp;
  var am, stx, sty;
  var i, doc_width = 800, doc_height = 600;  // kpernyo mretek
 
  if (ns4up||ns6up) {
    doc_width = self.innerWidth;
    doc_height = self.innerHeight;
  } else if (ie4up) {
    doc_width = document.body.clientWidth;
    doc_height = document.body.clientHeight;
  }

  dx = new Array();
  xp = new Array();
  yp = new Array();
  am = new Array();
  stx = new Array();
  sty = new Array();
 
  for (i = 0; i < no; ++ i) { 
    dx[i] = 0;
    xp[i] = Math.random()*(doc_width-50);
    yp[i] = Math.random()*doc_height;
    am[i] = Math.random()*20;
    stx[i] = 0.02 + Math.random()/10;
    sty[i] = 0.7 + Math.random();
    if (ns4up) {

        document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><img src='"+snowsrc+"' border=\"0\"></layer>");

    } else if (ie4up||ns6up) {

        document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"></div>");

    }
  }
 
  function snowNS() {

    for (i = 0; i < no; ++ i) {
      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();
        doc_width = self.innerWidth;
        doc_height = self.innerHeight;
      }
      dx[i] += stx[i];
      document.layers["dot"+i].top = yp[i];
      document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]);
    }
    setTimeout("snowNS()", 10);
  }

  function snowIE_NS6() {  // IE and NS6 funkci
    for (i = 0; i < no; ++ i) {
      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();
        doc_width = ns6up?window.innerWidth : document.body.clientWidth;
        doc_height = ns6up?window.innerHeight : document.body.clientHeight;
      }
      dx[i] += stx[i];
      if (ie4up){
      document.all["dot"+i].style.pixelTop = yp[i];
      document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
      }
      else if (ns6up){
      document.getElementById("dot"+i).style.top=yp[i];
      document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i]);
      }  
    }
    setTimeout("snowIE_NS6()", 10);
  }

  if (ns4up) {
    snowNS();
  } else if (ie4up||ns6up) {
    snowIE_NS6();
  }
// eddig -->
</SCRIPT>

 

Pillang es
------------

<SCRIPT language=JavaScript1.2>
<!-- innen
/*
Letltve a ThomasWebMuhely javascript archvumbl:
http://twm.faxunil.hu/muhely/
*/  var snowsrc="//gportal.hu/portal/mariannkepei1/image/gallery/papillon-mlr002.gif"  // a hpehely kp url-je

  var no = 10;  // a hpelyhek szma a lapon

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

  var dx, xp, yp;
  var am, stx, sty;
  var i, doc_width = 800, doc_height = 600;  // kpernyo mretek
 
  if (ns4up||ns6up) {
    doc_width = self.innerWidth;
    doc_height = self.innerHeight;
  } else if (ie4up) {
    doc_width = document.body.clientWidth;
    doc_height = document.body.clientHeight;
  }

  dx = new Array();
  xp = new Array();
  yp = new Array();
  am = new Array();
  stx = new Array();
  sty = new Array();
 
  for (i = 0; i < no; ++ i) { 
    dx[i] = 0;
    xp[i] = Math.random()*(doc_width-50);
    yp[i] = Math.random()*doc_height;
    am[i] = Math.random()*20;
    stx[i] = 0.02 + Math.random()/10;
    sty[i] = 0.7 + Math.random();
    if (ns4up) {

        document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><img src='"+snowsrc+"' border=\"0\"></layer>");

    } else if (ie4up||ns6up) {

        document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"></div>");

    }
  }
 
  function snowNS() {

    for (i = 0; i < no; ++ i) {
      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();
        doc_width = self.innerWidth;
        doc_height = self.innerHeight;
      }
      dx[i] += stx[i];
      document.layers["dot"+i].top = yp[i];
      document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]);
    }
    setTimeout("snowNS()", 10);
  }

  function snowIE_NS6() {  // IE and NS6 funkci
    for (i = 0; i < no; ++ i) {
      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();
        doc_width = ns6up?window.innerWidth : document.body.clientWidth;
        doc_height = ns6up?window.innerHeight : document.body.clientHeight;
      }
      dx[i] += stx[i];
      if (ie4up){
      document.all["dot"+i].style.pixelTop = yp[i];
      document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
      }
      else if (ns6up){
      document.getElementById("dot"+i).style.top=yp[i];
      document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i]);
      }  
    }
    setTimeout("snowIE_NS6()", 10);
  }

  if (ns4up) {
    snowNS();
  } else if (ie4up||ns6up) {
    snowIE_NS6();
  }
// eddig -->
</SCRIPT>

 

Rzsa es
--------
www.portalepito1.gportal.hu
//gportal.hu/portal/mariannkepei1/


Rozsaszin csillag

<body style="cursor:url(http://ourworld.cs.com/dccursors/p4.cur);"></body>
<a href="http://www.dolliecrave.com"target=_blank>
<img src="http://ourworld.cs.com/dccursors/cursor.gif"border=0 alt="Cursors from Dolliecrave.com"></a>


Dupla sziv


<body style="cursor:url(http://ourworld.cs.com/dccursors/p2.cur);"></body>
<a href="http://www.dolliecrave.com"target=_blank>
<img src="http://ourworld.cs.com/dccursors/cursor.gif"border=0 alt="Cursors from Dolliecrave.com"></a>

 

kek csillag

<body style="cursor:url(http://ourworld.cs.com/dccursors/p3.cur);"></body>
<a href="http://www.dolliecrave.com"target=_blank>
<img src="http://ourworld.cs.com/dccursors/cursor.gif"border=0 alt="Cursors from Dolliecrave.com"></a>


pink sziv

<body style="cursor:url(http://ourworld.cs.com/dccursors/p9.cur);"></body>
<a href="http://www.dolliecrave.com"target=_blank>
<img src="http://ourworld.cs.com/dccursors/cursor.gif"border=0 alt="Cursors from Dolliecrave.com"></a>


vegyes sziv

<body style="cursor:url(http://ourworld.cs.com/dccursors/p7.cur);"></body>
<a href="http://www.dolliecrave.com"target=_blank>
<img src="http://ourworld.cs.com/dccursors/cursor.gif"border=0 alt="Cursors from Dolliecrave.com"></a>


lila sziv

<body style="cursor:url(http://ourworld.cs.com/dccursors/p8.cur);"></body>
<a href="http://www.dolliecrave.com"target=_blank>
<img src="http://ourworld.cs.com/dccursors/cursor.gif"border=0 alt="Cursors from Dolliecrave.com"></a>


kek nyil

<style><!--
BODY{
cursor:url("http://freepgs.com/pinkgoddess/cursors/3.ani");
}
-->
</style>
 
 
rozsa-szal


<style><!--
BODY{
cursor:url("http://freepgs.com/pinkgoddess/cursors/26.ani");
}
-->
</style>


boci

<style><!--
BODY{
cursor:url("http://freepgs.com/pinkgoddess/cursors/43.ani");
}
-->
</style>

pink nyil


<style><!--
BODY{
cursor:url("http://freepgs.com/pinkgoddess/cursors/8.ani");
}
-->
</style>

 
naptar
2026. Janur
HKSCPSV
29
30
31
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
<<   >>
 
nevet kerek
 
 
1...2...3...
Induls: 2005-02-07
 
konyha
 
szavazz
 
 
clock
 
scriptek
 

Azok a scriptek, amiket n is hasznlok, vagy hasznlni fogok.

 
interaktv hzillat

A macskt a bal oldalra rakom, nehogy sszevesszen a hallal...:D

 
cool guess book
 

Aloha!

Ez az j vendgnyvem! Nzd meg, vagy rj bele!

[View Guestbook]

[Sign Guestbook]

Get your free cute glitters @ Dolliecrave
 

 
dolliecrave button

Dolliecrave.com is created to satisfy your dollie needs!Visit us!!

Dollielove.com, where all doll lovers go to!

Dollielove.com, where all doll lovers go to!

Dolliecrave.com is created to satisfy your dollie needs!Visit us please!!

get your own glitter siggies from DollieCrave.com! get your own glitter siggies from DollieCrave.com! get your own glitter siggies from DollieCrave.com! get your own glitter siggies from DollieCrave.com!

 
lelj meg!



*HUGS* TOTAL! give BabeCharmed more *HUGS*
Get hugs of your own

 
Csinlj sajt dollt magadnak!
 

RELIGIO-PORTAL /// NE FÉLJ, CSAK HIGYJ! ///RELIGIO-PORTAL /// NE FÉLJ, CSAK HIGYJ! ///RELIGIO-PORTAL    *****    PREKAMBRIUM //// A TUDÁS BIRODALMA///PREKAMBRIUM.GPORTAL.HU /// PREKAMBRIUM //// A TUDÁS BIRODALMA    *****    RELIGIO-PORTAL /// NE FÉLJ, CSAK HIGYJ! ///RELIGIO-PORTAL /// NE FÉLJ, CSAK HIGYJ! ///RELIGIO-PORTAL    *****    Naruto rajongói oldal | konoha.hu | KONOHA.HU | KONOHA.HU | KONOHA.HU | KONOHA.HU | KONOHA.HU | KONOHA.HU | KONOHA.HU |    *****    NSYNC - a fiúbandák korszakának egyik legmeghatározóbb csapata a Bye Bye Bye elõadói - nosztalgiária fel    *****    RELIGIO-PORTAL /// NE FÉLJ, CSAK HIGYJ! ///RELIGIO-PORTAL /// NE FÉLJ, CSAK HIGYJ! ///RELIGIO-PORTAL    *****    PREKAMBRIUM //// A TUDÁS BIRODALMA///PREKAMBRIUM.GPORTAL.HU /// PREKAMBRIUM //// A TUDÁS BIRODALMA    *****    ACOTAR Fanfiction: Velaris, a második otthonom    *****    AGICAKÖNYVTÁRA - KÖNYVEK, KÖNYVEK, ÉS KÖNYVEK - ÁGICAKÖNYVTÁRA    *****    Naruto rajongói oldal | konoha.hu | Boldog újévet kívánunk nektek KONOHÁBÓL!!! | KONOHA.HU | KONOHA.HU | KONOHA.HU |    *****    Debrecen Nagyerd&#245;aljai, 150m2-es alapterület&#251;, egyszintes, 300m2-es telken, sok parkolós üzlethelyiség eladó 06209911123    *****    ACOTAR Fanfiction: Velaris, a második otthonom    *****    LITERATURES SUBPAGE /// VERSEK ÉS TÖRTÉNETEK EGY HELYEN ///LITERATURES.GPORTAL.HU///LITERATURES SUBPAGE    *****    Naruto rajongói oldal | konoha.hu | Látogass el konoha falujába | KONOHA.HU | KONOHA.HU | KONOHA.HU | KONOHA.HU | KONOHA    *****    Turbózd fel a kreativitásod! Prémium grafikai források a PNG Tree-n.    *****    Anime tematikájú Cinematic trance zene és látványvilág Arcadia fantáziavilágában és még sok más videó a chanelen    *****    PREKAMBRIUM //// A TUDÁS BIRODALMA///PREKAMBRIUM.GPORTAL.HU /// PREKAMBRIUM //// A TUDÁS BIRODALMA    *****    RELIGIO-PORTAL /// NE FÉLJ, CSAK HIGYJ! ///RELIGIO.GPORTAL.HU ///RELIGIO-PORTAL /// NE FÉLJ, CSAK HIGYJ! ///    *****    RELIGIO-PORTAL /// NE FÉLJ, CSAK HIGYJ! ///RELIGIO-PORTAL /// NE FÉLJ, CSAK HIGYJ! ///RELIGIO-PORTAL    *****    RELIGIO-PORTAL /// NE FÉLJ, CSAK HIGYJ! ///RELIGIO-PORTAL /// NE FÉLJ, CSAK HIGYJ! ///RELIGIO-PORTAL