<!--
function mailpage()
{
mail_str = "mailto:?subject=Recommend";
mail_str += "&body=I thought you might be interested in a venue I found online - The Pavilion Conference Centre. Check it out at: http://www.thepavilion.co.za/";
location.href = mail_str;
}
//-->