<%@Language = "VBScript"%> <% Dim status status = "" Dim ID ID = "" ID = Request.QueryString("ID") Dim category category = Request.QueryString("category") if category = "" then category = "main" end if status = Request.QueryString("status") cutoff = DateAdd("d", -30, date()) thismonth = month(date()) thisyear = year(date()) if thismonth = 12 then nextyear = dateadd("yyyy", 1, thisyear) else nextyear = thisyear end if firstofthismonth = thismonth & "/1/" & thisyear firstofnextmonth = dateAdd("m", 1, firstofthismonth) lastweek = DateAdd("d", -7, date()) if ID = "" then SQL = "SELECT * FROM blog WHERE DateEntered >= #" & cutoff & "# AND Category = '" & category & "' ORDER BY DateEntered desc" Set RS = Conn.Execute(SQL) else SQL = "SELECT * FROM blog WHERE BlogID = " & ID & "" Set RS = Conn.Execute(SQL) end if %> kerriedroban.com Kerrie Droban, Author

Running with the Devil

Running With The Devil
The Lyons Press
Release date: June 2007

The infamous Sonny Barger once declared that the Hells Angels would never be infiltrated.   He was wrong.

For the first time, the treacherous inner workings of the Hells Angels brotherhood and their legacy as a crime syndicate within the United States is exposed in Running with the Devil, a true crime novel that chronicles the story of the ATF sting and the two undercover agents who risked their lives in this landmark criminal investigation.

For two years, they posed as members of a Mexican renegade motorcycle club, earning the trust and respect of the vicious Arizona Hells Angels.  Their work led to the shocking 2003 bust in which ATF agents arrested fifty people and seized 650 guns, 30,000 rounds of ammunition, and more than 100 explosive items--including grenades and napalm. Following the steps of the ATF agents who remain undercover today, the author and attorney Kerrie Droban recounts their perilous mission up through the ensuing court case and jail sentences. 

Droban is a criminal defense attorney in Phoenix, Arizona, a graduate of the Johns Hopkins University Writing Seminars, and an award-winning author of suspense thrillers. Acting as a modern day female Woodward and Berstein, while the ATF agents remain undercover, Droban is able to give exciting and intimate details of exactly what the agents had to do and discovered in this shocking case. 

She can shed light on the underground threat and terror this group inflicts on our country and point out ways we can work together to protect our communities.  To interview Droban, please contact:  Jo Ann Power at Power Promotions, jo-annpower@powerontheweb.com, 830-755-4728.

Press Release: (click on title to download as rtf file)

Hell May Be Closer Than You Think

<% SQL = "SELECT * FROM Links ORDER BY LinkName" Set RS = Conn.Execute(SQL)%>