<BODY onload=initiateticker()><BR><SCRIPT language=javaScript> <!-- // Copyright (c) Dudli. All rights reserved. // http://www.enigma1xx.blogcu.com
//Start der Message var message=new Array() var message=new Array() message[0]="1ci yazi" message[1]="2ci yazi" message[2]="3cu yazi"
var tickerpadding=10 //Distanz var fnt="Arial" //Schriftart des BG-Textes var fntsize=12 //Schriftgr�sse des BG-Textes var fntcolor="CCDDCC" //Schriftfarbe des BG-Textes var fntsizelastletter=30 //Schriftgr�sse des Scrollbuchstaben var fntcolorlastletter="88FF88" //Schriftfarbe des Scrollbuchstaben var fntweight=7 //Schriftgr�sse der Message (1-9) var standstill=2000 //Stillstand des Tickers bevor Neustart var speed=40 //Ticker-Geschwindigkeit var leftposition=120 //Position von links var topposition=100 //Position von oben var tickerwidth = 200 var tickerheight = 25 var i_substring=0 var i_presubst
... Читать дальше »
var text="istediyin yazini yaz" // YOUR TEXT var speed=80 // SPEED OF FADE
// ********** LEAVE THE NEXT BIT ALONE!
if (document.all||document.getElementById){ document.write('<span id="highlight">' + text + '</span>') var storetext=document.getElementById? document.getElementById("highlight") : document.all.highlight } else document.write(text) var hex=new Array("00","14","28","3C","50","64","78","8C","A0","B4","C8","DC","F0") var r=1 var g=1 var b=1 var seq=1 function changetext(){ rainbow="#"+hex[r]+hex[g]+hex[b] storetext.style.color=rainbow } function change(){ if (seq==6){ b-- if (b==0) seq=1 } if (seq==5){ r++ if (r==12) seq=6 } if (seq==4){ g-- if (g==0) seq=5 } if (seq==3){ b++ if (b==12) seq=4 } if (seq==2){ r-- if (r==0) s
... Читать дальше »
<HEAD> <script type="text/javascript"> <!-- Begin /* * Notes on hue * * This script uses hue rotation in the following manner: * hue=0 is red (#FF0000) * hue=60 is yellow (#FFFF00) * hue=120 is green (#00FF00) * hue=180 is cyan (#00FFFF) * hue=240 is blue (#0000FF) * hue=300 is magenta (#FF00FF) * hue=360 is hue=0 (#FF0000) * * Notes on the script * * This script should function in any browser that supports document.getElementById * It has been tested in Netscape7, Mozilla Firefox 1.0, and Internet Explorer 6 * * Accessibility * * The script does not write the string out, but rather takes it from an existing * HTML element. Therefore, users with javascript disabled will not be adverely affected. * They just won't get the pretty colors. */ /* * splits par.firstChild.data into 1 span for each letter * ARGUMENTS * span - HTML element containing a text no
... Читать дальше »
<SPAN id="theText" style="width:100%"> <H3 align="center"><FONT color="#3a6ca3"><FONT size="+5">Xos gelmisiniz!!!</FONT> </FONT><FONT color="#666666"> <SCRIPT> // ^-the text that will be displayed <!-- //can be edited from here var from = 5; //the animation start value var to = 11; //the animation end value var delay = 55; //the animation speed var glowCol
... Читать дальше »
/* Bouncy message script- By Dynamicdrive.com Code based on Lloyd Hassell's, at http://www.dynamicdrive.com/dynamicindex4/bounceimage.htm For full source, TOS, and 100s DTHML scripts, visit http://dynamicdrive.com */
//Configure the below three variables
//1) Set message to display (HTML accepted) var thecontent='<h2><font color="#0000FF">YAZINI BURA YAZ</font></h2>' //2) Set delay after which message should be hidden, in miliseconds ('' makes it incessantly visible on the screen) var hidetimer=''; //3) Set speed of animation (1-50), where larger is faster var BallSpeed = 20;
///NO NEED TO EDIT BELOW THIS LINE///////////
var contentWidth; var contentHeight; var maxBallSpeed
... Читать дальше »
<SCRIPT language=VBScript> <!-- Dim Bar, Line, SP Bar = 0 Line = "|" sP = 100 Function Window_onLoad() Bar = 95 sP = 10 END Function Function Count() If Bar < 100 Then Bar = Bar + 1 Window.Status = "yuklenir " & Bar & "%" & " " & String(Bar, Line) setTimeout "Count()", SP Else Window.Status = "yuklenme bitdi" Document.Body.Style.Display = "" End If End Function Call Count() --> </SCRIPT>
<!-- Begin var no = 12; // number of hearts var speed = 10; // smaller number moves the hearts faster var heart = ""; var flag; var ns4up = (document.layers) ? 1 : 0; // browser sniffer var ie4up = (document.all) ? 1 : 0;
var dx, xp, yp; // coordinate and position variables var am, stx, sty; // amplitude and step variables var i, doc_width = 800, doc_height = 600; if (ns4up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); amx = new Array(); amy = new Array(); stx = new Array(); sty = new Array(); flag = new Array(); for (i = 0; i < no; ++ i) { dx[i] = 0;  
... Читать дальше »
var your_image="http://i419.photobucket.com/albums/pp276/denizkod/testimage86.gif"
// speed var tempo=40
// average horizontal distance between the images var stepx=20
// average vertical distance between the images var stepy=20
// number of images var numberofimages=12
// do not edit the variables below var imgpreload=new Image() imgpreload.src=your_image var x,y var marginbottom var marginleft=0 var margintop=0 var marginright var timer var xpos=new Array() var ypos=new Array() var spancontent=new Array()
for (i=0; i<=numberofimages;i++) { xpos[i]=0 ypos[i]=0 }
for (i=0;i<=numberofimages;i++) { spancontent[i]="<img src='"+your_image+"'>" }
function setValues() { var firsttimer= setTimeout("setValues2()",2000) }
function setValues2() { if (document.all) { &nbs
... Читать дальше »
/* Flying Cupids- script by Kurt (kurt.grigg@virgin.net) For full source, usage terms, and 100's more DHTML scripts */
Cupid=new Image(); Cupid.src="http://www.ladylony.com/cupidcute.gif"; //specify path to Cupid image amount=3; //Number of cupids, minimum must be 3. Xpos=700; //cupids x coordinates, in pixel Ypos=200; //cupids y coordinates, in pixel step=0.3; //Animation speed (smaller is slower) dismissafter=190; //seconds after which Cupids should disappear, in seconds ... Читать дальше »
<SCRIPT language=JavaScript> <!-- Original: Matthew Musgrove ( muskrat@lvnworth.com) --> <!-- Web Site: http://free.prohosting.com/~musgrove -->
<!-- This script and many more are available free online at --> <!-- Javafile.com http://www.javafile.com -->
<!-- Begin var no = 50; var speed = 1; var ns4up = (document.layers) ? 1 : 0; var ie4up = (document.all) ? 1 : 0; var s, x, y, sn, cs; var a, r, cx, cy; var i, doc_width = 800, doc_height = 600; if (ns4up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } x = new Array(); y = new Array(); r = new Array(); cx = new Array(); cy = new Array(); s = 8; for (i = 0; i < no; ++ i) { initRain(); if (ns4up) { if (i == 0) { document.write("<layer name="dot"+ i +"" left="1" "); document.writ
... Читать дальше »
<!--Simply copy and paste code into <BODY> of HTML page Just above the close </BODY> tag. --> <SCRIPT type="text/javascript"> /* Hearts Fall 1 - Drifter - JavaScript Visit www.enigma1xx.piczo.com for this script and many more */ // **** Changed to Hearts from Snow **** // Set the number of snowflakes (more than 30 - 40 not recommended) var snowmax=12 // Set the colors for the snow. Add as many colors as you like var snowcolor=new Array("#aaaacc","#ddddFF","#ccccDD","#ffffff","#ffc0cb") // 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") // **** CHANGE YOUR IMAGE HERE ****// Set the letter that creates your snowflake (recommended: * ) var snowletter=" <img src=http://rainbow.arch.scriptmania.com/scripts/bg/heart9.gif> "
// Set the speed of sinking (recommended values
... Читать дальше »
<!--Simply copy and paste just above </body></html> in your page.--> <SCRIPT TYPE="text/javascript"> <!-- http://enigma1xx.piczo.com --> if(!window.fireworks) fireworks=new Object(); if(!fireworks.createLayer) { var ns4 = document.layers; var ie4 = document.all; fireworks.objNo=0;
<BODY> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin var no = 50; var speed = 1; var ns4up = (document.layers) ? 1 : 0; var ie4up = (document.all) ? 1 : 0; var s, x, y, sn, cs; var a, r, cx, cy; var i, doc_width = 800, doc_height = 600; if (ns4up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } x = new Array(); y = new Array(); r = new Array(); cx = new Array(); cy = new Array(); s = 8; for (i = 0; i < no; ++ i) { initRain(); if (ns4up) { if (i == 0) { document.write("<layer name="dot"+ i +"" left="1" "); document.write("top="1" visibility="show"><font color="blue">"); document.write(",</font></layer>"); } else { document.write("<layer name="dot"+ i +"" left="1" "); document.write("top="1" visibility="show"><font color="blue">"); document.write(",</font></layer>"); &
... Читать дальше »