www.usmagazine.com Open in urlscan Pro
192.0.66.2  Public Scan

Submitted URL: http://www.usmagazine.com/celebrity-news/news/brad-pitt-and-angelina-jolie-split-what-went-wrong-w440986
Effective URL: https://www.usmagazine.com/celebrity-news/news/brad-pitt-and-angelina-jolie-split-what-went-wrong-w440986/
Submission: On January 06 via manual from US — Scanned from US

Form analysis 16 forms found in the DOM

POST /charge

<form action="/charge" method="post" id="payment-form">
  <div class="payment-summary">
    <h4 class="payment-summary__title">Summary</h4>
    <div class="payment-summary__row">
      <span class="payment-summary__item" id="currentIssueLabel"></span>
      <span class="payment-summary__price" id="currentIssuePrice"></span>
    </div>
    <div class="payment-summary__row payment-summary__row--taxes">
      <span class="payment-summary__item" id="currentIssueState">Taxes</span>
      <span class="payment-summary__price" id="currentIssueTax">--</span>
    </div>
    <div class="payment-summary__row payment-summary__row--total">
      <span class="payment-summary__item">Total</span>
      <span class="payment-summary__price" id="currentIssueTotal"></span>
    </div>
  </div>
  <h4 class="payment-form__title"> Credit or debit card </h4>
  <div class="payment-form-card" id="payment-form-card">
    <div id="card-element"></div>
    <div id="card-errors" role="alert"></div>
  </div>
  <button class="submit-payment-btn solid-btn" id="submit-payment-btn">Submit Payment</button>
</form>

POST

<form class="login-form" method="post">
  <label for="inputUsername" class="screen-reader-only">Email</label>
  <input type="text" id="inputUsername" placeholder="Enter Email" name="username" required="" autofocus="" aria-label="Enter your email" aria-required="true" autocomplete="username">
  <div class="password-input-wrapper">
    <label for="inputPassword" class="screen-reader-only">Password</label>
    <input class="js-password" type="password" id="inputPassword" placeholder="Enter Password" name="password" required="" aria-label="Enter your assword" aria-required="true" autocomplete="current-password">
    <i class="view-password-button" tabindex="0" aria-live="assertive" role="button" name="Show or hide password" aria-pressed="false" onclick="inline.utility.showPassword( 'signin' )" aria-label="view password"></i>
  </div>
  <span class="forgot-password" id="show-forgot-password"><a role="button" tabindex="0" name="Forgot password?">Forgot password?</a></span>
  <button type="submit" id="sign-in" name="Sign In">Sign In <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" role="presentation">
      <path d="M69.8437,43.3876,33.8422,13.3863a6.0035,6.0035,0,0,0-7.6878,9.223l30.47,25.39-30.47,25.39a6.0035,6.0035,0,0,0,7.6878,9.2231L69.8437,52.6106a6.0091,6.0091,0,0,0,0-9.223Z"></path>
    </svg>
  </button>
  <p class="login-form__terms-conditions">By clicking Sign Up, you agree to our
    <a style="white-space: nowrap;" href="https://accelerate360.com/terms-and-conditions/" target="_blank" aria-describedby="audioeye_new_window_message">Terms and Conditions</a> and that you have read our
    <a style="white-space: nowrap;" href="https://accelerate360.com/privacy-policy/" target="_blank" aria-describedby="audioeye_new_window_message">Privacy Policy</a>.</p>
</form>

POST

<form class="login-form" method="post">
  <label for="emailInputRegister" class="screen-reader-only">Email</label>
  <input type="email" class="form-control js-validate-email" id="emailInputRegister" placeholder="Enter Email" pattern=".*" required="" aria-label="Enter your email" aria-required="true">
  <div class="password-input-wrapper">
    <label for="passwordInputRegister" class="screen-reader-only">Password</label>
    <input type="password" class="form-control js-validate-password js-password" id="passwordInputRegister" placeholder="Enter Password" pattern=".*" required="" aria-label="Enter your password" aria-required="true">
    <i class="view-password-button" tabindex="0" aria-live="assertive" role="button" name="Show or hide password" aria-pressed="false" onclick="inline.utility.showPassword( 'signup' )" aria-label="view password"></i>
  </div>
  <label for="confirmationpassword" class="screen-reader-only">Confirm Password</label>
  <input type="password" class="form-control js-password" id="confirmationpassword" placeholder="Confirm Password" pattern=".*" required="" aria-label="Confirm entered password" aria-required="true">
  <div class="password-requirements">
    <p class="password-requirements__title">Your password must include:</p>
    <ul class="password-requirements__list">
      <li class="password-requirements__list-item pswd-length">Min 8 characters</li>
      <li class="password-requirements__list-item pswd-lowercase">Min 1 lowercase character</li>
      <li class="password-requirements__list-item pswd-uppercase">Min 1 uppercase character</li>
      <li class="password-requirements__list-item pswd-number">Min 1 number</li>
    </ul>
  </div>
  <button id="mainbutton" class="btn btn-lg btn-primary btn-block js-submit-form" name="Sign Up">Sign Up</button>
</form>

POST

<form class="login-form" method="post">
  <label for="emailInputForgot">Enter your email to receive activation code.</label>
  <input type="email" class="form-control js-validate-email" id="emailInputForgot" placeholder="Enter Email" pattern=".*" required="" aria-label="Enter your email to receive activation code." aria-required="true">
  <button id="buttonForgot" class="btn btn-lg btn-primary btn-block js-submit-form" type="submit" disabled="disabled" name="Reset Password">Reset Password</button>
  <div class="login-forgot__notice">
    <span>*</span>
    <span>Please note that this form cannot be used to reset your Google <br>or Facebook password. Visit <a href="https://accounts.google.com/" target="_blank" aria-describedby="audioeye_new_window_message">Google</a> or
      <a href="https://www.facebook.com/" target="_blank" aria-describedby="audioeye_new_window_message">Facebook</a> to do that.</span>
  </div>
</form>

POST

<form class="login-form" method="post">
  <label for="codeInputReset">An email has been sent to <span id="restoreEmail"></span> with a<br> recovery code. Please enter it below:</label>
  <input type="code" class="form-control" id="codeInputReset" placeholder="Enter Code" pattern=".*" required="" aria-label="Validation Code" aria-required="true">
  <label for="passwordReset">Enter new password</label>
  <div class="password-input-wrapper">
    <input type="password" class="form-control js-validate-password js-password" id="passwordReset" placeholder="Enter Password" pattern=".*" required="" aria-label="Password" aria-required="true">
    <i class="view-password-button" tabindex="0" aria-live="assertive" role="button" name="Show or hide password" aria-pressed="false" onclick="inline.utility.showPassword( 'reset' )" aria-label="view password"></i>
  </div>
  <label for="confirmPasswordReset" class="screen-reader-only">Confirm Password</label>
  <input type="password" class="form-control js-password" id="confirmPasswordReset" placeholder="Confirm Password" pattern=".*" required="" aria-label="Confirm entered password" aria-required="true">
  <div class="password-requirements">
    <p class="password-requirements__title">Your password must include:</p>
    <ul class="password-requirements__list">
      <li class="password-requirements__list-item pswd-length">Min 8 characters</li>
      <li class="password-requirements__list-item pswd-lowercase">Min 1 lowercase character</li>
      <li class="password-requirements__list-item pswd-uppercase">Min 1 uppercase character</li>
      <li class="password-requirements__list-item pswd-number">Min 1 number</li>
    </ul>
  </div>
  <button id="buttonRestore" class="btn btn-lg btn-primary btn-block js-submit-form" type="submit" disabled="disabled" name="Submit">Submit</button>
