function mailpage()
{

javascript:location.href='mailto:?SUBJECT=Website that you should look at Topco Media'+'&BODY=Hi, I thought this website might interest you. '+escape
(location.href)

}

function subscribe()
{
  subscribestring = "mailto:marketing@topco.co.za?subject=I would like to subscribe to the Topco Media mailing list.";
  location.href = subscribestring;
}

function emailus(ToThisAddress)
{
  if (ToThisAddress == undefined) {
	  ToThisAddress = "marketing@topco.co.za";
  }
  theTitle = document.getElementById("EventName").innerHTML;
  mail_str = "mailto:" + ToThisAddress + "?subject= Please send me information on registering for: " + theTitle;
  mail_str += "&body=Hi, I would like more information on registering for " + theTitle + ".";
  location.href = mail_str;
}

function register() {
  registerstring = "mailto:marketing@topco.co.za?subject=I would like to register for a Topco Media event.";
  location.href = registerstring;
}

function sponsor() {
  sponsorstring = "mailto:marketing@topco.co.za?subject=I would like to find out about sponsoring a Topco Media event.";
  location.href = sponsorstring;
}