You are not logged in.

  • "D3NiZLi-Li" is male
  • "D3NiZLi-Li" started this thread

Posts: 3,304

Date of registration: Jul 29th 2007

Location: Denizli

  • Send private message

1

Tuesday, February 26th 2008, 9:35pm

Pembe Index [Html Kod]

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<html>

<head>
<meta http-equiv="Content-Language" content="tr">
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>»»»» ALLATURKAA Tema Paylasim Sitesi  ««««</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<STYLE type="text/css">BODY {
SCROLLBAR-FACE-COLOR: #59002D; SCROLLBAR-TRACK-COLOR: #480024; SCROLLBAR-ARROW-COLOR: #6C0036; SCROLLBAR-BASE-COLOR: #FFFFFF;
scrollbar-3dlight-color: #800040;
scrollbar-highlight-color: #800040;
scrollbar-shadow-color: #4A0025;
scrollbar-darkshadow-color: #2F0017;}
</STYLE>
</head>
<body text="#800080" bgcolor="#000000" link="#800080" alink="#800080" vlink="#800080">

<SCRIPT language=JavaScript1.2>
if (document.all)
document.body.style.cssText="border:12 ridge #8C0046"
</SCRIPT>


</head>

<style fprolloverstyle>A:hover {color: #FF00FF; font-weight: bold}
</style>
       <!--- KAYNAK: http://www.cinar-fm.de.tl --->
</head>

<body background="http://www.topakli.com/images/bgguele.gif" link="#800080" vlink="#800080" alink="#800080" text="#800080">

<p align="center"><P align=center><i><H2 align=center>
<SCRIPT language=JavaScript1.2>

var message="www.SIEADI.com"
var neonbasecolor="#ff0000"
var neontextcolor="#ffff00" 
var neontextcolor2="#0000ff"

var flashspeed=10// speed of flashing in milliseconds
var flashingletters=3// number of letters flashing in neontextcolor 
var flashingletters2=3// number of letters flashing in neontextcolor5 (0 to disable)
var flashpause=0// the pause between flash-cycles in milliseconds 

///No need to edit below this line/////

var n=0 
if (document.all||document.getElementById){
document.write('<font color="'+neonbasecolor+'">') 
for (m=0;m<message.length;m++) 
document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>') 
document.write('</font>')
} 
else 
document.write(message) 

function crossref(number){ 
var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number) 
return crossobj 
}

function neon(){ 

//Change all letters to base color
if (n==0){ 
for (m=0;m<message.length;m++) 
crossref(m).style.color=neonbasecolor 
}

//cycle through and change individual letters to neon color 
crossref(n).style.color=neontextcolor 

if (n>flashingletters-1) crossref(n-flashingletters).style.color=neontextcolor2 
if (n>(flashingletters+flashingletters2)-1) crossref(n-flashingletters-flashingletters2).style.color=neonbasecolor 


if (n<message.length-1) 
n++ 
else{ 
n=0
clearInterval(flashing) 
setTimeout("beginneon()",flashpause) 
return 
} 
}

function beginneon(){ 
if (document.all||document.getElementById) 
flashing=setInterval("neon()",flashspeed) 
}
beginneon() 


</SCRIPT>
</H2>
<H2 align=center></i></h2>
</P></FONT>



         <!--- KAYNAK: http://www.cinar-fm.de.tl --->


</p>
<h2 align="center"><SCRIPT language=JavaScript1.2>




function toSpans(span) {
  var str=span.firstChild.data;
  var a=str.length;
  span.removeChild(span.firstChild);
  for(var i=0; i<a; i++) {
    var theSpan=document.createElement("SPAN");
    theSpan.appendChild(document.createTextNode(str.charAt(i)));
    span.appendChild(theSpan);
  }
}


function RainbowSpan(span, hue, deg, brt, spd, hspd) {
    this.deg=(deg==null?360:Math.abs(deg));
    this.hue=(hue==null?0:Math.abs(hue)%360);
    this.hspd=(hspd==null?3:Math.abs(hspd)%360);
    this.length=span.firstChild.data.length;
    this.span=span;
    this.speed=(spd==null?50:Math.abs(spd));
    this.hInc=this.deg/this.length;
    this.brt=(brt==null?255:Math.abs(brt)%256);
    this.timer=null;
    toSpans(span);
    this.moveRainbow();
}


RainbowSpan.prototype.moveRainbow = function() {
  if(this.hue>359) this.hue-=360;
  var color;
  var b=this.brt;
  var a=this.length;
  var h=this.hue;

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

    if(h>359) h-=360;

    if(h<60) { color=Math.floor(((h)/60)*b); red=b;grn=color;blu=0; }
    else if(h<120) { color=Math.floor(((h-60)/60)*b); red=b-color;grn=b;blu=0; }
    else if(h<180) { color=Math.floor(((h-120)/60)*b); red=0;grn=b;blu=color; }
    else if(h<240) { color=Math.floor(((h-180)/60)*b); red=0;grn=b-color;blu=b; }
    else if(h<300) { color=Math.floor(((h-240)/60)*b); red=color;grn=0;blu=b; }
    else { color=Math.floor(((h-300)/60)*b); red=b;grn=0;blu=b-color; }

    h+=this.hInc;

    this.span.childNodes[i].style.color="rgb("+red+", "+grn+", "+blu+")";
  }
  this.hue+=this.hspd;
}
// End -->
</script></h2>
<div align="center">
<h1 id="r1">»»»» RADYO&nbsp;ISMI ««««</h3>
</div>
<script type="text/javascript">
var r1=document.getElementById("r1"); //get span to apply rainbow
var myRainbowSpan=new RainbowSpan(r1, 0, 360, 255, 50, 18); //apply static rainbow effect
myRainbowSpan.timer=window.setInterval("myRainbowSpan.moveRainbow()", myRainbowSpan.speed);
  </script>