</form>

GET /search-results/

<form role="search" method="get" action="/search-results/">
  <input type="search" name="_s" placeholder="Search..." required="" value="" aria-label="Search" autofocus="" aria-required="true">
  <button type="submit" aria-label="Search">
    <svg viewBox="0 0 24 26" width="24" height="26" fill="none" class="search-icon" role="presentation" aria-hidden="true" tabindex="-1" disabled="disabled" clickable="false">
      <path d="M21.6 22.375L17.25 17.8438M19.6 11.9583C19.6 16.5607 16.0183 20.2917 11.6 20.2917C7.1817 20.2917 3.59998 16.5607 3.59998 11.9583C3.59998 7.35596 7.1817 3.625 11.6 3.625C16.0183 3.625 19.6 7.35596 19.6 11.9583Z" stroke="black"
        stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
    </svg>
  </button>
</form>

POST

<form class="sailthru-newsletter-form" method="POST">
  <h2 class="newsletter-form__title">Subscribe to newsletters</h2>
  <div class="form-fields">
    <input type="email" name="email" maxlength="100" placeholder="Email *" aria-label="Email" aria-required="true" required="">
    <input type="hidden" name="lists[Us Weekly Newsletter]" value="1">
    <input type="hidden" name="source" value="newsletter_signup_widget">
    <button type="submit" class="newsletter-submit" aria-label="Submit"> Subscribe </button>
  </div>
  <p class="newsletter-form__disclaimer">By signing up, I agree to the Terms and Privacy Policy and to receive emails from Us Weekly</p>
</form>

POST

<form class="sailthru-newsletter-form" method="POST">
  <h2 class="newsletter-form__title">Subscribe to newsletters</h2>
  <div class="form-fields">
    <input type="email" name="email" maxlength="100" placeholder="Email *" aria-label="Email" aria-required="true" required="">
    <input type="hidden" name="lists[Us Weekly Newsletter]" value="1">
    <input type="hidden" name="source" value="newsletter_signup_widget">
    <button type="submit" class="newsletter-submit" aria-label="Submit"> Subscribe </button>
  </div>
  <p class="newsletter-form__disclaimer">By signing up, I agree to the Terms and Privacy Policy and to receive emails from Us Weekly</p>
</form>

POST #

<form class="got-tip__form" method="POST" action="#">
  <div class="got-tip__title">Got a tip for US?</div>
  <div class="got-tip__subtitle">We're All Ears for Celebrity Buzz!</div>
  <div class="messaging"></div>
  <div class="fieldset">
    <input type="text" name="name" maxlength="100" placeholder="Your name" aria-label="Your name" aria-required="true" required="">
  </div>
  <div class="fieldset">
    <input type="email" name="email" maxlength="100" placeholder="Your email" aria-label="Your email" aria-required="true" required="">
  </div>
  <div class="fieldset">
    <input type="text" name="phone" placeholder="Your phone number" aria-label="Your phone number" aria-required="true" required="">
  </div>
  <div class="fieldset">
    <textarea name="message" placeholder="The scoop" aria-label="The Scoop" aria-required="true" required=""></textarea>
  </div>
  <input class="got-tip__submit" type="submit" value="Send the Tip!">
</form>

POST

<form class="sailthru-newsletter-form" method="POST">
  <h2 class="newsletter-form__title">Subscribe to newsletters</h2>
  <div class="form-fields">
    <input type="email" name="email" maxlength="100" placeholder="Email *" aria-label="Email" aria-required="true" required="">
    <input type="hidden" name="lists[Us Weekly Newsletter]" value="1">
    <input type="hidden" name="source" value="newsletter_signup_widget">
    <button type="submit" class="newsletter-submit" aria-label="Submit"> Subscribe </button>
  </div>
  <p class="newsletter-form__disclaimer">By signing up, I agree to the Terms and Privacy Policy and to receive emails from Us Weekly</p>
</form>

GET /search-results/

<form role="search" method="get" action="/search-results/">
  <input type="search" name="_s" placeholder="Search..." required="" value="" aria-label="Search" autofocus="" aria-required="true">
  <button type="submit" aria-label="Search">
    <svg viewBox="0 0 24 26" width="24" height="26" fill="none" class="search-icon" role="presentation" aria-hidden="true" tabindex="-1" disabled="disabled" clickable="false">
      <path d="M21.6 22.375L17.25 17.8438M19.6 11.9583C19.6 16.5607 16.0183 20.2917 11.6 20.2917C7.1817 20.2917 3.59998 16.5607 3.59998 11.9583C3.59998 7.35596 7.1817 3.625 11.6 3.625C16.0183 3.625 19.6 7.35596 19.6 11.9583Z" stroke="black"
        stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
    </svg>
  </button>
</form>

POST https://api.bounceexchange.com/capture/submit

<form id="bx-form-2306989-step-1" bx-novalidate="true" method="post" action="https://api.bounceexchange.com/capture/submit" onsubmit="return bouncex.submitCampaignStep(2306989); return false" onreset="bouncex.close_ad(2306989); return false"
  tabindex="0"><input type="hidden" name="campaign_id" value="2306989">
  <div class="bx-group bx-group-default bx-group-2306989-bpCWuSI bx-group-bpCWuSI" id="bx-group-2306989-bpCWuSI">
    <div class="bx-row bx-row-image bx-row-image-logo  bx-row-Uq5oAtD bx-element-2306989-Uq5oAtD" id="bx-element-2306989-Uq5oAtD"><img src="//assets.bounceexchange.com/assets/uploads/clients/2988/creatives/f0d49077f071f378c2aaa08a307b6c28.png"
        alt=""></div>
  </div>
  <div class="bx-group bx-group-primary bx-group-2306989-EAFi3OY bx-group-EAFi3OY" id="bx-group-2306989-EAFi3OY">
    <div class="bx-row bx-row-text bx-row-text-subheadline  bx-row-FfHoKmv bx-element-2306989-FfHoKmv" id="bx-element-2306989-FfHoKmv">
      <div>Never Miss</div>
    </div>
    <div class="bx-row bx-row-text bx-row-text-headline  bx-row-60fd6Uj bx-element-2306989-60fd6Uj" id="bx-element-2306989-60fd6Uj">
      <div>The Latest News and Photos of Your Favorite Celebs</div>
    </div>
    <div class="bx-row bx-row-text bx-row-text-default  bx-row-ULDCKMr bx-element-2306989-ULDCKMr" id="bx-element-2306989-ULDCKMr">
      <div>when you sign up for the<br>Us Weekly Daily Newsletter</div>
    </div>
  </div>
  <div class="bx-group bx-group-default bx-group-2306989-AgKdeIn bx-group-AgKdeIn" id="bx-group-2306989-AgKdeIn">
    <div class="bx-row bx-row-input bx-row-input-default  bx-row-placeholder-top bx-row-3zZavaf bx-element-2306989-3zZavaf" id="bx-element-2306989-3zZavaf">
      <div class="bx-inputwrap"><label for="bx-element-2306989-3zZavaf-input" class="bx-component bx-component-lQBGv8H bx-component-2306989-lQBGv8H bx-placeholder bx-component-placeholder" id="bx-component-2306989-lQBGv8H"><span
            class="bx-placeholdertext">Email address</span></label><input class="bx-el bx-input" id="bx-element-2306989-3zZavaf-input" type="email" name="email" placeholder="Email address" aria-required="true"></div>
      <div class="bx-component  bx-component-validation bx-vtext bx-error-2306989-email" id="bx-error-2306989-email">Please enter above</div>
    </div>
    <div class="bx-row bx-row-submit bx-row-submit-default  bx-row-9G7RfVb bx-element-2306989-9G7RfVb" id="bx-element-2306989-9G7RfVb"><button type="submit" class="bx-button" data-click="submit" data-step-delay="0" data-submit-jump="0"
        data-submit-force="0"> Sign Up</button></div>
    <div class="bx-row bx-row-submit bx-row-submit-no  bx-row-ZTF2Dhn bx-element-2306989-ZTF2Dhn" id="bx-element-2306989-ZTF2Dhn"><button type="reset" class="bx-button" data-click="close">No Thanks</button></div>
  </div>
  <div class="bx-group bx-group-secondary bx-group-2306989-vWO9MnV bx-group-vWO9MnV" id="bx-group-2306989-vWO9MnV">
    <div class="bx-row bx-row-line bx-row-line-default  bx-row-3x3fzrl bx-element-2306989-3x3fzrl" id="bx-element-2306989-3x3fzrl">
      <div class="bx-lineshape"></div>
    </div>
  </div><input autocomplete="carb-trap" type="input" name="carb-trap" tabindex="-1" aria-hidden="true" class="bx-input bx-carb-trap">
