Correct a pattern format using sed

hi all
I have a file with many lines like

aa;bb;cc;dd;ee
bb;aa;dd;ee;bb
cc;ee;bb;dd;aa
ee;cc;bb;aa;dd
.
.
.

etc
The first line is in right format,Please help me how to use "SED" to change the rest of the lines to the format like line 1

thank all!

IMHO this is the same question asked here:

Thread closed.