function changeTitle(title)
{
  parent.document.title = title ;
}

//Copyright message in the status bar
window.status = "\u00A9 Jenny Linne-Cole 2008" ;
// \u00A9 = Copyright symbol
//The option for the status bar to change needs to be true.