
   //if (window.top != window.self) { window.top.location='http://pasikark.xz.lt' }

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
var pageTracker = _gat._getTracker("UA-8307277-1");
pageTracker._trackPageview();
} catch(err) {}
  function rodyk(id){
	if (document.getElementById){
		obj = document.getElementById(id);
		if (obj.style.display == "none"){
			obj.style.display = ""; 
			createCookie(id,0,365);
		} else {
			obj.style.display = "none"; 
			createCookie(id,1,365);
		}
	}
} 
function createCookie(name,value,days) {
  if (days) {
    var date = new Date();
    date.setTime(date.getTime()+(days*24*60*60*1000));
    var expires = "; expires="+date.toGMTString();
  }
  else expires = "";
  document.cookie = name+"="+value+expires+"; path=/";
}
