<!--

	function popup_public(url)
	{
		popupWin_public = window.open(url,'uye_popup','toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=0,body topmargin=0,leftmargin=0,resizable=0,width=425,height=250');
	}
	
	popup_public('http://www.harunyahya.org/popup/yaratilis_atlasi.html');


function openwindow_itl(url)
{
win5 = window.open(url,'islam_teroru_lanetler','toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=0,body topmargin=0,leftmargin=0,resizable=0,width=472,height=190');
}



var popurls=new Array()
popurls[0]="http://www.harunyahya.org/banner/popup/yaratilis_muzesi.html"




function openpopup(popurl){
var winpops=window.open(popurl,"","width=472px,height=190px")
}
function get_cookie(Name) {
  var search = Name + "="
  var returnvalue = "";
  if (document.cookie.length > 0) {
    offset = document.cookie.indexOf(search)
    if (offset != -1) { // if cookie exists
      offset += search.length
      // set index of beginning of value
      end = document.cookie.indexOf(";", offset);
      // set index of end of cookie value
      if (end == -1)
         end = document.cookie.length;
      returnvalue=unescape(document.cookie.substring(offset, end))
      }
   }
  return returnvalue;
}
function loadornot(){
if (get_cookie('ITL')==''){
openpopup(popurls[Math.floor(Math.random()*(popurls.length))])
document.cookie="ITL=yes"
}
}
loadornot()

-->
