Jennifer Hamilton-Emery | Re:New Hypnosis
Re:New Hypnosis | Jen Hamilton-Emery CBT Hypnotherapist

Cognitive Behavioural Hypnotherapy

Helping you to be your best self

About Me

My name is Jen Hamilton-Emery and I’m a Cognitive Behavioural Hypnotherapist based in North Norfolk. I work with clients both in-person and by video call across the UK.I qualified with a Higher Diploma in Cognitive Behavioural Hypnotherapist after training with the UK College of Hypnosis and Hypnotherapy, which is the leading provider of evidence-based training of CBT-Hypnotherapy in the UK and the only one that is approved by the British Psychological Society. I am a Registered Practitioner with the General Hypnotherapy Register.My approach focuses on practical, evidence-informed techniques, blending CBT hypnotherapy, Acceptance and Commitment Therapy and applied relaxation. The aim isn’t just to help you feel better in the room; it’s to give you skills you can keep using long after our sessions end, so you become your own therapist for whatever comes next.I hold clinics in Cromer and Aylsham in North Norfolk. I offer the same sessions by video call, so you can work with me from the comfort of your home, anywhere in the UK. I offer a completely safe, non-judgemental and confidential service. Do feel free to book a free, fifteen-minute consultation if there’s anything you feel I could help you with. I look forward to hearing from you.


HOW CAN I HELP YOU?

I am able to help you with a range of issues that can stop you from living your best life, including:

Anxiety and confidence: Social anxiety, fear of failure, job interviews, driving tests – I can help you feel calm and confident in the situations that knock you off balance.

Weight and eating: I can help you meet your weight management goals, focusing on habits and mindset rather than quick fixes.

Fears and phobias: Flying, dental anxiety, spiders, dogs and other specific fears. Learn how to overcome them and stop having them dictate your choices.

Insomnia and stress-related sleep problems: Learn how to overcome insomnia by using a variety of techniques for easier, more regular sleep.


Praise for Re:New Hypnosis

I have helped many other people and would love to help you. Here’s what some of my clients have said:

Confidence

“Jennifer is amazing. She changed my views on hypnotherapy. Working together, we focused on increasing my personal peace, mental strength and confidence. I've come away from our sessions a new man, helping not only myself but my family as well.”Client testimonial


Anxiety and self-esteem

“I visited Jennifer seeking help for my anxiety and low self-esteem. Over the course of sessions that she organised for me, I learnt to understand myself more, to relax more and to enjoy my life more. Highly recommended.”Client testimonial


Expectations met

“The sessions we had together were really helpful, and fulfilled all my expectations and beyond.”Client testimonial


Worries

“I stumbled across Jenny, went along with a face that said I don’t rate this but let’s see!! I told her all my strange worries. Several weeks on I am dealing with them in a positive effective way that I never thought possible.”Client testimonial


Insomnia, for twenty years

“I’m so happy Jen and I found each other. I had run out of hope of ever finding a remedy for my insomnia that I'd been struggling with for over twenty years. Jen’s calm, soothing and rational approach to her techniques made me feel totally in control at all times and cared for. What a wonderful practitioner.”Client testimonial


Sleep and smoking

“Jen has been a God-send. Within a few sessions she taught me so much, and my insomnia is now a thing of the past, as I am now having a more restful sleep. I feel less anxious and have massively cut down on my smoking. Thank you Jen, you’ve also saved me a small fortune! I would highly recommend using Jen, anyone debating hypnotherapy, don’t, just go for it!’Client testimonial


Breathing & focus

“Jen has a very calming and relaxed nature, which made me feel happy and comfortable. She was very knowledgeable and passionate about hypnosis and its benefits. I found the breathing techniques Jen taught me very helpful and they have significantly helped with my sleeping. I use rapid self-hypnosis at work – wow! So good for helping me feel calm and focussed.”Client testimonial


Weight loss

“I didn’t believe hypnosis would work, but with the knowledge it had worked for friends, I gave it a try. WOW! I felt fully in control at all times, even when under hypnosis and my weight loss journey has moved up a gear thanks to Jen.”Client testimonial


Frequently Asked Questions

Most people I work with have never been hypnotised before. I hope the following answers some of your questions, but do feel free to contact me if there is anything else you would like to ask.

