function news_all(srv,module_name) 
{
		get_page(srv+'modules/mod_index/mod_index_news_all.php?module_name='+module_name+'', function() { news_all_update(); }); 
}

function news_all_update() 
{ 
	if (xmlhttp.readyState==4) 
	{
		var window1 = document.getElementById("news"); 
			window1.style.display = 'block';
			window1.innerHTML =  xmlhttp.responseText;
	}
}


function news_party(srv,module_name) 
{
		get_page(srv+'modules/mod_index/mod_index_news_party.php?module_name='+module_name+'', function() { news_party_update(); }); 
}

function news_party_update() 
{ 
	if (xmlhttp.readyState==4) 
	{
		var window1 = document.getElementById("news"); 
			window1.style.display = 'block';
			window1.innerHTML =  xmlhttp.responseText;
	}
}


function news_band_update() 
{ 
	if (xmlhttp.readyState==4) 
	{
		var window1 = document.getElementById("news"); 
			window1.style.display = 'block';
			window1.innerHTML =  xmlhttp.responseText;
	}
}


function news_band(srv,module_name) 
{
		get_page(srv+'modules/mod_index/mod_index_news_band.php?module_name='+module_name+'', function() { news_band_update(); }); 
}

function news_band_update() 
{ 
	if (xmlhttp.readyState==4) 
	{
		var window1 = document.getElementById("news"); 
			window1.style.display = 'block';
			window1.innerHTML =  xmlhttp.responseText;
	}
}


function news_band_update() 
{ 
	if (xmlhttp.readyState==4) 
	{
		var window1 = document.getElementById("news"); 
			window1.style.display = 'block';
			window1.innerHTML =  xmlhttp.responseText;
	}
}


function news_technic(srv,module_name) 
{
		get_page(srv+'modules/mod_index/mod_index_news_technic.php?module_name='+module_name+'', function() { news_technic_update(); }); 
}

function news_technic_update() 
{ 
	if (xmlhttp.readyState==4) 
	{
		var window1 = document.getElementById("news"); 
			window1.style.display = 'block';
			window1.innerHTML =  xmlhttp.responseText;
	}
}