// JavaScript Document

function sendToFriend() {
	whatString = "mailto:?SUBJECT=Sky Media Website link&BODY=Thought this might be of interest: "+location.href;
	buttonString = "<a href='"+ whatString +"' title='Send this url to a friend'>Send to a friend<img src='/images/envelope.gif' alt=''  border='0'/></a>";
	document.write(buttonString);
}
