function loadContent(objName, file) {
	new Ajax.Updater('content',file, {
		asynchronous: true,
		onComplete: function() {
			// ?!?
		}
	});
	// en natuurlijk de tracker
	pageTracker._trackPageview(file);
}
