function specials(page){
	new Ajax.Updater('bannerText', '/specials', {
		parameters: 'pageNum=' + page});
}

