Wed May 16 2018
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
<script>

var cookieExists = document.cookie.match(/mobile_test.reskin1/);
document.cookie='mobile_test=reskin1; expires=Fri, 30 Mar 2022 20:47:11 UTC; path=/; host=.rosettastone.com';
!cookieExists && (window.location = window.location);

</script>