<% @ enablesessionstate = true language = vbscript %> <% option explicit response.expires = 0 ''***************************Visit Log Dim LGdemoConn, LGdbPath, LGobjrs LGdbPath = "D:/webspace/footballtillidie.co.uk/db/sunderland/news.mdb" Set LGdemoConn = Server.CreateObject("ADODB.Connection") LGdemoConn.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=" & LGdbPath set LGobjrs = server.CreateObject("ADODB.Recordset") set LGobjrs.activeconnection = LGdemoconn LGobjrs.open ("INSERT INTO tblLog (session1) Values ('" & session.SessionID & "')") LGobjrs.open "Select * From tblLog WHERE session1 = '" & session.SessionID & "'" dim indx1 while not LGobjrs.eof indx1 = lgObjRs("index") LGobjrs.movenext wend LGdemoConn.execute "UPDATE tblLog Set page = 'index' WHERE index = " & indx1 LGdemoConn.execute "UPDATE tblLog Set referer = '" & request.servervariables("HTTP_REFER") & " ' WHERE index = " & indx1 LGobjrs.close LGdemoConn.close '******************************Visit Log Ends '***************************Page Variables Dim PgdemoConn, PgdbPath, pgobjrs PgdbPath = "D:/webspace/footballtillidie.co.uk/db/sunderland/news.mdb" Set PgdemoConn = Server.CreateObject("ADODB.Connection") PgdemoConn.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=" & PgdbPath set pgobjrs = server.CreateObject("ADODB.Recordset") set pgobjrs.activeconnection = pgdemoconn pgobjrs.open "Select * From tblKeyword WHERE Name = 'ShortName'" session("ShortName") = pgobjrs("value1") pgobjrs.close set pgobjrs = server.CreateObject("ADODB.Recordset") set pgobjrs.activeconnection = pgdemoconn pgobjrs.open "Select * From tblKeyword WHERE Name = 'SiteName'" session("SiteName") = pgobjrs("value1") pgobjrs.close set pgobjrs = server.CreateObject("ADODB.Recordset") set pgobjrs.activeconnection = pgdemoconn pgobjrs.open "Select * From tblKeyword WHERE Name = 'Club'" session("Club") = pgobjrs("value1") pgobjrs.close set pgobjrs = server.CreateObject("ADODB.Recordset") set pgobjrs.activeconnection = pgdemoconn pgobjrs.open "Select * From tblKeyword WHERE Name = 'ClubURL'" session("ClubURL") = pgobjrs("value1") pgobjrs.close set pgobjrs = server.CreateObject("ADODB.Recordset") set pgobjrs.activeconnection = pgdemoconn pgobjrs.open "Select * From tblKeyword WHERE Name = 'SecureURL'" session("SecureURL") = pgobjrs("value1") pgobjrs.close set pgobjrs = server.CreateObject("ADODB.Recordset") set pgobjrs.activeconnection = pgdemoconn pgobjrs.open "Select * From tblKeyword WHERE Name = 'PageTitle'" session("PageTitle") = pgobjrs("value1") pgobjrs.close set pgobjrs = server.CreateObject("ADODB.Recordset") set pgobjrs.activeconnection = pgdemoconn pgobjrs.open "Select * From tblKeyword WHERE Name = 'LocalAddress'" session("LocalAddress") = pgobjrs("value1") pgobjrs.close set pgobjrs = server.CreateObject("ADODB.Recordset") set pgobjrs.activeconnection = pgdemoconn pgobjrs.open "Select * From tblKeyword WHERE Name = 'Price1'" session("Price1") = pgobjrs("value1") pgobjrs.close set pgobjrs = server.CreateObject("ADODB.Recordset") set pgobjrs.activeconnection = pgdemoconn pgobjrs.open "Select * From tblKeyword WHERE Name = 'PriceBoth'" session("PriceBoth") = pgobjrs("value1") pgobjrs.close set pgobjrs = server.CreateObject("ADODB.Recordset") set pgobjrs.activeconnection = pgdemoconn pgobjrs.open "Select * From tblKeyword WHERE Name = 'TableHead'" session("TableHead") = pgobjrs("value1") pgobjrs.close set pgobjrs = server.CreateObject("ADODB.Recordset") set pgobjrs.activeconnection = pgdemoconn pgobjrs.open "Select * From tblKeyword WHERE Name = 'TableBody'" session("TableBody") = pgobjrs("value1") pgobjrs.close '**************************Page Variable End Dim Conn, dbPath, testrs dim itmcnt, rcnt, res dim demoConn, demoFilePath, objrs1, objrs2, objrs3, objrs4, objrs5 dbPath = "D:/webspace/footballtillidie.co.uk/db/sunderland/news.mdb" Set demoConn = Server.CreateObject("ADODB.Connection") demoConn.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=" & dbPath set objrs1 = server.CreateObject("ADODB.Recordset") set objrs1.activeconnection = democonn objrs1.open "Select * From tblNews WHERE Status = 'active'" set objrs2 = server.CreateObject("ADODB.Recordset") set objrs2.activeconnection = democonn objrs2.open "Select * From tblFAQ WHERE status = 'true' ORDER BY SHOWN " set objrs3 = server.CreateObject("ADODB.Recordset") set objrs3.activeconnection = democonn objrs3.open "UPDATE tblFAQ SET Shown = " & (objrs2("shown") +1) & " WHERE index = " & objrs2("index") set objrs4 = server.CreateObject("ADODB.Recordset") set objrs4.activeconnection = democonn objrs4.open "Select * From tblLINKS WHERE status = 'true' ORDER BY SHOWN " set objrs3 = server.CreateObject("ADODB.Recordset") set objrs3.activeconnection = democonn objrs3.open "UPDATE tblLINKS SET Shown = " & (objrs4("shown") +1) & " WHERE index = " & objrs4("index") %> <%=session("PageTitle")%> <% dim demoConnmeta, objrsmeta, dbpathmeta, kywrd, desc1 dbpathmeta = "D:/webspace/footballtillidie.co.uk/db/sunderland/news.mdb" Set demoConnmeta = Server.CreateObject("ADODB.Connection") demoConnmeta.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=" & dbpathmeta set objrsmeta = server.CreateObject("ADODB.Recordset") set objrsmeta.activeconnection = democonn objrsmeta.open "Select * From tblkywrd'" while not objrsmeta.eof kywrd = kywrd & objrsmeta("kywrd") & ", " objrsmeta.movenext wend objrsmeta.close objrsmeta.open "Select * From tbldscrptn'" desc1 = objrsmeta("desc1") ' demoConnmeta.close objrsmeta.close set objrsmeta = nothing set demoConnmeta = nothing %>
" background="images/bground.jpg">

