function showPages(intP, intPP){
	new Ajax.Updater('listingArea', 'asp/includes/specials.asp?_r='+Math.random(), { method: 'get',  parameters: {page: intP, pp: intPP}});
}
