<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% ' *** Edit Operations: declare variables Dim MM_editAction Dim MM_abortEdit Dim MM_editQuery Dim MM_editCmd Dim MM_editConnection Dim MM_editTable Dim MM_editRedirectUrl Dim MM_editColumn Dim MM_recordId Dim MM_fieldsStr Dim MM_columnsStr Dim MM_fields Dim MM_columns Dim MM_typeArray Dim MM_formVal Dim MM_delim Dim MM_altVal Dim MM_emptyVal Dim MM_i MM_editAction = CStr(Request.ServerVariables("SCRIPT_NAME")) If (Request.QueryString <> "") Then MM_editAction = MM_editAction & "?" & Server.HTMLEncode(Request.QueryString) End If ' boolean to abort record edit MM_abortEdit = false ' query string to execute MM_editQuery = "" %> <% ' *** Insert Record: set variables If (CStr(Request("MM_insert")) = "form2") Then MM_editConnection = MM_otbsco_STRING MM_editTable = "dbo.subcsriberlists" MM_editRedirectUrl = "/thankyou.asp" MM_fieldsStr = "Name|value|Email|value|Remote_computer_name|value|Browser_type|value|Timestamp|value|URL|value" MM_columnsStr = "Name|',none,''|Email|',none,''|Remote_computer_name|',none,''|Browser_type|',none,''|Timestamp|',none,NULL|URL|',none,''" ' create the MM_fields and MM_columns arrays MM_fields = Split(MM_fieldsStr, "|") MM_columns = Split(MM_columnsStr, "|") ' set the form values For MM_i = LBound(MM_fields) To UBound(MM_fields) Step 2 MM_fields(MM_i+1) = CStr(Request.Form(MM_fields(MM_i))) Next ' append the query string to the redirect URL If (MM_editRedirectUrl <> "" And Request.QueryString <> "") Then If (InStr(1, MM_editRedirectUrl, "?", vbTextCompare) = 0 And Request.QueryString <> "") Then MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString Else MM_editRedirectUrl = MM_editRedirectUrl & "&" & Request.QueryString End If End If End If %> <% ' *** Insert Record: construct a sql insert statement and execute it Dim MM_tableValues Dim MM_dbValues If (CStr(Request("MM_insert")) <> "") Then ' create the sql insert statement MM_tableValues = "" MM_dbValues = "" For MM_i = LBound(MM_fields) To UBound(MM_fields) Step 2 MM_formVal = MM_fields(MM_i+1) MM_typeArray = Split(MM_columns(MM_i+1),",") MM_delim = MM_typeArray(0) If (MM_delim = "none") Then MM_delim = "" MM_altVal = MM_typeArray(1) If (MM_altVal = "none") Then MM_altVal = "" MM_emptyVal = MM_typeArray(2) If (MM_emptyVal = "none") Then MM_emptyVal = "" If (MM_formVal = "") Then MM_formVal = MM_emptyVal Else If (MM_altVal <> "") Then MM_formVal = MM_altVal ElseIf (MM_delim = "'") Then ' escape quotes MM_formVal = "'" & Replace(MM_formVal,"'","''") & "'" Else MM_formVal = MM_delim + MM_formVal + MM_delim End If End If If (MM_i <> LBound(MM_fields)) Then MM_tableValues = MM_tableValues & "," MM_dbValues = MM_dbValues & "," End If MM_tableValues = MM_tableValues & MM_columns(MM_i) MM_dbValues = MM_dbValues & MM_formVal Next MM_editQuery = "insert into " & MM_editTable & " (" & MM_tableValues & ") values (" & MM_dbValues & ")" If (Not MM_abortEdit) Then ' execute the insert Set MM_editCmd = Server.CreateObject("ADODB.Command") MM_editCmd.ActiveConnection = MM_editConnection MM_editCmd.CommandText = MM_editQuery MM_editCmd.Execute MM_editCmd.ActiveConnection.Close If (MM_editRedirectUrl <> "") Then Response.Redirect(MM_editRedirectUrl) End If End If End If %> Smoking Cessation - Attack of the Franken-Cigarette
Smoking Cessation - Home
There is something good you can do
Some great reasons for quitting
Special situations or conditions
Nicotine addiction
frequently asked questions
smoking cessation articles
New information
 
