Movie Clip Button problem

Hey guys, I was told to come here from the IRC channel on Freenode. So here’s my question. I’ve got 6 movie clips with this code in:

onClipEvent(MouseDown){_root.contentarea.text = "test1";}
onClipEvent (load) {
    onRollOver = function ():Void {
        gotoAndStop(2);
     };
    onRollOut = function ():Void {
        gotoAndStop(1);
     };
}

Test1 is changed to something different for each button, but no matter which button I click they all say Test1. Any ideas? If you like I can PM my .fla.