Giriş yapmadınız.

Sayın ziyaretçi, AllaTurkaa sitesine hoş geldiniz. Eğer buraya ilk ziyaretiniz ise lütfen yardım bölümünü okuyunuz. Böylece bu sitenin nasıl çalıştığı konusunda ayrıntılı bilgilere ulaşabilirsiniz. Eğer sitenin tüm olanaklarından faydalanmak istiyorsanız, kayıt yaptırmayı düşünmelisiniz. Bunun için kayıt formunu kullanabilir ya da bu bağlantıya giderek kayıt işlemi hakkında daha fazla bilgi alabilirsiniz. Eğer önceden kayıt yaptırdıysanız buradan giriş yapabilirsiniz.

DjMaHurGözLüm

Profesyonel

  • "DjMaHurGözLüm" bir erkek
  • Konuyu başlatan "DjMaHurGözLüm"

Mesajlar: 1,428

Kayıt tarihi: Nov 29th 2007

Konum: İzmir Eski Foca

  • Özel mesaj gönder

1

Tuesday, 24.06.2008, 10:34

ARKA FONT HTML KODLAR

[code:1]<!--- KAYNAK: http://www.mislina3.azbuz.com --->
<BODY bgcolor="#ebe2d3">
<script language="JavaScript">
<!--
Image0=new Image();
Image0.src="http://img169.yukle.tc/images/55963047blume108wl5me5.gif"
Amount=20;
Ypos=new Array();
Xpos=new Array();
Speed=new Array();
rate=new Array();
grow=new Array();
Step=new Array();
Cstep=new Array();
nsSize=new Array();
ns=(document.layers)?1:0;
WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < Amount; i++){
Ypos = Math.round(Math.random()*WinHeight);
Xpos[i] = Math.round(Math.random()*WinWidth);
Speed[i]= Math.random()*2+2;
Cstep[i]=0;
Step[i]=Math.random()*0.1+0.05;
grow[i]=10;
nsSize[i]=Math.random()*15+5;
}
if (ns){
for (i = 0; i < Amount; i++){
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>");
}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++){
document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=60)">');
}
document.write('</div></div>');
}
function bubbles(){
var WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var hscrll=(document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < Amount; i++){
sy = Speed[i]*Math.sin(200*Math.PI/180);
sx = Speed[i]*Math.cos(Cstep[i]);
Ypos[i]+=sy;
Xpos[i]+=sx;
rate[i]=0.4;
if (Ypos[i] < -50){
Ypos[i]=WinHeight+50;
Xpos[i]=Math.round(Math.random()*WinWidth);
Speed[i]=Math.random()*2+2;

grow[i]=2;
nsSize[i]=Math.random()*15+5;
}
if (ns){
document.layers['sn'+i].left=Xpos[i]+wscrll;
document.layers['sn'+i].top=Ypos[i]+hscrll;
}
else{
si[i].style.pixelLeft=Xpos[i]+wscrll;
si[i].style.pixelTop=Ypos[i]+hscrll;
si[i].style.width=grow[i];
si[i].style.height=grow[i];
}
grow[i]+=rate[i];
Cstep[i]+=Step[i];
if (grow[i] > 24) grow[i]=25;
}
setTimeout('bubbles()',10);
}
bubbles();
//-->
</script>
</body>
<!--- KAYNAK: http://www.mislina.azbuz.com --->

[/code:1]


[code:1]<!--- KAYNAK: http://www.mislina3.azbuz.com --->
<BODY bgcolor="#ebe2d3">
<script language="JavaScript">
<!--
Image0=new Image();
Image0.src="http://img162.yukle.tc/images/398911.gif"
Amount=20;
Ypos=new Array();
Xpos=new Array();
Speed=new Array();
rate=new Array();
grow=new Array();
Step=new Array();
Cstep=new Array();
nsSize=new Array();
ns=(document.layers)?1:0;
WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < Amount; i++){
Ypos[i] = Math.round(Math.random()*WinHeight);
Xpos[i] = Math.round(Math.random()*WinWidth);
Speed[i]= Math.random()*2+2;
Cstep[i]=0;
Step[i]=Math.random()*0.1+0.05;
grow[i]=10;
nsSize[i]=Math.random()*15+5;
}
if (ns){
for (i = 0; i < Amount; i++){
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>");
}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++){
document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=60)">');
}
document.write('</div></div>');
}
function bubbles(){
var WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var hscrll=(document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < Amount; i++){
sy = Speed[i]*Math.sin(200*Math.PI/180);
sx = Speed[i]*Math.cos(Cstep[i]);
Ypos[i]+=sy;
Xpos[i]+=sx;
rate[i]=0.4;
if (Ypos[i] < -50){
Ypos[i]=WinHeight+50;
Xpos[i]=Math.round(Math.random()*WinWidth);
Speed[i]=Math.random()*2+2;

grow[i]=2;
nsSize[i]=Math.random()*15+5;
}
if (ns){
document.layers['sn'+i].left=Xpos[i]+wscrll;
document.layers['sn'+i].top=Ypos[i]+hscrll;
}
else{
si[i].style.pixelLeft=Xpos[i]+wscrll;
si[i].style.pixelTop=Ypos[i]+hscrll;
si[i].style.width=grow[i];
si[i].style.height=grow[i];
}
grow[i]+=rate[i];
Cstep[i]+=Step[i];
if (grow[i] > 24) grow[i]=25;
}
setTimeout('bubbles()',10);
}
bubbles();
//-->
</script>
</body>
<!--- KAYNAK: http://www.mislina.azbuz.com --->

[/code:1]



[code:1]<!--- KAYNAK: http://www.mislina3.azbuz.com --->
<BODY bgcolor="#ebe2d3">
<script language="JavaScript">
<!--
Image0=new Image();
Image0.src="http://img167.yukle.tc/images/70924605gnvn2.gif"
Amount=20;
Ypos=new Array();
Xpos=new Array();
Speed=new Array();
rate=new Array();
grow=new Array();
Step=new Array();
Cstep=new Array();
nsSize=new Array();
ns=(document.layers)?1:0;
WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < Amount; i++){
Ypos[i] = Math.round(Math.random()*WinHeight);
Xpos[i] = Math.round(Math.random()*WinWidth);
Speed[i]= Math.random()*2+2;
Cstep[i]=0;
Step[i]=Math.random()*0.1+0.05;
grow[i]=10;
nsSize[i]=Math.random()*15+5;
}
if (ns){
for (i = 0; i < Amount; i++){
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>");
}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++){
document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=60)">');
}
document.write('</div></div>');
}
function bubbles(){
var WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var hscrll=(document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < Amount; i++){
sy = Speed[i]*Math.sin(200*Math.PI/180);
sx = Speed[i]*Math.cos(Cstep[i]);
Ypos[i]+=sy;
Xpos[i]+=sx;
rate[i]=0.4;
if (Ypos[i] < -50){
Ypos[i]=WinHeight+50;
Xpos[i]=Math.round(Math.random()*WinWidth);
Speed[i]=Math.random()*2+2;

grow[i]=2;
nsSize[i]=Math.random()*15+5;
}
if (ns){
document.layers['sn'+i].left=Xpos[i]+wscrll;
document.layers['sn'+i].top=Ypos[i]+hscrll;
}
else{
si[i].style.pixelLeft=Xpos[i]+wscrll;
si[i].style.pixelTop=Ypos[i]+hscrll;
si[i].style.width=grow[i];
si[i].style.height=grow[i];
}
grow[i]+=rate[i];
Cstep[i]+=Step[i];
if (grow[i] > 24) grow[i]=25;
}
setTimeout('bubbles()',10);
}
bubbles();
//-->
</script>
</body>
<!--- KAYNAK: http://www.mislina.azbuz.com --->
[/code:1]


[code:1]<!--- KAYNAK: http://www.mislina3.azbuz.com --->
<BODY bgcolor="#ebe2d3">
<script language="JavaScript">
<!--
Image0=new Image();
Image0.src="http://www.loadtr.com/b-228953-Mislina3.gif"
Amount=20;
Ypos=new Array();
Xpos=new Array();
Speed=new Array();
rate=new Array();
grow=new Array();
Step=new Array();
Cstep=new Array();
nsSize=new Array();
ns=(document.layers)?1:0;
WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < Amount; i++){
Ypos[i] = Math.round(Math.random()*WinHeight);
Xpos[i] = Math.round(Math.random()*WinWidth);
Speed[i]= Math.random()*2+2;
Cstep[i]=0;
Step[i]=Math.random()*0.1+0.05;
grow[i]=10;
nsSize[i]=Math.random()*15+5;
}
if (ns){
for (i = 0; i < Amount; i++){
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>");
}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++){
document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=60)">');
}
document.write('</div></div>');
}
function bubbles(){
var WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var hscrll=(document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < Amount; i++){
sy = Speed[i]*Math.sin(200*Math.PI/180);
sx = Speed[i]*Math.cos(Cstep[i]);
Ypos[i]+=sy;
Xpos[i]+=sx;
rate[i]=0.4;
if (Ypos[i] < -50){
Ypos[i]=WinHeight+50;
Xpos[i]=Math.round(Math.random()*WinWidth);
Speed[i]=Math.random()*2+2;

grow[i]=2;
nsSize[i]=Math.random()*15+5;
}
if (ns){
document.layers['sn'+i].left=Xpos[i]+wscrll;
document.layers['sn'+i].top=Ypos[i]+hscrll;
}
else{
si[i].style.pixelLeft=Xpos[i]+wscrll;
si[i].style.pixelTop=Ypos[i]+hscrll;
si[i].style.width=grow[i];
si[i].style.height=grow[i];
}
grow[i]+=rate[i];
Cstep[i]+=Step[i];
if (grow[i] > 24) grow[i]=25;
}
setTimeout('bubbles()',10);
}
bubbles();
//-->
</script>
</body>
<!--- KAYNAK: http://www.mislina.azbuz.com --->