</form>

POST https://api.bounceexchange.com/capture/submit

<form id="bx-form-2306989-step-2" bx-novalidate="true" method="post" action="https://api.bounceexchange.com/capture/submit" onsubmit="return bouncex.submitCampaignStep(2306989); return false" onreset="bouncex.close_ad(2306989); return false"
  tabindex="0"><input type="hidden" name="campaign_id" value="2306989">
  <div class="bx-group bx-group-default bx-group-2306989-VKddN0C bx-group-VKddN0C" id="bx-group-2306989-VKddN0C">
    <div class="bx-row bx-row-image bx-row-image-logo  bx-row-4AP5TPR bx-element-2306989-4AP5TPR" id="bx-element-2306989-4AP5TPR"><img src="//assets.bounceexchange.com/assets/uploads/clients/2988/creatives/f0d49077f071f378c2aaa08a307b6c28.png"
        alt=""></div>
  </div>
  <div class="bx-group bx-group-primary bx-group-2306989-Jnk9rov bx-group-Jnk9rov" id="bx-group-2306989-Jnk9rov">
    <div class="bx-row bx-row-text bx-row-text-headline  bx-row-Q14zFnV bx-element-2306989-Q14zFnV" id="bx-element-2306989-Q14zFnV">
      <div>Your Inside Scoop Is on the Way</div>
    </div>
  </div>
  <div class="bx-group bx-group-default bx-group-2306989-Vwi07Ve bx-group-Vwi07Ve" id="bx-group-2306989-Vwi07Ve">
    <div class="bx-row bx-row-submit bx-row-submit-default  bx-row-c9wEPqU bx-element-2306989-c9wEPqU" id="bx-element-2306989-c9wEPqU"><button type="reset" class="bx-button" data-click="close">Continue Back to Site</button></div>
  </div>
  <div class="bx-group bx-group-secondary bx-group-2306989-ql3kBlj bx-group-ql3kBlj" id="bx-group-2306989-ql3kBlj">
    <div class="bx-row bx-row-line bx-row-line-default  bx-row-rdFSbAi bx-element-2306989-rdFSbAi" id="bx-element-2306989-rdFSbAi">
      <div class="bx-lineshape"></div>
    </div>
  </div>
</form>

POST https://api.bounceexchange.com/capture/submit

<form id="bx-form-2306991-step-1" bx-novalidate="true" method="post" action="https://api.bounceexchange.com/capture/submit" onsubmit="return bouncex.submitCampaignStep(2306991); return false" onreset="bouncex.close_ad(2306991); return false"
  tabindex="0"><input type="hidden" name="campaign_id" value="2306991">
  <div class="bx-group bx-group-default bx-group-2306991-OjEcsRi bx-group-OjEcsRi" id="bx-group-2306991-OjEcsRi">
    <div class="bx-row bx-row-submit bx-row-submit-default  bx-row-0wBd2XW bx-element-2306991-0wBd2XW" id="bx-element-2306991-0wBd2XW">
      <a href="javascript:void(0)" target="" class="bx-button" data-click="trigger" data-click-trigger="2306988" data-click-report="click"></a></div>
  </div>
  <div class="bx-group bx-group-default bx-group-2306991-p2s79y6 bx-group-p2s79y6" id="bx-group-2306991-p2s79y6">
    <div class="bx-row bx-row-text bx-row-text-subheadline  bx-row-tU6xYjy bx-element-2306991-tU6xYjy" id="bx-element-2306991-tU6xYjy">
      <a href="javascript:void(0)" target="" class="" data-click="trigger" data-click-trigger="2306988" data-click-report="click"><div>1</div></a></div>
  </div>
</form>

POST https://api.bounceexchange.com/capture/submit

<form id="bx-form-2368748-step-1" bx-novalidate="true" method="post" action="https://api.bounceexchange.com/capture/submit" onsubmit="return bouncex.submitCampaignStep(2368748); return false" onreset="bouncex.close_ad(2368748); return false"
  tabindex="0"><input type="hidden" name="campaign_id" value="2368748">
  <div class="bx-group bx-group-default bx-group-2368748-bpCWuSI bx-group-bpCWuSI" id="bx-group-2368748-bpCWuSI">
    <div class="bx-row bx-row-image bx-row-image-logo  bx-row-Uq5oAtD bx-element-2368748-Uq5oAtD" id="bx-element-2368748-Uq5oAtD"><img src="//assets.bounceexchange.com/assets/uploads/clients/2988/creatives/f0d49077f071f378c2aaa08a307b6c28.png"
        alt=""></div>
  </div>
  <div class="bx-group bx-group-primary bx-group-2368748-EAFi3OY bx-group-EAFi3OY" id="bx-group-2368748-EAFi3OY">
    <div class="bx-row bx-row-text bx-row-text-subheadline  bx-row-FfHoKmv bx-element-2368748-FfHoKmv" id="bx-element-2368748-FfHoKmv">
      <div>Never Miss</div>
    </div>
    <div class="bx-row bx-row-text bx-row-text-headline  bx-row-60fd6Uj bx-element-2368748-60fd6Uj" id="bx-element-2368748-60fd6Uj">
      <div>The Latest News and Photos of Your Favorite Celebs</div>
    </div>
    <div class="bx-row bx-row-text bx-row-text-default  bx-row-ULDCKMr bx-element-2368748-ULDCKMr" id="bx-element-2368748-ULDCKMr">
      <div>when you sign up for the<br>Us Weekly Daily Newsletter</div>
    </div>
  </div>
  <div class="bx-group bx-group-default bx-group-2368748-AgKdeIn bx-group-AgKdeIn" id="bx-group-2368748-AgKdeIn">
    <div class="bx-row bx-row-input bx-row-input-default  bx-row-placeholder-top bx-row-3zZavaf bx-element-2368748-3zZavaf" id="bx-element-2368748-3zZavaf">
      <div class="bx-inputwrap"><label for="bx-element-2368748-3zZavaf-input" class="bx-component bx-component-lQBGv8H bx-component-2368748-lQBGv8H bx-placeholder bx-component-placeholder" id="bx-component-2368748-lQBGv8H"><span
            class="bx-placeholdertext">Email address</span></label><input class="bx-el bx-input" id="bx-element-2368748-3zZavaf-input" type="email" name="email" placeholder="Email address" aria-required="true"></div>
      <div class="bx-component  bx-component-validation bx-vtext bx-error-2368748-email" id="bx-error-2368748-email">Please enter above</div>
    </div>
    <div class="bx-row bx-row-submit bx-row-submit-default  bx-row-9G7RfVb bx-element-2368748-9G7RfVb" id="bx-element-2368748-9G7RfVb"><button type="submit" class="bx-button" data-click="submit" data-step-delay="0" data-submit-jump="0"
        data-submit-force="0"> Sign Up</button></div>
    <div class="bx-row bx-row-submit bx-row-submit-no  bx-row-ZTF2Dhn bx-element-2368748-ZTF2Dhn" id="bx-element-2368748-ZTF2Dhn"><button type="reset" class="bx-button" data-click="close">No Thanks</button></div>
  </div>
  <div class="bx-group bx-group-secondary bx-group-2368748-vWO9MnV bx-group-vWO9MnV" id="bx-group-2368748-vWO9MnV">
    <div class="bx-row bx-row-line bx-row-line-default  bx-row-3x3fzrl bx-element-2368748-3x3fzrl" id="bx-element-2368748-3x3fzrl">
      <div class="bx-lineshape"></div>
    </div>
  </div><input autocomplete="carb-trap" type="input" name="carb-trap" tabindex="-1" aria-hidden="true" class="bx-input bx-carb-trap">
