//some chili and argentina

var sSubject = 'Interesting Web Page';
				var sBody    = escape('Hi,\n\nI found a webpage on the Southern Explorations website called:\n\n'
									+document.title
									+'\n\nI thought you might find this page interesting so I\'ve included the address to the page below. Click on the address to go to the page. If for some reason that doesn\'t work, select the full address, copy it, then paste it into the address field of your web browser and hit \'enter\' or \'return\'. You should be there in seconds!\n\n'
									+location.href
									+'\n\nHappy browsing\!\n\nLet me know what you think\!');
				var sItemURL = "mailto:?subject="+sSubject+"&body="+sBody;
				document.write('<a href="' + sItemURL + '" class="nav-BodyMain04-chile" style="background-position:0px -10px;border-bottom-width:0px;" title="EMAIL THIS PAGE TO A FRIEND">EMAIL THIS PAGE TO A FRIEND</a>');
