// MY SCRIPTS
// Use this area to add new scripts that you need for your site

//function setPDFLink(strFileSource) {
//var strOutputFile = strFileSource.substring(0,strFileSource.indexOf('.shtml'))
//return '<a href="'+encodeURIComponent(strOutputFile)+'.pdf"><img src="/images/pdflogo.gif" border="0" alt="PDF Icon"> Authenticated PDF Version</a>'; }

function setPDFLink() { 
var strFile = TRANSIT_SOURCE.substring (TRANSIT_SOURCE.lastIndexOf ('/')+1,TRANSIT_SOURCE.length); 
strFile = strFile.substring(0,strFile.indexOf('.'))+'.pdf'; 
return '<a href="'+encodeURIComponent(strFile)+'"><img src="/images/pdflogo.gif" class="inline" border="0" alt=""> Authenticated PDF Version</a>'; 
} 
