Preloader hangs

Hi all,

I finally rebulit my online portfolio (utilizing the fantastic snow), and for some reason the preloader hangs at frame 1. The actual site loads fine, no issues, if you wait for it. I am using a simple MC for the preloader, no percentages or anything like that. Here is the code:

if (_framesloaded>=_totalframes) {
gotoAndStop(“snow”, 1);
} else {
gotoAndPlay(“preloader”, 1);
}

Any suggestions? www.rewilson.us

I imagine you could grab the source files from www.rewilson.us/index.swf.

Thanks!