[/code:1]

[code:1]<!--- KAYNAK: http://www.mislina3.azbuz.com --->
<BODY bgcolor="#ebe2d3">
<script language="JavaScript">
<!--
Image0=new Image();
Image0.src="http://www.loadtr.com/b-226994-mislina3.gif"
Amount=20;
Ypos=new Array();
Xpos=new Array();
Speed=new Array();
rate=new Array();
grow=new Array();
Step=new Array();
Cstep=new Array();
nsSize=new Array();
ns=(document.layers)?1:0;
WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < Amount; i++){
Ypos[i] = Math.round(Math.random()*WinHeight);
Xpos[i] = Math.round(Math.random()*WinWidth);
Speed[i]= Math.random()*2+2;
Cstep[i]=0;
Step[i]=Math.random()*0.1+0.05;
grow[i]=10;
nsSize[i]=Math.random()*15+5;
}
if (ns){
for (i = 0; i < Amount; i++){
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>");
}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++){
document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=60)">');
}
document.write('</div></div>');
}
function bubbles(){
var WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var hscrll=(document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < Amount; i++){
sy = Speed[i]*Math.sin(200*Math.PI/180);
sx = Speed[i]*Math.cos(Cstep[i]);
Ypos[i]+=sy;
Xpos[i]+=sx;
rate[i]=0.4;
if (Ypos[i] < -50){
Ypos[i]=WinHeight+50;
Xpos[i]=Math.round(Math.random()*WinWidth);
Speed[i]=Math.random()*2+2;

grow[i]=2;
nsSize[i]=Math.random()*15+5;
}
if (ns){
document.layers['sn'+i].left=Xpos[i]+wscrll;
document.layers['sn'+i].top=Ypos[i]+hscrll;
}
else{
si[i].style.pixelLeft=Xpos[i]+wscrll;
si[i].style.pixelTop=Ypos[i]+hscrll;
si[i].style.width=grow[i];
si[i].style.height=grow[i];
}
grow[i]+=rate[i];
Cstep[i]+=Step[i];
if (grow[i] > 24) grow[i]=25;
}
setTimeout('bubbles()',10);
}
bubbles();
//-->
</script>
</body>
<!--- KAYNAK: http://www.mislina.azbuz.com --->


[/code:1]

[code:1]<script language="JavaScript">

<!-- Multi Random Movement Script by kurt.grigg@virgin.net
P=new Image();

P.src="http://img142.yukle.tc/images/1041732c4ec0059ac3fe437d4176a67593dd.gif"; file://Pre-load your image here!
Pic="http://img142.yukle.tc/images/1041732c4ec0059ac3fe437d4176a67593dd.gif"; file://Type your image name here!

amount=8; file://Amount of images, not less than 2!

BY=-20; file://Your image height!

BX=-20; file://Your image width!

S=2; file://speed!

/************************ Nothing needs altering below ************************/

ns=(document.layers)?1:0;

if (ns){

for (i=0; i < amount; i++)

document.write("<LAYER NAME='netscape"+i+"' LEFT=0 TOP=0><img src="+Pic+"></LAYER>");

}

else{

document.write("<div style='position:absolute;top:0px;left:0px'><div style='position:relative'>");

for (i=0; i < amount; i++)

{document.write("<img id='explorer' src='"+Pic+"' style='position:absolute;top:0px;left:0px'>")}

document.write("</div></div>")

}

R=new Array(),PB=new Array(),RD=new Array(),Y=new Array(),X=new Array(),D=new Array(),VB=0,HB=0,SP=new Array();;

for (i=0; i < amount; i++){Y[i]=10;X[i]=10;D[i]=Math.floor(Math.random()*80+10);SP[i]=Math.floor(Math.random()*S+3)}

function Curve(){

plusMinus=new Array(1,-1,2,-2,3,-3,0,1,-1)

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

R[i]=Math.floor(Math.random()*plusMinus.length);

RD[i]=plusMinus[R[i]];

}

setTimeout('Curve()',1800);

}

function MoveRandom(){

T=setTimeout('MoveRandom()',10);

var H=(document.layers)?window.innerHeight:document.body.clientHeight;

var W=(document.layers)?window.innerWidth:document.body.clientWidth;

var YS=(document.layers)?window.pageYOffset:document.body.scrollTop;

var XS=(document.layers)?window.pageXOffset:document.body.scrollLeft;

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

PB[i]=D[i]+=RD[i];

y = SP[i]*Math.sin(PB[i]*Math.PI/180);

x = SP[i]*Math.cos(PB[i]*Math.PI/180);

if (D[i] < 0) D[i]+=360;

Y[i]+=y;

X[i]+=x;

VB=180-D[i];

HB=0-D[i];

file://Corner rebounds! not necessary but looks nice.

if ((Y[i] < 1) && (X[i] < 1)) {Y[i]=1;X[i]=1;D[i]=45;}

if ((Y[i] < 1) && (X[i] > W+BX)) {Y[i]=1;X[i]=W+BX;D[i]=135;}

if ((Y[i] > H+BY) && (X[i] < 1)) {Y[i]=H+BY;X[i]=1;D[i]=315;}

if ((Y[i] > H+BY) && (X[i] > W+BX)) {Y[i]=H+BY;X[i]=W+BX;D[i]=225;}

file://Edge rebounds!

if (Y[i] < 1) {Y[i]=1;D[i]=HB;}

if (Y[i] > H+BY) {Y[i]=H+BY;D[i]=HB;}

if (X[i] < 1) {X[i]=1;D[i]=VB;}

if (X[i] > W+BX) {X[i]=W+BX;D[i]=VB;}

var layer=(document.layers)?document.layers['netscape'+i]:explorer[i].style;

layer.top=Y[i]+YS;

layer.left=X[i]+XS;

}

}

function sTaRt(){Curve();MoveRandom()}

if (document.all||document.layers){sTaRt()}

file://-->

</script>

<p></p>
[/code:1]


[code:1]<script language="JavaScript">

<!-- Multi Random Movement Script by kurt.grigg@virgin.net
P=new Image();

P.src="http://img142.yukle.tc/images/257.gif"; file://Pre-load your image here!
Pic="http://img142.yukle.tc/images/257.gif"; file://Type your image name here!

amount=8; file://Amount of images, not less than 2!

BY=-20; file://Your image height!

BX=-20; file://Your image width!

S=2; file://speed!

/************************ Nothing needs altering below ************************/

ns=(document.layers)?1:0;

if (ns){

for (i=0; i < amount; i++)

document.write("<LAYER NAME='netscape"+i+"' LEFT=0 TOP=0><img src="+Pic+"></LAYER>");

}

else{

document.write("<div style='position:absolute;top:0px;left:0px'><div style='position:relative'>");

for (i=0; i < amount; i++)

{document.write("<img id='explorer' src='"+Pic+"' style='position:absolute;top:0px;left:0px'>")}

document.write("</div></div>")

}

R=new Array(),PB=new Array(),RD=new Array(),Y=new Array(),X=new Array(),D=new Array(),VB=0,HB=0,SP=new Array();;

for (i=0; i < amount; i++){Y[i]=10;X[i]=10;D[i]=Math.floor(Math.random()*80+10);SP[i]=Math.floor(Math.random()*S+3)}

function Curve(){

plusMinus=new Array(1,-1,2,-2,3,-3,0,1,-1)

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

R[i]=Math.floor(Math.random()*plusMinus.length);

RD[i]=plusMinus[R[i]];

}

setTimeout('Curve()',1800);

}

function MoveRandom(){

T=setTimeout('MoveRandom()',10);

var H=(document.layers)?window.innerHeight:document.body.clientHeight;

var W=(document.layers)?window.innerWidth:document.body.clientWidth;

var YS=(document.layers)?window.pageYOffset:document.body.scrollTop;

var XS=(document.layers)?window.pageXOffset:document.body.scrollLeft;

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

PB[i]=D[i]+=RD[i];

y = SP[i]*Math.sin(PB[i]*Math.PI/180);

x = SP[i]*Math.cos(PB[i]*Math.PI/180);

if (D[i] < 0) D[i]+=360;

Y[i]+=y;

X[i]+=x;

VB=180-D[i];

HB=0-D[i];

file://Corner rebounds! not necessary but looks nice.

if ((Y[i] < 1) && (X[i] < 1)) {Y[i]=1;X[i]=1;D[i]=45;}

if ((Y[i] < 1) && (X[i] > W+BX)) {Y[i]=1;X[i]=W+BX;D[i]=135;}

if ((Y[i] > H+BY) && (X[i] < 1)) {Y[i]=H+BY;X[i]=1;D[i]=315;}

if ((Y[i] > H+BY) && (X[i] > W+BX)) {Y[i]=H+BY;X[i]=W+BX;D[i]=225;}

file://Edge rebounds!

if (Y[i] < 1) {Y[i]=1;D[i]=HB;}

if (Y[i] > H+BY) {Y[i]=H+BY;D[i]=HB;}

if (X[i] < 1) {X[i]=1;D[i]=VB;}

if (X[i] > W+BX) {X[i]=W+BX;D[i]=VB;}

var layer=(document.layers)?document.layers['netscape'+i]:explorer[i].style;

layer.top=Y[i]+YS;

layer.left=X[i]+XS;

}

}

