<!--
	function popup_public(url)
	{
		popupWin = window.open(url,'news','toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=0,body topmargin=0,leftmargin=0,resizable=0,width=420,height=240');
	}
	
	function popup_public2(url)
	{
		popupWin = window.open(url,'Atlas_Of_Creation','toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=0,body topmargin=0,leftmargin=0,resizable=0,width=425,height=250');
	}
	
	popup_public2('http://www.harunyahya.com/popup/Atlas_Of_Creation.html');

function openwindow_cnn(url)
{
win5 = window.open(url,'cnn_popu','toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=0,body topmargin=0,leftmargin=0,resizable=0,width=402,height=416');
}

//openwindow_cnn('http://www.harunyahya.com/cnn_poll.htm');


var popurls=new Array()
popurls[0]="http://www.harunyahya.com/popup/popup.htm"


function openpopup(popurl){
var winpops=window.open(popurl,"","width=420,height=240")
}

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('HY')==''){
openpopup(popurls[Math.floor(Math.random()*(popurls.length))])
document.cookie="HY=yes"
}
}

loadornot()


-->
