oyunsovalyesi
  buton üzerinde kayan yazı html
 
<script language="Javascript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
 
var speed = 100
var message = "www.designlife.cjb.net "
 
var s = 0
var l = message.length
document.write("<form name='btn'><input type='button' "
+"name='sc' value='"+ message +"'></form>")
 
function btnsc() {
 
document.btn.sc.value = message.substring(s,l) + message.substring(0,s)
s++
 
if (s >= l) {
s = 0
}
 
setTimeout("btnsc()",speed)
}
 
btnsc();
//-->
</script>
 
 
  Bugün 14 ziyaretçi (33 klik) kişi burdaydı!  
 
MySpace Codes Bu web sitesi ücretsiz olarak Bedava-Sitem.com ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz?
Ücretsiz kaydol