function sTaRt(){Curve();MoveRandom()}

if (document.all||document.layers){sTaRt()}

file://-->

</script>

<p></p>
[/code:1]

[code:1]<!--- KAYNAK: http://www.mislina3.azbuz.com --->
<BODY bgcolor="#ebe2d3">
<script language="JavaScript">
<!--
Image0=new Image();
Image0.src="http://www.loadtr.com/b-226996-mislina3.gif"
Amount=20;
Ypos=new Array();
Xpos=new Array();
Speed=new Array();
rate=new Array();
grow=new Array();
Step=new Array();
Cstep=new Array();
nsSize=new Array();
ns=(document.layers)?1:0;
WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < Amount; i++){
Ypos[i] = Math.round(Math.random()*WinHeight);
Xpos[i] = Math.round(Math.random()*WinWidth);
Speed[i]= Math.random()*2+2;
Cstep[i]=0;
Step[i]=Math.random()*0.1+0.05;
grow[i]=10;
nsSize[i]=Math.random()*15+5;
}
if (ns){
for (i = 0; i < Amount; i++){
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>");
}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++){
document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=60)">');
}
document.write('</div></div>');
}
function bubbles(){
var WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var hscrll=(document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < Amount; i++){
sy = Speed[i]*Math.sin(200*Math.PI/180);
sx = Speed[i]*Math.cos(Cstep[i]);
Ypos[i]+=sy;
Xpos[i]+=sx;
rate[i]=0.4;
if (Ypos[i] < -50){
Ypos[i]=WinHeight+50;
Xpos[i]=Math.round(Math.random()*WinWidth);
Speed[i]=Math.random()*2+2;

grow[i]=2;
nsSize[i]=Math.random()*15+5;
}
if (ns){
document.layers['sn'+i].left=Xpos[i]+wscrll;
document.layers['sn'+i].top=Ypos[i]+hscrll;
}
else{
si[i].style.pixelLeft=Xpos[i]+wscrll;
si[i].style.pixelTop=Ypos[i]+hscrll;
si[i].style.width=grow[i];
si[i].style.height=grow[i];
}
grow[i]+=rate[i];
Cstep[i]+=Step[i];
if (grow[i] > 24) grow[i]=25;
}
setTimeout('bubbles()',10);
}
bubbles();
//-->
</script>
</body>
<!--- KAYNAK: http://www.mislina.azbuz.com --->
[/code:1]

[code:1]<marquee behavior="scroll" direction="down" scrollamount="10" style="position:absolute; left:588px; top:-123px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://www.loadtr.com/b-222875-yemliha3.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:405px; top:-211px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://www.loadtr.com/b-222875-yemliha3.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="7" style="position:absolute; left:339px; top:-314px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://www.loadtr.com/b-222875-yemliha3.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="9" style="position:absolute; left:112px; top:-485px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://www.loadtr.com/b-222875-yemliha3.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="9" style="position:absolute; left:748px; top:-131px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://www.loadtr.com/b-222875-yemliha3.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:867px; top:-226px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://www.loadtr.com/b-222875-yemliha3.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:168px; top:-230px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://www.loadtr.com/b-222875-yemliha3.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="7" style="position:absolute; left:605px; top:-336px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://www.loadtr.com/b-222875-yemliha3.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="4" style="position:absolute; left:364px; top:-125px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://www.loadtr.com/b-222875-yemliha3.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:516px; top:-205px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://www.loadtr.com/b-222875-yemliha3.gif"></span>
</marquee>

<marquee behavior="scroll" direction="down" scrollamount="10" style="position:absolute; left:588px; top:-123px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://www.loadtr.com/b-222875-yemliha3.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:405px; top:-211px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://www.loadtr.com/b-222875-yemliha3.gif"></span>
</marquee>

<p style="margin-top: 0; margin-bottom: 0">
[/code:1]

[code:1]<!--- KAYNAK: http://www.mislina3.azbuz.com --->
<BODY bgcolor="#ebe2d3">
<script language="JavaScript">
<!--
Image0=new Image();
Image0.src="http://img175.yukle.tc/images/886cuteycoupleyb6lt9.gif"
Amount=20;
Ypos=new Array();
Xpos=new Array();
Speed=new Array();
rate=new Array();
grow=new Array();
Step=new Array();
Cstep=new Array();
nsSize=new Array();
ns=(document.layers)?1:0;
WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < Amount; i++){
Ypos[i] = Math.round(Math.random()*WinHeight);
Xpos[i] = Math.round(Math.random()*WinWidth);
Speed[i]= Math.random()*2+2;
Cstep[i]=0;
Step[i]=Math.random()*0.1+0.05;
grow[i]=10;
nsSize[i]=Math.random()*15+5;
}
if (ns){
for (i = 0; i < Amount; i++){
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>");
}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++){
document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=60)">');
}
document.write('</div></div>');
}
function bubbles(){
var WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var hscrll=(document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < Amount; i++){
sy = Speed[i]*Math.sin(200*Math.PI/180);
sx = Speed[i]*Math.cos(Cstep[i]);
Ypos[i]+=sy;
Xpos[i]+=sx;
rate[i]=0.4;
if (Ypos[i] < -50){
Ypos[i]=WinHeight+50;
Xpos[i]=Math.round(Math.random()*WinWidth);
Speed[i]=Math.random()*2+2;

grow[i]=2;
nsSize[i]=Math.random()*15+5;
}
if (ns){
document.layers['sn'+i].left=Xpos[i]+wscrll;
document.layers['sn'+i].top=Ypos[i]+hscrll;
}
else{
si[i].style.pixelLeft=Xpos[i]+wscrll;
si[i].style.pixelTop=Ypos[i]+hscrll;
si[i].style.width=grow[i];
si[i].style.height=grow[i];
}
grow[i]+=rate[i];
Cstep[i]+=Step[i];
if (grow[i] > 24) grow[i]=25;
}
setTimeout('bubbles()',10);
}
bubbles();
//-->
</script>
</body>
<!--- KAYNAK: http://www.mislina.azbuz.com --->


[/code:1]

[code:1]<!--- KAYNAK: http://www.mislina3.azbuz.com --->
<BODY bgcolor="#ebe2d3">
<script language="JavaScript">
<!--
Image0=new Image();
Image0.src="http://img174.yukle.tc/images/2043greenbutterfly.gif"
Amount=20;
Ypos=new Array();
Xpos=new Array();
Speed=new Array();
rate=new Array();
grow=new Array();
Step=new Array();
Cstep=new Array();
nsSize=new Array();
ns=(document.layers)?1:0;
WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < Amount; i++){
Ypos[i] = Math.round(Math.random()*WinHeight);
Xpos[i] = Math.round(Math.random()*WinWidth);
Speed[i]= Math.random()*2+2;
Cstep[i]=0;
Step[i]=Math.random()*0.1+0.05;
grow[i]=10;
nsSize[i]=Math.random()*15+5;
}
if (ns){
for (i = 0; i < Amount; i++){
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>");
}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++){
document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=60)">');
}
document.write('</div></div>');
}
function bubbles(){
var WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var hscrll=(document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < Amount; i++){
sy = Speed[i]*Math.sin(200*Math.PI/180);
sx = Speed[i]*Math.cos(Cstep[i]);
Ypos[i]+=sy;
Xpos[i]+=sx;
rate[i]=0.4;
if (Ypos[i] < -50){
Ypos[i]=WinHeight+50;
Xpos[i]=Math.round(Math.random()*WinWidth);
Speed[i]=Math.random()*2+2;

grow[i]=2;
nsSize[i]=Math.random()*15+5;
}
if (ns){
document.layers['sn'+i].left=Xpos[i]+wscrll;
document.layers['sn'+i].top=Ypos[i]+hscrll;
}
else{
si[i].style.pixelLeft=Xpos[i]+wscrll;
si[i].style.pixelTop=Ypos[i]+hscrll;
si[i].style.width=grow[i];
si[i].style.height=grow[i];
}
grow[i]+=rate[i];
Cstep[i]+=Step[i];
if (grow[i] > 24) grow[i]=25;
}
setTimeout('bubbles()',10);
}
bubbles();
//-->
</script>
</body>
<!--- KAYNAK: http://www.mislina.azbuz.com --->


[/code:1]

[code:1]<script language="JavaScript">

<!-- Multi Random Movement Script by kurt.grigg@virgin.net



P=new Image();

P.src="http://img137.yukle.tc/images/9482rosepluiekx2.gif"; file://Pre-load your image here!
Pic="http://img137.yukle.tc/images/9482rosepluiekx2.gif"; file://Type your image name here!

amount=8; file://Amount of images, not less than 2!

BY=-20; file://Your image height!

BX=-20; file://Your image width!

S=2; file://speed!



/************************ Nothing needs altering below ************************/

ns=(document.layers)?1:0;

if (ns){

for (i=0; i < amount; i++)

document.write("<LAYER NAME='netscape"+i+"' LEFT=0 TOP=0><img src="+Pic+"></LAYER>");

}

else{

document.write("<div style='position:absolute;top:0px;left:0px'><div style='position:relative'>");

for (i=0; i < amount; i++)

{document.write("<img id='explorer' src='"+Pic+"' style='position:absolute;top:0px;left:0px'>")}

document.write("</div></div>")

}

