<%@ Language="VBScript" %> <% Dim conn,rs,sql 'create connection set conn = server.CreateObject ("ADODB.Connection") conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.MapPath ("fpdb/engglas.mdb") 'query to select active data... sql = "SELECT * FROM title, vote where title.active = 'y' and title.id = vote.id" set rs = server.CreateObject ("ADODB.Recordset") rs.Open sql, conn, 3, 3 %> <% Dim strq,ip,objRs strq="select top 3 * from fft order by id_num desc" 'response.Write(strq) Set objRs=objConn.execute(strq) %> <% Dim strq2 ip=Request.ServerVariables("REMOTE_ADDR") if Request.Form("submit")="Add Comment" Then 'set objRs=Server.CreateObject(ADODB.recordset) strq2= "exec ossp_ins_features '"&request.Form("pname")&"','22','"&request.Form("email")&"','"&request.Form("comments")&"','"&date&"' " 'response.Write(strq) objConn.execute strq2 response.Write("") response.Write("") End if %> Legal Entities Against Drug Ads



Paid Listing Campaign on Prescription Drugs
Legal Entities Against Drug Ads
Search Engines and Drug Advt.
» Stop Drug Ads
» Search Engines and Drug Ads
» Verification of Pharmacies
» Legal Entities against Drug Ads


There are numerous consumer forums and websites raising their voice against prescription drugs ads. They reason that advertising does not promote public health. It increases the cost of drugs and the number of unnecessary prescriptions, which is expensive to taxpayers, and can be harmful or deadly to patients.

Also they voice their concerns on similar lines as prescription drug advertising is not educational. It is inherently misleading because it features emotive imagery and omits crucial information about drugs and their proper use, as well as about side effects and contraindications that can be found on the full FDA-approved label. Drug companies have an inherent and irredeemable financial conflict-of-interest which drives them to exaggerate the positive and minimize the negative qualities of their own products.

Check out the voices of protest below:
commercialalert.org
rm116.com
stopdrugs.org
citizen.org
ftc.gov
ncsl.org
democracyinaction.org

 

 

 

 

 

 

 

 

 

 

Post Your Comment
Name :
Email :
Comments :
 
 Comments
<%dim objRs2 Set objRs2=objConn.execute("select * from features where cpage='22' order by id_num desc") While not objRs2.EOF %> <% objRs2.movenext Wend %>
<%=objRs2("comments")%>
Posted on <%=objRs2("sdate")%> by <%=objRs2("pname")%>

Disclaimer

 
<% 'close connection and recordset... rs.Close set rs = nothing conn.Close set conn = nothing %>