We Value Your Privacy
You may opt out of the "sharing" of your personal information for the purposes of website analytics or targeted advertising. Please toggle "Off" to opt out of us sharing your information with any third parties.
<%init>
our $userIdGlobal;
if ($userIdGlobal) {
# REDIRECT TO ACCOUNT PAGE
$m->redirect("/account/greeting.html");
}
use Apache2::Cookie;
my %c = Apache2::Cookie->fetch;
my $shareData = exists $c{shareData} ? $c{shareData}->value : "1";
%init>
<%attr>
title => 'WEBSITE_NAME - Your Privacy Choices'
%attr>