function m() {
	var address = new Array('mail','to',':','info','@','megadesign','.','cz');
	self.location = address.join('');
}
