function flashMessage (args) {

	switch (args) {

		case  "AD_HOME":
			window.open("home.html","_self","");
			break;
		
		case  "AD_DONNE_LEGGENDARIE":
			window.open("donneleggendarie.html","_self","");
			break;
		
		case  "AD_VISTE_DA_VICINO":
			window.open("vistedavicino.html","_self","");
			break;

		case  "AD_PERCORSI_AL_FEMMINILE":
			window.open("percorsi.html","_self","");
			break;
					
		case  "AD_TU_COSA_NE_PENSI":
			window.open("sondaggio.html","_self","");
			break;
		
		case  "AD_SCELTI_PER_TE_SOMMARIO":
			window.open("sceltiperte_home.html","_self","");
			break;
		
		case  "AD_SCELTI_PER_TE_APPROFONDIMENTI":
			window.open("sceltiperte_interna.html","_self","");
			break;
	
	}
}