CapSense library with AtTiny85 (pin out issues)

Hi,
Need your expert advise on a couple of issues I'm facing..
a. I'm trying to test a simple code with the basic capsense library on to the AtTiny85 (programmed using the Arduino UNO). I have a few questions on the pin configuration for the same..The library ( Arduino Playground - CapacitiveSensor) mentions,

CapacitiveSensor cs_4_2 = CapacitiveSensor(4,2); // 10 megohm resistor between pins 4 & 2, pin 2 is sensor pin, add wire, foil

When being implemented using an AtTiny85, which pins would these be...the analog inputs ie. legs 7 and 3 of the chip (i presume) or the legs 6 & 7 of the chip that correspond to the PWM and Analog_input1..

b. Though I'm able to load and execute code on the IDE, I do not get any output on the SerialPort screen (Cntrl+Shift+M). I have checked the baud rates and don't see any issue there...any ideas on where to look to fix the same?

Please advise..

Thanks
Shankar

ATtiny45-85.png

CapacitiveSensor   cs_4_2 = CapacitiveSensor(4,2);        // 10 megohm resistor between pins 4 & 2, pin 2 is sensor pin, add wire, foil

This implies that you can use any two digital pins.

When being implemented using an AtTiny85, which pins would these be

Any two digital pins.

any ideas on where to look to fix the same?

Line 37. I'm almost certain that that's line 37 I see in my crystal ball. Of course, my crystal ball really needs a good cleaning, and a thorough tuneup, so there's a possibility that it isn't line 37 at all.