This :
Code:
# sed '1,/020108/{//i\
Add this line before
} ' infile
produces this output with your input above:
Code:
013008 .......
013008 .......
013108 .......
013108 .......
013008 .......
Add this line before
020108
020108 ........
Is this what you're after ?