// <![CDATA[
	if ((navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('iPod') != -1) || (navigator.userAgent.indexOf('iPad') != -1)) {
		document.location = "http://www.cioccolateriadelice.it/mobile";
	} // ]]>

	if ( (navigator.userAgent.indexOf('Android') != -1)) {
		document.location = "http://www.cioccolateriadelice.it/mobile";
	}

	if ((navigator.userAgent.indexOf('BlackBerry') != -1)  ) {
		document.location = "http://www.cioccolateriadelice.it/mobile";
	}