</form>

POST https://api.bounceexchange.com/capture/submit

<form id="bx-form-2368748-step-2" bx-novalidate="true" method="post" action="https://api.bounceexchange.com/capture/submit" onsubmit="return bouncex.submitCampaignStep(2368748); return false" onreset="bouncex.close_ad(2368748); return false"
  tabindex="0"><input type="hidden" name="campaign_id" value="2368748">
  <div class="bx-group bx-group-default bx-group-2368748-VKddN0C bx-group-VKddN0C" id="bx-group-2368748-VKddN0C">
    <div class="bx-row bx-row-image bx-row-image-logo  bx-row-4AP5TPR bx-element-2368748-4AP5TPR" id="bx-element-2368748-4AP5TPR"><img src="//assets.bounceexchange.com/assets/uploads/clients/2988/creatives/f0d49077f071f378c2aaa08a307b6c28.png"
        alt=""></div>
  </div>
  <div class="bx-group bx-group-primary bx-group-2368748-Jnk9rov bx-group-Jnk9rov" id="bx-group-2368748-Jnk9rov">
    <div class="bx-row bx-row-text bx-row-text-headline  bx-row-Q14zFnV bx-element-2368748-Q14zFnV" id="bx-element-2368748-Q14zFnV">
      <div>Your Inside Scoop Is on the Way</div>
    </div>
  </div>
  <div class="bx-group bx-group-default bx-group-2368748-Vwi07Ve bx-group-Vwi07Ve" id="bx-group-2368748-Vwi07Ve">
    <div class="bx-row bx-row-submit bx-row-submit-default  bx-row-c9wEPqU bx-element-2368748-c9wEPqU" id="bx-element-2368748-c9wEPqU"><button type="reset" class="bx-button" data-click="close">Continue Back to Site</button></div>
  </div>
  <div class="bx-group bx-group-secondary bx-group-2368748-ql3kBlj bx-group-ql3kBlj" id="bx-group-2368748-ql3kBlj">
    <div class="bx-row bx-row-line bx-row-line-default  bx-row-rdFSbAi bx-element-2368748-rdFSbAi" id="bx-element-2368748-rdFSbAi">
      <div class="bx-lineshape"></div>
    </div>
  </div>
</form>

Text Content

Skip to Main Content



Cancel OK
✕
Your account
 * Account
 * Purchase
 * Favorite
 * News
 * Subs
 * Address

Sign Out
Privacy Policy Terms and Conditions

INFO

First Name
Last Name
Email Address
Phone Number
Birthday (optional)
Gender Select MaleFemaleNon-Binary
Edit info Save Cancel


SHOPPING PREFERENCES

What type of traveler are you?
 * Lone Wanderer
 * My Besties are Coming
 * Beach Bum
 * Get Me Off the Grid
 * Bae-cationer
 * Family-Style
 * First Class Farer
 * Backpacker
 * Adrenaline Junkie
 * International Jetsetter
 * City Slicker
 * Resort Hopper
 * Cruise Connoisseur
 * Stay-cationer
 * Service Nomad
 * Frequent Flyer
 * Self-Care Devotee

What do you do after work?
 * Meet up with friends
 * Grab a bite out
 * Get my sweat on
 * Get gourmet in my kitchen
 * Craft a cocktail
 * Crack a beer
 * Enjoy a glass of wine
 * Stream my favorite show
 * Hang with my dog
 * Disconnect & meditate
 * Get crafty
 * Self-Care sesh
 * Curl up with a book
 * Keep up with classes
 * Tackle that home improvement project

Select your favorite footwear brands
 * apc
 * allbirds
 * new-balance
 * birkenstock
 * crocs
 * cole-haan
 * converse
 * dolce-vita
 * gucci
 * hoka
 * jordan
 * merrell
 * nike
 * on
 * salomon
 * sperry
 * timberland
 * vans

Select your favorite automaker brands
 * audi
 * bmw
 * cadillac
 * chevy
 * ferrari
 * ford
 * gmc
 * harley-davidson
 * honda
 * hyundai
 * indian
 * infiniti
 * jaguar
 * jeep
 * land-rover
 * lexus
 * maserati
 * mazda
 * mercedes-benz
 * nissan
 * porsche
 * subaru
 * tesla
 * toyota
 * triumph
 * volkswagen
 * volvo

Select your favorite store brands
 * apple
 * bass-pro
 * best-buy
 * bluemercury
 * chewy
 * costco
 * crate-barrel
 * dicks-sporting
 * foot-locker
 * gamestop
 * gap
 * hm
 * home-depot
 * home-goods
 * levis
 * macys
 * moncler
 * nordstrom
 * petco
 * rei
 * revolve
 * saks
 * sephora
 * target
 * ulta-beauty
 * wayfair
 * west-elm
 * williams-sonoma
 * zara
 * walmart

TOOLS

Unsubscribe from All Newsletters
Unsubscribe
Delete My Account
By clicking here you agree that your Us Weekly, In Touch Weekly, Life & Style,
Closer Weekly, Woman's World, First For Women, and Soaps in Depth accounts will
be deleted
Delete
Manage My UsNow.com Subscription
Manage
 * Privacy Policy
 * Cookie Policy
 * Terms and Conditions
 * Sign Out

YOUR ORDERS

 * You haven't placed any orders yet.

Status

Fulfillment

Total

Order details:

Image
Product
Price
Qty







FAVORITESDEBUG

CELEBRITIES




SHOWS



Remove Remove

YOUR NEWSLETTERS

Yes, please send me the Us Weekly Daily Newsletter with the latest news and
photos of my favorite celebs!
Yes, I also want to receive information about promotions, events, sweepstakes,
giveaways, and other offers from UsMagazine.com and trusted partners!
Yes, I’d like to receive the Stylish by Us Weekly Newsletter packed with the
latest celeb trends, product picks and more!
Yes, I’d like to receive the Shop With Us Weekly Newsletter to stay up to date
with the latest celebrity shopping trends!
Yes, please send me Us Weekly breaking news whenever it happens!
Yes, please send me this weekly email with all the top Us Weekly Reality TV
stories!
Yes, please send me this weekly email with all the news on Us Weekly the royal
family!
Yes, please send me the In Touch Weekly Newsletter with the latest news and
photos of my favorite celebs!
Yes, I also want to receive information about promotions, events, sweepstakes,
giveaways, and other offers from In Touch Weekly and trusted partners!
Yes, please send me In Touch Weekly Sweepstakes offers!
Yes, please send me the Life & Style Newsletter with the latest news and photos
of my favorite celebs!
Yes, I also want to receive information about promotions, events, sweepstakes,
giveaways, and other offers from Life & Style and trusted partners!
Yes, please send me Life & Style Sweepstakes offers!
Yes, please send me the Closer Weekly Newsletter with the latest news and photos
of my favorite celebs!
Yes, I also want to receive information about promotions, events, sweepstakes,
giveaways, and other offers from Closer Weekly and trusted partners!
Yes, please send me Closer Weekly Sweepstakes offers!
Woman's World Newsletter
Woman's World Sweepstakes
Woman's World Promotions
Woman's World Horoscopes
First For Women Newsletter
First For Women Sweepstakes
First For Women Promotions
Soaps In Depth Newsletter
Soaps In Depth Sweepstakes
Soaps In Depth Promotions
Receive emails from Us Weekly Marketplace

