GeNcLiĞin MeKaNı Genç Mekan GeNcLiĞin MeKaNı
Would you like to react to this message? Create an account in a few clicks or log in to continue.

GeNcLiĞin MeKaNı Genç Mekan GeNcLiĞin MeKaNı

Hoşgeldiniz, Misafir.
Son Ziyaretiniz: Perş. Ocak 01, 1970
Toplam Mesajınız: 0


 

AnasayfaKapı**GaleriAramaLatest imagesOyunFilmlerMSNCanlı TvKayıt OlGiriş yap

 

 TASOGLUFM

Aşağa gitmek 
YazarMesaj
Harbi-Deli
Co-Admin
Co-Admin
Harbi-Deli


Erkek
Mesaj Sayısı : 278
Takımım : TASOGLUFM D1e2ee3fede4072d5e25570324a07802
Teşekkür Et : <div class="js-kit-rating" view="score" path="" title="" permalink=""></div><script src="http://js-kit.com/ratings.js"></script>
Uyarı! : <marquee>Dikkat! GeNçLiĞiN MeKaNı Bağımlılık Yapar!!</marquee>
Kayıt tarihi : 30/04/08

Karakter Kağıdı
Başarı:
TASOGLUFM Left_bar_bleue500/100TASOGLUFM Empty_bar_bleue  (500/100)
Altın Altın: 100.000.000.000.000.000
Eksikleri:
TASOGLUFM Left_bar_bleue0/0TASOGLUFM Empty_bar_bleue  (0/0)

TASOGLUFM Empty
MesajKonu: TASOGLUFM   TASOGLUFM Icon_minitimeCuma Haz. 27, 2008 5:23 pm










classid=clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6>





























