var Registration = function(){}



Registration.REGISTRATION_COOKIE = "wpniuser";

    if (document.cookie.indexOf(Registration.REGISTRATION_COOKIE) == -1)
    {
  
  
  self.location.href = "/ac2/wp-dyn?node=admin/registration/register&destination=login&nextstep=gather&application=reg30-sports&applicationURL=/wp-srv/artsandliving/features/award-show-central/movie_contest07-index.html";
  
  }
