if(navigator.userAgent.toLowerCase().indexOf('iphone') > -1)
	{location.href = 'smartindex.php';}
if(screen.availWidth<500)
	{location.href = 'smartindex.php';}
else
	{location.href = 'index.php'}

