// JavaScript Document
if (screen.width <= 699) 
	{
		window.location = 'http://m.textango.mobi/ocsportsgrill'
	}
else 
	{
	 	window.location = 'http://www.ocsportsgrill.com/home.php'
	}
