 var urlAddress = "http://www.chiltonprimaryschool.co.uk";
 var pageName = "Chilton Primary School Ramsgate";

 function addToFavorites()
 {
  if (window.external)
  {
   window.external.AddFavorite(urlAddress,pageName)
  }
  else
  { 
   alert("Sorry! Your browser doesn't support this function.");
  }
 }
function email(who)
{
	document.write("<a href='mailto:"+who+"@chilton.kent.sch.uk'>");
	document.write(who);
	document.write("@");
	document.write("chilton.kent");
	document.write(".sch.uk");
	document.write("</a>");
}