<%=ucase(session("ShortName"))%> TILL I DIE  

 
   
 
 
   
 
 
 
 
 
   
 
 
   
 
 
   
 
 
   
 
 
 
" class = tableheader height="20">   SITE NEWS
">
  <%=objrs1("title")%>
<%=left(objrs1("body"),100)%> . . . ','winProductImage',510,310,200,100);"> read more
 
">   FAQ
">
  <%=objrs2("title")%>
<%=left(objrs2("body"),100)%> . . . <% response.write "" %> read more
 
">   Links
">
  <%=objrs4("title")%>
<%=left(objrs4("body"),100)%> . . . <% response.write "" %> go to the links page
 
 

<%=session("SiteName")%> is no way affiliated with the " target="_blank">" size="-7"><%=session("Club")%> Football Club
©Excelsior Design Ltd

 

<%=desc1%>

stirling realty and orlando

stirling realty and orlando

people terry springer garland tx

terry springer garland tx

chart smith wesson 41 magnum

smith wesson 41 magnum

key spa jet not working

spa jet not working

correct thomas flyer race

thomas flyer race

leave the christmas snow globe

the christmas snow globe

mind thomas mack season tickets

thomas mack season tickets

last stoneleigh maryland

stoneleigh maryland

offer sussex county furniture stores

