<%@LANGUAGE="JAVASCRIPT"%> <% var Users__MMColParam = "1"; if (String(Session("MM_Username")) != "undefined" && String(Session("MM_Username")) != "") { Users__MMColParam = String(Session("MM_Username")); } %> <% var Users = Server.CreateObject("ADODB.Recordset"); Users.ActiveConnection = MM_first_STRING; Users.Source = "SELECT * FROM Customers WHERE email = '"+ Users__MMColParam.replace(/'/g, "''") + "'"; Users.CursorType = 0; Users.CursorLocation = 2; Users.LockType = 1; Users.Open(); var Users_numRows = 0; %> HOW TO CONTACT US
Search for an image Photo Galleries
<% if (Users.EOF && Users.BOF) { %> Sign in

<%}else{%> <%Response.Write(Users.Fields.Item("Firstname").Value + " " + Users.Fields.Item("Surname").Value);%> logged in.
View Lightbox <% } // end Users.EOF && Users.BOF %>
Stock images are Royalty free
Basket
About usContact usHelpHome


Contact details:

By Post:
1st Royalty Free
PO BOX 7772
Mansfield
Nottinghamshire
NG20 9AH
UK

By Telephone:
+44 (0)1623 747931

By E-mail:
If you you wish to discuss anything on our website, or would like to send us your thoughts or feedback about
1st Royalty Free, we welcome your views. THANK YOU.

E -mail your comments to sales@1stroyaltyfree.com
Please do not forget to include your contact information:

NAME
ADDRESS
TELEPHONE
E-MAIL ADDRESS

ANY COMMENTS YOU WISH TO INCLUDE


1st Royalty Free
About us | Contact us |Copyright | Terms & Conditions |Help | F.A.Q | Photographers | Register with us | Sign in
<% Users.Close(); %>