Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: AllaTurkaa. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

  • »DjMaHurGözLüm« ist männlich
  • »DjMaHurGözLüm« ist der Autor dieses Themas

Beiträge: 1 428

Registrierungsdatum: 29. November 2007

Wohnort: İzmir Eski Foca

  • Nachricht senden

1

Dienstag, 24. Juni 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« ist männlich
  • »DjMaHurGözLüm« ist der Autor dieses Themas

Beiträge: 1 428

Registrierungsdatum: 29. November 2007

Wohnort: İzmir Eski Foca

  • Nachricht senden

2

Dienstag, 24. Juni 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« ist männlich
  • »DjMaHurGözLüm« ist der Autor dieses Themas

Beiträge: 1 428

Registrierungsdatum: 29. November 2007

Wohnort: İzmir Eski Foca

  • Nachricht senden

3

Dienstag, 24. Juni 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« ist männlich
  • »DjMaHurGözLüm« ist der Autor dieses Themas

Beiträge: 1 428

Registrierungsdatum: 29. November 2007

Wohnort: İzmir Eski Foca

  • Nachricht senden

4

Dienstag, 24. Juni 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« ist männlich
  • »DjMaHurGözLüm« ist der Autor dieses Themas

Beiträge: 1 428

Registrierungsdatum: 29. November 2007

Wohnort: İzmir Eski Foca

  • Nachricht senden

5

Dienstag, 24. Juni 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« ist männlich
  • »DjMaHurGözLüm« ist der Autor dieses Themas

Beiträge: 1 428

Registrierungsdatum: 29. November 2007

Wohnort: İzmir Eski Foca

  • Nachricht senden

6

Dienstag, 24. Juni 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

Fortgeschrittener

Beiträge: 373

Registrierungsdatum: 18. Mai 2008

Wohnort: ÝSTANBUL

  • Nachricht senden

7

Dienstag, 24. Juni 2008, 13:02

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

BOLD_HEART

Anfänger

Beiträge: 9

Registrierungsdatum: 26. März 2008

  • Nachricht senden

8

Samstag, 28. Juni 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 --->

Beiträge: 1 155

Registrierungsdatum: 17. Mai 2008

Wohnort: Sevdalýsnýn oldugu yerden :D

  • Nachricht senden

9

Samstag, 28. Juni 2008, 21:18

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

pcworld

Anfänger

Beiträge: 2

Registrierungsdatum: 4. Juli 2008

Wohnort: ankara

  • Nachricht senden

10

Samstag, 5. Juli 2008, 10:15

sLm arkadasLar yeniyim ben bunalari nasil ekleyecegimizde yazilirsa sevinirimmmm

  • »kocyazifm« ist männlich

Beiträge: 1 664

Registrierungsdatum: 22. September 2007

Wohnort: konya

  • Nachricht senden

11

Samstag, 5. Juli 2008, 12:03

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

60GeNCLiK

Meister

  • »60GeNCLiK« ist männlich

Beiträge: 3 650

Registrierungsdatum: 31. Dezember 2007

Wohnort: HOLLANDA

  • Nachricht senden

12

Samstag, 5. Juli 2008, 12:22

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

  • »DjMaHurGözLüm« ist männlich
  • »DjMaHurGözLüm« ist der Autor dieses Themas

Beiträge: 1 428

Registrierungsdatum: 29. November 2007

Wohnort: İzmir Eski Foca

  • Nachricht senden

13

Dienstag, 30. September 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

Fortgeschrittener

  • »lady_07« ist weiblich

Beiträge: 377

Registrierungsdatum: 14. März 2009

  • Nachricht senden

14

Freitag, 16. Oktober 2009, 16:32

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

ketronxd9

Anfänger

Beiträge: 5

Registrierungsdatum: 11. Januar 2009

  • Nachricht senden

15

Freitag, 23. Oktober 2009, 19:22

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

  • »mikail27« ist männlich

Beiträge: 1 631

Registrierungsdatum: 11. August 2009

Wohnort: gaziantep

  • Nachricht senden

16

Samstag, 26. Dezember 2009, 14:51

ARKADASLAR BUNLAR IYIDE BUNLARIN ÖNIZLEMESI YOKMU ACABA RICA ETSEM

17

Sonntag, 6. März 2011, 13:55

emeğine sağlık