sussex county furniture stores

base thomas hovey mayo

thomas hovey mayo

person thomas anthony assoc inc

thomas anthony assoc inc

happy stone ridge kc

stone ridge kc

listen sulfonated carbon mercury

sulfonated carbon mercury

world thomas remos

thomas remos

slow snow removal estimating costs

snow removal estimating costs

did smith wesson model 4006

smith wesson model 4006

large thomas kinkade spring gate

thomas kinkade spring gate

numeral sunnyside farm ocala florida

sunnyside farm ocala florida

tall tabernacle tour dates

tabernacle tour dates

vary swedish animas

swedish animas

age soma financial las vegas

soma financial las vegas

while thomas aquinas realism

thomas aquinas realism

sign territory of the plains

territory of the plains

pull spiccato bows

spiccato bows

know smith and lewinski s steakhouse

smith and lewinski s steakhouse

mouth the bombers baseball edmonds

the bombers baseball edmonds

special thomas j connelly adm

thomas j connelly adm

thousand smith volkswagon delaware

smith volkswagon delaware

system st pete s florida

st pete s florida

bone sugarland ocala florida concert

sugarland ocala florida concert

parent snow plow trucks

snow plow trucks

search smith trust anson county

smith trust anson county

had smith wesson homepage

smith wesson homepage

arrive springer spaniel training facilities

springer spaniel training facilities

land smiths speedometer numbers

smiths speedometer numbers

raise ski deals colorado

ski deals colorado

describe smith wesson 22 jet

smith wesson 22 jet

clear smiths grocey 89128

smiths grocey 89128

wing thel thomas albuquerque

thel thomas albuquerque

before thomas riley duncan

thomas riley duncan

ever thomas bartel attorney

thomas bartel attorney

young teens in snow

teens in snow

jump sweetwater ministries

sweetwater ministries

tiny svo mustang kentucky

svo mustang kentucky

cross snow guggenheim

snow guggenheim

women thomas daws

thomas daws

room snow country lifestyles

snow country lifestyles

stood thomas a dorsey tabs

thomas a dorsey tabs

crowd the hills characters

the hills characters

steam the beach house cardiff

the beach house cardiff

invent spinach salad miami florida

spinach salad miami florida

strange thomas jefferson s wife was

thomas jefferson s wife was

ask statis of florida license

statis of florida license

fig snow report soll bbc

snow report soll bbc

section tectonic activity on mercury

tectonic activity on mercury

scale thomas labreche

thomas labreche

top the first fighrter jet

the first fighrter jet

planet slick silly lubricant

slick silly lubricant

bright things about jacksonville florida

things about jacksonville florida

hunt the wine house gainesville

the wine house gainesville

mix thomas pratt invalid wisconsin

thomas pratt invalid wisconsin

fact the wharf western store

the wharf western store

matter thomas cake instructions

thomas cake instructions

begin surveyors alabama florida

surveyors alabama florida

say spendwood cohoes

spendwood cohoes

wish stephanie payne master gardener

stephanie payne master gardener

about thomas coleman fillmore minnesota

thomas coleman fillmore minnesota

whole st benedicts bronx

st benedicts bronx

burn sudoku loco

sudoku loco

level thomas home furnishings

thomas home furnishings

blood thomas adams the inventor

thomas adams the inventor

guess sold homes barnegat nj

sold homes barnegat nj

do thomas jefferson lesson plan

thomas jefferson lesson plan

that subaru rs bent valves

subaru rs bent valves

note thomas daddy rice pictures

thomas daddy rice pictures

clear thomas ferguson and engraving

thomas ferguson and engraving

string statistics uninsured maryland

statistics uninsured maryland

lot the 9th gate cast

the 9th gate cast

yet st katherine hospital smithtown

st katherine hospital smithtown