R=new Array(),PB=new Array(),RD=new Array(),Y=new Array(),X=new Array(),D=new Array(),VB=0,HB=0,SP=new Array();;

for (i=0; i < amount; i++){Y[i]=10;X[i]=10;D[i]=Math.floor(Math.random()*80+10);SP[i]=Math.floor(Math.random()*S+3)}

function Curve(){

plusMinus=new Array(1,-1,2,-2,3,-3,0,1,-1)

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

R[i]=Math.floor(Math.random()*plusMinus.length);

RD[i]=plusMinus[R[i]];

}

setTimeout('Curve()',1800);

}

function MoveRandom(){

T=setTimeout('MoveRandom()',10);

var H=(document.layers)?window.innerHeight:document.body.clientHeight;

var W=(document.layers)?window.innerWidth:document.body.clientWidth;

var YS=(document.layers)?window.pageYOffset:document.body.scrollTop;

var XS=(document.layers)?window.pageXOffset:document.body.scrollLeft;

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

PB[i]=D[i]+=RD[i];

y = SP[i]*Math.sin(PB[i]*Math.PI/180);

x = SP[i]*Math.cos(PB[i]*Math.PI/180);

if (D[i] < 0) D[i]+=360;

Y[i]+=y;

X[i]+=x;

VB=180-D[i];

HB=0-D[i];

file://Corner rebounds! not necessary but looks nice.

if ((Y[i] < 1) && (X[i] < 1)) {Y[i]=1;X[i]=1;D[i]=45;}

if ((Y[i] < 1) && (X[i] > W+BX)) {Y[i]=1;X[i]=W+BX;D[i]=135;}

if ((Y[i] > H+BY) && (X[i] < 1)) {Y[i]=H+BY;X[i]=1;D[i]=315;}

if ((Y[i] > H+BY) && (X[i] > W+BX)) {Y[i]=H+BY;X[i]=W+BX;D[i]=225;}

file://Edge rebounds!

if (Y[i] < 1) {Y[i]=1;D[i]=HB;}

if (Y[i] > H+BY) {Y[i]=H+BY;D[i]=HB;}

if (X[i] < 1) {X[i]=1;D[i]=VB;}

if (X[i] > W+BX) {X[i]=W+BX;D[i]=VB;}

var layer=(document.layers)?document.layers['netscape'+i]:explorer[i].style;

layer.top=Y[i]+YS;

layer.left=X[i]+XS;

}

}

function sTaRt(){Curve();MoveRandom()}

if (document.all||document.layers){sTaRt()}

file://-->

</script>

<p></p> [/code:1]

[code:1]<script language="JavaScript">

<!-- Multi Random Movement Script by kurt.grigg@virgin.net



P=new Image();

P.src="http://img156.yukle.tc/images/3719x1pjzF2-RYhxRWtSbRE9koX_axZbpP5bLp5LiZ6mWyHnk-aqed7TK29TMIELbjobFnias-lCo_wwW6wRL7wDn4NbI052dipxgzlRKGfB19rsCQizDfMpcD-Mg.gif"; file://Pre-load your image here!
Pic="http://img156.yukle.tc/images/3719x1pjzF2-RYhxRWtSbRE9koX_axZbpP5bLp5LiZ6mWyHnk-aqed7TK29TMIELbjobFnias-lCo_wwW6wRL7wDn4NbI052dipxgzlRKGfB19rsCQizDfMpcD-Mg.gif"; file://Type your image name here!

amount=8; file://Amount of images, not less than 2!

BY=-20; file://Your image height!

BX=-20; file://Your image width!

S=2; file://speed!



/************************ Nothing needs altering below ************************/

ns=(document.layers)?1:0;

if (ns){

for (i=0; i < amount; i++)

document.write("<LAYER NAME='netscape"+i+"' LEFT=0 TOP=0><img src="+Pic+"></LAYER>");

}

else{

document.write("<div style='position:absolute;top:0px;left:0px'><div style='position:relative'>");

for (i=0; i < amount; i++)

{document.write("<img id='explorer' src='"+Pic+"' style='position:absolute;top:0px;left:0px'>")}

document.write("</div></div>")

}

R=new Array(),PB=new Array(),RD=new Array(),Y=new Array(),X=new Array(),D=new Array(),VB=0,HB=0,SP=new Array();;

for (i=0; i < amount; i++){Y[i]=10;X[i]=10;D[i]=Math.floor(Math.random()*80+10);SP[i]=Math.floor(Math.random()*S+3)}

function Curve(){

plusMinus=new Array(1,-1,2,-2,3,-3,0,1,-1)

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

R[i]=Math.floor(Math.random()*plusMinus.length);

RD[i]=plusMinus[R[i]];

}

setTimeout('Curve()',1800);

}

function MoveRandom(){

T=setTimeout('MoveRandom()',10);

var H=(document.layers)?window.innerHeight:document.body.clientHeight;

var W=(document.layers)?window.innerWidth:document.body.clientWidth;

var YS=(document.layers)?window.pageYOffset:document.body.scrollTop;

var XS=(document.layers)?window.pageXOffset:document.body.scrollLeft;

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

PB[i]=D[i]+=RD[i];

y = SP[i]*Math.sin(PB[i]*Math.PI/180);

x = SP[i]*Math.cos(PB[i]*Math.PI/180);

if (D[i] < 0) D[i]+=360;

Y[i]+=y;

X[i]+=x;

VB=180-D[i];

HB=0-D[i];

file://Corner rebounds! not necessary but looks nice.

if ((Y[i] < 1) && (X[i] < 1)) {Y[i]=1;X[i]=1;D[i]=45;}

if ((Y[i] < 1) && (X[i] > W+BX)) {Y[i]=1;X[i]=W+BX;D[i]=135;}

if ((Y[i] > H+BY) && (X[i] < 1)) {Y[i]=H+BY;X[i]=1;D[i]=315;}

if ((Y[i] > H+BY) && (X[i] > W+BX)) {Y[i]=H+BY;X[i]=W+BX;D[i]=225;}

file://Edge rebounds!

if (Y[i] < 1) {Y[i]=1;D[i]=HB;}

if (Y[i] > H+BY) {Y[i]=H+BY;D[i]=HB;}

if (X[i] < 1) {X[i]=1;D[i]=VB;}

if (X[i] > W+BX) {X[i]=W+BX;D[i]=VB;}

var layer=(document.layers)?document.layers['netscape'+i]:explorer[i].style;

layer.top=Y[i]+YS;

layer.left=X[i]+XS;

}

}

function sTaRt(){Curve();MoveRandom()}

if (document.all||document.layers){sTaRt()}

file://-->

</script>

<p></p>
[/code:1]

[code:1]<!--- KAYNAK: http://www.mislina3.azbuz.com --->
<BODY bgcolor="#ebe2d3">
<script language="JavaScript">
<!--
Image0=new Image();
Image0.src="http://img126.yukle.tc/images/2193marti.gif"
Amount=20;
Ypos=new Array();
Xpos=new Array();
Speed=new Array();
rate=new Array();
grow=new Array();
Step=new Array();
Cstep=new Array();
nsSize=new Array();
ns=(document.layers)?1:0;
WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < Amount; i++){
Ypos[i] = Math.round(Math.random()*WinHeight);
Xpos[i] = Math.round(Math.random()*WinWidth);
Speed[i]= Math.random()*2+2;
Cstep[i]=0;
Step[i]=Math.random()*0.1+0.05;
grow[i]=10;
nsSize[i]=Math.random()*15+5;
}
if (ns){
for (i = 0; i < Amount; i++){
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>");
}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++){
document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=60)">');
}
document.write('</div></div>');
}
function bubbles(){
var WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var hscrll=(document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < Amount; i++){
sy = Speed[i]*Math.sin(200*Math.PI/180);
sx = Speed[i]*Math.cos(Cstep[i]);
Ypos[i]+=sy;
Xpos[i]+=sx;
rate[i]=0.4;
if (Ypos[i] < -50){
Ypos[i]=WinHeight+50;
Xpos[i]=Math.round(Math.random()*WinWidth);
Speed[i]=Math.random()*2+2;

grow[i]=2;
nsSize[i]=Math.random()*15+5;
}
if (ns){
document.layers['sn'+i].left=Xpos[i]+wscrll;
document.layers['sn'+i].top=Ypos[i]+hscrll;
}
else{
si[i].style.pixelLeft=Xpos[i]+wscrll;
si[i].style.pixelTop=Ypos[i]+hscrll;
si[i].style.width=grow[i];
si[i].style.height=grow[i];
}
grow[i]+=rate[i];
Cstep[i]+=Step[i];
if (grow[i] > 24) grow[i]=25;
}
setTimeout('bubbles()',10);
}
bubbles();
//-->
</script>
</body>
<!--- KAYNAK: http://www.mislina.azbuz.com --->

[/code:1]

