﻿
//Web design by jamie http://www.jamiegrand.co.uk
  var d=new Date();
  yr=d.getFullYear();
  if (yr!=2004)
  	    document.write(" "+yr);

