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
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
<!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.2">
    <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 has spoken at the APTA, PPS Annual Conference and he is featured regularly in
        Impact Magazine</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 />
            #1 Bestseller Reveals How 100&rsquo;s of PT Clinic Owners Are Trading Insurance Headaches <strong
                class="highlight">For Cash Pay Profit</strong> (&hellip;Using A Simple To Copy, Direct To Public <strong
                class="underline">Marketing System</strong>)&rdquo;</h1>

        <p class="subheadline">And, how YOU can use the same process for yourself – whether you are in a small town or a
            big city (…and even if you’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-carrie.jpg" alt="">
            <blockquote>
                <p>“Hands down one of the best marketing books I've ever read for getting your physical therapy
                    marketing off the ground - and not having to rely on doctor referrals.”</p>
                <p><strong>Carrie Jose, CJ Physical Therapy And Wellness, Portsmouth, NH</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">$9.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 2">

            <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">$20.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 practice <strong>without needing referrals from Doctors </strong></li>
                <li>Put more <strong>cash pay patients into your clinic</strong> (less volume, more profit)</li>
                <li>Finally have an automated marketing system bringing new patients to your clinic &ndash;
                    <strong>24/7</strong>
                </li>
                <li><strong>Systemize and automate</strong> your clinic&rsquo;s marketing so that you
                    <strong>scale</strong> effortlessly
                </li>
                <li>Know where to look to find patients happy to pay in cash</li>
                <li>Realistically, add <strong>at least</strong> $100k in cash pay revenue (in the next 12 months)</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 physical therapy clinic owners have already purchased the book!”</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 - or for my
                clients.</p>

            <p>Collectively, these ads have generated <strong>$10,000 +</strong> worth of new 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 $9.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 Program, 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 program.</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 cash pay 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 member of my new Marketing Academy</span>,
                you&rsquo;ll
                get a free 60 day &ldquo;test drive&rdquo; for just $11...</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 $20.95</p>
                <p style="margin-top:0;padding-top:0">($9.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 <strong>scale a 4 location cash pay clinic</strong> &ndash; without
                    needing
                    referrals from doctors (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 in cash (Chapter 7)</p>
            </li>
            <li>
                <p>Discover the little known <strong>difference between marketing for cash pay and insurance pay
                        patients</strong> &ndash; so you don&rsquo;t attract the wrong ones (Chapter 4)</p>
            </li>
            <li>
                <p><strong>Five different marketing methods</strong> that I use to attract cash pay patients (Chapter 8)
                </p>
            </li>
            <li>
                <p>How <strong>we deal with price objections</strong> and persuade those folks wanting to use insurance
                    - to
                    pay in cash (Chapter 9)</p>
            </li>
        </ul>

        <p>That&rsquo;s <strong>just a sneak peak</strong> 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 to get your business out of the insurance rat race &ndash;
            <strong>and into the &ldquo;nirvana&rdquo; of working with more patients happy to pay in cash. </strong>
        </p>

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

        <p>If you are a cash pay clinic owner struggling to get a predictable flow of cash patients OR, you are an
            insurance
            based business owner fed up with low paying insurance companies, perhaps considering how you can get more
            cash
            pay patients so you can make more profit, 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>Cash pay clinic owners <strong>WITHOUT a predictable system</strong> for generating new leads, inquires
                and
                paying patients
            </li>
            <li>Insurance based&nbsp;business owners wanting <strong>more</strong> cash pay patients (more profit, less
                volume)
            </li>
            <li>Clinic owners who <strong>can&rsquo;t get referrals from doctors</strong></li>
            <li>Insurance clinic owners <strong>fed up of</strong> low paying insurance companies</li>
            <li>Brand new clinic owners <strong>with no marketing plan or system</strong></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> (valued at over $2000).</p>

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

    </div>

    <div class="full-width-header">
        <h2>What Clinic Owners 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-kevin-vandi.jpg" alt="">
                <blockquote>
                    <p>&ldquo;Before Accelerator I <em>wasn&rsquo;t</em>&nbsp;even making $4000 in a month as a
                        solo-cash PT
                        &ndash; 15 months on from taking the class and I&rsquo;ve since made $19,700 in cash, in ONE
                        WEEK,
                        using his marketing methods and my business continues to grow, month on month.&rdquo;</p>
                    <p class="author">Kevin Vandi, Competitive Edge PT, San Jose, CA</p>
                </blockquote>
            </div>
            <hr>
            <div>
                <img src="/assets/images/testimonial-oliver.jpg" alt="">
                <blockquote>
                    <p>&ldquo;I spent years chasing Doctors for referrals &ndash; I got more new patients within 3 weeks
                        of
                        implementing the Accelerator Method than I did in all that time chasing the Doctors.&rdquo;</p>

                    <p class="author">Oliver Patalinghug, Restore PT, Rochester Hills, MI</p>
                </blockquote>
            </div>
            <hr>
            <div>
                <img src="/assets/images/testimonial-kim.jpg" alt="">
                <blockquote>
                    <p>&ldquo;If you want strategies to help reduce or eliminate your insurance headaches, Paul is the
                        person
                        to show you how &ndash; he has concrete ideas to implement rather than strictly theory like so
                        many
                        other PT marketing people. We have been able to drop almost all of the insurance companies
                        thanks to
                        what Paul showed us on Accelerator.&rdquo;</p>

                    <p class="author">Kim Gladfelter, PhysioFit Physical Therapy, Los Altos, CA</p>
                </blockquote>
            </div>
            <hr>
            <div>
                <img src="/assets/images/testimonial-jake.jpg" alt="">
                <blockquote>
                    <p>&ldquo;When I first spoke to Paul I was in a small room in a rented facility seeing just one or
                        two
                        patients per week &ndash; I took Accelerator and within 14 months I went from charging $150 per
                        session to $225, had 60 visits + per week on schedule, I hired my first full time staff PT and
                        had
                        moved into my own premises. Whatever Paul tells me to do &ndash; I just do it! That&rsquo;s
                        because
                        every time I speak to Paul - I make more money.&rdquo;</p>

                    <p class="author">Jake Berman, Berman PT, Naples FL</p>
                </blockquote>
            </div>
            <hr>
            <div>
                <img src="/assets/images/testimonial-christine.jpg" alt="">
                <blockquote>
                    <p>&ldquo;I started a cash-based practice and it wasn&rsquo;t long before I was &ldquo;stuck&rdquo;
                        with
                        no calls and no patients &ndash; the Accelerator Method has been my &ldquo;cure!&rdquo;</p>

                    <p class="author">Christine Walker, Christine Walker Physical Therapy, Harrisburg, NC</p>
                </blockquote>
            </div>
            <hr>
            <div>
                <img src="/assets/images/testimonial-kevin.jpg" alt="">
                <blockquote>
                    <p>&ldquo;Before discovering the Accelerator Method I was stressed, unhappy, underpaid and
                        underappreciated at my Mill Like PT Clinic &ndash; the Accelerator Method gave me the confidence
                        to
                        quit my job and just 3 months on I&rsquo;m already making more in a month working for myself
                        than I
                        ever was at my job. Thank you Paul!&rdquo;</p>

                    <p class="author">Kevin Mao, Balance and Restoration, San Francisco, CA</p>
                </blockquote>
            </div>
            <hr>
            <div>
                <img src="/assets/images/testimonial-jennifer.jpg" alt="">
                <blockquote>
                    <p>&ldquo;Since implementing the Accelerator Method I&#39;ve gone from making NO profit to
                        generating
                        20% profit consistently each month! I no longer experience a &quot;slow&quot; month. We&#39;re
                        at
                        97% capacity (which wasn&#39;t the case this time last year!), and since taking on Paul&#39;s
                        advice, we&#39;ve hit every target. Implement what Paul teaches and you&#39;ll start being the
                        owner
                        of the thriving business you always dreamed of.&quot;</p>

                    <p class="author">Jennifer Penrose, Penrose Physical Therapy, Lacey, WA</p>
                </blockquote>
            </div>
            <hr>
            <div>
                <img src="/assets/images/testimonial-neil.jpg" alt="">
                <blockquote>
                    <p>&ldquo;Most PTs are now aware of the huge crowd of people that Paul teaches you to market to
                        &ndash;
                        the Accelerator Method shows you how to address that opportunity.&rdquo;</p>

                    <p class="author">Neil Sauer, Functional Advantage, Hemlock, MI</p>
                </blockquote>
            </div>
            <hr>
            <div>
                <img src="/assets/images/testimonial-nick.jpg" alt="">
                <blockquote>
                    <p>&ldquo;My revenue has doubled since implementing the Accelerator Method and because it is all
                        about
                        Systems I have a lot more time to work ON the business (not in the business), and to spend with
                        my
                        family!&rdquo;</p>

                    <p class="author">Nick Hunter, Preferred PT, Glendale, AZ</p>
                </blockquote>
            </div>
            <hr>
            <div>
                <img src="/assets/images/testimonial-trupti.jpg" alt="">
                <blockquote>
                    <p>&ldquo;Since implementing the Accelerator Method my monthly revenue has increased by 60%. I was
                        seeing 7 patients a week and just 13 months on, I&rsquo;m now at capacity and charging $150 more
                        per
                        visit and ready to make my first full time hire!&rdquo;</p>

                    <p class="author">Trupti Mehta, Manual Medicine PT, Washington D.C.</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 is FREE.</p>

        <p>I simply ask that you help cover publishing and shipping costs of just $9.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 <strong>New Patient Accelerator Method</strong> 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">$9.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">$20.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 chasing doctors and trapped inside of
            the
            insurance system &ndash; towards more cash pay 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 <strong>we&rsquo;ll refund every cent of the small shipping
                costs</strong>
            &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>Chose 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">$9.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">$20.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 realized 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 third party 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. And someone, (maybe you?), will read this and immediately have the
                    answers to your insurance nightmare or 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. </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 practice I had zero money, no business or marketing experience and everything
                    had
                    to be learned through trial and error. By testing, tweaking and optimizing my own system to the
                    point of
                    it being predictable and reliable allowing me to scale to a cash based clinic to four locations.</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 left the insurance trap years earlier.</p>
            </li>
            <li>
                <p><strong>Being completely honest:</strong> 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 cash
                    based
                    practices from scratch &ndash; and within 12 months are generating $100k, and clinic owners who have
                    made their insurance pay clinic a success &ndash; and then used the same principles to turn around
                    and
                    start a CASH PAY clinic in other states.</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
                    100&rsquo;s
                    of clinic owners who have used this system to walk away from insurance hassle to a clinic that is
                    more
                    profitable and easier to run.</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 soccer physical therapist turned <strong>successful clinic owner</strong> from
                the UK (a country where healthcare is free). He is the founder of the Paul Gough Physio Rooms &ndash; a
                successful cash pay 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>, and
                <strong>zero
                    to $1m in cash pay revenue </strong>and he now helps clinic owners all across America and around
                the world to get more cash pay patients using his proven systems.
            </p>
        </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_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.