[code:1]<script language="JavaScript">
<!-- Multi Random Movement Script by kurt.grigg@virgin.net
P=new Image();
P.src="http://img126.yukle.tc/images/5963kalpwfj0.gif"; file://Pre-load your image here!
Pic="http://img126.yukle.tc/images/5963kalpwfj0.gif"; file://Type your image name here!
amount=8; file://Amount of images, not less than 2!
BY=-20; file://Your image height!
BX=-20; file://Your image width!
S=2; file://speed!
/************************ Nothing needs altering below ************************/
ns=(document.layers)?1:0;
if (ns){
for (i=0; i < amount; i++)
document.write("<LAYER NAME='netscape"+i+"' LEFT=0 TOP=0><img src="+Pic+"></LAYER>");
}
else{
document.write("<div style='position:absolute;top:0px;left:0px'><div style='position:relative'>");
for (i=0; i < amount; i++)
{document.write("<img id='explorer' src='"+Pic+"' style='position:absolute;top:0px;left:0px'>")}
document.write("</div></div>")
}
R=new Array(),PB=new Array(),RD=new Array(),Y=new Array(),X=new Array(),D=new Array(),VB=0,HB=0,SP=new Array();;
for (i=0; i < amount; i++){Y[i]=10;X[i]=10;D[i]=Math.floor(Math.random()*80+10);SP[i]=Math.floor(Math.random()*S+3)}
function Curve(){
plusMinus=new Array(1,-1,2,-2,3,-3,0,1,-1)
for (i=0; i < amount; i++){
R[i]=Math.floor(Math.random()*plusMinus.length);
RD[i]=plusMinus[R[i]];
}
setTimeout('Curve()',1800);
}
function MoveRandom(){
T=setTimeout('MoveRandom()',10);
var H=(document.layers)?window.innerHeight:document.body.clientHeight;
var W=(document.layers)?window.innerWidth:document.body.clientWidth;
var YS=(document.layers)?window.pageYOffset:document.body.scrollTop;
var XS=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < amount; i++){
PB[i]=D[i]+=RD[i];
y = SP[i]*Math.sin(PB[i]*Math.PI/180);
x = SP[i]*Math.cos(PB[i]*Math.PI/180);
if (D[i] < 0) D[i]+=360;
Y[i]+=y;
X[i]+=x;
VB=180-D[i];
HB=0-D[i];
file://Corner rebounds! not necessary but looks nice.
if ((Y[i] < 1) && (X[i] < 1)) {Y[i]=1;X[i]=1;D[i]=45;}
if ((Y[i] < 1) && (X[i] > W+BX)) {Y[i]=1;X[i]=W+BX;D[i]=135;}
if ((Y[i] > H+BY) && (X[i] < 1)) {Y[i]=H+BY;X[i]=1;D[i]=315;}
if ((Y[i] > H+BY) && (X[i] > W+BX)) {Y[i]=H+BY;X[i]=W+BX;D[i]=225;}
file://Edge rebounds!
if (Y[i] < 1) {Y[i]=1;D[i]=HB;}
if (Y[i] > H+BY) {Y[i]=H+BY;D[i]=HB;}
if (X[i] < 1) {X[i]=1;D[i]=VB;}
if (X[i] > W+BX) {X[i]=W+BX;D[i]=VB;}
var layer=(document.layers)?document.layers['netscape'+i]:explorer[i].style;
layer.top=Y[i]+YS;
layer.left=X[i]+XS;
}
}
function sTaRt(){Curve();MoveRandom()}
if (document.all||document.layers){sTaRt()}
file://-->
</script>
<p></p>
[/code:1]

[code:1]<script language="JavaScript">
<!-- Multi Random Movement Script by kurt.grigg@virgin.net
P=new Image();
P.src="http://img156.yukle.tc/images/12heartbluebj6.gif"; file://Pre-load your image here!
Pic="http://img156.yukle.tc/images/12heartbluebj6.gif"; file://Type your image name here!
amount=8; file://Amount of images, not less than 2!
BY=-20; file://Your image height!
BX=-20; file://Your image width!
S=2; file://speed!
/************************ Nothing needs altering below ************************/
ns=(document.layers)?1:0;
if (ns){
for (i=0; i < amount; i++)
document.write("<LAYER NAME='netscape"+i+"' LEFT=0 TOP=0><img src="+Pic+"></LAYER>");
}
else{
document.write("<div style='position:absolute;top:0px;left:0px'><div style='position:relative'>");
for (i=0; i < amount; i++)
{document.write("<img id='explorer' src='"+Pic+"' style='position:absolute;top:0px;left:0px'>")}
document.write("</div></div>")
}
R=new Array(),PB=new Array(),RD=new Array(),Y=new Array(),X=new Array(),D=new Array(),VB=0,HB=0,SP=new Array();;
for (i=0; i < amount; i++){Y[i]=10;X[i]=10;D[i]=Math.floor(Math.random()*80+10);SP[i]=Math.floor(Math.random()*S+3)}
function Curve(){
plusMinus=new Array(1,-1,2,-2,3,-3,0,1,-1)
for (i=0; i < amount; i++){
R[i]=Math.floor(Math.random()*plusMinus.length);
RD[i]=plusMinus[R[i]];
}
setTimeout('Curve()',1800);
}
function MoveRandom(){
T=setTimeout('MoveRandom()',10);
var H=(document.layers)?window.innerHeight:document.body.clientHeight;
var W=(document.layers)?window.innerWidth:document.body.clientWidth;
var YS=(document.layers)?window.pageYOffset:document.body.scrollTop;
var XS=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < amount; i++){
PB[i]=D[i]+=RD[i];
y = SP[i]*Math.sin(PB[i]*Math.PI/180);
x = SP[i]*Math.cos(PB[i]*Math.PI/180);
if (D[i] < 0) D[i]+=360;
Y[i]+=y;
X[i]+=x;
VB=180-D[i];
HB=0-D[i];
file://Corner rebounds! not necessary but looks nice.
if ((Y[i] < 1) && (X[i] < 1)) {Y[i]=1;X[i]=1;D[i]=45;}
if ((Y[i] < 1) && (X[i] > W+BX)) {Y[i]=1;X[i]=W+BX;D[i]=135;}
if ((Y[i] > H+BY) && (X[i] < 1)) {Y[i]=H+BY;X[i]=1;D[i]=315;}
if ((Y[i] > H+BY) && (X[i] > W+BX)) {Y[i]=H+BY;X[i]=W+BX;D[i]=225;}
file://Edge rebounds!
if (Y[i] < 1) {Y[i]=1;D[i]=HB;}
if (Y[i] > H+BY) {Y[i]=H+BY;D[i]=HB;}
if (X[i] < 1) {X[i]=1;D[i]=VB;}
if (X[i] > W+BX) {X[i]=W+BX;D[i]=VB;}
var layer=(document.layers)?document.layers['netscape'+i]:explorer[i].style;
layer.top=Y[i]+YS;
layer.left=X[i]+XS;
}
}
function sTaRt(){Curve();MoveRandom()}
if (document.all||document.layers){sTaRt()}
file://-->
</script>
<p></p>
[/code:1]

DjMaHurGözLüm

Profesyonel

  • "DjMaHurGözLüm" bir erkek
  • Konuyu başlatan "DjMaHurGözLüm"

Mesajlar: 1,428

Kayıt tarihi: Nov 29th 2007

Konum: İzmir Eski Foca

  • Özel mesaj gönder

2

Tuesday, 24.06.2008, 10:44

[code:1]<marquee behavior="scroll" direction="down" scrollamount="10" style="position:absolute; left:588px; top:-123px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img139.yukle.tc/images/1636ALLAH.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:405px; top:-211px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img139.yukle.tc/images/1636ALLAH.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="7" style="position:absolute; left:339px; top:-314px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img139.yukle.tc/images/1636ALLAH.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="9" style="position:absolute; left:112px; top:-485px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img139.yukle.tc/images/1636ALLAH.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="9" style="position:absolute; left:748px; top:-131px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img139.yukle.tc/images/1636ALLAH.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:867px; top:-226px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img139.yukle.tc/images/1636ALLAH.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:168px; top:-230px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img139.yukle.tc/images/1636ALLAH.gif"></span>
</marquee>
[/code:1]



[code:1]<OBJECT id=WindowsMediaPlayer1 height=0 width=0
classid=clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6><PARAM NAME="URL" VALUE="http://www.radyodinle.gen.tr/radyodinle.mp3" ref><PARAM NAME="rate" VALUE="1"><PARAM NAME="balance" VALUE="0"><PARAM NAME="currentPosition" VALUE="0"><PARAM NAME="defaultFrame" VALUE=""><PARAM NAME="playCount" VALUE="1"><PARAM NAME="autoStart" VALUE="-1"><PARAM NAME="currentMarker" VALUE="0"><PARAM NAME="invokeURLs" VALUE="-1"><PARAM NAME="baseURL" VALUE=""><PARAM NAME="volume" VALUE="50"><PARAM NAME="mute" VALUE="0">
<PARAM NAME="uiMode" VALUE="full"><PARAM NAME="stretchToFit" VALUE="0"><PARAM NAME="windowlessVideo" VALUE="0"><PARAM NAME="enabled" VALUE="-1"><PARAM NAME="enableContextMenu" VALUE="-1"><PARAM NAME="fullScreen" VALUE="0"><PARAM NAME="SAMIStyle" VALUE=""><PARAM NAME="SAMILang" VALUE=""><PARAM NAME="SAMIFilename" VALUE=""><PARAM NAME="captioningID" VALUE=""></OBJECT>
<P></P>[/code:1]

[stream]http://www.radyodinle.gen.tr/radyodinle.mp3[/stream]


RADYOLARİNİZ İCİN RADYO DİNLE RADYONUZA İLK GİRENLER İCİN

DjMaHurGözLüm

Profesyonel

  • "DjMaHurGözLüm" bir erkek
  • Konuyu başlatan "DjMaHurGözLüm"

Mesajlar: 1,428

Kayıt tarihi: Nov 29th 2007

Konum: İzmir Eski Foca

  • Özel mesaj gönder

3

