//
// Exit consoles for index.html
//

var exit=true;

function halyava() {
	window.open("http://top-halyava.ru/index.php?id=753")
}

function hitboss() {
	window.open("http://www.hitboss.com/cgi/7?Software=20264",'SXexit','width=500,height=300,toolbar=1,location=1,status=1,menubar=1,scrollbars=1,resizable=1')
}

function freeware() {
	window.open("http://freeware.top100.org/entry.html?l=25429&s=251336", 'freeware', 'resizable=1,scrollbars=1,location=1')
}


function indexOut() {

// Russian?
var rus = false;
if (navigator.appName == 'Netscape')
	lang = navigator.language;
else
	lang = navigator.browserLanguage;
// if (lang=='ru' || lang=='ua') rus=true;
if (lang.indexOf('ru') != -1) rus=true;

var from_url = document.referrer;

if (from_url.indexOf('hitboss') != -1) {	// HitBoss?
	rus ? halyava() : freeware()
}
else {
	if (from_url.indexOf('top-halyava') != -1) {	// Halyava?
		hitboss()
	}
	else {
		rus ? halyava() : hitboss()
	}
}
}

function k3() {
	if (exit) {
		indexOut()
	}
}

