

	if( navigator.userAgent.match(/Android/i)||
		 navigator.userAgent.match(/webOS/i)||
		 navigator.userAgent.match(/iPhone/i)||
		 navigator.userAgent.match(/iPod/i)||
		 navigator.userAgent.match(/blackberry/i)
		 ){
		
		//document.write(navigator.userAgent);
		window.location.href = "http://kawarthamobile.com/m/pane-vino/";
	}

