Sinewave generator

int POT = 3;//Postive waveform ON TOP MOSFET OF BRIDGE RECTIFIER 
int POB = 5;//Positive waveform ON BOTTOM MOSFET OF BRIDGE RECTIFIER
analogWrite(POT & POB, 100);

3 & 5 = 1

You don't really mean "bridge rectifier", do you?