How can I change the display order on the product listing page?

right now I have this:
Code:
|  manufacturer  |  image  |  name  |  price  |

I would like to change it to:
Code:
|  image  |  name  |  manufacturer  |  price  |

Using version 1.3.9.f
Thanks !