ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>completemind.com</title> <style type="text/css"> @import url('ui/styles/common.css'); </style> <script type="text/javascript"> window.onload = function() { var classNames = ['b','a','d','e','f','g']; var className = classNames[Math.floor(Math.random()*classNames.length)] document.body.className = className; document.getElementById('status').style.display = 'none'; document.getElementById('Background').style.display = 'block'; } </script> </head> <body> <img src="ui/images/status.gif" alt="" id="status" /> <div id="Background" onclick="location.href = location.href;"> <div id="SiteContainer"> <a href="mailto:morten@completemind.com" style="display:block; text-align:center;"> <img src="ui/images/completemind.png" /><br /><br /> </a> <p class="gray" style="text-align:center;">Morten Nielsen | Tel. +45 2163 3325 | <a href="mailto:morten@completemind.com">morten@completemind.com</a> </p> <p class="gray" style="text-align:center;">Hypnotherapy, Coaching & Mentoring.</p> </div> </div> </body> </html>