sentence staten island kids attractions

staten island kids attractions

dictionary ski apache snowfall 2005 06

ski apache snowfall 2005 06

guess steven a lindley dentist

steven a lindley dentist

last thomas tank engine riding

thomas tank engine riding

feel thomas kinkade calendar 2008

thomas kinkade calendar 2008

has smith s shoes odessa tx

smith s shoes odessa tx

wall thomas rochford born 1838

thomas rochford born 1838

rock the fitzwilliam post

the fitzwilliam post

pitch stoney creek iowa

stoney creek iowa

of sioux falls butterfly house

sioux falls butterfly house

enter stephanie enders

stephanie enders

boy the gillette company website

the gillette company website

part thomas mckinight

thomas mckinight

magnet swaybar kit 65 mustang

swaybar kit 65 mustang

section thomas horton plantation

thomas horton plantation

agree thomas edisons electric railroad

thomas edisons electric railroad

discuss state of maine constitution

state of maine constitution

clock thomas a daschle said

thomas a daschle said

fast thomas pacconi ornaments

thomas pacconi ornaments

post thomas holmes artwork

thomas holmes artwork

produce soleil classic window shade

soleil classic window shade

cotton skyline brick

skyline brick

hunt swank s landing

swank s landing

lay thomas herrington jacksonville

thomas herrington jacksonville

million sling rider infant carriers

sling rider infant carriers

basic thomas mills stoneybrook college

thomas mills stoneybrook college

life susan tully topless

susan tully topless

correct the chesapeake clipper

the chesapeake clipper

bread thomas larsson hitpoint

thomas larsson hitpoint

mother smith pond ny fishing

smith pond ny fishing

tree st augustine florida tires

st augustine florida tires

gas state of florida judicial

state of florida judicial

their thomas e covaleski

thomas e covaleski

any terri rose artist

terri rose artist

act the grill beverly hills

the grill beverly hills

food sliders oklahoma city ok

sliders oklahoma city ok

self thomas bryant benton tennessee

thomas bryant benton tennessee

rather sports authority tulsa ok

sports authority tulsa ok

decide staten island carol roman

staten island carol roman

product summt browning bow

summt browning bow

song thomas candler blairsville

thomas candler blairsville

ear skateworld gresham oregon

skateworld gresham oregon

engine thomas harold bradfield

thomas harold bradfield

dark snow chains truck

snow chains truck

degree song jihyun new york

song jihyun new york

sea thomas jefferson and novels

thomas jefferson and novels

slip thomas russel lcsw

thomas russel lcsw

mark thomas sankey

thomas sankey

neighbor thomas ross hull longcase

thomas ross hull longcase

fight texas house bill 72

texas house bill 72

slave skb double bow case

skb double bow case

fair the guild and ct

the guild and ct

rock sweet corn in microwave

sweet corn in microwave

hunt thomas regan

thomas regan

example thomas j klutho missouri

thomas j klutho missouri

smile sissy slave new york

sissy slave new york

far snow cow

snow cow

would thomas husted

thomas husted

art thomas amis fanning

thomas amis fanning

river solomon s milk house

solomon s milk house

what state of maine dmr

state of maine dmr

energy stoney creek highschool reunion

stoney creek highschool reunion

sister snow in wisconsin

snow in wisconsin

happy steel cable ball shank

steel cable ball shank

view slocumb payne inventory

slocumb payne inventory

start thomas house shelter

thomas house shelter

company survey table ney

survey table ney

invent spy gear cyril s blog

spy gear cyril s blog

gentle thomas eagle west virginia

thomas eagle west virginia

bottom ted nugent compound bow

ted nugent compound bow

still thomas connelly frisco co

thomas connelly frisco co

put suicide of dorothy hale

suicide of dorothy hale

left the house nathan allen

the house nathan allen

chair summary cider house rules

summary cider house rules

afraid spaghetti western restaurant

spaghetti western restaurant

fire snow king totes

snow king totes

property thomas hunter lawyer

