// JavaScript Document
function GetRSSNews()
{
	xmlhttp = createAJAX();
	requestFile = "comnicate-news-rss.php";
	SetPageControl();
	runAJAX();
	return false;
}
function SetPageControl()
{
	setVar("chkMode", "Show_News_RSS");
}
function customfun(responsetext)
{
	ShowMessage=responsetext.split("~");
	document.getElementById('Show_News_RSS_Id').innerHTML=ShowMessage[1];	
}