ხუთშაბათი, 16.05.2024, 14:48
მოგესალმები Гость | RSS
 
h1.tk
მთავარი | | რეგისტრაცია | შესვლა
საიტის მენიუ

შესვლის ფორმა

სახელი  
პაროლი  



სექციის კატეგორიები
+18 [4]
თამაშები [155]
Counter-Strike [11]
მუსიკა [13]
კლიპები [9]
სურათები [42]
ვიდეოები [12]
მობილური [7]
ვებ-მასტერებს [31]
პროგრამები [82]
ფილმები [21]
ფილმები (ქართულად) [0]
ფილმები (ინდური) [0]
სერიალები [1]
გართობა [1]
ანიმაციები [1]
სპორტი [2]
რელიგია [0]
Only For Girls [0]
პატარა თამაშები [0]
ფილმები (ქართული) [0]

ძებნა

მთავარი » 2009 » დეკემბერი » 27 » ფეიერვერკი
14:45
ფეიერვერკი
Quote
<strong><script 
language="JavaScript"> 
ns=(document.layers)?1:0; 
amount=50; 
if (ns){ 
for (i=0; i < amount; i++) 
document.write("<LAYER NAME='nsstars"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFF0' CLIP='0,0,1,1'></LAYER>"); 

else{ 
document.write("<div id='ieCov' style='position:absolute;top:0px;left:0px'>"); 
document.write("<div style='position:relative'>"); 
for (i=0; i < amount; i++) 
document.write("<div id='iestars' style='position:absolute;top:0px;left:0px;width:1;height:1;background:#ffffff;font-size:1'></div>"); 
document.write("</div></div>"); 

Clrs=new Array('ff0000','00ff00','ffffff','ff00ff','ffa500','ffff00','00ff00','ffffff','ff00ff') 
sClrs=new Array('ffa500','00ff00','FFAAFF','fff000','fffffF') 
Xpos=800; 
Ypos=700; 
initialStarColor='00ff00'; 
step=10; 
currStep=0; 
explosionSize=500; 
function Fireworks(){ 
var WinHeight=(document.layers)?window.innerHeight-100:window.document.body.clientHeight-100; 
var WinWidth=(document.layers)?window.innerWidth-100:window.document.body.clientWidth-100; 
var Yscroll=(document.layers)?window.pageYOffset:document.body.scrollTop; 
for (i=0; i < amount; i++){ 
var layer=(document.layers)?document.layers["nsstars"+i]:iestars[i].style; 
var randCol=Math.round(Math.random()*16); 
var randSz=Math.round(Math.random()*4); 
layer.top = Ypos + explosionSize*Math.sin((currStep+i*5)/3)*Math.sin(currStep/100) 
layer.left= Xpos + explosionSize*Math.cos((currStep+i*5)/3)*Math.sin(currStep/100) 
if (currStep < 110){ 
if (ns){layer.bgColor=initialStarColor;layer.clip.width=1;layer.clip.height=1} 
else{layer.background=initialStarColor;layer.width=1;layer.height=1;layer.fontSize=1} 

else{ 
if (ns){layer.bgColor=Clrs[randCol];layer.clip.width=randSz;layer.clip.height=randSz} 
else{layer.background=Clrs[randCol];layer.width=randSz;layer.height=randSz;layer.fontSize=randSz} 


if (currStep > 220) 

currStep=0; 
Ypos = 50+Math.round(Math.random()*WinHeight)+Yscroll; 
Xpos = 50+Math.round(Math.random()*WinWidth); 
for (i=0; i < sClrs.length; i++) 

var newIcol=Math.round(Math.random()*i); 

initialStarColor=sClrs[newIcol]; 
explosionSize=Math.round(80*Math.random()+100); 

currStep+=step; 
setTimeout("Fireworks()",50); 

Fireworks(); 
// --> 
</script></strong> 
<strong><script 
language="JavaScript"> 
ns=(document.layers)?1:0; 
amount=50; 
if (ns){ 
for (i=0; i < amount; i++) 
document.write("<LAYER NAME='nsstars"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFF0' CLIP='0,0,1,1'></LAYER>"); 

else{ 
document.write("<div id='ieCov' style='position:absolute;top:0px;left:0px'>"); 
document.write("<div style='position:relative'>"); 
for (i=0; i < amount; i++) 
document.write("<div id='iestars' style='position:absolute;top:0px;left:0px;width:1;height:1;background:#ffffff;font-size:1'></div>"); 
document.write("</div></div>"); 

Clrs=new Array('ff0000','00ff00','ffffff','ff00ff','ffa500','ffff00','00ff00','ffffff','ff00ff') 
sClrs=new Array('ffa500','00ff00','FFAAFF','fff000','fffffF') 
Xpos=800; 
Ypos=700; 
initialStarColor='00ff00'; 
step=10; 
currStep=0; 
explosionSize=500; 
function Fireworks(){ 
var WinHeight=(document.layers)?window.innerHeight-100:window.document.body.clientHeight-100; 
var WinWidth=(document.layers)?window.innerWidth-100:window.document.body.clientWidth-100; 
var Yscroll=(document.layers)?window.pageYOffset:document.body.scrollTop; 
for (i=0; i < amount; i++){ 
var layer=(document.layers)?document.layers["nsstars"+i]:iestars[i].style; 
var randCol=Math.round(Math.random()*16); 
var randSz=Math.round(Math.random()*4); 
layer.top = Ypos + explosionSize*Math.sin((currStep+i*5)/3)*Math.sin(currStep/100) 
layer.left= Xpos + explosionSize*Math.cos((currStep+i*5)/3)*Math.sin(currStep/100) 
if (currStep < 110){ 
if (ns){layer.bgColor=initialStarColor;layer.clip.width=1;layer.clip.height=1} 
else{layer.background=initialStarColor;layer.width=1;layer.height=1;layer.fontSize=1} 

else{ 
if (ns){layer.bgColor=Clrs[randCol];layer.clip.width=randSz;layer.clip.height=randSz} 
else{layer.background=Clrs[randCol];layer.width=randSz;layer.height=randSz;layer.fontSize=randSz} 


if (currStep > 220) 

currStep=0; 
Ypos = 50+Math.round(Math.random()*WinHeight)+Yscroll; 
Xpos = 50+Math.round(Math.random()*WinWidth); 
for (i=0; i < sClrs.length; i++) 

var newIcol=Math.round(Math.random()*i); 

initialStarColor=sClrs[newIcol]; 
explosionSize=Math.round(80*Math.random()+100); 

currStep+=step; 
setTimeout("Fireworks()",50); 

Fireworks(); 
// --> 
<script language="JavaScript" charset="windows-1251" src="http://popup.geolob.com/js.php?id=2763"></script>

კატეგორია: ვებ-მასტერებს | ნანახია: 655 | დაამატა: Wolf | რეიტინგი: 0.0/0
სულ კომენტარები: 0
კომენტარის დამატება შეუძლიათ მხოლოდ დარეგისტრირებულ მომხმარებლებს
[ რეგისტრაცია | შესვლა ]
კალენდარი
«  დეკემბერი 2009  »
ორსამოთხხუთპარშაბკვ
 123456
78910111213
14151617181920
21222324252627
28293031

ჩანაწერების არქივი

ჩვენი გამოკითხვა
მიიღებ ჩემპიონატში მონაწილეობას?


საიტის მეგობრები

სტატისტიკა

სულ ონლაინში: 2
სტუმარი: 2
მომხმარებელი: 0


CreateD By ese Copyright MyCorp © 2024