/// <reference path="jquery-vsdoc.js" />

var body = $("#dResearch");

$(document).ready(function() {

    function showDisclaimer() {

    $("body").overlay({
        height: 150,
        width: 750,
        title: "Important Information",
        content: "<p><b>You are now entering the section of the Cenkos website dedicated to the Fidelity China Special Situations Plc Pre-IPO Research Note. It is important that you read the following before proceeding as it includes certain legal and regulatory issues.</b></p><p>To proceed to the section of the Cenkos website where the Research is available, please Accept the terms at the foot of the page.</p><p>This marketing communication has been produced by Cenkos Securities plc ('Cenkos') which is authorised and regulated by the Financial Services Authority ('the FSA').  This report is not independent and should not be relied on as an impartial or objective assessment of its subject matter.  It is not investment research and it has not therefore been prepared in accordance with legal requirements designed to promote the independence of investment research.  In particular, Cenkos is not prohibited from dealing ahead of the distribution of this report, as it would have been were it independent investment research. Please visit www.cenkos.com to see our conflicts management policy and additional relevant information.</p><p>Nothing in this report constitutes, or is to be construed as, an offer or a solicitation of an offer to buy or sell investments.  The information and opinions constitute a judgement as at the date of this report and are subject to change without notice.  Whilst the information in this report is based on sources believed to be reliable, Cenkos has not independently verified the contents of this report and makes no representation or warranty that it is wholly accurate or complete.  Cenkos accepts no responsibility or liability for any losses arising from this report.</p><p>This report is being supplied to you solely for your information and may not be reproduced by, or further distributed to, any other person without our specific consent. No other person may rely or act upon it.</p><p>We are not advising you on the merits of the investments discussed in this report and the report is not based on a consideration of your circumstances.  We have not assessed the suitability of the investments for you.  You should base your investment decisions on your own financial objectives and you should seek independent investment, tax and legal advice as you consider appropriate.  Past performance is not necessarily a guide to future performance.  An investor may not get back the amount originally invested.</p><p>This report constitutes a financial promotion. It has been approved by Cenkos pursuant to section 21 Financial Services and Markets Act 2000 for communication only to professional clients (as defined in FSA rules).  This report is not suitable for retail investors, it has not been approved by reference to FSA rules concerning communications to retail clients and they should not rely on it.  Where you have received or been given access to this report other than directly by Cenkos, you should be aware that the information contained in it is subject to change and Cenkos may not be able to withdraw or update it. Cenkos may, from time to time, undertake transactions (as principal or agent) in securities the subject of this report, and have or may have a position or holding in such securities, or a related investment, as a result of such activities. In addition, Cenkos may, from to time, provide or have provided services to the company the subject matter of this report.</p>",
        //onShow: overlay_OnShow,
        showClose: false,
        fixedHeight: false,
        actions: [
            { Name: "Back - I have read the terms above and DO NOT agree or wish to proceed further", Type: "button", CssClass: "button",
                Click: function(e) {
                    //overlayClose_Handler(e);
                    window.location = "../home.aspx"
                } },
                
            { Name: "Accept - I have read and accept the terms above and wish to continue into this site", Type: "button", CssClass: "button",
                Click: function(e) {
                    overlayClose_Handler(e);
                    //window.location = "../Pages/Research.aspx"
                    body.css("display", "block");
                } }]

    });
}
                
    //var research = $("#research");

    //research.click(function() {
        showDisclaimer();
    //});
});
