// init sliding panels
$(document).ready(function(){
	$('.title').slidePanel({
	remote:'true'
	});
});