[SOLVED] push buttons and virtual wire library conflict??

 //      A   
    //     ---
    //  B |   | C   
    //     -D-
    //  E |   | F
    //     ---
    //      G

Standard layout for these are:

 //      A   
    //     ---
    //  F |   | B   
    //     -G-
    //  E |   | C
    //     ---
    //      D

You do know VirtualWire takes over one of the timers?
"Caution: VirtualWire takes over Arduino Timer1, and this will affect the PWM capabilities
of the digital pins 9 and 10."

Will that be a problem with your other libraries?