// JavaScript Document
var updateHeaderImage = function(section) {
	new Ajax.Updater('the_image', 'ajax_header.php?section='+section);
}