<!--
function InsertLayout()
{
   var strResult = new String()

   strResult += '<A NAME="top"></A>'
   strResult += '<DIV ID="logodiv"></DIV>'
   strResult += '<DIV ID="logodiv"></DIV>'
   strResult += '<DIV ID="titlediv"></DIV>'
   strResult += '<DIV ID="contentdiv"></DIV>'

   document.getElementById("pagediv").innerHTML = strResult   
}
//-->