Q. Is hypnosis safe?
Yes, completely. Hypnosis is a talking-based, evidence-informed approach – you’re aware of everything that is happening and in complete control throughout, not ‘under’ or in a trance.

Q. How many sessions will I need?
Most problems can be resolved with between three and six sessions. Therapy is tailored around your specific needs, so it is hard to be precise as everyone is different, and goals can change as therapy progresses.

Q. Can anyone be hypnotised?
Yes, absolutely anyone! Being hypnotised is as easy as daydreaming or becoming engrossed in a film. With practise it becomes easier, and the aim is that you will be able to self-hypnotise as and when you need to.

Q. Can we work together if I’m not in Norfolk?
Yes! Video sessions work just as well as in-person ones, and mean you can work with me from the comfort of your home, anywhere in the UK.

Q. What happens in the initial free chat?
This is a short, informal call to talk through your problem, answer your questions, and see whether we’re a good fit. There is no obligation to book anything afterwards.

Q. How much does it cost?
In-person sessions are £70; video sessions are £65. Each session lasts an hour, and discounts are available for block bookings.


Get in touch

Book a consultation

Book now for a free, no-obligation, confidential consultation, or fill-in the contact form below if you have any questions.


Have a question?


Subscribe to my newsletter

Subscribe

* indicates required

Intuit Mailchimp

