Help with site please

Ok I am doing a friend a favor and doing a quick website for her co-op. Yet, none of my links work to go to the next page…here is the website link that Im using to test the page out…

AnnTweedale.html

here is the actionscript for all the buttons…an example

on (release) {
	_root.content.loadMovie("members.swf");
	unloadMovie("home.swf");
	}

Thanks for any help.