// JavaScript Document
function gotoURL(url)
{
   window.location=url;
}

function displayMessage()
{
   alert("This is an example and cannot send an e-mail.");
}


