// JavaScript Document
function SetNews(x) {
	var iframe = document.getElementById('newsframe');
	iframe.src = 'news.php?source=' + x
}
