function mailTo( user, domain )
{
	window.location="mailto:"+user+"@"+domain+"?subject=[bluejacking.pl] mail ze strony";
}