SOAP OPERA DIGEST


Yes, please send me the Soap Opera Digest Newsletter with the latest news and
photos of my favorite stars!
Yes, please send me this weekly email with all the top Soap Opera Digest Young &
the Restless stories!
Yes, please send me this weekly email with all the top Soap Opera Digest Bold &
Beautiful stories!
Yes, please send me this weekly email with all the top Soap Opera Digest Days of
Our Lives stories!
Yes, please send me this weekly email with all the top Soap Opera Digest General
Hospital stories!
pk_live_51MykMYLykYEH3zMpgIfiNDCAHFuK0pVJhX8IGmQhrSLp9MjwiBxVY1HvUVgNRB2L61cDx3NtMXvUTgsBoYM6D54b00FJoavFR2
pk_live_51MykGLByn2yg0Xahe8YDgFXi5LFDs6frZBG9X07YQEXQzAzNc4zdNfRFXv0uJkqdvKK1BZgbxNuL2cFMD8Vhk8pt00WG9hNJHM
pk_live_51MykHxDs5ugJvg2uLv4MJ0jBbtPa9xMsBExn7RgMRphUAa1xK2Z4S8OyiQjPxbQWzvvy6IMAc5Q7CnwXNOutUOHq00LJpj5Mkb
pk_live_51MykF1JjLMmlt49YzEJM8b5A13rnbP0bNFTenUHmiRJVPKl5zb1GkoRXQJHwqtSKijQEJpAVVHXFq93b1FizckBO00LbbQBEvO
pk_live_51JZGhzAMTuSGLogtFTrIZyL1XNGcpdiH7giZdNqNRm9DW6uyY2Jhvtxlr1n6MYI5e1yFOUCXMA2ViYEM5AW45UUw006Ej0qOJo
pk_live_51JZGhzAMTuSGLogtFTrIZyL1XNGcpdiH7giZdNqNRm9DW6uyY2Jhvtxlr1n6MYI5e1yFOUCXMA2ViYEM5AW45UUw006Ej0qOJo

 * United States
 * Canada

52 issues

$51.48



26 issues

$30.94

Canada - 52 issues

$90.48



Canada - 26 issues

$50.44

Proceed to subscription

CONTINUOUS SERVICE PROGRAM: I understand that unless I tell you otherwise, I
will receive uninterrupted service and my subscription will be automatically
renewed until I cancel. I won't be bothered with renewal invoices. Instead,
before the start of each new term, I will receive a clearly marked email
reminder notice with the term and rate then in effect, about 30 days prior to
charging my credit card. If I do nothing, I authorize you to charge the credit
card I provided or send me an invoice. I may opt out of the automatic renewal at
any time by contacting customer service at 1-800-216-6981 and receive a refund
for all unmailed issues.

 * United States
 * Canada

52 issues

$83.20



26 issues

$47.32

Canada - 52 issues

$122.20



Canada - 26 issues

$66.82

Proceed to subscription

CONTINUOUS SERVICE PROGRAM: I understand that unless I tell you otherwise, I
will receive uninterrupted service and my subscription will be automatically
renewed until I cancel. I won't be bothered with renewal invoices. Instead,
before the start of each new term, I will receive a clearly marked email
reminder notice with the term and rate then in effect, about 30 days prior to
charging my credit card. If I do nothing, I authorize you to charge the credit
card I provided or send me an invoice. I may opt out of the automatic renewal at
any time by contacting customer service at 1-800-216-6981 and receive a refund
for all unmailed issues.

 * United States
 * Canada

52 issues

$94.64



26 issues

$53.04

Canada - 52 issues

$133.64



Canada - 26 issues

$72.54

Proceed to subscription

CONTINUOUS SERVICE PROGRAM: I understand that unless I tell you otherwise, I
will receive uninterrupted service and my subscription will be automatically
renewed until I cancel. I won't be bothered with renewal invoices. Instead,
before the start of each new term, I will receive a clearly marked email
reminder notice with the term and rate then in effect, about 30 days prior to
charging my credit card. If I do nothing, I authorize you to charge the credit
card I provided or send me an invoice. I may opt out of the automatic renewal at
any time by contacting customer service at 1-800-216-6981 and receive a refund
for all unmailed issues.

 * United States
 * Canada

52 issues

$99.32



26 issues

$63.70

Canada - 52 issues

$138.32



Canada - 26 issues

$83.20

Proceed to subscription

CONTINUOUS SERVICE PROGRAM: I understand that unless I tell you otherwise, I
will receive uninterrupted service and my subscription will be automatically
renewed until I cancel. I won't be bothered with renewal invoices. Instead,
before the start of each new term, I will receive a clearly marked email
reminder notice with the term and rate then in effect, about 30 days prior to
charging my credit card. If I do nothing, I authorize you to charge the credit
card I provided or send me an invoice. I may opt out of the automatic renewal at
any time by contacting customer service at 1-800-216-6981 and receive a refund
for all unmailed issues.

 * United States
 * Canada

50 issues

$59.60



20 issues

$24.98

Canada - 50 issues

$109.60



Canada - 20 issues

$44.98

Proceed to subscription

CONTINUOUS SERVICE PROGRAM: I understand that unless I tell you otherwise, I
will receive uninterrupted service and my subscription will be automatically
renewed until I cancel. I won't be bothered with renewal invoices. Instead,
before the start of each new term, I will receive a clearly marked email
reminder notice with the term and rate then in effect, about 30 days prior to
charging my credit card. If I do nothing, I authorize you to charge the credit
card I provided or send me an invoice. I may opt out of the automatic renewal at
any time by contacting customer service at 1-800-216-6981 and receive a refund
for all unmailed issues.

 * United States
 * Canada

34 issues (2 years)

$38.95



17 issues (1 year)

$21.97

Canada - 34 issues (2 years)

$64.95



Canada - 17 issues (1 year)

$37.97

Proceed to subscription

CONTINUOUS SERVICE PROGRAM: I understand that unless I tell you otherwise, I
will receive uninterrupted service and my subscription will be automatically
renewed until I cancel. I won't be bothered with renewal invoices. Instead,
before the start of each new term, I will receive a clearly marked email
reminder notice with the term and rate then in effect, about 30 days prior to
charging my credit card. If I do nothing, I authorize you to charge the credit
card I provided or send me an invoice. I may opt out of the automatic renewal at
any time by contacting customer service at 1-800-216-6981 and receive a refund
for all unmailed issues.

TESTS:
lookup by email list all newsletters Trx history Create Transaction Get
Transaction Get Product Get PaymentIntent
Back

1 Address
Edit

SHIPPING ADDRESS

+ Add New Address

You have already added the maximum number of addresses allowed. If you'd like to
add another address, please consider modifying one of your existing addresses.