<div align="center">
<h2 id="r2">Ho&thorn;geldiniz &Yacute;yi Vakit Geçirmenizi Dileriz...</h2>
</p>
</div>
<script type="text/javascript">
var r2=document.getElementById("r2"); //get span to apply rainbow
var myRainbowSpan2=new RainbowSpan(r2, 0, 360, 255, 50, 348); //apply static rainbow effect
myRainbowSpan2.timer=window.setInterval("myRainbowSpan2.moveRainbow()", myRainbowSpan2.speed);
  </script>&nbsp;<FONT size=4><B><FONT size=4 color="#ffffff"><SPAN lang=de><P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align=center><FONT size=4>
<IFRAME border=0 
name=I1 align=center
src="http://www.flatcast.com/de/Player.aspx?sid=XXXXXX"
frameBorder=0 width=800 scrolling=no
height=600 marginwidth="1" marginheight="1" style="border: 5px solid #FF00FF">
http://www.cinar-fm.de.tl</IFRAME>
</FONT>
</P>
    
<P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align=center>&nbsp;</P>
    
              <!--- KAYNAK: http://www.cinar-fm.de.tl --->
       
       
       <FONT size=4>
<FONT 
color=#ffffff>
<DIV align=center>
<CENTER>
<TABLE id=table1 borderColor=#FF00FF cellSpacing=1 width="45%" border=2>
  <TBODY>
  <TR>
    <TD align=middle width="35%">
      <P align=center><B>
      <a style="TEXT-DECORATION: none" href="http://www.flatcast.com/de/Download.aspx?con=p&version=41629"><SPAN 
      lang=de>Radio Ac</SPAN></SPAN>&yacute;<SPAN lang=de>lm</SPAN>&yacute;<SPAN lang=de>yorsa B<SPAN lang=de>urdan </SPAN>P<SPAN lang=de>layer indir ve 
      yükle</SPAN></SPAN></a></B><SPAN lang=de><SPAN lang=de></P></TD></TR></TBODY></TABLE></CENTER></DIV>



</SPAN>



</SPAN>
</FONT>
<SPAN lang=de><SPAN lang=de>
<P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align=center>&nbsp;</P>
<P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align=center>
<FONT 
color=#ff0000> 
<a target="_top" href="http://www.flatcast.com/de/WizTakeOver.aspx?new=-1">
YAYINI DEV</SPAN></SPAN>&Yacute;<SPAN lang=de>R ALMAK



</SPAN>
&Yacute;<SPAN lang=de>Ç</SPAN>&Yacute;<SPAN lang=de>N TIKLA</SPAN></a></FONT><SPAN lang=de><SPAN lang=de><SPAN lang=de><SPAN lang=de></P>
<P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align=center>
&nbsp;</P>



</SPAN>



</SPAN>



</SPAN>



</SPAN>
		</FONT>
    
              <SPAN lang=de><SPAN lang=de>
    
              <!--- KAYNAK: http://www.cinar-fm.de.tl --->
       

</FONT>



<FONT size=4>
       
       
		<P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align=center>
<a href="mailto:dj_horoz@hotmail.co.u?subject=radyo">Msn ADRESINIZ</a></P>
    
       
</FONT>



<FONT size=4 color="#ffffff">
    
       
              <!--- KAYNAK: http://www.cinar-fm.de.tl --->
       


</FONT>



</SPAN>



</SPAN>



</B>
  

</font>
  

<B><SPAN lang=de>
<FONT size=4>
<P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align=center>&nbsp;</P>
<P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align=center>&lt;&nbsp;&nbsp;&nbsp;&nbsp;
<FONT 
color=#ffffff size="4"> <A style="TEXT-DECORATION: none"
onclick="window.open('http://www.flatcast.com/de/WizUsr.aspx','topakli','resizable=yes,status=yes,scrollbars=yes,width=555,height=505'); return false;"
href="http://www.flatcast.com/de/WizUsr.aspx">KAYIT OL<FONT size=4>&nbsp; </FONT></A></FONT>&nbsp;&nbsp; &gt;&nbsp;<body link="#800080" vlink="#800080" alink="#800080" text="#800080" background="http://img65.imageshack.us/img65/9580/bgxp7.jpg"></BODY></P>
</FONT>
  


</SPAN>
</B>
  
</script>

</body>

</html>


