function sk(typ){
var a = "mail"
var b = "to:soulk"
var c = "-request"
var dest ="anima.demon"
var sfx =".co.uk";
var subjnews=escape('subscribe')
var subjchat=escape('subscribe')
var img='<img src="joinskn.gif" border="0" width="169" height="24" alt="Join Soulkiss-News">'
if (typ == "chat") {
	img='<img src="joinskc.gif" border="0" width="159" height="24" alt="Join Soulkiss-Chat">'
}
return '<a href="'+a+b+'iss-'+typ+c+'@'+dest+sfx+'?subject='+subjnews+'">'+img+'</a><br>Pressing this buttion will open your email all set to subscribe to soulkiss-'+typ+', just send the email to join.'
}
