jQuery(document).ready(function() {
	if(jQuery('#listing_view_od').length){
		jQuery('#listing_view_od').DataTable();
    }
} );