+ Add New Address
I have a different billing address
Country Select United States Canada
First Name
Last Name
Address 1
Address 2
State/Province Select AlabamaAlaskaAmerican SamoaArizonaArkansasArmed
ForcesArmed Forces AmericasArmed Forces EuropeArmed Forces
PacificCaliforniaColoradoConnecticutDistrict of ColumbiaDelawareFederated States
of
MicronesiaFloridaGeorgiaGuamHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarshall
IslandsMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew
HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth DakotaNorthern Mariana
IslandsOhioOklahomaOregonPennsylvaniaPuerto RicoRhode IslandSouth CarolinaSouth
DakotaTennesseeTexasUnited States Minor Outlying IslandsUtahVermontVirgin
IslandsVirginiaWashingtonWest VirginiaWisconsinWyomingAlbertaBritish
ColumbiaManitobaNew BrunswickNewfoundland and LabradorNova
ScotiaNunavutNorthwest TerritoriesOntarioPrince Edward
IslandQuebecSaskatchewanYukon
City
Zip/Postal Code
Save Cancel

BILLING ADDRESS

+ Add New Address

You have already added the maximum number of addresses allowed. If you'd like to
add another address, please consider modifying one of your existing addresses.


Country Select AfghanistanAlbaniaAlgeriaAmerican SamoaÅland
IslandsAndorraAngolaAnguillaAntarcticaAntigua and
BarbudaArgentinaArmeniaArubaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninSaint
BarthélemyBermudaBhutanBoliviaBonaire, Sint Eustatius and SabaBosnia and
HerzegovinaBotswanaBouvet IslandBrazilBritish Indian Ocean TerritoryBrunei
DarussalamBulgariaBurkina FasoBurundiCambodiaCameroonCanadaCabo VerdeCayman
IslandsCentral African RepublicChadChileChinaChristmas IslandCocos (Keeling)
IslandsColombiaComorosCongoCongo, the Democratic Republic of theCook
IslandsCosta RicaCote
D'IvoireCroatiaCubaCuraçaoCyprusCzechiaDenmarkDjiboutiDominicaDominican
RepublicEcuadorEgyptEl SalvadorEquatorial GuineaEritreaEstoniaEthiopiaFalkland
Islands (Malvinas)Faroe IslandsFijiFinlandFranceFrench GuianaFrench
PolynesiaFrench Southern
TerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuamGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHeard
Island and Mcdonald IslandsHoly SeeHondurasHong
KongHungaryIcelandIndiaIndonesiaIran, Islamic Republic ofIraqIrelandIsraelIsle
of ManItalyJamaicaJapanJerseyJordanKazakhstanKenyaKiribatiKorea, Democratic
People's Republic ofKorea, Republic ofKuwaitKyrgyzstanLao People's Democratic
RepublicLatviaLebanonLesothoLiberiaLibyaLiechtensteinLithuaniaLuxembourgMacaoNorth
MacedoniaMadagascarMalawiMalaysiaMaldivesMaliMaltaMarshall IslandsSaint Martin
(French part)MartiniqueMauritaniaMauritiusMayotteMexicoMicronesia, Federated
States ofMoldova, Republic
ofMonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsNew
CaledoniaNew ZealandNicaraguaNigerNigeriaNiueNorfolk IslandNorthern Mariana
IslandsNorwayOmanPakistanPalauPalestine, State ofPanamaPapua New
GuineaParaguayPeruPhilippinesPitcairnPolandPortugalPuerto
RicoQatarRéunionRomaniaRussian FederationRwandaSaint Helena, Ascension and
Tristan da CunhaSaint Kitts and NevisSaint LuciaSaint Pierre and MiquelonSaint
Vincent and the GrenadinesSamoaSan MarinoSao Tome and PrincipeSaudi
ArabiaSenegalSerbiaSeychellesSierra LeoneSingaporeSint Maarten (Dutch
part)SlovakiaSloveniaSolomon IslandsSomaliaSouth AfricaSouth Georgia and the
South Sandwich IslandsSouth SudanSpainSri LankaSudanSurinameSvalbard and Jan
MayenEswatiniSwedenSwitzerlandSyrian Arab RepublicTaiwan, Province of
ChinaTajikistanTanzania, United Republic
ofThailandTimor-LesteTogoTokelauTongaTrinidad and
TobagoTunisiaTürkiyeTurkmenistanTurks and Caicos
IslandsTuvaluUgandaUkraineUnited Arab EmiratesUnited KingdomUnited StatesUnited
States Minor Outlying IslandsUruguayUzbekistanVanuatuVenezuela (Bolivarian
Republic of)Viet NamVirgin Islands, BritishVirgin Islands, U.S.Wallis and
FutunaWestern SaharaYemenZambiaZimbabwe
First Name
Last Name
Address 1
Address 2
City
State/Province Select AlabamaAlaskaAmerican SamoaArizonaArkansasArmed
ForcesArmed Forces AmericasArmed Forces EuropeArmed Forces
PacificCaliforniaColoradoConnecticutDistrict of ColumbiaDelawareFederated States
of
MicronesiaFloridaGeorgiaGuamHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarshall
IslandsMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew
HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth DakotaNorthern Mariana
IslandsOhioOklahomaOregonPennsylvaniaPuerto RicoRhode IslandSouth CarolinaSouth
DakotaTennesseeTexasUnited States Minor Outlying IslandsUtahVermontVirgin
IslandsVirginiaWashingtonWest VirginiaWisconsinWyomingAlbertaBritish
ColumbiaManitobaNew BrunswickNewfoundland and LabradorNova
ScotiaNunavutNorthwest TerritoriesOntarioPrince Edward
IslandQuebecSaskatchewanYukon
Zip/Postal Code
Save Cancel

Save & Continue
2 Payment

SUMMARY


Taxes --
Total

CREDIT OR DEBIT CARD


Submit Payment

YOUR ADDRESSES


Add
Sign In
Need an account? Sign up now!
Email
Password
Forgot password? Sign In

By clicking Sign Up, you agree to our Terms and Conditions and that you have
read our Privacy Policy.

Sign In with your social account

Continue with Google Continue with Facebook Continue with Amazon Continue with
Apple

We won't post to any of your accounts without asking first

Sign Up
Already have an account? Login
Email
Password
Confirm Password

Your password must include:

 * Min 8 characters
 * Min 1 lowercase character
 * Min 1 uppercase character
 * Min 1 number

Sign Up
I agree to the terms of the Terms and Conditions
and the Privacy Policy

Sign In with your social account

Continue with Google Continue with Facebook Continue with Amazon Continue with
Apple

We won't post to any of your accounts without asking first

Forgot your password?
Enter your email to receive activation code. Reset Password
* Please note that this form cannot be used to reset your Google
or Facebook password. Visit Google or Facebook to do that.
Get back to the Sign In
Reset your password
An email has been sent to with a
recovery code. Please enter it below: Enter new password

Confirm Password

Your password must include:

 * Min 8 characters
 * Min 1 lowercase character
 * Min 1 uppercase character
 * Min 1 number

Submit
Us Magazine Home Page Logo
Accessible Menu
 * News
 * Stylish
 * Entertainment
 * The Royals
 * Moms
 * Wellness
 * Shop With Us
 * Bachelor Nation

Open menu button
 * News
 * Stylish
 * Entertainment
 * The Royals
 * Moms
 * Wellness
 * Shop With Us
 * Bachelor Nation
 * Celebrity Pictures
 * Podcasts
 * Celebrity Directory
 * Reality TV
 * Food
 * Celebrity Pets
 * Buzzzz-o-Meter
 * Hot Pics
 * Got a Tip for Us?

 * Newsletter Signup
 * Subscribe
 * Give a Gift
 * Subscriber Service
 * Shop Special Issues
 * Accessibility Statement
 * Privacy Policy
 * Terms and Conditions
 * Cookie Policy

 * Facebook
 * Instagram
 * Twitter
 * TikTok
 * YouTube

