$(document).ready(function(){ 
		
	$('#content').jScrollPane({wheelSpeed:50, scrollbarWidth:12});
	
	$('#content2').jScrollPane({wheelSpeed:50, scrollbarWidth:12});
	
	$('#agentlistings tr:odd') .addClass('odd');
	
    }); 