// JavaScript Document

var header = "To:\n\nArthur Hardman\n" +
	"Ophthalmology Commissioning Manager\n" +
	"BUPA UK Membership\n\n" +
	"Dear Sir,\n\n" +
	"RE: Approved Ophthalmology Network\n\n" +
	"I am writing to you regarding the creation of your Approved Ophthalmology Network.\n\n" +
	"I value my relationship with BUPA Insurance Limited and wish to continue to be recognised by you";
	
var decline = ". I have decided not to take part in your initiative. I am not";

var withdrawl = ". However, I have reconsidered the situation and I have decided not to take" +
	" part in your initiative. I no longer wish to continue with the Network.\n\nI am";
	
var footer = " doing so since I consider that the initiative is inappropriate and misdirected. " +
	"Whilst of course BUPA Insurance Limited should ensure that its recognition data are up-to date, " +
	"this initiative goes well beyond that. " +
	"The initiative will have the effect of making BUPA a new accreditor, regulator and auditor of my practice, " +
	"and as you know I am already accredited and regulated by various professional bodies including the " +
	"Royal Medical College and the General Medical Council, and audited by the hospital(s) for which I work. " +
	"The initiative will also be to the detriment of patients since it will effectively limit most patient choice " +
	"to those doctors who belong to approved networks.\n\n" +
	"I understand that you are in talks with the BMA and other representatives of the profession and that " +
	"in the meantime I trust you will continue to recognise me for reimbursement purposes for the treatment " +
	"of BUPA insured patients.\n\n" +
	"Yours sincerely\n\n\n\n" +
	"Name and Provider Number";