(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';fnames[5]='BIRTHDAY';ftypes[5]='birthday';}(jQuery));var $mcj = jQuery.noConflict(true); // SMS Phone Multi-Country Functionality if(!window.MC) { window.MC = {}; } window.MC.smsPhoneData = { defaultCountryCode: 'GB', programs: [], smsProgramDataCountryNames: [] }; function getCountryUnicodeFlag(countryCode) { return countryCode.toUpperCase().replace(/./g, (char) => String.fromCodePoint(char.charCodeAt(0) + 127397)) }; // HTML sanitization function to prevent XSS function sanitizeHtml(str) { if (typeof str !== 'string') return ''; return str .replace(/&/g, '&') .replace(//g, '>') .replace(/"/g, '"') .replace(/'/g, ''') .replace(/\//g, '/'); } // URL sanitization function to prevent javascript: and data: URLs function sanitizeUrl(url) { if (typeof url !== 'string') return ''; const trimmedUrl = url.trim().toLowerCase(); if (trimmedUrl.startsWith('javascript:') || trimmedUrl.startsWith('data:') || trimmedUrl.startsWith('vbscript:')) { return '#'; } return url; } const getBrowserLanguage = () => { if (!window?.navigator?.language?.split('-')[1]) { return window?.navigator?.language?.toUpperCase(); } return window?.navigator?.language?.split('-')[1]; }; function getDefaultCountryProgram(defaultCountryCode, smsProgramData) { if (!smsProgramData || smsProgramData.length === 0) { return null; } const browserLanguage = getBrowserLanguage(); if (browserLanguage) { const foundProgram = smsProgramData.find( (program) => program?.countryCode === browserLanguage, ); if (foundProgram) { return foundProgram; } } if (defaultCountryCode) { const foundProgram = smsProgramData.find( (program) => program?.countryCode === defaultCountryCode, ); if (foundProgram) { return foundProgram; } } return smsProgramData[0]; } function updateSmsLegalText(countryCode, fieldName) { if (!countryCode || !fieldName) { return; } const programs = window?.MC?.smsPhoneData?.programs; if (!programs || !Array.isArray(programs)) { return; } const program = programs.find(program => program?.countryCode === countryCode); if (!program || !program.requiredTemplate) { return; } var smsConsentHtmlRenderingFixEnabled = true; const legalTextElement = document.querySelector('#legal-text-' + fieldName); if (!legalTextElement) { return; } const divRegex = new RegExp(']*>', 'gi'); const blockWrapperRegex = new RegExp(']*>', 'gi'); const fullAnchorRegex = new RegExp('', 'g'); const anchorRegex = new RegExp('(.*?)'); const template = smsConsentHtmlRenderingFixEnabled ? program.requiredTemplate .replace(/<\/p>\s*]*>/gi, ' ') .replace(blockWrapperRegex, '') : program.requiredTemplate.replace(divRegex, ''); legalTextElement.textContent = ''; const parts = template.split(/(.*?<\/a>)/g); parts.forEach(function(part) { if (!part) { return; } const anchorMatch = part.match(/(.*?)<\/a>/); if (anchorMatch) { const linkElement = document.createElement('a'); linkElement.href = sanitizeUrl(anchorMatch[1]); linkElement.target = sanitizeHtml(anchorMatch[2]); linkElement.textContent = sanitizeHtml(anchorMatch[3]); legalTextElement.appendChild(linkElement); } else { legalTextElement.appendChild(document.createTextNode(part)); } }); } function generateDropdownOptions(smsProgramData) { if (!smsProgramData || smsProgramData.length === 0) { return ''; } var programs = false ? smsProgramData.filter(function(p, i, arr) { return arr.findIndex(function(q) { return q.countryCode === p.countryCode; }) === i; }) : smsProgramData; return programs.map(program => { const flag = getCountryUnicodeFlag(program.countryCode); const countryName = getCountryName(program.countryCode); const callingCode = program.countryCallingCode || ''; // Sanitize all values to prevent XSS const sanitizedCountryCode = sanitizeHtml(program.countryCode || ''); const sanitizedCountryName = sanitizeHtml(countryName || ''); const sanitizedCallingCode = sanitizeHtml(callingCode || ''); return ''; }).join(''); } function getCountryName(countryCode) { if (window.MC?.smsPhoneData?.smsProgramDataCountryNames && Array.isArray(window.MC.smsPhoneData.smsProgramDataCountryNames)) { for (let i = 0; i < window.MC.smsPhoneData.smsProgramDataCountryNames.length; i++) { if (window.MC.smsPhoneData.smsProgramDataCountryNames[i].code === countryCode) { return window.MC.smsPhoneData.smsProgramDataCountryNames[i].name; } } } return countryCode; } function getDefaultPlaceholder(countryCode) { if (!countryCode || typeof countryCode !== 'string') { return '+1 000 000 0000'; // Default US placeholder } var mockPlaceholders = [ { countryCode: 'US', placeholder: '+1 000 000 0000', helpText: 'Include the US country code +1 before the phone number', }, { countryCode: 'GB', placeholder: '+44 0000 000000', helpText: 'Include the GB country code +44 before the phone number', }, { countryCode: 'CA', placeholder: '+1 000 000 0000', helpText: 'Include the CA country code +1 before the phone number', }, { countryCode: 'AU', placeholder: '+61 000 000 000', helpText: 'Include the AU country code +61 before the phone number', }, { countryCode: 'DE', placeholder: '+49 000 0000000', helpText: 'Fügen Sie vor der Telefonnummer die DE-Ländervorwahl +49 ein', }, { countryCode: 'FR', placeholder: '+33 0 00 00 00 00', helpText: 'Incluez le code pays FR +33 avant le numéro de téléphone', }, { countryCode: 'ES', placeholder: '+34 000 000 000', helpText: 'Incluya el código de país ES +34 antes del número de teléfono', }, { countryCode: 'NL', placeholder: '+31 0 00000000', helpText: 'Voeg de NL-landcode +31 toe vóór het telefoonnummer', }, { countryCode: 'BE', placeholder: '+32 000 00 00 00', helpText: 'Incluez le code pays BE +32 avant le numéro de téléphone', }, { countryCode: 'CH', placeholder: '+41 00 000 00 00', helpText: 'Fügen Sie vor der Telefonnummer die CH-Ländervorwahl +41 ein', }, { countryCode: 'AT', placeholder: '+43 000 000 0000', helpText: 'Fügen Sie vor der Telefonnummer die AT-Ländervorwahl +43 ein', }, { countryCode: 'IE', placeholder: '+353 00 000 0000', helpText: 'Include the IE country code +353 before the phone number', }, { countryCode: 'IT', placeholder: '+39 000 000 0000', helpText: 'Includere il prefisso internazionale IT +39 prima del numero di telefono', }, { countryCode: 'NO', placeholder: '+47 000 00 000', helpText: 'Inkluder NO landskode +47 før telefonnummeret', }, { countryCode: 'SE', placeholder: '+46 00 000 00 00', helpText: 'Inkludera SE landskod +46 före telefonnumret', }, { countryCode: 'DK', placeholder: '+45 00 00 00 00', helpText: 'Inkluder DK landekode +45 før telefonnummeret', }, { countryCode: 'FI', placeholder: '+358 00 000 0000', helpText: 'Sisällytä FI-maakoodi +358 ennen puhelinnumeroa', }, { countryCode: 'EE', placeholder: '+372 0000 0000', helpText: 'Lisage EE riigikood +372 telefoninumbri ette', }, { countryCode: 'PL', placeholder: '+48 000 000 000', helpText: 'Podaj numer kierunkowy PL +48 przed numerem telefonu', }, { countryCode: 'SK', placeholder: '+421 000 000 000', helpText: 'Pred telefónne číslo uveďte kód krajiny SK +421', }, { countryCode: 'LV', placeholder: '+371 0000 0000', helpText: 'Iekļaujiet LV valsts kodu +371 pirms tālruņa numura', }, { countryCode: 'LT', placeholder: '+370 0000 0000', helpText: 'Įtraukite LT šalies kodą +370 prieš telefono numerį', }, { countryCode: 'GR', placeholder: '+30 000 000 0000', helpText: 'Συμπεριλάβετε τον κωδικό χώρας GR +30 πριν από τον αριθμό τηλεφώνου', }, { countryCode: 'PT', placeholder: '+351 000 000 000', helpText: 'Inclua o código de país PT +351 antes do número de telefone', }, { countryCode: 'HR', placeholder: '+385 00 000 0000', helpText: 'Uključite HR pozivni broj države +385 prije telefonskog broja', }, { countryCode: 'SI', placeholder: '+386 00 000 000', helpText: 'Vključite SI kodo države +386 pred telefonsko številko', }, { countryCode: 'IS', placeholder: '+354 000 0000', helpText: 'Láttu IS landsnúmer +354 fylgja á undan símanúmerinu', }, { countryCode: 'LU', placeholder: '+352 000 000 000', helpText: 'Incluez le code pays LU +352 avant le numéro de téléphone', }, { countryCode: 'MC', placeholder: '+377 00 00 00 00', helpText: 'Incluez le code pays MC +377 avant le numéro de téléphone', }, { countryCode: 'AD', placeholder: '+376 000 000', helpText: 'Incloeu el codi de país AD +376 abans del número de telèfon', }, { countryCode: 'JE', placeholder: '+44 0000 000000', helpText: 'Include the JE country code +44 before the phone number', }, { countryCode: 'IM', placeholder: '+44 0000 000000', helpText: 'Include the IM country code +44 before the phone number', }, { countryCode: 'GG', placeholder: '+44 0000 000000', helpText: 'Include the GG country code +44 before the phone number', }, { countryCode: 'AL', placeholder: '+355 00 000 0000', helpText: 'Përfshini kodin e vendit AL +355 para numrit të telefonit', }, { countryCode: 'SM', placeholder: '+378 0000 000000', helpText: 'Includere il prefisso internazionale SM +378 prima del numero di telefono', }, { countryCode: 'FO', placeholder: '+298 000000', helpText: 'Inkluder FO landekode +298 før telefonnummeret', }, { countryCode: 'MT', placeholder: '+356 0000 0000', helpText: 'Include the MT country code +356 before the phone number', }, { countryCode: 'LI', placeholder: '+423 000 0000', helpText: 'Fügen Sie vor der Telefonnummer die LI-Ländervorwahl +423 ein', }, { countryCode: 'GI', placeholder: '+350 000 00000', helpText: 'Include the GI country code +350 before the phone number', }, { countryCode: 'MD', placeholder: '+373 00 000 000', helpText: 'Includeți codul de țară MD +373 înaintea numărului de telefon', }, { countryCode: 'HU', placeholder: '+36 00 000 0000', helpText: 'A telefonszám előtt adja meg a HU országkódot +36', }, { countryCode: 'NZ', placeholder: '+64 00 000 0000', helpText: 'Include the NZ country code +64 before the phone number', }, { countryCode: 'ME', placeholder: '+382 00 000 000', helpText: 'Uključite ME pozivni broj države +382 prije telefonskog broja', }, ]; const selectedPlaceho

Re:New Hypnosis
12 Norwich Road, Cromer, Norfolk NR27 0AX
Telephone: +44 (0)7545 123715
Email:
[email protected]