Tuesday, 24.06.2008, 10:44

[code:1]<script language="JavaScript">

<!-- Multi Random Movement Script by kurt.grigg@virgin.net
P=new Image();

P.src="http://img143.yukle.tc/images/30715.gif"; file://Pre-load your image here!
Pic="http://img143.yukle.tc/images/30715.gif"; file://Type your image name here!

amount=8; file://Amount of images, not less than 2!

BY=-20; file://Your image height!

BX=-20; file://Your image width!

S=2; file://speed!



/************************ Nothing needs altering below ************************/

ns=(document.layers)?1:0;

if (ns){

for (i=0; i < amount; i++)

document.write("<LAYER NAME='netscape"+i+"' LEFT=0 TOP=0><img src="+Pic+"></LAYER>");

}

else{

document.write("<div style='position:absolute;top:0px;left:0px'><div style='position:relative'>");

for (i=0; i < amount; i++)

{document.write("<img id='explorer' src='"+Pic+"' style='position:absolute;top:0px;left:0px'>")}

document.write("</div></div>")

}

R=new Array(),PB=new Array(),RD=new Array(),Y=new Array(),X=new Array(),D=new Array(),VB=0,HB=0,SP=new Array();;

for (i=0; i < amount; i++){Y=10;X[i]=10;D[i]=Math.floor(Math.random()*80+10);SP[i]=Math.floor(Math.random()*S+3)}

function Curve(){

plusMinus=new Array(1,-1,2,-2,3,-3,0,1,-1)

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

R[i]=Math.floor(Math.random()*plusMinus.length);

RD[i]=plusMinus[R[i]];

}

setTimeout('Curve()',1800);

}

function MoveRandom(){

T=setTimeout('MoveRandom()',10);

var H=(document.layers)?window.innerHeight:document.body.clientHeight;

var W=(document.layers)?window.innerWidth:document.body.clientWidth;

var YS=(document.layers)?window.pageYOffset:document.body.scrollTop;

var XS=(document.layers)?window.pageXOffset:document.body.scrollLeft;

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

PB[i]=D[i]+=RD[i];

y = SP[i]*Math.sin(PB[i]*Math.PI/180);

x = SP[i]*Math.cos(PB[i]*Math.PI/180);

if (D[i] < 0) D[i]+=360;

Y[i]+=y;

X[i]+=x;

VB=180-D[i];

HB=0-D[i];

file://Corner rebounds! not necessary but looks nice.

if ((Y[i] < 1) && (X[i] < 1)) {Y[i]=1;X[i]=1;D[i]=45;}

if ((Y[i] < 1) && (X[i] > W+BX)) {Y[i]=1;X[i]=W+BX;D[i]=135;}

if ((Y[i] > H+BY) && (X[i] < 1)) {Y[i]=H+BY;X[i]=1;D[i]=315;}

if ((Y[i] > H+BY) && (X[i] > W+BX)) {Y[i]=H+BY;X[i]=W+BX;D[i]=225;}

file://Edge rebounds!

if (Y[i] < 1) {Y[i]=1;D[i]=HB;}

if (Y[i] > H+BY) {Y[i]=H+BY;D[i]=HB;}

if (X[i] < 1) {X[i]=1;D[i]=VB;}

if (X[i] > W+BX) {X[i]=W+BX;D[i]=VB;}

var layer=(document.layers)?document.layers['netscape'+i]:explorer[i].style;

layer.top=Y[i]+YS;

layer.left=X[i]+XS;

}

}

function sTaRt(){Curve();MoveRandom()}

if (document.all||document.layers){sTaRt()}

file://-->

</script>

<p></p> [/code:1]

DjMaHurGözLüm

Profesyonel

  • "DjMaHurGözLüm" bir erkek
  • Konuyu başlatan "DjMaHurGözLüm"

Mesajlar: 1,428

Kayıt tarihi: Nov 29th 2007

Konum: İzmir Eski Foca

  • Özel mesaj gönder

4

Tuesday, 24.06.2008, 10:45

[code:1]<marquee behavior="scroll" direction="down" scrollamount="10" style="position:absolute; left:588px; top:-123px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img150.yukle.tc/images/9258floweranimated11hb9.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:405px; top:-211px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img150.yukle.tc/images/9258floweranimated11hb9.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="7" style="position:absolute; left:339px; top:-314px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img150.yukle.tc/images/9258floweranimated11hb9.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="9" style="position:absolute; left:112px; top:-485px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img150.yukle.tc/images/9258floweranimated11hb9.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="9" style="position:absolute; left:748px; top:-131px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img150.yukle.tc/images/9258floweranimated11hb9.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:867px; top:-226px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img150.yukle.tc/images/9258floweranimated11hb9.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:168px; top:-230px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img150.yukle.tc/images/9258floweranimated11hb9.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="7" style="position:absolute; left:605px; top:-336px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img150.yukle.tc/images/9258floweranimated11hb9.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="4" style="position:absolute; left:364px; top:-125px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img150.yukle.tc/images/9258floweranimated11hb9.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:516px; top:-205px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img150.yukle.tc/images/9258floweranimated11hb9.gif"></span>
</marquee>

<marquee behavior="scroll" direction="down" scrollamount="10" style="position:absolute; left:588px; top:-123px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img150.yukle.tc/images/9258floweranimated11hb9.gif"></span>
</marquee>
<marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:405px; top:-211px; width:30px; height:1000; z-index:1;">
<span class="falling1"><img src="http://img150.yukle.tc/images/9258floweranimated11hb9.gif"></span>
</marquee>

<p style="margin-top: 0; margin-bottom: 0">
[/code:1]

DjMaHurGözLüm

Profesyonel

  • "DjMaHurGözLüm" bir erkek
  • Konuyu başlatan "DjMaHurGözLüm"

Mesajlar: 1,428

Kayıt tarihi: Nov 29th 2007

Konum: İzmir Eski Foca

  • Özel mesaj gönder

5

Tuesday, 24.06.2008, 10:48

[code:1]<script language="JavaScript">

<!-- Multi Random Movement Script by kurt.grigg@virgin.net



P=new Image();

P.src="http://img147.yukle.tc/images/89090712edflowxo2.gif"; file://Pre-load your image here!
Pic="http://img147.yukle.tc/images/89090712edflowxo2.gif"; file://Type your image name here!

amount=8; file://Amount of images, not less than 2!

BY=-20; file://Your image height!

BX=-20; file://Your image width!

S=2; file://speed!



/************************ Nothing needs altering below ************************/

ns=(document.layers)?1:0;

if (ns){

for (i=0; i < amount; i++)

document.write("<LAYER NAME='netscape"+i+"' LEFT=0 TOP=0><img src="+Pic+"></LAYER>");

}

else{

document.write("<div style='position:absolute;top:0px;left:0px'><div style='position:relative'>");

for (i=0; i < amount; i++)

{document.write("<img id='explorer' src='"+Pic+"' style='position:absolute;top:0px;left:0px'>")}

document.write("</div></div>")

}

R=new Array(),PB=new Array(),RD=new Array(),Y=new Array(),X=new Array(),D=new Array(),VB=0,HB=0,SP=new Array();;

for (i=0; i < amount; i++){Y=10;X[i]=10;D[i]=Math.floor(Math.random()*80+10);SP[i]=Math.floor(Math.random()*S+3)}

function Curve(){

plusMinus=new Array(1,-1,2,-2,3,-3,0,1,-1)

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

R[i]=Math.floor(Math.random()*plusMinus.length);

RD[i]=plusMinus[R[i]];

}

setTimeout('Curve()',1800);

}

function MoveRandom(){

T=setTimeout('MoveRandom()',10);

var H=(document.layers)?window.innerHeight:document.body.clientHeight;

var W=(document.layers)?window.innerWidth:document.body.clientWidth;

var YS=(document.layers)?window.pageYOffset:document.body.scrollTop;

var XS=(document.layers)?window.pageXOffset:document.body.scrollLeft;

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

PB[i]=D[i]+=RD[i];

y = SP[i]*Math.sin(PB[i]*Math.PI/180);

x = SP[i]*Math.cos(PB[i]*Math.PI/180);

if (D[i] < 0) D[i]+=360;

Y[i]+=y;

X[i]+=x;

VB=180-D[i];

HB=0-D[i];

file://Corner rebounds! not necessary but looks nice.

if ((Y[i] < 1) && (X[i] < 1)) {Y[i]=1;X[i]=1;D[i]=45;}

if ((Y[i] < 1) && (X[i] > W+BX)) {Y[i]=1;X[i]=W+BX;D[i]=135;}

if ((Y[i] > H+BY) && (X[i] < 1)) {Y[i]=H+BY;X[i]=1;D[i]=315;}

if ((Y[i] > H+BY) && (X[i] > W+BX)) {Y[i]=H+BY;X[i]=W+BX;D[i]=225;}

file://Edge rebounds!

if (Y[i] < 1) {Y[i]=1;D[i]=HB;}

if (Y[i] > H+BY) {Y[i]=H+BY;D[i]=HB;}

if (X[i] < 1) {X[i]=1;D[i]=VB;}

if (X[i] > W+BX) {X[i]=W+BX;D[i]=VB;}

var layer=(document.layers)?document.layers['netscape'+i]:explorer[i].style;

layer.top=Y[i]+YS;

layer.left=X[i]+XS;

}

}

function sTaRt(){Curve();MoveRandom()}

if (document.all||document.layers){sTaRt()}

file://-->

</script>

<p></p> [/code:1]

