Not linking correctly!?

I added the following code to my move clips/buttons, and they link, but when you click on each button, they take you to a different scene each time u click on them, eahc button should bring you to the same scene when you click on it, but it just brings you to a random scene…here is my coding that im using for each movie clip/button:

testbutton_btn4.onRelease=function(){
gotoAndPlay(“scene 2”, 1);//action
}

testbutton_btn3.onRelease=function(){
gotoAndPlay(“entertainment”, 1);//action
}

testbutton_btn1.onRelease=function(){
gotoAndPlay(“contact”, 1);//action
}

testbutton_btn2.onRelease=function(){
gotoAndPlay(“beauty”, 1);//action
}

they dont link the same each time though…