var bg_colour = "#4D0063"

// Get the current page name.

var page_path = window.location.pathname
var page_name = page_path.substring(page_path.lastIndexOf('/') + 1)

document.write("<div align='center'>")
document.write("<img border='0' src='images/TBS8896_WebHeader_750.jpg' width='750' height='80'>")
document.write("</div>")
document.write("<div align='center'>")
document.write("<table border='0' style='border-collapse: collapse' width='750' id='table2'>")
document.write("<tr>")
document.write("<td bgcolor='#4D0063' align='center' width='25%' height='25' style='border-top: 1px solid #FFFFFF'><b>")
document.write("<font color='#C0C0C0' face='Tahoma' size='2'></font></td>")
document.write("</tr>")
document.write("</table>")
document.write("</div>")
