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

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