/* Nome Cliente 	Nome Cliente */
/* Creato:			00/00/2010 */
/* Autore:			fabio@evoluzionetelematica.it */
/* Ultima Modifica:	gg/mm/aaaa	Autore: Nome Cognome */

//<![CDATA[

			$(document).ready(function(){
			
					
					if ($('#slider').length > 0) {
							$('#slider').nivoSlider();
					}
					
					
					if ($('table.elenco').length > 0) {
									
									
						 $("table.elenco tbody tr:odd").addClass("odd");
						 $("table.elenco tbody tr:even").addClass("even");


		 			}
					
					if ($('.loggedAvatar').length > 0) {
						 $(".registrazione").css("display","none");

		 			}
					
					
					
					
					
					
						if (window.PIE) {
							$('.UserProfileSmallBox').each(function() {
								PIE.attach(this);
							});
							
							
							$('.UserAuthenticatedSmallBox').each(function() {
								PIE.attach(this);
							});
							
							
							$('.newsLetterSmallBox').each(function() {
								PIE.attach(this);
							});
							
							
							
							
						}
				
					
				
			

			
			
			
			//chiusura ready
			});
			


//]]>
