
if (location.pathname=="/"||location.pathname=="/index.php")
{
	document.write('<h2 class="winfo">Welcome to Migraine Action\'s web forum</h2>');
	document.write('<p class="winfo">The web forum is an additional facility to the members only pages of the website. You will be required to register as a new user, and create a new username and password. Your registration can only be processed during office hours; the account will normally be activated within one working day.</p>');
	document.write('<p class="winfo">When your account has been activated, you can start posting comments on all the relevant forums we have set up. When returning to the web forum for the second time, simply click on the log in link on the main navigation bar and enter your new username and password to gain full access.</p>');
	document.write('<p class="winfo">If you have any queries or are still struggling to gain access, click on the FAQ link on the main navigation bar, or alternatively, please contact the office on <strong>0116 275 8317</strong> or email us at <a href="mailto:info@migraine.org.uk" subject="Accessing the Migraine Action forums" style="font-weight:bold;">info@migraine.org.uk</a>.</p>');
	document.write('<p class="winfo" style="font-weight:bold;">Please note - you will not be able to log in to forum until your account has been activated.</p>');
}