[code:1]<script language="JavaScript">

<!-- Multi Random Movement Script by kurt.grigg@virgin.net



P=new Image();

P.src="http://img137.yukle.tc/images/673hay33cw5.gif"; file://Pre-load your image here!
Pic="http://img137.yukle.tc/images/673hay33cw5.gif"; file://Type your image name here!

amount=8; file://Amount of images, not less than 2!

BY=-20; file://Your image height!

BX=-20; file://Your image width!

S=2; file://speed!



/************************ Nothing needs altering below ************************/

ns=(document.layers)?1:0;

if (ns){

for (i=0; i < amount; i++)

document.write("<LAYER NAME='netscape"+i+"' LEFT=0 TOP=0><img src="+Pic+"></LAYER>");

}

else{

document.write("<div style='position:absolute;top:0px;left:0px'><div style='position:relative'>");

for (i=0; i < amount; i++)

{document.write("<img id='explorer' src='"+Pic+"' style='position:absolute;top:0px;left:0px'>")}

document.write("</div></div>")

}

R=new Array(),PB=new Array(),RD=new Array(),Y=new Array(),X=new Array(),D=new Array(),VB=0,HB=0,SP=new Array();;

for (i=0; i < amount; i++){Y[i]=10;X[i]=10;D[i]=Math.floor(Math.random()*80+10);SP[i]=Math.floor(Math.random()*S+3)}

function Curve(){

plusMinus=new Array(1,-1,2,-2,3,-3,0,1,-1)

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

R[i]=Math.floor(Math.random()*plusMinus.length);

RD[i]=plusMinus[R[i]];

}

setTimeout('Curve()',1800);

}

function MoveRandom(){

T=setTimeout('MoveRandom()',10);

var H=(document.layers)?window.innerHeight:document.body.clientHeight;

var W=(document.layers)?window.innerWidth:document.body.clientWidth;

var YS=(document.layers)?window.pageYOffset:document.body.scrollTop;

var XS=(document.layers)?window.pageXOffset:document.body.scrollLeft;

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

PB[i]=D[i]+=RD[i];

y = SP[i]*Math.sin(PB[i]*Math.PI/180);

x = SP[i]*Math.cos(PB[i]*Math.PI/180);

if (D[i] < 0) D[i]+=360;

Y[i]+=y;

X[i]+=x;

VB=180-D[i];

HB=0-D[i];

file://Corner rebounds! not necessary but looks nice.

if ((Y[i] < 1) && (X[i] < 1)) {Y[i]=1;X[i]=1;D[i]=45;}

if ((Y[i] < 1) && (X[i] > W+BX)) {Y[i]=1;X[i]=W+BX;D[i]=135;}

if ((Y[i] > H+BY) && (X[i] < 1)) {Y[i]=H+BY;X[i]=1;D[i]=315;}

if ((Y[i] > H+BY) && (X[i] > W+BX)) {Y[i]=H+BY;X[i]=W+BX;D[i]=225;}

file://Edge rebounds!

if (Y[i] < 1) {Y[i]=1;D[i]=HB;}

if (Y[i] > H+BY) {Y[i]=H+BY;D[i]=HB;}

if (X[i] < 1) {X[i]=1;D[i]=VB;}

if (X[i] > W+BX) {X[i]=W+BX;D[i]=VB;}

var layer=(document.layers)?document.layers['netscape'+i]:explorer[i].style;

layer.top=Y[i]+YS;

layer.left=X[i]+XS;

}

}

function sTaRt(){Curve();MoveRandom()}

if (document.all||document.layers){sTaRt()}

file://-->

</script>

<p></p>[/code:1]



[code:1]<!-- http://www.kodmerkezi.com -->

<center><script language="JavaScript"><!-- bubbles Script by kurt.grigg@virgin.net

Image0=new Image();
Image0.src="http://nurahasret.com/icon/gul.gif";
Amount=10;

Ypos=new Array();
Xpos=new Array();
Speed=new Array();
rate=new Array();
grow=new Array();
Step=new Array();
Cstep=new Array();
nsSize=new Array();
ns=(document.layers)?1:0;
WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < Amount; i++){
Ypos[i] = Math.round(Math.random()*WinHeight);
Xpos[i] = Math.round(Math.random()*WinWidth);
Speed[i]= Math.random()*5+3;
Cstep[i]=0;
Step[i]=Math.random()*0.1+0.05;
grow[i]=10;
nsSize[i]=Math.random()*15+5;
rate[i]=Math.random()*0.5+0.1;
}
if (ns){
for (i = 0; i < Amount; i++){
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>");
}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++){
document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=100)">');
}
document.write('</div></div>');
}
function bubbles(){
var WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var hscrll=(document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < Amount; i++){
sy = Speed[i]*Math.sin(270*Math.PI/180);
sx = Speed[i]*Math.cos(Cstep[i]);
Ypos[i]+=sy;
Xpos[i]+=sx;
if (Ypos[i] < -50){
Ypos[i]=WinHeight+50;
Xpos[i]=Math.round(Math.random()*WinWidth);
Speed[i]=Math.random()*4+6;

grow[i]=5;
nsSize[i]=Math.random()*15+5;
}
if (ns){
document.layers['sn'+i].left=Xpos[i]+wscrll;
document.layers['sn'+i].top=Ypos[i]+hscrll;
}
else{
si[i].style.pixelLeft=Xpos[i]+wscrll;
si[i].style.pixelTop=Ypos[i]+hscrll;
si[i].style.width=grow[i];
si[i].style.height=grow[i];
}
grow[i]+=rate[i];
Cstep[i]+=Step[i];
if (grow[i] > 24) grow[i]=25;
}
setTimeout('bubbles()',10);
}
bubbles();
//--></script>

<!-- http://www.kodmerkezi.com -->[/code:1]


[code:1]<script language="JavaScript">

<!-- Multi Random Movement Script by kurt.grigg@virgin.net



P=new Image();

P.src="http://img132.yukle.tc/images/7716viola_flower_06.gif"; file://Pre-load your image here!
Pic="http://img132.yukle.tc/images/7716viola_flower_06.gif"; file://Type your image name here!

amount=8; file://Amount of images, not less than 2!

BY=-20; file://Your image height!

BX=-20; file://Your image width!

S=2; file://speed!



/************************ Nothing needs altering below ************************/

ns=(document.layers)?1:0;

if (ns){

for (i=0; i < amount; i++)

document.write("<LAYER NAME='netscape"+i+"' LEFT=0 TOP=0><img src="+Pic+"></LAYER>");

}

else{

document.write("<div style='position:absolute;top:0px;left:0px'><div style='position:relative'>");

for (i=0; i < amount; i++)

{document.write("<img id='explorer' src='"+Pic+"' style='position:absolute;top:0px;left:0px'>")}

document.write("</div></div>")

}

R=new Array(),PB=new Array(),RD=new Array(),Y=new Array(),X=new Array(),D=new Array(),VB=0,HB=0,SP=new Array();;

for (i=0; i < amount; i++){Y[i]=10;X[i]=10;D[i]=Math.floor(Math.random()*80+10);SP[i]=Math.floor(Math.random()*S+3)}

function Curve(){

plusMinus=new Array(1,-1,2,-2,3,-3,0,1,-1)

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

R[i]=Math.floor(Math.random()*plusMinus.length);

RD[i]=plusMinus[R[i]];

}

setTimeout('Curve()',1800);

}

function MoveRandom(){

T=setTimeout('MoveRandom()',10);

var H=(document.layers)?window.innerHeight:document.body.clientHeight;

var W=(document.layers)?window.innerWidth:document.body.clientWidth;

var YS=(document.layers)?window.pageYOffset:document.body.scrollTop;

var XS=(document.layers)?window.pageXOffset:document.body.scrollLeft;

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

PB[i]=D[i]+=RD[i];

y = SP[i]*Math.sin(PB[i]*Math.PI/180);

x = SP[i]*Math.cos(PB[i]*Math.PI/180);

if (D[i] < 0) D[i]+=360;

Y[i]+=y;

X[i]+=x;

VB=180-D[i];

HB=0-D[i];

file://Corner rebounds! not necessary but looks nice.

if ((Y[i] < 1) && (X[i] < 1)) {Y[i]=1;X[i]=1;D[i]=45;}

if ((Y[i] < 1) && (X[i] > W+BX)) {Y[i]=1;X[i]=W+BX;D[i]=135;}

if ((Y[i] > H+BY) && (X[i] < 1)) {Y[i]=H+BY;X[i]=1;D[i]=315;}

if ((Y[i] > H+BY) && (X[i] > W+BX)) {Y[i]=H+BY;X[i]=W+BX;D[i]=225;}

file://Edge rebounds!

if (Y[i] < 1) {Y[i]=1;D[i]=HB;}

if (Y[i] > H+BY) {Y[i]=H+BY;D[i]=HB;}

if (X[i] < 1) {X[i]=1;D[i]=VB;}

if (X[i] > W+BX) {X[i]=W+BX;D[i]=VB;}

var layer=(document.layers)?document.layers['netscape'+i]:explorer[i].style;

layer.top=Y[i]+YS;

layer.left=X[i]+XS;

}

}

function sTaRt(){Curve();MoveRandom()}

if (document.all||document.layers){sTaRt()}

file://-->

</script>

<p></p>
[/code:1]

DjMaHurGözLüm

Profesyonel

  • "DjMaHurGözLüm" bir erkek
  • Konuyu başlatan "DjMaHurGözLüm"

