Added methods that give the shipping information for a role entity.
The shipping fields are only given when all the required address fields are set. Otherwise the residential fields are returned.
$(function() {
$('.datetime-pick').datetimepicker();
$('.date-pick').datetimepicker({
'pickDateOnly' : true,
'defaultDate' : new Date('01/01/1974'),
'timeFormat' : '',
'yearRange' : '1900:2008'
});
});