var httpHost = "www.apontador.com.br"; doLog = function(startAddress, startCity, startState, startLatitude, startLongitude, endAddress, endCity, endState, endLatitude, endLongitude, distance, endPointId){ //alert(startAddress + ";" + startCity + ";" + startState + ";" + startLatitude + ";" + startLongitude + ";" + endAddress + ";" + endCity + ";" + endState + ";" + endLatitude + ";" + endLongitude + ";" + distance + ";" + endPointId); var logStr = startAddress + ";" + startCity + ";" + startState + ";" + startLatitude + ";" + startLongitude + ";" + endAddress + ";" + endCity + ";" + endState + ";" + endLatitude + ";" + endLongitude + ";" + distance + ";" + endPointId; var script = document.createElement("script"); script.type = "text/javascript"; script.src = "http://"+ httpHost +"/lopes/map/log/addressLog.php?logStr=" + logStr; script.id = "logScript"; document.body.appendChild(script); }