Mesajlar: 1,428

Kayıt tarihi: Nov 29th 2007

Konum: İzmir Eski Foca

  • Özel mesaj gönder

6

Tuesday, 24.06.2008, 10:55

GÜLLER UÇUŞSUN(HTML KODU)
SOL ANAHTARI İLE RENKLENDİRİN SİTENİZİ HTML KODU...
SİTENİZDE MAVİ GÜLLER UÇUŞSUN HTML KODU
...ÇİÇEK BUKETİ ...
RENKLİ ÇİÇEKLER ARKA FONT HTML KODU...
SİTENİZDE TURUNCU ÇİÇEKLER UÇUŞSUN HTML KODU
MOR GÜLLER UÇUŞSUN...
HZ.MUHAMMED(S.A.V)...
BEYAZ ÇİÇEK ARKA FONT HTML KODU
PARLAYAN MOR GİFF HTML KODU...
SİTENİZİ ÇOCUK GİFFLERİ İLE ŞENLENDİRİN...
KELEBEKLER UÇUŞSUN SİTENİZDE...
RENGARENK GÜLLER HTML KODU
PEMBE ÇİÇEKLER UÇUŞSUN SİTENİZDE HTML KODU...
SİTENİZDE PEMBE GÜLLER UÇUŞSUN İSTERMİSİNİZ?
KUŞLAR UÇSUN SİTENİZDE
SİTENİZDE PIRILTILI KALPLER UÇUŞSUN...
SİTENİZDE TURKUAZ KALPLER UÇUŞSUN HTML KODU
SİTENİZE ALLAH YAZILI KALPLER YAĞSIN HTML KODU
MAVİ ÇİÇEKLER UÇUŞSUN...
ALLAH
FISTIK YEŞİLİ ÇİÇEKLER UÇUŞSUN SİTENİZDE...
PEMBE PAPATYALAR UÇUŞSUN(HTML KODU)
KEDİCİKLER GEZİNSİN SİTENİZDE HTML KODU
GÜLLER UÇUŞSUN HTML KODU
.SİTENİZE KIRMIZI MENEKŞELER UÇUŞSUN...

http://mislina3.azbuz.com ÖRNEK OLARAK GÖZ ATABİLİRSİNİZ GÜLE GÜLE KULLANİN :up:


dj*zeynep

Orta Düzey

Mesajlar: 373

Kayıt tarihi: May 18th 2008

Konum: ÝSTANBUL

  • Özel mesaj gönder

7

Tuesday, 24.06.2008, 13:02

paylaşımın için teşk emegine sagık

Mesajlar: 9

Kayıt tarihi: Mar 26th 2008

  • Özel mesaj gönder

8

Saturday, 28.06.2008, 19:36

<!--- KAYNAK: http://www.mislina3.azbuz.com --->
<BODY bgcolor="#ebe2d3">
<script language="JavaScript">
<!--
Image0=new Image();
Image0.src="http://img169.yukle.tc/images/55963047blume108wl5me5.gif"
Amount=20;
Ypos=new Array();
Xpos=new Array();
Speed=new Array();
rate=new Array();
grow=new Array();
Step=new Array();
Cstep=new Array();
nsSize=new Array();
ns=(document.layers)?1:0;
WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < Amount; i++){
Ypos = Math.round(Math.random()WinHeight);
Xpos[i] = Math.round(Math.random()WinWidth);
Speed[i]= Math.random()2+2;
Cstep[i]=0;
Step[i]=Math.random()0.1+0.05;
grow[i]=10;
nsSize[i]=Math.random()15+5;
}
if (ns){
for (i = 0; i < Amount; i++){
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>");
}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++){
document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=60)">');
}
document.write('</div></div>');
}
function bubbles(){
var WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var hscrll=(document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < Amount; i++){
sy = Speed[i]Math.sin(200*Math.PI/180);
sx = Speed[i]Math.cos(Cstep[i]);
Ypos[i]+=sy;
Xpos[i]+=sx;
rate[i]=0.4;
if (Ypos[i] < -50){
Ypos[i]=WinHeight+50;
Xpos[i]=Math.round(Math.random()WinWidth);
Speed[i]=Math.random()2+2;

grow[i]=2;
nsSize[i]=Math.random()15+5;
}
if (ns){
document.layers['sn'+i].left=Xpos[i]+wscrll;
document.layers['sn'+i].top=Ypos[i]+hscrll;
}
else{
si[i].style.pixelLeft=Xpos[i]+wscrll;
si[i].style.pixelTop=Ypos[i]+hscrll;
si[i].style.width=grow[i];
si[i].style.height=grow[i];
}
grow[i]+=rate[i];
Cstep[i]+=Step[i];
if (grow[i] > 24) grow[i]=25;
}
setTimeout('bubbles()',10);
}
bubbles();
//-->
</script>
</body>
<!--- KAYNAK: http://www.mislina.azbuz.com --->

cantanem.gonul

Profesyonel

Mesajlar: 1,155

Kayıt tarihi: May 17th 2008

Konum: Sevdalýsnýn oldugu yerden :D

  • Özel mesaj gönder

9

Saturday, 28.06.2008, 21:18

paylaşımın için teşekkürler emegine saglık

pcworld

Acemi

Mesajlar: 2

Kayıt tarihi: Jul 4th 2008

Konum: ankara

  • Özel mesaj gönder

10

Saturday, 5.07.2008, 10:15

sLm arkadasLar yeniyim ben bunalari nasil ekleyecegimizde yazilirsa sevinirimmmm

kocyazifm

Profesyonel

  • "kocyazifm" bir erkek

Mesajlar: 1,664

Kayıt tarihi: Sep 22nd 2007

Konum: konya

  • Özel mesaj gönder

11

Saturday, 5.07.2008, 12:03

cok guzel paylasım emegınıze yuregınıze saglık tskler.

  • "60GeNCLiK" bir erkek

Mesajlar: 3,650

Kayıt tarihi: Dec 31st 2007

Konum: HOLLANDA

  • Özel mesaj gönder

12

Saturday, 5.07.2008, 12:22

DjMaHurGözLüm, güzel paylasim icin tskler emegine saglik

DjMaHurGözLüm

Profesyonel

  • "DjMaHurGözLüm" bir erkek
  • Konuyu başlatan "DjMaHurGözLüm"

Mesajlar: 1,428

Kayıt tarihi: Nov 29th 2007

Konum: İzmir Eski Foca

  • Özel mesaj gönder

13

Tuesday, 30.09.2008, 23:58

[code:1]<!--- KAYNAK: http://www.mislina3.azbuz.com --->
<BODY bgcolor="#ebe2d3">
<script language="JavaScript">
<!--
Image0=new Image();
Image0.src="http://img169.yukle.tc/images/55963047blume108wl5me5.gif"
Amount=20;
Ypos=new Array();
Xpos=new Array();
Speed=new Array();
rate=new Array();
grow=new Array();
Step=new Array();
Cstep=new Array();
nsSize=new Array();
ns=(document.layers)?1:0;
WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < Amount; i++){
Ypos = Math.round(Math.random()WinHeight);
Xpos[i] = Math.round(Math.random()WinWidth);
Speed[i]= Math.random()2+2;
Cstep[i]=0;
Step[i]=Math.random()0.1+0.05;
grow[i]=10;
nsSize[i]=Math.random()15+5;
}
if (ns){
for (i = 0; i < Amount; i++){
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>");
}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++){
document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=60)">');
}
document.write('</div></div>');
}
function bubbles(){
var WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var hscrll=(document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < Amount; i++){
sy = Speed[i]Math.sin(200*Math.PI/180);
sx = Speed[i]Math.cos(Cstep[i]);
Ypos[i]+=sy;
Xpos[i]+=sx;
rate[i]=0.4;
if (Ypos[i] < -50){
Ypos[i]=WinHeight+50;
Xpos[i]=Math.round(Math.random()WinWidth);
Speed[i]=Math.random()2+2;

grow[i]=2;
nsSize[i]=Math.random()15+5;
}
if (ns){
document.layers['sn'+i].left=Xpos[i]+wscrll;
document.layers['sn'+i].top=Ypos[i]+hscrll;
}
else{
si[i].style.pixelLeft=Xpos[i]+wscrll;
si[i].style.pixelTop=Ypos[i]+hscrll;
si[i].style.width=grow[i];
si[i].style.height=grow[i];
}
grow[i]+=rate[i];
Cstep[i]+=Step[i];
if (grow[i] > 24) grow[i]=25;
}
setTimeout('bubbles()',10);
}
bubbles();
//-->
</script>
</body>
<!--- KAYNAK: http://www.mislina.azbuz.com ---> [/code:1]

lady_07

Orta Düzey

  • "lady_07" bir kadın

Mesajlar: 377

Kayıt tarihi: Mar 14th 2009

  • Özel mesaj gönder

14

Friday, 16.10.2009, 16:32

çokk teşekkürler süperrrrrr[code]

Mesajlar: 5

Kayıt tarihi: Jan 11th 2009

  • Özel mesaj gönder

15

Friday, 23.10.2009, 19:22

paylaşım için tşkler emegine saglık

mikail27

Profesyonel

  • "mikail27" bir erkek

Mesajlar: 1,631

Kayıt tarihi: Aug 11th 2009

Konum: gaziantep

  • Özel mesaj gönder

16

Saturday, 26.12.2009, 14:51

ARKADASLAR BUNLAR IYIDE BUNLARIN ÖNIZLEMESI YOKMU ACABA RICA ETSEM