/*
	These JavaScripts were written by Pj Media
	for the sole purpose of use on this Website.
	To contact Pj Media please e-mail us at

		  enquiries@pjmedia.8m.com

This script inserts the BASE HREF (only in 'frames').  I
decided to insert the BASE HREF using JavaScript because
it saved me having to change between the BASE HREF being
local when writing the HTML pages and an Internet address
for uploading the files. */

document.write("<BASE HREF=\"http://homepage.ntlworld.com/john.alderdice/\">");