<!-- SiteSearch Google --> <form method="get" action="http://www.google.com/custom" target="_top">
<table border="0" bgcolor="#ffffff"> <tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/"> <img src="http://www.google.com/logos/Logo_25wht.gif" border="0"
alt="Google" align="middle"></img></a> </td> <td nowrap="nowrap"> <input type="hidden"
name="domains" value="http://www.gazetealemi.com"></input> <input type="text" name="q" size="31"
maxlength="255" value=""></input> <input type="submit" name="sa" value="Ara"></input> </td></tr>
<tr> <td> </td> <td nowrap="nowrap"> <table> <tr> <td> <input type="radio" name="sitesearch"
value="" checked="checked"></input> <font size="-1" color="#000000">Web</font> </td> <td> <input
type="radio" name="sitesearch" value="gazetealemi.com"></input> <font size="-1"
color="#000000">gazetealemi.com</font> </td> </tr> </table> <input type="hidden" name="client"
value="pub-7744750646959156"></input> <input type="hidden" name="forid" value="1"></input> <input
type="hidden" name="ie" value="ISO-8859-9"></input> <input type="hidden" name="oe"
value="ISO-8859-9"></input> <input type="hidden" name="cof"
value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000F
F;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1;"></input> <input type="hidden" name="hl"
value="tr"></input> </td></tr></table> </form> <!-- SiteSearch Google -->
<!--- KAYNAK: http
<style>
.drop { position: absolute; width: 3; filter: flipV(), flipH(); font-size: 40; color: blue }
</style>
<script language="javascript">
//Rain/Snow effect- By Craig Blanchette Craiga.topcities.com
snow = false; // false-rain; true-snow
snowsym = " * " //These are the symbols for each
rainsym = " ' " //You can put images here.
howmany = 10 //How many drops/snowflakes?
/**************Do not need to change anything below***********/
if(snow){sym = snowsym; speed=1; angle=10; drops=howmany}
else{sym = rainsym; speed=50; drops=howmany; angle=6}
movex = -speed/angle; movey = speed; count = 0;
function moverain(){
for(move = 0; move < drops; move++){
xx[move]+=movex; yy[move]+=mv[move];
hmm = Math.round(Math.random()*1);
if(xx[move] < 0){xx[move] = maxx+10;}
if(yy[move] > maxy){yy[move] = 10;}
drop[move].left = xx[move]
drop[move].top = yy[move]+document.body.scrollTop;
}setTimeout('moverain()','1')}
</script>
<!---</head> Bitişi --->
<!---<body> Başlangıcı --->
<script language="javascript">
if (document.all){
drop = new Array(); xx = new Array(); yy = new Array(); mv = new Array()
ly = "document.all['"; st = "'].style"
for(make = 0; make < drops; make++){
document.write('<div id="drop'+make+'" class=drop>'+sym+'</div>');
drop[make] = eval(ly+'drop'+make+st);
maxx = document.body.clientWidth-40
maxy = document.body.clientHeight-40
xx[make] = Math.random()*maxx;
yy[make] = -100-Math.random()*maxy;
drop[make].left = xx[make]
drop[make].top = yy[make]
mv[make] = (Math.random()*5)+speed/4;
drop[make].fontSize = (Math.random()*10)+20;
if(snow){col = 'white'}else{col = 'blue'}
drop[make].color = col;
}
window.onload=moverain
}
</script>
<!--- KAYNAK: http://www.gezginler.net --->