jQuery(document).ready(function($) {

	// this initialises the demo scollpanes on the page.
	//$('#pane1').jScrollPane();
	jQuery('#content_pane').jScrollPane({showArrows:true, scrollbarWidth:15});
	
	try{
    milkbox = new Milkbox();
    
    }
    catch(e){};
});
