function switchAdPriceContent(element) {
	var options = {asynchronous:true,
				   evalScripts:true};
	
	new Ajax.Updater('adprice_content','/ajax/update_adprice_content/'+element,options);
}