I've play with this stuff for a while now and i though i hear if you set up the analog set of inputs as analog the all are analog. I was hope some one could confirm it true or false. I'm at work and tonight I can't try it and it was eating at me.
Vaccumdiode:
I heard if you use one of the 8 analog pins for AnalogRead you can not use the others for DigitalRead. is this true?"
Pins A0 to A5 inclusive are fully functioning digital pins. A6 and A7 are not, they are only connected to the ADC input multiplexer so can only be used for analogRead(). There is no restriction in using A0..A5 as a digital input, digital output and analog input, all the hardware is independent so you can do all three at once if you wish (!)