');
var datelist = document.forms[0].PublicationDate.value.split('%20');
document.write(getFront(datelist[1],'%2C'),' ');
document.write(datelist[0],' ');
document.write(datelist[2]);
document.write('
By ');
// bioResults are returned from the biographies.js files
for (var i = 0; i < strAuthorList.length; i ++)
{
// dev for count.js
var checkBioExist = "NoExist";
if (eval("indexElements"+i) == 1)
{
checkBioExist = "YesExist";
//document.write('exists');
}
else
{
checkBioExist = "NoExist";
}
// var checkBioExist = "NoExist";
if (checkBioExist == 'YesExist')
{
// double check that bioResults exists
var tmpbioResultName = eval ("bioResult" + i + ".BioName");
var tmpbioResultCat = eval ("bioResult" + i + ".BioCategories");
var tmpbioResultStatus = eval ("bioResult" + i + ".BioStatus");
var tmpbioResultJobTitle = eval ("bioResult" + i + ".BioJobTitle");
// write out the authors name and link
if ((tmpbioResultStatus == "Active") && (tmpbioResultCat != "Administrative"))
{
document.write('
',unescape(tmpbioResultName),'');
}
else if ((tmpbioResultStatus == "Inactive") && (tmpbioResultCat != "Administrative"))
{
document.write('
',unescape(tmpbioResultName),'');
}
else
{
document.write('
',unescape(tmpbioResultName),'');
}
// write out the category if it exists
if ((tmpbioResultCat != "Lawyer") && (tmpbioResultCat != "") && (tmpbioResultCat != "Administrative"))
{
document.write(' ',unescape(tmpbioResultJobTitle),'');
}
if (i != strAuthorList.length -1)
{
document.write(',  ');
}
}
else
{
//document.write('strAuthorList.length -1 =',strAuthorList.length);
document.write('
',unescape(strAuthorList[i]),'');
if (i != strAuthorList.length -1)
{
document.write(', ');
}
}
}
document.write('
');
}
if (document.forms[0].IntroText.value != "")
{
document.write('