Movie Clips are giving me trouble

I need help with loading movie clips…
Here is a link to a test page with the website on it.

[http://www.geocities.com/quadpupx7/index.html](http://www.geocities.com/quadpupx7/index.html)

the home and facility buttons use this code: 
on (release) {
    tellTarget ("MovieLink") {
    gotoAndPlay ("home");
    }
}

But what I need is a way for the “home” part of the movie clip “MovieLink” to play once a person first comes to the site, instead of having to press home to get the information that should have been there initially.

Any suggestions?