var segmentcookie = document.cookie.match ( '(^|;) ?segment=([^;]*)(;|$)' );
var insitecookie = document.cookie.match ( '(^|;) ?tacoma_user_auth=([^;]*)(;|$)' );
if( segmentcookie && insitecookie ){
   var inc_reg = unescape( segmentcookie[2] );
   if( inc_reg && inc_reg.match( 'incomplete' ) ){
      alert( 'You must complete your registration to gain full access to thenewstribune.com. Click "Edit your member information" on the next page.' );
      window.location = 'http://www.thenewstribune.com/reg-bin/tint.cgi?mode=edit';
   }
}