ON IZLEME www.erbilfm.blogcu.com
Remix Engineers : http://remix.land

This post has been edited 1 times, last edit by "*-*ASİKARDELEN*-*" (Jun 4th 2011, 11:02pm)


  • "60GeNCLiK" is male

Posts: 3,650

Date of registration: Jan 1st 2008

Location: HOLLANDA

  • Send private message

2

Tuesday, February 26th 2008, 10:16pm

horoz, eline saglik paylasim icin tskler
Ruh eşimi buLamyınca anLAdım ki eşsiz biR ruhum vaR... : )

djseker

Intermediate

Posts: 336

Date of registration: Jul 9th 2007

Location: Mamak son durak taki PARK

  • Send private message

3

Saturday, March 1st 2008, 10:46pm

horoz, Emegine saglık kardeş Aldım hakkını helal et

Posts: 151

Date of registration: Dec 2nd 2007

Location: Çok uzaklardan

  • Send private message

4

Sunday, March 2nd 2008, 1:47am

horoz, eline saglik paylasim icin tskler

  • "D3NiZLi-Li" is male
  • "D3NiZLi-Li" started this thread

Posts: 3,304

Date of registration: Jul 29th 2007

Location: Denizli

  • Send private message

5

Sunday, March 2nd 2008, 10:40pm

djseker, helal olsun
guele gule kullan ;)
Remix Engineers : http://remix.land

sil@

Beginner

Posts: 11

Date of registration: Feb 23rd 2008

Location: BERLIN

  • Send private message

6

Thursday, March 20th 2008, 2:46pm

Eline saglik cok güzel olmus, paylasim icin tesekkürler.... :up:

benimsin_34

Beginner

Posts: 4

Date of registration: May 18th 2008

  • Send private message

7

Saturday, June 7th 2008, 1:08am

emeğinize yüreğinize sağlık tşklerrrrrrrrrrrrrrrrrrrrrrrrr

mila

Intermediate

Posts: 391

Date of registration: Jan 15th 2008

Location: özlediðim yer

  • Send private message

8

Saturday, June 7th 2008, 9:54am

emeğine sağlık Cyber.Erbil,

cantanem.gonul

Professional

Posts: 1,155

Date of registration: May 17th 2008

Location: Sevdalýsnýn oldugu yerden :D

  • Send private message

9

Saturday, June 7th 2008, 12:11pm

PAYLAŞIMIN İÇİN TEŞK EMEGINE SAGLIK

FILLOZOF

Trainee

Posts: 130

Date of registration: Jan 28th 2008

Location: Kayýp Ýlanlarý

  • Send private message

10

Monday, June 9th 2008, 3:02pm

Cyber.Erbil, teşekkürler , güzel iş

Posts: 2

Date of registration: May 23rd 2008

Location: NEVSEHÝR

  • Send private message

11

Monday, June 9th 2008, 4:16pm

TSKLER ARKADASLAR

kerem5536

Beginner

Posts: 4

Date of registration: Mar 22nd 2008

Location: berlin

  • Send private message

12

Monday, June 9th 2008, 4:38pm

Cok Sagolun Alem Buysa Krali AllaTurkaa

kocyazifm

Professional

  • "kocyazifm" is male

Posts: 1,664

Date of registration: Sep 22nd 2007

Location: konya

  • 380313
  • Send private message

13

Monday, June 9th 2008, 6:02pm

PAYLASIM ICIN TSKLER EMEGINIZE YUREGINIZE SAGLIK.

Posts: 172

Date of registration: Oct 20th 2007

  • Send private message

14

Wednesday, August 6th 2008, 1:08pm

emeğinize yüreğinize sağlık

bulutbulut

Intermediate

Posts: 218

Date of registration: Oct 10th 2007

Location: istanbul

  • Send private message

15

Wednesday, August 6th 2008, 1:12pm

güzel saolasın kardeş

eparmaksiz

Trainee

Posts: 57

Date of registration: Mar 16th 2008

Location: Denizli Tavas

  • Send private message

16

Monday, August 18th 2008, 2:01pm

Toprak eline sağlık
Her horoz Kendi evinde öter
Denizli Horozu Heryerde öter...
* Yeniler Bilmez * Eskiler Örnek alır *

FoRCeS

Trainee

Posts: 138

Date of registration: Jul 25th 2007

Location: býngol

  • Send private message

17

Sunday, September 7th 2008, 12:27am

Ilgi cekici bir renk uyarlamasi gzuel.

uluseif

Professional

  • "uluseif" is male

Posts: 1,065

Date of registration: Aug 27th 2007

  • Send private message

18

Thursday, November 20th 2008, 12:24pm

çok hoş olmuş elinize sağlık

eparmaksiz

Trainee

Posts: 57

Date of registration: Mar 16th 2008

Location: Denizli Tavas

  • Send private message

19

Sunday, January 11th 2009, 6:21am

Erbil Çok güzel olmuş eline sağlık
Başarılar dilerim

kizim2005

Trainee

Posts: 23

Date of registration: Jul 17th 2008

  • Send private message

20

Sunday, March 1st 2009, 5:44pm

Cok güzel bir index, elinize saglik