// BISMILLAHIRRAHMANIRRAHIM
function flash (id, s) {
	if (create_XML_HTTP_Object()) xmlRequest(flash_set, "/includes/ajax/flash_news.php", "POST", "id=" + id + "&s=" + s);
	else { return; }
}

function flash_set () {
	var response = xmlHttp.responseText.split("\n");
	document.getElementById("flash_button_" + response[1]).innerHTML = response[0];
}
