<!--
function mailpage()
{
mail_str = "mailto:?subject=Adavale Resources";
mail_str += "&amp;body=I thought that you may be interested in this website of a mining company called Adavale Resources.";
mail_str += "Have a look at this comapny at: http://www.adavale.com.au";
location.href = mail_str;
}

// JavaScript Document
