i was wondering if some one could help me check if this piece of code works. I got this picbasic pro code from a book to center servo motors and prototyped the schematic onto a breadboard. when i applied power nothing happened but i did notice that if i were to pull off the wire connected to the +ve of the servo motor and plug back it moves a little. If possible can some one take a pic of the completed circuit of what it looks like on the breadboard so i can check it against mine? Can't take a picture of mine as my digicam is in the shop for repairs. Please help!

Servo Motor - HiTec HS-322HD

Code:
start:
PulsOut portb.0, 150	'Send pulse out on rb0
Pause 18	'Delay needed to send pulse at 55hz
GoTo start	'repeat
<font color=red>Here is the schematics</font>
<img src="http://i3.photobucket.com/albums/y77/drewandangel/fig02.gif">