Subversion Repository Public Repository

paulsmarketingbook

This repository has no backups
This repository's network speed is throttled to 100KB/sec

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
<!DOCTYPE html>
<html>

<head>
    <title>New Patient Accelerator Method - The Book (Free Copy)</title>
    <meta charset="utf-8">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="description" content="">
    <meta name="language" content="english">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <meta name="format-detection" content="telephone=no">
    <link
        href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Open+Sans+Condensed:300,700|Satisfy|Caveat|Lato"
        rel="stylesheet">
    <link type="text/css" rel="stylesheet" href="/assets/css/free-book.css?v=1.3">
    <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.2.0/css/all.css"
        integrity="sha384-TXfwrfuHVznxCssTxWoPZjhcss/hp38gEOH8UPZG/JcXonvBQ6SlsIF49wUzsGno" crossorigin="anonymous">
    <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>

    <?php if ($_SERVER['HTTP_HOST'] == 'www.paulsmarketingbook.com') { ?>

    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-133942598-1"></script>
    <script>
    window.dataLayer = window.dataLayer || [];

    function gtag() {
        dataLayer.push(arguments);
    }
    gtag('js', new Date());

    gtag('config', 'UA-133942598-1');
    gtag('config', 'AW-847436544'); // remarketing
    </script>

    <!-- Facebook Pixel Code -->
    <script>
    ! function(f, b, e, v, n, t, s) {
        if (f.fbq) return;
        n = f.fbq = function() {
            n.callMethod ?
                n.callMethod.apply(n, arguments) : n.queue.push(arguments)
        };
        if (!f._fbq) f._fbq = n;
        n.push = n;
        n.loaded = !0;
        n.version = '2.0';
        n.queue = [];
        t = b.createElement(e);
        t.async = !0;
        t.src = v;
        s = b.getElementsByTagName(e)[0];
        s.parentNode.insertBefore(t, s)
    }(window,
        document, 'script', 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js');
    fbq('init', '218009548654060'); // Insert your pixel ID here.
    fbq('track', 'PageView');
    </script>
    <noscript><img height="1" width="1" style="display:none"
            src="https://www.facebook.com/tr?id=218009548654060&ev=PageView&noscript=1" /></noscript>
    <!-- DO NOT MODIFY -->
    <!-- End Facebook Pixel Code -->
    <?php } ?>
</head>

<body>

    <?php if($thanks) { ?>
    <div class="thanks-message">
        <p>THANK YOU FOR REQUESTING CHAPTER 4 - IT'LL ARRIVE IN YOUR INBOX SHORTLY</p>
        <p>Look below and find out how you can read the rest of the #1 best selling book on marketing your clinic that I
            want to give you for FREE!</p>
    </div>
    <p class="exclusive-offer">EXCLUSIVE OFFER</p>
    <?php } else { ?>

    <p class="preheadline">Paul Gough is a serial best selling Author, former professional football physio, UK Private
        Practice Owner and has spoken at the American Physical Therapy Association Annual Conference.</p>

    <?php } ?>

    <div class="content">

        <!--<div class="video-container">
        <iframe src="https://player.vimeo.com/video/257531306" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
    </div>-->

        <h1>&ldquo;<strong>FREE BOOK:</strong><br />
            <strong>#1 Bestseller Reveals: </strong>How a Physiotherapist From Hartlepool Grew a Profitable <strong>Four
                Location</strong> Private Practice (&hellip;and, Without Relying Upon Insurance, Councils, Government or
            Low Paying Medical Agencies for Patients)&rdquo;
        </h1>

        <p class="subheadline">And, how YOU can use the same process for yourself &ndash; whether you are just getting
            started or you&rsquo;ve been around for years (&hellip;and even if you&rsquo;re unsure about where to start
            with your marketing)</p>

        <div class="paulg">
            <img src="/assets/images/paul-speaking-apta.png" alt="Paul Gough">
            <p>"Paul Gough, speaking at the recent APTA, PPS Conference in Chicago – attended by 10,000+ Private
                Practice Owners"</p>
        </div>

        <div class="testimonial">
            <img src="/assets/images/testimonial-dave-o-sullivan-large.jpg" alt="">
            <blockquote>
                <p>“Since working with Paul and implementing the Accelerator Method, I have tripled my income, patient
                    numbers AND staff! But most importantly, the Accelerator Method has allowed me to turn my clinic
                    into a profitable business and enjoy financial freedom. I’d highly recommend working with Paul and
                    getting the Accelerator Method into your business.”</p>
                <p><strong>Dave O’Sullivan, ProSport Physiotherapy, Huddersfield</strong></p>
            </blockquote>
        </div>

        <div style="height:20px" class="hide-mobile"></div>

        <h2>All you need to do is look below and decide which option works best for you:</h2>

        <div class="buy-options">

            <h3>Option 1</h3>

            <img src="/assets/images/accelerator-book-bundle-option-1-v2.jpg" alt="Accelerator book - option 1"
                class="option-1">

            <p>Accelerator Book <strong>PLUS</strong> FREE Facebook Ads PDF Bonus
                <br><span class="price">$7.95</span><span class="price-after">Shipping and Handling</span>
            </p>

            <div class="buy-button">
                <a href="#popup-buy-option-1" class="pop-form">Get Option 1 Here &nbsp;<i
                        class="far fa-chevron-circle-right"></i></a>
            </div>

            <h3>Option 2</h3>

            <img src="/assets/images/accelerator-book-bundle-option-2-v3.jpg" alt="Accelerator book - option 1">

            <p>Accelerator Book <strong>PLUS</strong> Facebook Ads PDF Bonus <strong>PLUS</strong> <span
                    class="underline">Additional</span> Wealth Marketing DVD Program <strong>AND</strong> 60 Day Test
                Drive of Paul&rsquo;s &ldquo;Marketing Academy&rdquo; <span class="underline">(Just $11 more)</span>
                <br><span class="price">$18.95</span><span class="price-after">Shipping and Handling +$11 for Extra
                    Bonus Products</span>
            </p>

            <div class="buy-button">
                <a href="#popup-buy-option-2" class="pop-form">Get Option 2 Here &nbsp;<i
                        class="far fa-chevron-circle-right"></i></a>
            </div>

            <p style="margin-bottom:0;font-size:16px">* $11 Test Drive of Paul's Marketing Academy is limited to one per person.</p>
        </div>
    </div>

    <div class="full-width-header">
        <h2>Introducing: The <span class="underline">New Patient Accelerator Method</span> That Lets You…</h2>
    </div>

    <div class="content">
        <div class="book-bullets">
            <ul class="blue-ticks">
                <li>Grow your physio practice <strong>without needing referrals from Doctors</strong></li>
                <li>Charge TWICE the price that most medical agencies or insurance will ever pay</li>
                <li>Finally have an automated marketing system bringing new patients to your clinic
                    &ndash;&nbsp;<strong>24/7</strong></li>
                <li><strong>Systemise and automate</strong>&nbsp;your Physio clinic&rsquo;s marketing so that
                    you&nbsp;<strong>scale</strong>&nbsp;effortlessly</li>
                <li>Realistically, add&nbsp;<strong>at least</strong>&nbsp;&pound;100k in cash-pay revenue (in the next
                    12 months, with real life examples of other clinic owners who have done so)</li>
            </ul>
            <img src="/assets/images/accelerator-book-large-with-amazon-badge-3.png"
                alt="Paul Gough's New Patient Accelerator Method - The Book">
        </div>

        <h2>What People Are Saying About New Patient Accelerator Method on</h2>

        <img class="img-responsive" src="/assets/images/amazon-com-logo-480.png" alt="Amazon logo">

        <div class="amazon-reviews">
            <dl>
                <dt><i></i> Paul is a business genius...straight up!</dt>
                <dd class="author">By <span>Michael Wehrhahn</span></dd>
                <dd>The methods discussed in this book are directly responsible for me being able to grow my PT practice
                    from $0 to $50k/month in 2 years. Without Paul and the strategies in the book, there&#39;s no way
                    that
                    would have happened. If you have a healthcare practice or are considering starting one do yourself a
                    favor and buy this book right now...without a doubt the best investment you can make!
                </dd>
                <dt><i></i> Best Marketing tool for Physical Therapists</dt>
                <dd class="author">By <span>C. Jose</span></dd>
                <dd>Hands down one of the best marketing books I&#39;ve ever read for getting your physical therapy
                    practice
                    off the ground and not having to rely on doctor referrals. Paul is a natural story-teller, and is
                    able
                    to simplify seemingly complicated marketing and sales strategies into easy to remember, and easy to
                    implement steps that you can start to do right away - while not feeling overwhelmed. If you
                    implement
                    even just ONE thing he recommends, you&#39;ll see a difference immediately.
                </dd>
                <dt><i></i> 4-6 clients per week to 15+ in just weeks!</dt>
                <dd class="author">By <span>Brooke Olsen</span></dd>
                <dd>I started my struggling business with only 4-6 people per week for 5 months, wondering how I&#39;d
                    ever
                    find people interested in my services and scared to know how to even pay bills. I&#39;m now 7 months
                    in,
                    I read this book, implemented many of these strategies and items from Paul, now looking at 18+
                    people in
                    the door per week in just a couple of weeks while making a profit in my business instead of just
                    making
                    enough to pay the bills!
                </dd>
                <dt><i></i> The book is loaded with a wealth of information</dt>
                <dd class="author">By <span>Laura H.</span></dd>
                <dd>The book is loaded with a wealth of information on how to market your practice. If you are tired of
                    begging MD's for patients or just stuck in your marketing then this book is for you. I just opened
                    my
                    practice using many of the tips that are included in this book and the results have been phenomenal.
                    If
                    you are a looking for a no nonsense approach to growing your practice then look no further. My
                    recommendation would be to buy the book today!
                </dd>
                <dt><i></i> Use the methods in this book from day 1 to start improving the bottom line of your
                    business!!</dt>
                <dd class="author">By <span>mrs e l green</span></dd>
                <dd>Wow! What a breath of fresh air this book is!! Think you know how to grow your business? Think
                    again!!
                    Paul&rsquo;s book exposes the &ldquo;traditional&rdquo; methods of marketing for what they truly are
                    in
                    this evolving world of healthcare - outdated and ineffective!!! Then he explains the game changing
                    methods he uses (and so many have successfully adopted) in an easy to understand and implement step
                    by
                    step way... Healthcare is changing - don&rsquo;t get left behind!!
                </dd>
            </dl>
        </div>

        <img class="img-responsive" style="border:1px solid #ccc" src="/assets/images/accelerator-book-collage.jpg"
            alt="Image of PT business owners with Paul Gough's New Patient Accelerator Method book">

        <p class="caption">“More than 2000 Physio clinic owners have already purchased the book around the world!”</p>

        <div class="amazon-reviews">
            <dl>
                <dt><i></i> Best bang for your buck</dt>
                <dd class="author">By <span>Austin</span></dd>
                <dd>This is an absolutely MUST READ book if you are highly interested in learning about business and
                    marketing, ESPECIALLY if you are a Physical Therapist! After all, how much business and marketing
                    did
                    you learn in Physical Therapy school? This is top of the line information and will most likely be
                    the
                    best $20 you can ever spend to 100x your ROI and understanding of marketing. You will NOT regret it!
                </dd>
                <dt><i></i> Paul holds nothing back</dt>
                <dd class="author">By <span>K. Sullivan, PT</span></dd>
                <dd>Paul holds nothing back. He gives his most successful tips and strategies for marketing directly to
                    your
                    perfect patient, and how to get them in your door. A must read for any therapist (or Chiropractor,
                    DO,
                    etc) in private practice who wants more efficiency in their marketing and business.
                </dd>
                <dt><i></i> Stuck Cash Practice or Thinking About Starting A Practice?</dt>
                <dd class="author">By <span>David B</span></dd>
                <dd>An easy to read framework of how to transform a stuck practice into a successful business. It is
                    full of
                    insights how to grow and scale a practice without dependence on referrals from Doctors, while doing
                    so
                    as a cash practice. Hands down a must read if you have a cash practice or thinking about starting
                    one in
                    the future. So do you want to blaze your own trail building a cash practice or do you want to follow
                    a
                    proven path!
                </dd>
                <dt><i></i> Buy it!!!</dt>
                <dd class="author">By <span>Santo Riva</span></dd>
                <dd>Paul is hands down a marketing and biz genius. His tips will not only help you with marketing, but
                    even
                    more importantly, will help you change the message you tell your patients. This has probably helped
                    me
                    more with getting better outcomes for my patients than any other con-ed (PT) course that I have ever
                    taken. Do yourself (and your patients) a favor and buy this now!
                </dd>
                <dt><i></i> Trying to run a successful PT business?</dt>
                <dd class="author">By <span>Mat Parker</span></dd>
                <dd>If you have a PT business or planning on starting a PT business then this book is a must! Paul's
                    marketing style has significantly helped me grow my business and I no longer have to worry about
                    getting
                    physician referrals. Do yourself a favor and buy this book ASAP and start implementing as much as
                    you
                    can!
                </dd>
            </dl>
        </div>

        <p class="choose"><strong>Look below and choose which one works for you:</strong></p>

        <div class="bonuses">

            <h3><i class="fas fa-badge-check"></i> Option 1 (Good) : Free &ldquo;Best Ever&rdquo; Facebook Ads PDF</h3>

            <img src="/assets/images/accelerator-book-bundle-option-1-v2.jpg" alt="Accelerator book - option 1"
                class="option-1">

            <p>As you&rsquo;ll discover in the book, Facebook is one of the most profitable places to look right now for
                direct access to new patients.</p>

            <p>In the book I reveal how I use it to get in front of my perfect patient and with this instant access
                bonus
                PDF, you&rsquo;ll get 7 of the best performing Facebook ads I&rsquo;ve ran at my own clinic &ndash; and
                for
                my clients.</p>

            <p>Collectively, these ads have generated&nbsp;<strong>&pound;10,000 +</strong>&nbsp;worth of new private
                paying
                patients and you&rsquo;ll have instant access to them all, as soon as you order below&hellip;</p>

            <div class="buy-button">
                <a href="#popup-buy-option-1" class="pop-form">Get Option 1 Here &nbsp;<i
                        class="far fa-chevron-circle-right"></i></a>
                <p>Pay $7.95 for Shipping and Handling</p>
            </div>

            <div style="height:20px;"></div>

            <h3><i class="fas fa-badge-check"></i> Option 2 (Better) : Free Book, Plus Free Facebook Ads PDF Bonus, Plus
                $2000 Wealth Marketing DVD Programme, PLUS Test Drive My New Marketing Academy for 60 Days
                <br>(<span class="underline">Just $11 More</span>)
            </h3>

            <img src="/assets/images/accelerator-book-bundle-option-2-v3.jpg" alt="Accelerator book - option 2">

            <p><span class="underline">Choose this option</span>, and AS WELL as the &ldquo;Best Ever&rdquo; Facebook
                Ads PDF,
                I&rsquo;ll also give you instant access to my &ldquo;WEALTH MARKETING&rdquo; DVD programme.</p>

            <p>This is a 9 module program (Value $1997) that covers everything from how to&nbsp;<span
                    class="underline">fill up workshops, how to do new patient testimonials, getting leads from
                    community events, converting private patients</span>&nbsp;-
                and how I use social media at my clinic (&hellip;plus so much more).</p>

            <p>And,&nbsp;<span class="underline">if you are not already a member of my new Marketing Academy,</span>
                you&rsquo;ll
                get a free 60-day &ldquo;test drive&rdquo; for just $1...</p>

            <p>That test-drive includes access to my online Facebook community, as well as two months of the 32 page
                monthly
                Planet Paul Marketing Publication and coaching CD, plus support from my coaching team to help you grow
                your
                business.</p>

            <div class="buy-button">
                <a href="#popup-buy-option-2" class="pop-form">Click Here To Take Option 2&nbsp;<i
                        class="far fa-chevron-circle-right"></i></a>
                <p style="margin-bottom:0;padding-bottom:2px">Pay $18.95</p>
                <p style="margin-top:0;padding-top:0">($7.95 For S&amp;H + $11 more for all your additional bonuses)</p>
                <p style="margin-bottom:0;background:#50a1d5;color:#fff;font-size:16px">* $11 Test Drive of Paul's Marketing Academy is
                    limited to one per person.</p>
            </div>

        </div>

    </div>

    <div class="full-width-header">
        <h2>Here’s Just a Few of the Marketing Secrets You’ll Learn Inside Your FREE Copy of My New Patient Accelerator
            Book…</h2>
    </div>

    <div class="content">

        <ul class="gold-stars">
            <li>
                <p>The exact system I used to&nbsp;<strong>scale a 4 location private physio clinic</strong>&nbsp;in the
                    economically challenged North East of England &ndash; without needing referrals from doctors or
                    medical
                    agencies (Starts in Chapter 6)</p>
            </li>
            <li>
                <p>The one thing that made all the difference between attracting &ldquo;price shoppers&rdquo; &ndash;
                    and
                    those happy to pay higher fees (Chapter 7)</p>
            </li>
            <li>
                <p>Discover the little known&nbsp;<strong>difference between marketing for patients happy to pay higher
                        fees
                        for a better quality service (</strong>Chapter 4)</p>
            </li>
            <li>
                <p><strong>Five different marketing methods</strong>&nbsp;that I use to attract my ideal patients
                    (Chapter
                    8)</p>
            </li>
            <li>
                <p><strong>How I grew a more profitable clinic without adding more and more staff OR
                        patients&hellip;</strong></p>
            </li>
            <li>
                <p>How&nbsp;<strong>we deal with price objections</strong>&nbsp;and persuade those tempted to try the
                    NHS
                    first, to come to us&hellip; (Chapter 9)</p>
            </li>
            <li>
                <p>How we got our prices up and over ONE HUNDRED POUNDS PER SESISON&hellip;</p>
            </li>
        </ul>

        <p>That&rsquo;s&nbsp;<strong>just a sneak peak</strong>&nbsp;of what is waiting for you when you order the
            book&hellip;
            there are 10 chapters, 63,000 words and a countless number of true stories, marketing lessons learned and
            solid
            gold marketing strategies, tips and ideas to help you stop relying on insurance companies and medical
            agencies
            &ndash; <strong>and get new patients fast, even if no one knows who you are.</strong></p>

        <h2>Who Is This Book For?</h2>

        <p>If you are a private physio clinic owner struggling to get a predictable flow of patients or you are stuck
            charging lowly fees, then this book is perfect for you.</p>

        <p><strong>Here&rsquo;s who should read <em>every word</em> of it:</strong></p>

        <ul class="targets">
            <li>Private physio clinic owners <strong>WITHOUT a predictable system</strong> for generating new leads,
                enquires and private paying patients</li>
            <li>Physio clinic owners who <strong>can&rsquo;t get referrals from doctors</strong></li>
            <li>>Brand new clinic owners <strong>with no marketing plan or system</strong></li>
            <li>Physio clinic owners <strong>who are</strong> stuck charging basement prices and barely scrapping a
                living.</li>
        </ul>

        <h2>When Will I Receive My Book?</h2>

        <p>Currently, stock is limited. When you claim your FREE copy now, your order will be shipped from our warehouse
            priority stock. Order now and claim your <strong>free bonuses</strong> <span
                style="background:yellow">(valued at over $2000)</span>.</p>

        <div style="height:20px"></div>

    </div>

    <div class="full-width-header">
        <h2>What Physio Clinic Owners From Britain - of All Levels and Types - Are Saying About The New Patient
            Accelerator Method Book:</h2>
    </div>

    <div class="content">

        <div style="height:20px"></div>

        <section class="testimonials">
            <div>
                <img src="/assets/images/testimonial-leslie-2.jpg" alt="">
                <blockquote>
                    <p>&ldquo;The Accelerator Method has given me a top level understanding about how people make
                        decisions,
                        which in turn has provided me with a consistent stream of new private clients and helped me hit
                        revenue goals. I’ve also been able to raise my rates to £150 per visit which are likely to rise
                        again soon!&rdquo;</p>
                    <p class="author">Leslie Abrahams, Bodies Under Construction Physio & Pilates, London</p>
                </blockquote>
            </div>
            <hr>
            <div>
                <img src="/assets/images/testimonial-wendy-mccloud.jpg" alt="">
                <blockquote>
                    <p>&ldquo;Paul’s energy and enthusiasm for business is infectious. Learning from him has made me a
                        better person and a better business owner and taking Accelerator was what really re-ignited my
                        fire
                        for growing my company.&rdquo;</p>

                    <p class="author">Wendy McCloud, WDC Physiotherapy, Essex</p>
                </blockquote>
            </div>
            <hr>
            <div>
                <img src="/assets/images/testimonial-lisa.jpg" alt="">
                <blockquote>
                    <p>&ldquo;Accelerator has paid off ten-fold! Ever since implementing what Paul teaches, I’ve been
                        able
                        to charge higher prices, identify the areas of opportunity in my business, and have a team who
                        are
                        100% on board with our mission. The Accelerator Method has completely transformed my mindset and
                        my
                        business for the better.&rdquo;</p>

                    <p class="author">Lisa Wiles, Hands That Heal - Physio & Sports Massage Clinic, York</p>
                </blockquote>
            </div>
            <hr>
            <div>
                <img src="/assets/images/testimonial-dave-o-sullivan-2.jpg" alt="">
                <blockquote>
                    <p>&ldquo;Since working with Paul and implementing the Accelerator Method, I have tripled my income,
                        patient numbers AND staff! But most importantly, the Accelerator Method has allowed me to turn
                        my
                        clinic into a profitable business and enjoy financial freedom. I’d highly recommend working with
                        Paul and getting the Accelerator Method into your business.&rdquo;</p>

                    <p class="author">Dave O’Sullivan, ProSport Physiotherapy, Huddersfield</p>
                </blockquote>
            </div>
            <hr>
            <div>
                <img src="/assets/images/testimonial-steve-patrick.jpg" alt="">
                <blockquote>
                    <p>&ldquo;When I first saw the Accelerator Method I was sceptical and thought it was some over the
                        top
                        sales approach from the US to sell Health Care (even though Paul is from the UK). However, I
                        decided
                        to take the leap and was proven wrong! The Accelerator Method has given me an abundance of
                        material
                        to attract private clients free from referrals as well as the confidence to actually scale the
                        business to a whole new level.&rdquo;</p>

                    <p class="author">Steve Patrick, The Wimborne Clinic, Dorset</p>
                </blockquote>
            </div>
            <hr>
            <div>
                <img src="/assets/images/testimonial-gav.jpg" alt="">
                <blockquote>
                    <p>&ldquo;My biggest worry was having the confidence to say goodbye to being employed by someone
                        full
                        time - to being completely self employed in case no one knew about my clinic. Since the
                        Accelerator
                        Method, I’ve gained the confidence to transition to a full time business owner, have a team of
                        people working for me, I’ve been able to increase my prices, and most importantly - I have more
                        time
                        to enjoy with my family, I’m able to drop my daughter off at school each morning… the list could
                        go
                        on. Accelerator is by far the best decision I’ve ever made for me and my family.&rdquo;</p>

                    <p class="author">Gav Noble, Gave Noble Physical Therapy, Lisburn, Northern Ireland</p>
                </blockquote>
            </div>

        </section>

        <div style="height:30px;"></div>

    </div>

    <div class="full-width-header">
        <h2>How To Get Started:</h2>
    </div>

    <div class="content">

        <p>Your copy of the New Patient Accelerator Book is FREE.</p>

        <p>I simply ask that you help cover publishing and shipping costs of just $7.95.</p>

        <p>Your copy will ship as early as 24 hours from now. Just click on one of the yellow buttons below and enter
            your
            information and we&rsquo;ll get your FREE copy of the&nbsp;<strong>New Patient Accelerator
                Method</strong>&nbsp;sent
            to your door, while copies last.</p>

        <div class="buy-options">

            <h3>Option 1</h3>

            <img src="/assets/images/accelerator-book-bundle-option-1-v2.jpg" alt="Accelerator book - option 1"
                class="option-1">

            <p>Accelerator Book <strong>PLUS</strong> FREE Facebook Ads PDF Bonus
                <br><span class="price offer">$7.95</span><span class="price-after">Shipping and Handling</span>
            </p>

            <div class="buy-button">
                <a href="#popup-buy-option-1" class="pop-form">Get Option 1 Here &nbsp;<i
                        class="far fa-chevron-circle-right"></i></a>
            </div>

            <h3>Option 2</h3>

            <img src="/assets/images/accelerator-book-bundle-option-2-v3.jpg" alt="Accelerator book - option 1">

            <p>Accelerator Book <strong>PLUS</strong> Facebook Ads PDF Bonus <strong>PLUS</strong> <span
                    class="underline">Additional</span> Wealth Marketing DVD Program <strong>AND</strong> 60 Day Test
                Drive of Paul&rsquo;s &ldquo;Marketing Academy&rdquo; <span class="underline">(Just $11 more)</span>
                <br><span class="price offer">$18.95</span><span class="price-after">Shipping and Handling +$11 for
                    Extra Bonus Products</span>
            </p>


            <div class="buy-button">
                <a href="#popup-buy-option-2" class="pop-form">Get Option 2 Here &nbsp;<i
                        class="far fa-chevron-circle-right"></i></a>
            </div>

            <p style="margin-bottom:0;font-size:16px">* $11 Test Drive of Paul's Marketing Academy is limited to one per person.</p>
        </div>

        <div style="height:10px"></div>

        <h2 style="color:#c00000">This Is a LIMITED TIME OFFER</h2>

        <p>And because we only have a fixed number of copies of the New Patient Accelerator Method set aside at this
            special
            price of <span class="underline">free</span> &ndash; I won&rsquo;t be able to make this offer available
            forever.
        </p>

        <p>I highly recommend you take advantage of this offer, and grab your FREE copy of the <strong>New Patient
                Accelerator Method</strong> while it&rsquo;s still available, and while we still have supplies.</p>

        <p>If you wait and try to get your free copy later - there is a <strong>strong chance we will have run out
            </strong>and
            you will have missed out on your opportunity to get a free copy of the New Patient Accelerator Method (this
            book
            has sold out six times already).</p>

        <div style="height:10px"></div>

        <h2 style="color:#c00000">My &ldquo;Better Than Money Back Guarantee&rdquo;</h2>

        <p>Because I am 100% certain that implementing the Marketing system that you&rsquo;ll discover in the New
            Patient
            Accelerator Method book will help take your business from being stuck, waiting for the phone to ring and
            like
            you have to charge low prices &ndash; towards more private patient success and more profitability&hellip;
        </p>

        <p>I want to make the decision to claim your free copy right now as much of a &ldquo;no-brainer&rdquo; as
            possible.</p>

        <p>So, if for ANY reason you are not satisfied with the New Patient Accelerator Method book&hellip;</p>

        <p>Simply send me a one-line email, and&nbsp;<strong>we&rsquo;ll refund every penny of the small shipping
                costs</strong>&nbsp;&ndash; and let you keep your copy of the book, no questions asked.</p>

        <p>But again, this is a LIMITED time offer, so if you&rsquo;d like to see what the New Patient Accelerator
            Method
            can do to transform your clinic profits&hellip;</p>

        <p>Choose which option works best for you below and get started. The book will be on its way to you in the next
            24
            hours.</p>

        <p>Happy reading.</p>

        <p>Paul <i class="fal fa-smile"></i></p>

        <div style="height:10px"></div>

        <div class="buy-options">

            <h3>Option 1</h3>

            <img src="/assets/images/accelerator-book-bundle-option-1-v2.jpg" alt="Accelerator book - option 1"
                class="option-1">

            <p>Accelerator Book <strong>PLUS</strong> FREE Facebook Ads PDF Bonus
                <br><span class="price offer">$7.95</span><span class="price-after">Shipping and Handling</span>
            </p>

            <div class="buy-button">
                <a href="#popup-buy-option-1" class="pop-form">Get Option 1 Here &nbsp;<i
                        class="far fa-chevron-circle-right"></i></a>
            </div>

            <h3>Option 2</h3>

            <img src="/assets/images/accelerator-book-bundle-option-2-v3.jpg" alt="Accelerator book - option 1">

            <p>Accelerator Book <strong>PLUS</strong> Facebook Ads PDF Bonus <strong>PLUS</strong> <span
                    class="underline">Additional</span> Wealth Marketing DVD Program <strong>AND</strong> 60 Day Test
                Drive of Paul&rsquo;s &ldquo;Marketing Academy&rdquo; <span class="underline">(Just $11 more)</span>
                <br><span class="price offer">$18.95</span><span class="price-after">Shipping and Handling +$11 for
                    Extra Bonus Products</span>
            </p>


            <div class="buy-button">
                <a href="#popup-buy-option-2" class="pop-form">Get Option 2 Here &nbsp;<i
                        class="far fa-chevron-circle-right"></i></a>
            </div>

            <p style="margin-bottom:0;font-size:16px">* $11 Test Drive of Paul's Marketing Academy is limited to one per person.</p>
        </div>

        <div style="height:10px"></div>

        <h2 style="color:#c00000">SO, YOU MIGHT BE WONDERING…</h2>

        <p style="text-align:center">If it&rsquo;s so good, why am I giving the book away for FREE?<br />
            There are a few valid reasons:</p>

        <ol class="red-circle-numbers">
            <li>
                <p>You&rsquo;ll read all about the suspected &ldquo;heart-attack&rdquo; that I suffered at the age of
                    just 31. And how, during that emotional and scary time, I realised some key turning points about my
                    clinic&hellip;</p>

                <p>&hellip;<strong>like, I simply could NOT carry on being at the mercy of low paying insurance
                        companies and not having a predictable system for finding my own new leads and
                        patients.</strong></p>

                <p>Back then I had NO choice but to rely on medical agency referrals and accept a pittance from those
                    low paying insurance companies. Thankfully, I discovered the principles you&rsquo;ll read about in
                    the book and all of that changed for me.</p>

                <p>And someone, (maybe you?), will read this and immediately have the answer to your marketing questions
                    that could save YOUR business like they did mine (and my health!)</p>

            </li>
            <li>
                <p><strong>There&rsquo;s nothing out there like it.&nbsp;</strong>I wish there had been something like
                    this book when I was getting started. It would have saved me a lot of heartache (literally!) stress,
                    time and money.</p>

                <p>When I first started my physio practice in the North East of England (Darlington, Durham, Guisborough
                    and Hartlepool), I had zero money, no business or marketing experience and everything had to be
                    learned through trial and error. By testing, tweaking and optimising my own system to the point of
                    it being predictable and reliable allowing me to scale to a private clinic to four locations that
                    has made over 100 thousand in take-home profit, year after year.</p>

                <p>This book was missing for me. The ability to know how to set up a marketing system that would
                    predictably and reliably bring in new patients meaning I could have got on with growing a more
                    profitable clinic, years earlier.</p>
            </li>
            <li>
                <p><strong>Being completely honest:</strong>&nbsp;I get some valuable shelf space in your library and if
                    you like what I stand for and what my principles are, and if I&rsquo;ve done a good enough job of
                    helping you via the book, maybe you will want to work with me at some point further down the line
                    when the time is right.</p>
            </li>
            <li>
                <p><strong>Real case studies of clinic owners just like you</strong>: Since anyone can claim to be a
                    &ldquo;marketing expert&rdquo; in our profession these days, I thought it was important for you to
                    see proof of what DOES actually work.</p>

                <p>This book contains real proof of business owners who have used the principles in this book to walk
                    away from insurance companies (some completely, some over time), clinic owners who have started
                    private practices from scratch &ndash; and within 12 months are generating &pound;100k+&hellip; and
                    clinic owners who have been able to quit their day job in the NHS or at the Ministry of Defence and
                    start and grow a very successful practice.</p>

                <p>Some of these case studies I have kept under wraps &ndash; until now. Until I had enough of them to
                    prove beyond all reasonable doubt that my success with this system was not a fluke. I am now one of
                    1000&rsquo;s of clinic owners who have used this system to build a physio practice that is easier to
                    grow and scale &ndash; despite all my patients having the FREE NHS option.</p>

                <p>These real life examples will completely change your thinking about what you can do as a clinic owner
                    &ndash; about what is possible for your clinic &ndash; and will give you lots of ideas on how you
                    can do it better.</p>
            </li>
        </ol>

        <p style="text-align:center">Thanks for taking the time to read this letter.</p>

        <p style="text-align:center;font-size:24px;"><strong>I hope you enjoy the book!</strong></p>

        <p style="text-align:center;font-family:'Satisfy', Sans-Serif;font-size:36px;margin-bottom: 0"><em>Paul
                Gough</em></p>

    </div>

    <div class="about-paul">
        <div class="about-inner">
            <h2>About The <span class="underline">Two Time</span> No.1 Best Selling Author Of The Book</h2>
            <img class="paul-photo" src="/assets/images/paul-photo-square-100.jpg" alt="Paul Gough">
            <p><span class="underline">PAUL GOUGH</span> is a two time No.1 bestselling author of <em>The New Patient
                    Accelerator Method</em>, <em>The Physical Therapy Hiring Solution</em>, and <em>The Healthy
                    Habit</em>. He is also
                a former professional football physio turned <strong>successful clinic owner</strong> from
                Hartlepool. He is the founder of the Paul Gough Physio Rooms &ndash; a
                successful private clinic he started from a spare room in his home with no money down and with no
                business
                or marketing skills. He has since scaled his clinic from <strong>one to four locations</strong> across
                the North East, and <strong>zero
                    to £1m in private revenue </strong>and he now helps clinic owners all across the UK, Europe, America
                and around the world to get more private patients using his proven systems.</p>
            <img class="img-responsive" style="border:none;border-radius:0;margin:10px auto 0;padding:10px 0 0"
                src="/assets/images/hartlepool-clinic.jpg" alt="">
        </div>
    </div>

    <div class="footer-legals">
        <div class="footer-inner">
            <p class="copyright">Copyright <?php echo date('Y')?> - Paul Gough - All Rights Reserved</p>
            <ul class="links">
                <li><a href="/refunds">Refund Policy</a></li>
                <li><a href="/disclaimer">Disclaimer</a></li>
            </ul>
        </div>
    </div>

    <?php echo view($popups)?>

    <script src="/assets/js/jquery.magnific-popup.min.js"></script>
    <script>
    $(function() {
        $('.pop-form').magnificPopup({
            type: 'inline',
            midClick: true,
            showCloseBtn: true,
            closeBtnInside: false
        });

        $('.fb-track-click').on('click', function() {
            fbq('track', 'Lead');
        })
    })
    </script>

    <?php
// this is for the countdown - don't delete it!
$dateObj = new DateTime('now');
$dateObj->modify('last day of');
$deadline = $dateObj ->format('F j Y');
?>

    <script>
    function getTimeRemaining(endtime) {
        var t = Date.parse(endtime) - Date.parse(new Date());
        var seconds = Math.floor((t / 1000) % 60);
        var minutes = Math.floor((t / 1000 / 60) % 60);
        var hours = Math.floor((t / (1000 * 60 * 60)) % 24);
        var days = Math.floor(t / (1000 * 60 * 60 * 24));
        return {
            'total': t,
            'days': days,
            'hours': hours,
            'minutes': minutes,
            'seconds': seconds
        };
    }

    function initializeClock(id, endtime) {
        var clock = document.getElementById(id);
        var daysSpan = clock.querySelector('.days');
        var hoursSpan = clock.querySelector('.hours');
        var minutesSpan = clock.querySelector('.minutes');
        var secondsSpan = clock.querySelector('.seconds');

        function updateClock() {
            var t = getTimeRemaining(endtime);

            daysSpan.innerHTML = t.days;
            hoursSpan.innerHTML = ('0' + t.hours).slice(-2);
            minutesSpan.innerHTML = ('0' + t.minutes).slice(-2);
            secondsSpan.innerHTML = ('0' + t.seconds).slice(-2);

            if (t.total <= 0) {
                clearInterval(timeinterval);
                //$('div.button').remove();
                daysSpan.innerHTML = '0';
                hoursSpan.innerHTML = '0';
                minutesSpan.innerHTML = '0';
                secondsSpan.innerHTML = '0';
            }
        }

        updateClock();
        var timeinterval = setInterval(updateClock, 1000);
    }

    var deadline = '<?php echo $deadline?> 22:00:00 PST';
    //initializeClock('countdown', deadline);
    //initializeClock('countdown-2', deadline);
    </script>
    <script type="text/javascript">
    _linkedin_data_partner_id = "314332";
    </script>
    <script type="text/javascript">
    (function() {
        var s = document.getElementsByTagName("script")[0];
        var b = document.createElement("script");
        b.type = "text/javascript";
        b.async = true;
        b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
        s.parentNode.insertBefore(b, s);
    })();
    </script>
    <noscript>
        <img height="1" width="1" style="display:none;" alt=""
            src="https://dc.ads.linkedin.com/collect/?pid=314332&fmt=gif" />
    </noscript>
    <script type="text/javascript" src="https://iw216.infusionsoft.com/app/webTracking/getTrackingCode"></script>
    <?php echo view('footer_live_chat')?>
</body>

</html>

Commits for paulsmarketingbook/trunk/app/Views/free_copy_uk_view.php

Diff revisions: vs.
Revision Author Commited Message
11 Diff Diff farnott picture farnott Wed 16 Jun, 2021 13:42:27 +0000

Cash Club changed to Marketing Academy

10 Diff Diff farnott picture farnott Wed 16 Jun, 2021 13:41:01 +0000

Cash Club changed to Marketing Academy

8 Diff Diff farnott picture farnott Fri 23 Apr, 2021 12:47:50 +0000

swap live chat for mobile monkey

2 tporter picture tporter Mon 02 Nov, 2020 15:58:52 +0000

Migrated over to Codeignitor 4 codebase. Refactored code.