Subscribe Newsletters
Search


Celebrity News


BRAD PITT AND ANGELINA JOLIE SPLIT: WHAT WENT WRONG

By Megan French
September 20, 2016

 * Click to share on Facebook (Opens in new window)
 * Click to share on Twitter (Opens in new window)
 * 

Say it ain’t so. Angelina Jolie has filed for divorce from Brad Pitt after two
years of marriage, her attorney confirmed to the Associated Press. While the
news shocked the world, multiple sources told Us Weekly that the A-list couple
have been fighting for quite a while. Find out what went wrong in the video
above, and detailed below.







RELATED: PHOTOS: BRAD PITT AND ANGELINA JOLIE: THE WAY THEY WERE

From Mr. and Mrs. Smith to Mr. and Mrs. Pitt! Brad Pitt and Angelina Jolie have
had quite the journey from costars, to parents, to spouses. The A-list couple
had a scandalous start to their romance when they met on the set of Mr. & Mrs.
Smith, while Pitt was still married to Jennifer Aniston. But the couple, who are
parents to six kids, has built a long-lasting relationship. Click through to see
their romantic history.

A source told Us that Pitt, 52, and Jolie, 41, clashed over parenting styles for
their six children, Maddox, 15, Pax, 12, Zahara, 11, Shiloh, 10 and twins Knox
and Vivienne, 8. “They came so close to this before,” the insider told Us,
adding that they butted heads over how to raise their kids, among other issues.
“They fought a lot over the years and disagreed about many things.”


Brad Pitt and Angelina Jolie Pitt attend the Oscars in 2014. Jason Merritt/Getty
Images


Although Brangelina tried to stick it out, eventually the couple reached a
breaking point. “She did try to make it work, but her kids come first and she
couldn’t let them see mommy and daddy like this,” the source told Us. “The
fighting got worse and they disagreed a lot about parenting and a lot of
things.”


RELATED: PHOTOS: BRAD PITT'S US WEEKLY COVERS: 1995 TO NOW!

Take a look at Brad Pitt's Us Weekly covers through the years, from his first
"True Confessions" cover in 1995

A second source shared other points of contention between the two, who have been
together since 2004 and married since 2014. “They also fight over their
schedules and politics still,” the source said. “They have a lot of very heated
political fights.” Relive Jolie and Pitt’s romance in the video below.




RELATED: PHOTOS: ANGELINA JOLIE'S US WEEKLY COVERS

As the actress turns 38, look back at her life in headlines

The By the Sea actress filed documents on Monday, September 19, citing
irreconcilable differences, TMZ reports. She is reportedly requesting physical
custody of their kids, and she will be represented by famous Hollywood divorce
attorney Laura Wasser. However, she asked that Pitt get joint legal custody and
she is not seeking spousal support, according to TMZ.

Jolie’s attorney, Robert Offer, told the AP that Jolie filed for the dissolution
of their marriage “for the health of the family.” 


DEAL OF THE DAY

Deal of the Day: Save Your Nails Forever With This Wildly Popular Product View
Deal










IN THIS ARTICLE


ANGELINA JOLIE




BRAD PITT


TopGadgetLife


This Electric Hair Oil Applicator Is Taking New York By StormTopGadgetLife
Buy Now


Undo
by Taboolaby Taboola
Sponsored LinksSponsored Links
Promoted LinksPromoted Links

 * Youtube
 * News News
 * Podcasts


TOP STORY


John Mayer 'Absolutely' Wants to Be Married Since He Has 'Reliance Kink' Read
more
ADVERTISEMENT



THANK YOU!

You have successfully subscribed.




SUBSCRIBE TO NEWSLETTERS

Subscribe

By signing up, I agree to the Terms and Privacy Policy and to receive emails
from Us Weekly




MORE STORIES

Love Lives
Station 19's Jaina Lee Ortiz Says Privacy Keeps Jay Hayden Romance 'Spicy'
Love Lives
John Mayer 'Absolutely' Wants to Be Married Since He Has 'Reliance Kink'
Fashion Finds
17 Low-Key Rich Mom Pieces for Effortless Styling
Photos
Jeremy Allen White’s Hotness Evolution Has Us Saying 'Yes, Chef!'


Love Lives
Gwyneth Paltrow and Brad Falchuk: A Timeline of Their Relationship
Love Lives
Meredith Hagner Shows Off Baby Bump With Husband Wyatt Russell on Red Carpet
Buying ASAP
This ‘Soft and Cozy’ Amazon Mock Neck Sweater Is Just $40
Love Lives
Halsey and Avan Jogia Are Courtside Cuties at Los Angeles Lakers Game

In Memoriam
Christian Oliver's Wife Jessica Breaks Silence After Family's Tragic Deaths
Love Lives
Trista Sutter Shares Romantic Words Ryan Sutter Whispered at ‘Golden Wedding’
Deal Alert
There’s Only One Day Left To Shop the Spanx End-of-Season Sale
Home Style
Brittany Mahomes Has Special 'Dog Shower' in Spacious Kansas City Home
 * Youtube
 * News News
 * Podcasts


TOP STORY


John Mayer 'Absolutely' Wants to Be Married Since He Has 'Reliance Kink' Read
more


THANK YOU!

You have successfully subscribed.




SUBSCRIBE TO NEWSLETTERS

Subscribe

By signing up, I agree to the Terms and Privacy Policy and to receive emails
from Us Weekly

Got a Tip form close button
Thanks for the tip!
Got a tip for US?
We're All Ears for Celebrity Buzz!






Us Weekly has affiliate partnerships so we may receive compensation for some
links to products and services.

Us Weekly
 * About Us
 * Us Weekly Masthead
 * Got a Tip for Us?
 * Newsletter Signup
 * Media Kit
 * Sitemap

Connect with Us Weekly
 * Facebook
 * Instagram
 * X Twitter
 * TikTok
 * Apple News
 * Google News

Legal
 * Terms of Use
 * Privacy Policy
 * Do Not Sell
 * Cookie Policy
 * Ad Choices
 * Accessibility Statement

US Weekly Magazine
 * Digital Access
 * Subscribe
 * Give A Gift
 * Special Issues
 * Subscriber Service
 * Advertise

Sign up for breaking celebrity and entertainment news!


THANK YOU!

You have successfully subscribed.




SUBSCRIBE TO NEWSLETTERS

Subscribe

By signing up, I agree to the Terms and Privacy Policy and to receive emails
from Us Weekly

Us Weekly is part of Part of the a360media Entertainment Group. © a360media 2024
Powered by WordPress VIP







DO NOT SELL MY PERSONAL INFORMATION

When you visit our website, we store cookies on your browser to collect
information. The information collected might relate to you, your preferences or
your device, and is mostly used to make the site work as you expect it to and to
provide a more personalized web experience. However, you can choose not to allow
certain types of cookies, which may impact your experience of the site and the
services we are able to offer. Click on the different category headings to find
out more and change our default settings according to your preference. You
cannot opt-out of our First Party Strictly Necessary Cookies as they are
deployed in order to ensure the proper functioning of our website (such as
prompting the cookie banner and remembering your settings, to log into your
account, to redirect you when you log out, etc.). For more information about the
First and Third Party Cookies used please follow this link.
Click Here for More Information
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms.    You can set your browser to
block or alert you about these cookies, but some parts of the site will not then
work. These cookies do not store any personally identifiable information.

