function setPricePointSearchTabs(subsite,csdName,pricePoint,mlid,swdate,searchSection) {
	
	new Ajax.Updater('theList', '/h/search/AjaxSetPricePoint?subsite=' + subsite + '&csdname=' + csdName + '&mlid=' + mlid + '&swdate=' + swdate + '&pricepoint=' + pricePoint + '&searchSection=' + searchSection, {
		
		onComplete:function(){ 
			sIFR_Replace();
		}
			
	});
}

function sortList(subsite,csdName,sortItem,mlid,swdate,sortByLinkID,pricePoint,searchSection) {
	
	new Ajax.Updater('theList', '/h/search/AjaxSortByList?subsite=' + subsite + '&csdname=' + csdName + '&mlid=' + mlid + '&swdate=' + swdate + '&pricepoint=' + pricePoint + '&sortby=' + sortItem + '&searchSection=' + searchSection, {
		
		onComplete:function(){ 
			sIFR_Replace();
		}
			
	});
}

function setPage(subsite,csdName,pagePosition,mlid,swdate,pageLinkID,numOfPages,sortItem,pricePoint,searchSection) {
		
	new Ajax.Updater('theList', '/h/search/AjaxSetPage?subsite=' + subsite + '&csdname=' + csdName + '&mlid=' + mlid + '&swdate=' + swdate + '&sortby=' + sortItem + '&pricepoint=' + pricePoint + '&position=' + pagePosition + '&searchSection=' + searchSection, {
		
		onComplete:function(){ 
			sIFR_Replace();
		}
			
	});
}

function setThirdPartyOffers(subsite,csdName,thirdpartyoffers,mlid,swdate,searchSection) {
	
	new Ajax.Updater('theList', '/h/search/AjaxThirdPartyOffers?subsite=' + subsite + '&csdname=' + csdName + '&mlid=' + mlid + '&swdate=' + swdate + '&thirdpartyoffers=' + 1, {
		
		onComplete:function(){ 
			sIFR_Replace();
		}
			
	});
}
