$(function()
{
// this initialises the demo scrollpanes on the page.
$('#contentsTtxt').jScrollPane();
$('#concertDetails').jScrollPane();
$('#contents255').jScrollPane();
$('#contents260').jScrollPane();
$('#contents280').jScrollPane();
$('#contents290').jScrollPane();
$('#contents310').jScrollPane();
$('#contents315').jScrollPane();
$('#contents320').jScrollPane();
$('#contentsTBl').jScrollPane();
$('#contentsTBr').jScrollPane();
});
			
