// JavaScript Document






// this function creates an email link 
function contact(nano)
	{
	parent.location = 'm'+'ail'+'to'+String.fromCharCode(58)+'john.boatjumble'+String.fromCharCode(nano)+'btinternet.com';
	}

