Rewiring the LCD to release the PWN pins?

I'm using Ladyada's setup for my lcd (easer to find out what I did wrong :astonished: )
http://www.ladyada.net/learn/lcd/charlcd.html
How ever I need all the PWN pins I can scrounge.
I haven't got a book that tell what I want to know but..

1, Can I move the wiring about to release as many PWM pins as possible ?
2, would would the new pin out be?
3, Would the software just need

LiquidCrystal lcd(12, 11, 5, 4, 3, 2);

reconfigured to work?

Sorry for a noobish question.

Yes you can do that.

Ummm, thanks.