function showPromotion(country){
	new Ajax.Updater('promotion','promotion.jsp?country='+country);
}