hasFixed = $(  "body>.ui-" + this.role + "-fixed" )
                            .add( page.find( ".ui-" + this.options.role + "-fixed" ) )
                            .not( this.element ).length > 0;