if you going to run it a 4mhz

then
CONFIG FOSC = INTIO67 instead of CONFIG FOSC = HSMP


and
OSCCON =$50

and
MainLoop:

HIGH LED1
PAUSE 500
LOW LED1
PAUSE 500 as dave said

Goto Mainloop