// JavaScript Document

var mobile = (/iphone|ipad|ipod|android|blackberry|nokia|symbian|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase()));  
if (mobile) {  
	window.location = "http://www.doonbeyt.com/index.php"
}