// Type the messages into the text-Array. Add as many as you like.
var text=new Array("Tasoglu FM", "24 Saat Canlı Yayın", // Type a link for each message. If you don't want to add a link add a "#" instead
var textlink=new Array

// Type the target-window for each link. Acceepted values are "_blank", "_top",
// "_parent" or the name of any frame
var texttarget=new Array("_top","_top","_top","_top")

// Set the font for the headline-fader
var textfont="Arial"

// Set the font-color for the headline-fader (hexadecimal triplet values recommended)
var textfontcolor="#99ccff"

// Set the rollover-color for the headline-fader (hexadecimal triplet values recommended)
var textfontcolorrollover="#ffff00"

// Set the font-size for the headline-fader (points)
var textfontsize=11

// Set the background-color for the headline-fader (hexadecimal triplet values recommended)
var textbgcolor="#000000"

// Set the width of the headline-fader (pixels)
var textwidth=180

// Set the height of the headline-fader (pixels)
var textheight=120

// Set the pause between the messages (seconds)
var textpause=2

// Set the borderwidth (pixels)
var textborder=3

// Set the border-color (hexadecimal triplet values recommended)
var textbordercolor="#99ccff"

// Set the horizontal text-position. Allowed values are "center" or "left" or "right"
var textalign="center"

// Set the vertical text-position. Allowed values are "middle" or "top" or "bottom"
var textvalign="middle"

// Set the number of snowflakes (more than 20 - 30 not recommended)
var snowmax=20

// Set the colors for the snow. Add as many colors as you like
var snowcolor=new Array("#99ccff","#ddddFF","#ccccDD")

// Set the fonts, that create the snowflakes. Add as many fonts as you like
var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")

// Set the letter that creates your snowflake (recommended:*)
var snowletter="*"

// Set the speed of sinking (recommended values range from 0.3 to 2)
var sinkspeed=0.6

// Set the maximal-size of your snowflaxes (points)
var snowmaxsize=16

// Set the minimal-size of your snowflaxes (points)
var snowminsize=8

// Set font-style. Acceptable values are "normal" or "italic"
var textitalic="normal"

// Set font-weight. Acceptable values are "normal" or "bold"
var textweight="bold"

// do not edit below this line
var textdecoration="none"
var transparency=100
var transparencystep=5
var x_pos=0
var y_pos=0
var i_text=0
if (textitalic=="italic") {var textitalicA=""; var textitalicB=""}
else {var textitalicA=""; var textitalicB=""}
if (textweight=="bold") {var textweightA=""; var textweightB=""}
else {var textweightA=""; var textweightB=""}
var textweightA=""
var textweightB="
"
var tickercontent
var pausefade=40
var oneloopfinished=false
var snow=new Array()
var marginbottom
var marginright
var timer
var i_snow=0
var x_mv=new Array();
var crds=new Array();
var lftrght=new Array();
var textfontsizeHTML=Math.floor(textfontsize/4)
textpause*=1000

if (textfontsizeHTML<1) {textfontsizeHTML=1}
if (textfontsizeHTML>=7) {textfontsizeHTML=7}

var browserinfos=navigator.userAgent
var ns4=document.layers
var ns6=document.getElementById&&!document.all&&!browserinfos.match(/Opera/)
var ie=document.all&&!browserinfos.match(/Opera/)
var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
var opera=browserinfos.match(/Opera/)

function changecontent() {
getcontent()
i_text++
if (i_text>=text.length) {i_text=0}
if (ie) {
ticker.innerHTML=content
fadein()
}
if (ns6) {
document.getElementById('ticker').innerHTML=content
fadein()
}
if (opera) {
document.getElementById('ticker').innerHTML=content
var texttimer=setTimeout("changecontent()",textpause*1.5)
}
if (ns4) {
document.roof.document.ticker.document.write(content)
document.roof.document.ticker.document.close()
var texttimer=setTimeout("changecontent()",textpause)
}
}

function fadein() {
if (transparency<100){
transparency+=transparencystep
if (ie) {
document.all.ticker.filters.alpha.opacity=transparency
}
if (ns6) {
document.getElementById('ticker').style.MozOpacity=transparency/100
}
var fadetimer=setTimeout("fadein()",pausefade)
}
else {
clearTimeout(fadetimer)
setTimeout("fadeout()",textpause)
}
}

function fadeout() {
if (transparency>0){
transparency-=transparencystep
if (ie) {
document.all.ticker.filters.alpha.opacity=transparency
}
if (ns6) {
document.getElementById('ticker').style.MozOpacity=transparency/100
}
var fadetimer=setTimeout("fadeout()",pausefade)
}
else {
clearTimeout(fadetimer)
setTimeout("changecontent()",1000)
}
}

getcontent()
function getcontent() {
if (ie) {
var tablewidth=textwidth-2*textborder
var tableheight=textheight-2*textborder
}
else {
var tablewidth=textwidth
var tableheight=textheight
}
if (ie || ns6 || opera) {
var padding=parseInt(textborder)+3
content="
"
content+=""
content+=text[i_text]
content+="
"
}
else {
content="
"
content+=""
content+=text[i_text]
content+="
"

framecontent="
"
framecontent+=""
framecontent+="."
framecontent+="
"
framecontent+="
"
}
}

function randommaker(range) {
rand=Math.floor(range*Math.random())
return rand
}

function initsnow() {
marginbottom = textheight
marginright = textwidth
var snowsizerange=snowmaxsize-snowminsize
for (i=0;i<=snowmax;i++) {
crds[i] = 0;
lftrght[i] = Math.random()*15;
x_mv[i] = 0.03 + Math.random()/10;
snow[i]=document.getElementById("s"+i)
snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
snow[i].size=randommaker(snowsizerange)+snowminsize
snow[i].style.fontSize=snow[i].size
snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
snow[i].sink=sinkspeed*snow[i].size/5
snow[i].posx=randommaker(marginright-snow[i].size)
snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
snow[i].style.left=snow[i].posx
snow[i].style.top=snow[i].posy
}
movesnow();changecontent()
}

function movesnow() {
for (i=0;i<=snowmax;i++) {
crds[i] += x_mv[i];
snow[i].posy+=snow[i].sink
snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);
snow[i].style.top=snow[i].posy

if (snow[i].posy>=marginbottom || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
snow[i].posx=randommaker(marginright-snow[i].size)
snow[i].posy=0
}
}
var timer=setTimeout("movesnow()",50)
}

if (ie || ns6 || opera) {
if (ns6) {
textwidth-=2*textborder
textheight-=2*textborder
}
document.write("
")
document.write("
")

document.write("
")
document.write("
")
for (i=0;i<=snowmax;i++) {
document.write("
"+snowletter+"
")
}
document.write("
")
document.write("
")
window.onload=initsnow
}

else if (ns4) {
document.write("
")
document.write("")
document.write("")
document.write(framecontent)
document.write("
")
document.write("")
document.write()
document.write("
")
document.write("
")
document.write("
")
window.onload=changecontent
}


Kardelen
FM
'de Şu An

Sayfa başına dön Aşağa gitmek
 
TASOGLUFM
Sayfa başına dön 
1 sayfadaki 1 sayfası

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
GeNcLiĞin MeKaNı Genç Mekan GeNcLiĞin MeKaNı :: Full MP3 :: Online Müzik Dinle-
Buraya geçin: