$j(document).ready(function(){
	var agt = navigator.userAgent.toLowerCase();
		if (agt.indexOf("safari") != -1) {
		}
}); 