free newsletter
Enter Your Name Here
Enter Your Email Address Here
 
" size="32"> " size="32">
Savings Calculator
Smokers in the US spent over $4 billion on cigarettes last month. How much of that money did you kick in? Use our Savings Calculator to find out.
Save Your Money!
Cigarettes Per Day  
Price Per Pack of Cigarettes $
Timespan  
   
Cost of Smoking $

Attack of the Franken-Cigarettes

By Gilbert Ross, M.D.

Oh, no. As if smoking weren't dangerous enough, now comes tobacoo genetically-modified to entrap and sicken us more effectively.

The new effort by the Liggett Group to peddle a high-concept cigarette called "Vector" as some new, improved product would make me laugh, except that it's about as funny as the plague. I have no environmental objection to Liggett growing genetically-engineered tobacco, since any respectable scientist will confirm that genetic engineering technology holds no special dangers when used to enhance agricultural productivity. But I object to those friendly folks from the tobacco industry who bring you lung cancer and emphysema claiming that by engineering the nicotine levels down to next-to-nothing in their plants, they've developed a cigarette that's safer for users.

Think about it for a moment: Why, of all the potentially dangerous ingredients in tobacco, did the Liggett geniuses decide to modify the content of nicotine? The only reason I can come up with is: It's a good marketing ploy.

Nicotine happens to be a very well-studied chemical, uniquely so among cigarette components. We know it has essentially no role in the health havoc caused by tobacco but is at least somewhat responsible for the addictive power of smoking. Thus, removing nicotine from tobacco will have little or no effect on the health toll of smoking. It may, however, make cigarettes a bit less addictive — which in itself would be a good thing, if it proved to be true — but it won't reduce the lung cancer-producing effects of all those other chemicals in tobacco smoke. And here's the sneakiest part, the part that boosts cigarette sales: Smokers may actually smoke more — and impair their health more — because each reduced-nicotine cigarette will not satisfy the smoker's nicotine craving as easily.

Only time will tell, and in that time, how many will sicken and die while we collect the information? Worse, how many will take up this destructive habit under the false impression of "safety" — perhaps many who would otherwise have made the wise decision to pass it by? Remember those wonderful filter-tip brands and ultra-lights? Those were also promoted as somehow safer. Millions of deaths and much suffering later, we know this is not true. Never was, never will be.

Given the seriousness of this topic, I'll try to overlook the potentially absurd effect of genetically-engineered tobacco on activist groups. I mean, what will anti-g.e. advocates who smoke and who fall for the new ads' "safer" claims do? Will they betray their core beliefs about the evils of tampering with nature, in hopes of kicking their tobacco habit? If so, will they be summarily thrown out of their particular NGO (Greenpeace, say)? Who knows, but it should inject a little bit of self-doubt and complexity into the anti-g.e. groupthink, providing some fun for observing third parties. Activists who smoke may find themselves trying to decide which they fear more: tobacco, with its well-documented record of premature death and disability, or g.e. agriculture, which has never been shown to harm animal or vegetable.

Ideally, of course, they'd see through the g.e. tobacco ads _and_ see through their own groups' anti-g.e. propaganda. Abandoning their anti-g.e. campaign is unlikely, but they've got multiple incentives (some more rational than others) to see through the new g.e. tobacco ads.

Gilbert Ross, M.D.
Medical/Executive Director
American Council on Science and Health

MyOnlinePool.com - Start Your Own EuroCup 2008 Soccer Pools...
 
Copyright 2002-2005 Smoking Cessation. All Rights Reserved.
466 14th Street, Suite 10, San Francisco, CA 94103