// JavaScript Document

function swapContent(theContainer,theURL) {
	this.container = theContainer;
	this.url = theURL;
	
	var displayedContent = new Ajax.Updater(container, url);

}

