
	var subject_str = 'A Funny Story from theLEEK.net';
	var body_str = document.title + ': \n\r' + location.href;
	var image = '<img border=\"0\" src=\"../../images/buttons/email_button.gif\" width=\"122\" height=\"25\">';
	var str = '<a href=\'mailto:?subject=' + subject_str + '&body=' + body_str +'\'>' + image + '</a>';
	document.write(str);
	
