var HTTP_HOS = 'http://fege.com.ua'; // src
var HTTP_HOST = HTTP_HOS+'/';

var HTTP_HOS_S = 'http://'+location.host; // href, ajax
var HTTP_HOST_S = HTTP_HOS_S+'/';

var name_HOST = 'fege.com.ua';

jQuery(document).ready(function(){
  jQuery('#jsOFF_header').hide(); //спрятать 
});

function redirectPage(url) { 
	if(url == 0) window.location = location;
	else		 window.location = url;
}

