<% ' this indicates vb script dim conn dim rsdir dim ssql dim catid dim cat dim bid dim bus dim con dim state dim prod ' get the value of the category id sent in from either the directorylistingindex page or this page calling itself catid = request("n") if catid = "" then catid = "0" catid = clng(catid) cat = request("l") bid = request("bid") if bid = "" then bid = "0" state =request("state") bus = request("bus") con = request("con") prod = request("prod") ' open a connection to the database set conn = createobject("ADODB.CONNECTION") conn.ConnectionString = "Provider=SQLOLEDB; Data Source=216.235.170.82; Initial Catalog=ehorsehotline; User Id=dba1814; Password=gpo943" conn.Open ' open a recordset which is used to get the data from the database set rsdir = createobject("ADODB.RECORDSET") %> Horses Products, Horse Services, Horse Clubs, Horse Associations, Horse Events...
cannon falls trailers Prime Nutrition Scamper's Choice Advertise Here! HorseEvents.info Stallion Directory United Vet United Barrel Racing Association
United Barrel Racing Association
NRFTour is proud to sponsor
August's
Featured Rider
Rod Flannigan
<< Nominate Featured Barrel Racer/Horse

<< Return to Featured Index
UBRA
Rod

Name: Rod Flannigan

Age: 54

Hometown: Virginia, MN

Associations belonging to:
NBHA District 6, UBRA, BBR 

Occupation: Land Surveyor

Favorite Mount: Blue

Hobbies/Interests: Hunt,Fish, and Race 

Favorite Movies/Books: none in paticular 

Achievements: In business for 15 years, learned to ride and make lots of freinds along the way  

Most Memorable Event/Run: First run at the world in 2006, man I was nervous. 

Goals: Be a good father and grampa 

Words of Wisdom:Be kind, make a difference somehow 


.
Equine - Horse supplies and services!

Electronic Horse Network by: Quick Draw Solutions
WE CREATE & PROMOTE WEBSITES
Contact Us Today!
Find what you need...
© eHorseHotline.com All Rights Reserved.
This website is Created & Hosted by: Quick Draw Solutions
Contact us for all your advertising and website needs!
<% 'clean up all objects opened if not (rsdir is nothing) then if rsdir.State = 1 then rsdir.Close set rsdir = nothing end if if not (conn is nothing) then if conn.State = 1 then conn.Close set conn = nothing end if %>