// JavaScript Document
function loader(hed,subhead)
{
  if (top == self)
  {
	location.replace('content.html?'+document.URL+','+hed+','+subhead);
  }
  if (hed.length == 0)
  {
    top.document.title+=self.document.title;
  }
}

function loadtop(url)
{
  if (top == self)
  {
	location.replace(url);
  }
}


