<script type="text/javascript">
////////////////////////////////////////////////////////////////
// http://siteneeklekodlari.blogspot.com //
////////////////////////////////////////////////////////////////

var KODDOSTU_Picture = "http://www.peters1.dk/billeder/snowflakes/snow6.gif"
var KODDOSTU_no = 15;

var KODDOSTU_browser_IE_NS = (document.body.clientHeight) ? 1 : 0;
var KODDOSTU_browser_MOZ = (self.innerWidth) ? 1 : 0;
var KODDOSTU_browser_IE7 = (document.documentElement.clientHeight) ? 1 : 0;

var KODDOSTU_Time;
var KODDOSTU_dx, KODDOSTU_xp, KODDOSTU_yp;
var KODDOSTU_am, KODDOSTU_stx, KODDOSTU_sty; 
var i, KODDOSTU_Browser_Width, KODDOSTU_Browser_Height;

if (KODDOSTU_browser_IE_NS)
{
	KODDOSTU_Browser_Width = document.body.clientWidth;
	KODDOSTU_Browser_Height = document.body.clientHeight;
}
else if (KODDOSTU_browser_MOZ)
{
	KODDOSTU_Browser_Width = self.innerWidth - 20;
	KODDOSTU_Browser_Height = self.innerHeight;
}
else if (KODDOSTU_browser_IE7)
{
	KODDOSTU_Browser_Width = document.documentElement.clientWidth;
	KODDOSTU_Browser_Height = document.documentElement.clientHeight;
}

KODDOSTU_dx = new Array();
KODDOSTU_xp = new Array();
KODDOSTU_yp = new Array();
KODDOSTU_am = new Array();
KODDOSTU_stx = new Array();
KODDOSTU_sty = new Array();

for (i = 0; i < KODDOSTU_no; ++ i) 
{ 
	KODDOSTU_dx[i] = 0; 
	KODDOSTU_xp[i] = Math.random()*(KODDOSTU_Browser_Width-50);
	KODDOSTU_yp[i] = Math.random()*KODDOSTU_Browser_Height;
	KODDOSTU_am[i] = Math.random()*20; 
	KODDOSTU_stx[i] = 0.02 + Math.random()/10;
	KODDOSTU_sty[i] = 0.7 + Math.random();
	if (i == 0) document.write("<\div id=\"KODDOSTU_flake"+ i +"\" style=\"position: absolute; z-index: "+ i +"; visibility: visible; top: 15px; left: 15px;\"><a class=\"kartanesi\" href=\"http://www.peters1.dk\" target=\"_blank\"><\img class=\"kartanesi\" src=\""+KODDOSTU_Picture+"\" border=\"0\"></a><\/div>");
	else document.write("<\div id=\"KODDOSTU_flake"+ i +"\" style=\"position: absolute; z-index: "+ i +"; visibility: visible; top: 15px; left: 15px;\"><\img class=\"kartanesi\" src=\""+KODDOSTU_Picture+"\" border=\"0\"><\/div>");
}

function KODDOSTU_Weather() 
{ 

for (i = 0; i < KODDOSTU_no; ++ i) 
{ 
	KODDOSTU_yp[i] += KODDOSTU_sty[i];

	if (KODDOSTU_yp[i] > KODDOSTU_Browser_Height-50) 
	{
		KODDOSTU_xp[i] = Math.random()*(KODDOSTU_Browser_Width-KODDOSTU_am[i]-30);
		KODDOSTU_yp[i] = 0;
		KODDOSTU_stx[i] = 0.02 + Math.random()/10;
		KODDOSTU_sty[i] = 1.4 + Math.random();
	}

	KODDOSTU_dx[i] += KODDOSTU_stx[i];

	document.getElementById("KODDOSTU_flake"+i).style.top=KODDOSTU_yp[i]+"px";
	document.getElementById("KODDOSTU_flake"+i).style.left=KODDOSTU_xp[i] + KODDOSTU_am[i]*Math.sin(KODDOSTU_dx[i])+"px";
}

KODDOSTU_Time = setTimeout("KODDOSTU_Weather()", 10);

}

KODDOSTU_Weather(); 
</script><!DOCTYPE HTML><style type="text/css">div.ytyt-position{background-image:url(http://3.bp.blogspot.com/-M6K-lmj3B68/TuX8gk9F5pI/AAAAAAAADDw/J6k0XMAo8t0/s1600/19.png);background-repeat:repeat-x;width:100%;height:54px;position:fixed;text-align:center;z-index:1000;margin:0px;padding:0px;}div.ytyt-s-e{bottom:0px;left:0px;}</style><style type="text/css">div.ytyt-position{_position:absolute;}div.ytyt-s-e{_bottom:auto;_top:expression(ie6=(document.documentElement.scrollTop+document.documentElement.clientHeight - 52+"px") );} .kartanesi{margin:0px !important;padding:0px !important;border:none !important;background-color:transparent !important;}</style><div class="ytyt-position ytyt-s-e"><a target="_blank" href="http://siteneeklekodlari.blogspot.com/2011/12/sitene-kar-yagsn-benzerlerinden-farkli.html" style="text-decoration:underline;font-size:11px;float:right;line-height:16px;margin:0px;padding:0px;background-color:transparent;margin-top:38px;color:#8f8f8f !important;font-weight:bold;">Sitene Kar Efekti Ekle</a></div>
gerekli düzenlemeleri yaparsanız daha güzel olur