( function ( $ ) { $( document ).ready( function () {

if ( $( '#global-header' ).length )
{
    $( '#global-header' ).corner( 'bottom' );
}

if ( $( '#global-footer' ).length )
{
    $( '#global-footer' ).corner( 'top' );
}

if ( $( '#sign-in' ).length )
{
    $( '#sign-in' ).corner();
}

if ( $( '#container-header h2' ).length )
{
    $( '#container-header h2' ).corner();
}

} ); } )( jQuery );