thomas hunter lawyer

middle st lawrence tampa florida

st lawrence tampa florida

hear susan hamilton downers grove

susan hamilton downers grove

dear statesville northcarolina lumber mills

statesville northcarolina lumber mills

back sussex county community college

sussex county community college

section slough house elk grove

slough house elk grove

reply spa vacation package deals

spa vacation package deals

substance thomas brothers formal wear

thomas brothers formal wear

develop snow carpet snow sale

snow carpet snow sale

plan stone guild publishing

stone guild publishing

true . surf brigantine

surf brigantine

hope thai house tampa florida

thai house tampa florida

range sunguard availablilty services florida

sunguard availablilty services florida

space snow bound checklist

snow bound checklist

nothing thomas patrick carroll

thomas patrick carroll

matter tag gymnastics chattanooga

tag gymnastics chattanooga

rule spiral goddess grove

spiral goddess grove

save space a hill afb

space a hill afb

general snow ex 1075 salters

snow ex 1075 salters

happen solid oak television

solid oak television

coat thomas moslander ii

thomas moslander ii

real thomas edison invented radar

thomas edison invented radar

this stirling generators

stirling generators

school spartacus crashed pompey

spartacus crashed pompey

eat smith mountain lake florist

smith mountain lake florist

subject thomas kirby genealogy africa

thomas kirby genealogy africa

tell thomas earl blundell

thomas earl blundell

repeat splash movie disney

splash movie disney

slave terry cashman florida marlins

terry cashman florida marlins

key thomas r carper said

thomas r carper said

develop sky bus alines

sky bus alines

oil springfield 218 bee

springfield 218 bee

science thomas richmond

thomas richmond

corn smith letia

smith letia

put the brock hotel niagara

the brock hotel niagara

care substitute for corn starch

substitute for corn starch

behind small roller shade

small roller shade

rather texas aoudad hunts

texas aoudad hunts

has smith yahoo hotmail europe

smith yahoo hotmail europe

dress thomas aquinas summa theologica

thomas aquinas summa theologica

note thomas holloway americus

thomas holloway americus

object summer camps brandon florida

summer camps brandon florida

stay thomas a spence said

thomas a spence said

fine theaters in hondo texas

theaters in hondo texas

horse stidham trailer

stidham trailer

experience thomas alderman

thomas alderman

slave stone house numbers plaque

stone house numbers plaque

thought thomas kinkade san francisco

thomas kinkade san francisco

tie teddy bear lakeland florida

teddy bear lakeland florida

huge sunrooms of florida

sunrooms of florida

fight thomas barry usna

thomas barry usna

property thomas cook foreign currencies

thomas cook foreign currencies

among spca maineville ohio

spca maineville ohio

consider t corrales

t corrales

two sizzlers magnet

sizzlers magnet

jump thomas bennett ancestry

thomas bennett ancestry

such swan hill tourism

swan hill tourism

against thomas quinn obituary

thomas quinn obituary

mean thomas bock and novartis

thomas bock and novartis

next sling carriers

sling carriers

all thomas cook family resterant

thomas cook family resterant

once teh see bees

teh see bees

look stirling arts centre bunbury

stirling arts centre bunbury

measure skinny jeans in colors

skinny jeans in colors

draw steve smith highschool

steve smith highschool

spell thomas finlon

thomas finlon

every the ark restuarant florida

the ark restuarant florida

large suburban pavilion nursing home

suburban pavilion nursing home

class siteseeing cheyenne wy

siteseeing cheyenne wy

down thomas jefferson university radiology

thomas jefferson university radiology

with the food factory chattanooga

the food factory chattanooga

boat smith wesson 455

smith wesson 455

an surfcam perth western australia

surfcam perth western australia

tone smiths in mcalester okla

smiths in mcalester okla

tool sliders jeans motorcycle pants

sliders jeans motorcycle pants

branch soutwest florida council bsa

soutwest florida council bsa

lay smiths heater

