// JavaScript Document

function mailpage(){

	mail_str = "mailto:?subject= Utilico Emerging Markets Limited website ";
	mail_str += "&body=The sender of this email thought you may find the following page(s) of interest. \n";
	mail_str += "You can view it at " + location.href; 
	location.href = mail_str;

}