SALE OF PERSONAL DATA

Sale of Personal Data

Under the California Consumer Privacy Act, you have the right to opt-out of the
sale of your personal information to third parties. These cookies collect
information for analytics and to personalize your experience with targeted ads.
You may exercise your right to opt out of the sale of personal information by
using this toggle switch. If you opt out we will not be able to offer you
personalised ads and will not hand over your personal information to any third
parties. Additionally, you may contact our legal department for further
clarification about your rights as a California consumer by using this Exercise
My Rights link.

If you have enabled privacy controls on your browser (such as a plugin), we have
to take that as a valid request to opt-out. Therefore we would not be able to
track your activity through the web. This may affect our ability to personalize
ads according to your preferences.

 * SOCIAL MEDIA COOKIES
   
   Switch Label label
   
   These cookies are set by a range of social media services that we have added
   to the site to enable you to share our content with your friends and
   networks. They are capable of tracking your browser across other sites and
   building up a profile of your interests. This may impact the content and
   messages you see on other websites you visit.    If you do not allow these
   cookies you may not be able to use or see these sharing tools.

 * TARGETING COOKIES
   
   Switch Label label
   
   These cookies may be set through our site by our advertising partners. They
   may be used by those companies to build a profile of your interests and show
   you relevant adverts on other sites.    They do not store directly personal
   information, but are based on uniquely identifying your browser and internet
   device. If you do not allow these cookies, you will experience less targeted
   advertising.

 * PERFORMANCE COOKIES
   
   Switch Label label
   
   These cookies allow us to count visits and traffic sources so we can measure
   and improve the performance of our site. They help us to know which pages are
   the most and least popular and see how visitors move around the site.    All
   information these cookies collect is aggregated and therefore anonymous. If
   you do not allow these cookies we will not know when you have visited our
   site, and will not be able to monitor its performance.

Back Button


COOKIE LIST



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Reject All Optional Confirm My Choices


Us Magazine Home Page Logo
Accessible Menu
 * News
 * Stylish
 * Entertainment
 * The Royals
 * Moms
 * Wellness
 * Shop With Us
 * Bachelor Nation

Open menu button
 * News
 * Stylish
 * Entertainment
 * The Royals
 * Moms
 * Wellness
 * Shop With Us
 * Bachelor Nation
 * Celebrity Pictures
 * Podcasts
 * Celebrity Directory
 * Reality TV
 * Food
 * Celebrity Pets
 * Buzzzz-o-Meter
 * Hot Pics
 * Got a Tip for Us?

 * Newsletter Signup
 * Subscribe
 * Give a Gift
 * Subscriber Service
 * Shop Special Issues
 * Accessibility Statement
 * Privacy Policy
 * Terms and Conditions
 * Cookie Policy

 * Facebook
 * Instagram
 * Twitter
 * TikTok
 * YouTube

Subscribe Newsletters
Search


Keep on reading


Lisa Marie Presley's Son Benjamin Keough's Cause of Death RevealedBenjamin
Keough's autopsy was completed on Monday, July 13, revealing how Lisa Marie
Presley's son died — read moreUs Weekly
Group 3


Undo

Anna Cardwell Dead: Mama June’s Daughter Dies at 29 After Cancer FightAnna
Cardwell, the former reality star and eldest daughter of Mama June Shannon, was
diagnosed with stage IV cancer in January 2023Us Weekly
Group 3


Undo

North Carolina Mom and Son Arrested, Charged With IncestA 45-year-old mom and
her 25-year-old son were arrested and charged with incest in Asheville, North
Carolina — read moreUs Weekly
Group 3


Undo

Stephen 'tWitch' Boss' Autopsy Reveals New Details About DeathStephen 'tWitch'
Boss died by suicide in December 2022, five months before a new autopsy report
provided more insight — detailsUs Weekly
Group 3


Undo

' ' '
' ' '


Michelle Rounds’ Death Ruled a Suicide Michelle Rounds’ Death Ruled a
SuicideRosie O’Donnell’s ex-wife Michelle Rounds’ death has been ruled a suicide
– get the detailsUs Weekly


Undo

TopGadgetLife

This Electric Hair Oil Applicator Is Taking New York By StormTopGadgetLife|
SponsoredSponsored
Buy Now


Undo
BrightLifeDaily

Warning Signs of Atopic Dermatitis Shouldn't Be IgnoredBrightLifeDaily|
SponsoredSponsored
Learn More


Undo


Regis Philbin’s Wife Joy Philbin Speaks Out After His Death Regis Philbin’s Wife
Joy Philbin Speaks Out After His DeathJoy Philbin broke her silence following
the death of her husband, Regis Philbin — read moreUs Weekly


Undo

Bryan Randall Dead at 57: Sandra Bullock's Onetime Partner Dies of ALS Bryan
Randall Dead at 57: Sandra Bullock's Onetime Partner Dies of ALSSandra Bullock’s
onetime partner Bryan Randall died at age 57 after a private 3-year battle with
ALSUs Weekly


Undo

Stephen 'tWitch' Boss Dead: Cause of Death Revealed Stephen 'tWitch' Boss Dead:
Cause of Death RevealedStephen 'tWitch' Boss died suddenly on Tuesday, December
13, leaving behind wife Allison Holker and three children — detailsUs Weekly


Undo


Kanye West Says Bianca Censori Is an 'Amazing Stepmom' to His Kids Kanye West
Says Bianca Censori Is an 'Amazing Stepmom' to His KidsKanye West detailed wife
Bianca Censori’s bond with his and ex-wife Kim Kardashian’s four children in a
29th birthday tributeUs Weekly


Undo

Alicia Witt Gives Cancer Battle Update 1 Year After Parents' Sudden Death Alicia
Witt Gives Cancer Battle Update 1 Year After Parents' Sudden DeathAlicia Witt’s
parents, Robert and Diane Witt, died from ‘probable cardiac dysrhythmia’ due to
cold weather in February — read more Us Weekly


Undo

Dr. Kellyann

Dr. Kellyann: "Weight Loss After 60 Comes Down To This Daily Habit"Dr. Kellyann|
SponsoredSponsored


Undo
SciatiEase

Doctor: This Little Vitamin May Be The Answer To Sciatic Nerve
InflammationSciatiEase|
SponsoredSponsored
Learn More


Undo


Katharine McPhee, David Foster's Son's Nanny Dead: Reports Katharine McPhee,
David Foster's Son's Nanny Dead: ReportsKatharine McPhee and David Foster's
son's nanny has reportedly died following news of McPhee's absence from the
pair's upcoming tour datesUs Weekly


Undo

Jason Momoa, Lisa Bonet Officially Marry in Secret Wedding Jason Momoa, Lisa
Bonet Officially Marry in Secret WeddingJason Momoa and Lisa Bonet officially
married in October, multiple sources confirm exclusively to Us Weekly — get the
details!Us Weekly


Undo




Opens in new window
PDF Download
Word Download
Excel Download
PowerPoint Download
Document Download

close carousel
close dialog
Never Miss
The Latest News and Photos of Your Favorite Celebs
when you sign up for the
Us Weekly Daily Newsletter
Email address
Please enter above
Sign Up
No Thanks

Your Inside Scoop Is on the Way
Continue Back to Site

close dialog
close dialog
1
close dialog
close dialog
Never Miss
The Latest News and Photos of Your Favorite Celebs
when you sign up for the
Us Weekly Daily Newsletter
Email address
Please enter above
Sign Up
No Thanks

Your Inside Scoop Is on the Way
Continue Back to Site

close dialog