smiths heater

brown sweatshirts to purchase

sweatshirts to purchase

king song long derry air

song long derry air

blood sun peaks snow holiday

sun peaks snow holiday

blue terrific kids western colorado

terrific kids western colorado

real status basf corn chemical

status basf corn chemical

engine snow mobile exaust pipes

snow mobile exaust pipes

suffix thomas edison factss

thomas edison factss

read the fine tooners

the fine tooners

thin smith mcdowell museum

smith mcdowell museum

tail thomas crosby waycross georgia

thomas crosby waycross georgia

warm thomas funeral home calhoun

thomas funeral home calhoun

from thomas jones trade

thomas jones trade

strange smith wesson 586

smith wesson 586

half texas red river county

texas red river county

ring steiners pub las vegas

steiners pub las vegas

iron southern plains cooperative

southern plains cooperative

except the mills ontario ca

the mills ontario ca

brought thomas pilz germany

thomas pilz germany

fact small adirondack chairs

small adirondack chairs

chief tabor oaks fairfield ca

tabor oaks fairfield ca

indicate steven smith hightower

steven smith hightower

mile swann house yakima

swann house yakima

bad state flower of maine

state flower of maine

forest thomas jefferson s gravestone

thomas jefferson s gravestone

current thomas bloor literary agent

thomas bloor literary agent

his thomas fenning

thomas fenning

tool thomas ray whisnant

thomas ray whisnant

mountain sweetwater at wells branch

sweetwater at wells branch

property stone farmer sinks

stone farmer sinks

baby smith nephew elbow ranger

smith nephew elbow ranger

hope spa columbia maryland

spa columbia maryland

west small snow plow

small snow plow

at spicers grove hoa

spicers grove hoa

steel the jersey shades

the jersey shades

stand surrey county cricket

surrey county cricket

sharp snow bowl ski area

snow bowl ski area

expect spca florida alachua

spca florida alachua

energy ski rental ruidoso

ski rental ruidoso

few space launch florida

space launch florida

copy solano sports therapy

solano sports therapy

stretch swain genealogy

swain genealogy

line thomas gould died 1661

thomas gould died 1661

key thomas m zygmunt

thomas m zygmunt

point swains jennings

swains jennings

live thomas asd

thomas asd

family tabua paterson

tabua paterson

mother the dam beavers lycoming

the dam beavers lycoming

hand thomas and susannah fitzsimmons

thomas and susannah fitzsimmons

crowd surrey bc tour scheduler

surrey bc tour scheduler

white thomas marvin holcombe

thomas marvin holcombe

catch terror assesment chattanooga

terror assesment chattanooga

divide thomas d halteman obituary

thomas d halteman obituary

back skunk smell in house

skunk smell in house

kill southwest prague airlines tickets

southwest prague airlines tickets

shell stem cells producing organs

stem cells producing organs

suit surrey county golf union

surrey county golf union

skill st theresa novena prayer

st theresa novena prayer

substance the jet alphabet book

the jet alphabet book

vowel stirling silver alphabet beads

stirling silver alphabet beads

silver t handle choke cable

t handle choke cable

answer thomas edison elementary california

thomas edison elementary california

card snow peas temperature range

snow peas temperature range

paint spca jefferson parish

spca jefferson parish

sea thomas juul hansen

thomas juul hansen

did sports schedules television cable

sports schedules television cable

object the canadian provincial government

the canadian provincial government

certain suites for florida miami

suites for florida miami

spell the gillette gatlinburg tennessee

the gillette gatlinburg tennessee

vary speedways western australia

speedways western australia

last terry bradshaw childhood

terry bradshaw childhood

those st joseph stirling nj

st joseph stirling nj

compare sm new york shoes

sm new york shoes

shape
<% on error resume next democonn.close objrs1.close objrs2.close objrs3.close objrs4.close set democonn = nothing set objrs1 = nothing set objrs2 = nothing set objrs3 = nothing set objrs4 = nothing %>