%
Option Explicit
'
'
' Don't cache this page
'response.expires = 0
'response.expiresabsolute = Now() - 1
response.addHeader "pragma","no-cache"
response.addHeader "cache-control","private"
Response.CacheControl = "no-cache"
'
Public Function Iif(fResult,strTrue,strFalse)
'// The well-used VB IIF function was left out of VBScript. Until now ;-)
'
'
if fResult = True then
iif = strTrue
else
iif = strFalse
end if
End Function
%>
Haydock? Haydock is Yickerland

|
Haydock Chat
|
| Please
choose an option from the drop down menu below. The menu options will allow you to chat in
a virtual version of each pub featured on this site.
Privacy Policy:Please do
not abuse the chat rooms and do not give any personal information out to users unless you
know and trust them. |
|