|



We
at Times of the Islands want to serve you better. Would you take
a moment to fill out the information below? Based on your answers, we
can better assess our performance. Thank you in advance for your help.
1.
Which of the following national publications do you read regularly?
(Please
mark all that apply.)
Allow
us a few questions about yourself, for statistical classification purposes
only:
2.
Over the next 12 months, are you planning to buy any of the following:
(Please check all that apply.)
3.
Do
you plan to purchase or lease a car in the next:
4.
Do
you own a boat?
// define magazine variables
$BG = "BG";
$CT = "CT";
$NH = "MH";
$NY = "NY";
$PE = "PE";
$WP = "WP";
$WJ = "WJ";
$HB = "HB";
$NG = "NG";
$NW = "NW";
$PL = "PL";
$SL = "SL";
$SM = "SM";
$SL = "SL";
$SI = "SI";
$TM = "TM";
$TC = "TC";
$OT = "OT";
$OTHER = "OTHER";
$NONE = "NONE";
// define purchasing variables
$AAN = "AAN";
$CCO = "CCO";
$CDP = "CDP";
$CPH = "CPH";
$CGC = "CGC";
$HAS = "HAS";
$HCO = "HCO";
$HTS = "HTS";
$IFU = "IFU";
$IDA = "IDA";
$JEW = "JEW";
$LSE = "LSE";
$LUG = "LUG";
$MAP = "MAP";
$OFU = "OFU";
$PSP = "PSP";
$SPW = "SPW";
$SEE = "SEE";
$SSS = "SSS";
$TVS = "TVS";
$VCR = "VCR";
// purchase or lease a car
$THREEP = "THREEP";
$THREEL = "THREEL";
// own a boat
$FOURB = "FOURB";
$FOURA = "FOURA";
?>
|