<!--
//get the document title
var titlecode=window.document.title

//Pull out the document title except for the titlecode
var DocTitle=(titlecode.substring(titlecode.indexOf("Y"), titlecode.lastIndexOf("(")));

if(titlecode.lastIndexOf("(")!=-1){
document.write(DocTitle.bold());
}

//-->
