//alert ("tsfhead included");
var sidehoved = '<P><IMG ALIGN=right SRC="http://w1.1594.telia.com/~u159400901/cassyhome/images/stitches.gif">'+
'<A HREF="http://w1.1594.telia.com/~u159400901/cassyhome/grief/angelstitches.html" target="_top">About Angel Stitches</A>' +
' | <A HREF="http://w1.1594.telia.com/~u159400901/cassyhome/memories/memories.htm" target="_top">Favourite Memories</A>' +
' | <A HREF="http://w1.1594.telia.com/~u159400901/cassyhome/grief/grief.htm" target="_top">Life Without Cassy</A>' +
' | <A HREF="http://w1.1594.telia.com/~u159400901/cassyhome/treasures/adam.htm" target="_top">Treasures of the Heart</A>' +
' | <A HREF="http://w1.1594.telia.com/~u159400901/cassyhome/poems/poetry.htm" target="_top">Poetry</A>' +
' | <A HREF="http://w1.1594.telia.com/~u159400901/cassyhome/photoalbum/photo.htm" target="_top">Photo Album</A>' +' | <A HREF="http://w1.1594.telia.com/~u159400901/cassyhome/" target="_top">Home</A>'+
' | <A HREF="JavaScript:history.back()" target="_top">Back</A></P><br>'

var sidefod = '<HR><P>Last updated: ' +
document.lastModified +
' | <A HREF="mailto:cee5222@charter.net">E-mail Connie</A>' +
' | <A HREF=#top>Top</A>' +
' | <A HREF="http://groups.yahoo.com/group/angelmemories" target="_blank">Join Angel Memories</A>' +
' | <A HREF="http://w1.1594.telia.com/~u159400901/cassyhome/links.htm" target="_top">Links and Contact Information</A>' +
' | <A HREF="http://w1.1594.telia.com/~u159400901/cassyhome/help.htm" target="_top">Help</A></P>'

function skriv(tekst)
{
document.write(tekst)
}

function underafsnit()
{
  if (document.anchors.length>0)
    {
	skriv("<H2>This page contains</H2>")
	for (i=0; i < document.anchors.length; i++)
	  {
	    henvisning = document.anchors[i].name
	    skriv(henvisning.link("#"+henvisning))
	    skriv ("<BR>")
	  }

    }

}