Howdy,

This
Code:
 
ADCON0.7 = 1 ' right justify result
should be
Code:
ADCON1.7 = 1 ' right justify result
This may help also
http://rentron.com/PIC12C67XAD.htm
Different PIC, same type of ADC.