var BrowserDetect = {
	isSafari : function () {
		return (navigator.userAgent.indexOf('AppleWebKit/') > -1);
	}
}