<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1__MM_ColParam Recordset1__MM_ColParam = "1" if (Request.QueryString("ID") <> "") then Recordset1__MM_ColParam = Request.QueryString("ID") %> <% set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_rgcsaweb_STRING Recordset1.Source = "SELECT * FROM Articles WHERE ID = " + Replace(Recordset1__MM_ColParam, "'", "''") + "" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 3 Recordset1.Open() Recordset1_numRows = 0 %> Search the Database

The Astrological Association
The Astrological Association BCM 450, London WC1N 3XX

Tel: +44 (0)208 6250098 Fax: +44 (0)208 6250097

Email: office@astrologicalassociation.com

Website: www.astrologicalassociation.com


The RGCSA has an agreement with the AA, the publishers of the research Journal Correlation, to make articles contained in the journal available by request and on observation of copyright rules. If you wish to request full copies of any of the abstracted articles from Correlation contained on the RGCSA database you can do so by completing and returning, with payment, the articles request form. This form should be completed and downloaded so that you may sign the copyright declaration contained within it. When the AA has received this form, with your signature, together with payment, the article will then be despatched to you, normally within fourteen days of receiving your request. For copyright reasons you must sign the form and return it before a copy of the article can be released to you. UK copyright law currently insists on actual signatures so an electronically mailed signature is not acceptable. We look forward to receiving your requests and hope that you will enjoy this new service.

To order a photocopy of the following article please print then complete this form and post by conventional mail to the above address together with payment.

Title <%=(Recordset1.Fields.Item("Title").Value)%>
Author <%=(Recordset1.Fields.Item("Author").Value)%>
Address <%=(Recordset1.Fields.Item("Address").Value)%>
WebSite <%=(Recordset1.Fields.Item("WebSite").Value)%>
Publication <%=(Recordset1.Fields.Item("Publication").Value)%>
Issue <%=(Recordset1.Fields.Item("Issue").Value)%>
Date <%=(Recordset1.Fields.Item("Dated").Value)%>
Pages <%=(Recordset1.Fields.Item("Pages").Value)%>
Keywords <%=(Recordset1.Fields.Item("Keywords").Value)%>

Terms & Conditions for requests for photocopied articles of abstracts on the RGCSA database from the research journal Correlation published by the Astrological Association of Great Britain.

PLEASE NOTE; YOU CAN ONLY ORDER PAPERS IF THEY ARE PUBLISHED IN CORRELATION. WE CANNOT SUPPLY COPIES OF ANY PAPERS FROM OTHER PUBLICATIONS.

Your name: ……………………………………………………………………………………….

Address …………………………………………………………………………………………..

………………………………Post code …………………Country ……….……………………

Your telephone number ………………………………………………………………

Email address: ………………………………………………………………………..

The fee per photocopied article (inclusive of postage) is £3 within the UK or £5 for countries outside the UK.

(We accept Visa/Mastercard/Maestro cards)

Please debit my credit card with the appropriate amount above:
Or:
I enclose cheque (UK only) herewith.

(please delete as appropriate)

Credit Card No: ________/________ /________ /________ /

Start date: ___/___

Expiry date: ___/___

3 Digit Security Code:_____

Copyright Declaration: copy of article or part of a published work
1. Please supply me with a copy of the item specified above, required by me for the purposes of research for a non-commercial purpose or private study.

2. I declare that: a) I have not previously been supplied with a copy of the same material by you or any other librarian. b) I will only use the copy for research for a non-commercial purpose or private study and will not supply a copy of it to any other person. c) To the best of my knowledge, no other person with whom I work or study has made, or intends to make, at or about the same time as this request, a request for substantially the same material for substantially the same purpose. d) If this item is delivered by an electronic method (including facsimile transmission), I will retain only a single paper copy and destroy any electronic copies after printing*.

3. I understand that if this declaration is false in a material particular, the copy supplied to me by you will be infringing copy and that I shall be liable for infringement of copyright as if I had made the copy myself.

*Articles will not usually be supplied by email and will normally be supplied by post. Copy restrictions apply.

Please sign below:

Your signature:____________________________________

Date:___________

<% Recordset1.Close() %>