function e_friend()
			{
			var e_add= prompt('Enter your friend\'s email address:',' ');
			if ((subj==" ") || (subj==null))
 			subj="Introducing you to Peekaboo Kids Boutique in Whitstable, Kent...";
			window.location="mailto:"+e_add+"?subject="+subj;
			}