﻿<!--
var isItAMobile = DetectSmartphone();


if (isItAMobile) 
			{
			 window.location.href='http://lagrandeorangegrocery.com/mobile/index.html'; // redirect to mobile site here
			}
			else
			{
			}
//-->