// Javascripts for use with our annual Christmas letter:

function xl1(yr)
	{
  document.write(" <a style='color: white; font-weight: bold; text-decoration: underscore;' href='xl" + yr + ".htm'>" + yr + "<\/a> |")
	}
	
function xl()
	{
  document.write('<div class=noprint><CENTER><TABLE><tr><td style="font-family: verdana, arial, sans-serif; font-size: 8pt; line-height: 16pt; color: white; background: green; text-align: center;"><hr>|')
	xl1(1963)
	xl1(1970)
	xl1(1972)
	xl1(1974)
	xl1(1983)
	for (i=1990; i<2012; i++)
  	{
	  xl1(i)
		}
  document.write("<hr><\/TABLE><\/CENTER><\/div>")
  }

function cfahref(pg)
  // Load a page from elsewhere in the Carey Family Album...
  {
  // Assume we're online:
  docSource = "" + document.location
  docAddr = "" + "http://cwcfamily.org/xmas/" + pg

  if (docSource.substring(0,5) != "http:")
    // But maybe we're not...
    {
      docAddr = pg
    }

  window.location = docAddr
  }

// Date of last update: 13 Dec 2011.

