jQuery(document).ready(function($) {
	$('a.members-only-login').text('MYM Member Login').show();
	
    $f("homePlayer", 
        { 
            src: "/flowplayer/flowplayer.commercial-3.0.7.swf", 
            wmode: "transparent" }, 
        {
            plugins: {controls: null}
        }
    ); 

    $f().play();
});
