PWM frequency change (ATtiny85)

fungus:
You set the pulse width by changing OCR0A and OCR0B.

Somehow i missed this part.. I though that with line "TCCR..." in setup i change only frequency of PWM and pulse width is still set with analogWrite(port, pulse_width).