Analog pins

So it isnt possible to do any output via analog pins? Its merely input alone

You can use the analogue pins as digital I/O pins.
On a Duemilenova, they are then treated simply as digital pins 14 to 19.
e.g.pinMode (14, OUTPUT); // set "analogue" pin 0 to be a digital ouput