
function track (p) {
	var url = 'http://geocoder.planetdiscover.com/map_views/track.gif?&token=MC40NzU4NTg1MDg5NDYwOTMyMDEwLTAzLTE2IDIxOjUyOjIx';
	
	var newImg = document.createElement('img');
	newImg.setAttribute('src', url);

	// Put the new script into the page
	document.body.appendChild(newImg);
}
