<!-- 
var agent = navigator.userAgent.toLowerCase();
var iphone = ((agent.indexOf('iphone'))!=-1);
if (iphone) { 
window.location = "http://m.dapyapi.com.tr";
}
//-->
