
//carico la lista delle promozioni!
window.onload=function(){
		var ajax=new Ajax();
		//serverPath="http://localhost/e-promotion/";
		serverPath="http://www.organizziamo.it/eprom/";
		
		ajax.makeRequest('GET', serverPath + 'promoWeb.asp', onJSONResponse, 'offerte');	
}

