﻿//
// Bu betik 18 Ocak 2012 Internet SansÃ¼rÃ¼ne KarÅŸÄ± KÃ¼resel Eylem GÃ¼nÃ¼ iÃ§in
// Alternatif BiliÅŸim DerneÄŸi tarafÄ±ndan hazÄ±rlanmÄ±ÅŸtÄ±r. 
// GNU GPL LisanslÄ±dÄ±r. http://www.gnu.org/copyleft/gpl.html
// alternatifbilisim.org bilgi@alternatifbilisim.org
// 
//


function getCookie(c_name)
{
var i,x,y,ARRcookies=document.cookie.split(";");
for (i=0;i<ARRcookies.length;i++)
  {
  x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("="));
  y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1);
  x=x.replace(/^\s+|\s+$/g,"");
  if (x==c_name)
    {
    return unescape(y);
    }
  }
}

function setCookie(c_name,value,exdays)
{
var exdate=new Date();
exdate.setMinutes(exdate.getMinutes() + exdays);
var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
document.cookie=c_name + "=" + c_value;
}

var css='\n#sansur{z-index: 10000;filter: alpha(opacity=95);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);-moz-opacity: .95;-khtml-opacity: 0.95;opacity: 0.95;background-color:#000; color:#FFF;position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;}\n#sansur a, a:hover, a:active{color:#FFF;}';

function sansur() {
	var h=document.getElementsByTagName('head')[0];
	var ns=document.createElement('style');
		ns.type="text/css";
		h.appendChild(ns);
		try{
			ns.styleSheet.cssText=css;
		}catch(e){
			try{
				ns.appendChild(document.createTextNode(css));
				ns.innerHTML=css;
			}catch(e){return false;}
		}
	var b = document.getElementsByTagName('body') [0];
	var d = document.createElement('div');
	d.id = "sansur";
	d.innerHTML = '<div style="width:100%; height:100%;"><p><br /><br /><br /><a target="_blank" href="http://www.internettutulmasi.com"><img border="0" src="http://www.internettutulmasi.com/internet-tutulmasi.jpg" width="201" height="194"></a> <br /><br /><br /></p><p><a target="_blank" href="http://www.internettutulmasi.com">Destek Ver</a> .:||:. <a href="javascript:void(0);" onclick="document.getElementById(\'sansur\').style.display = \'none\';">Pencereyi Kapat</a></p></div>';
	b.appendChild(d);
}

var a=getCookie("onsekizocak");
if (a!=null && a!="")
  {

  }
else
  {
    window.onload = sansur;
    setCookie("onsekizocak",1,3);
  }


