-
Notifications
You must be signed in to change notification settings - Fork 1
/
price289fiahybrid.shtml.html
973 lines (922 loc) · 59.3 KB
/
price289fiahybrid.shtml.html
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
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
<!DOCTYPE html>
<html lang="en"><!--<![endif]-->
<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<title>Kirkham 289 FIA Hybrid</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link href="logo.ico" rel="shortcut icon" type="image/png" />
<link href="core/images/apple-touch-icon.png" rel="apple-touch-icon" sizes="57x57" />
<link href="core/images/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" />
<link href="core/images/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic" media="all" rel="stylesheet" type="text/css" />
<link href="core/js/mejs/mediaelementplayer.min.css" media="all" rel="stylesheet" type="text/css" /><script type="text/javascript" src="core/js/jquery-1.8.3.min.js"></script><script type="text/javascript" src="core/js/head.min.js"></script><!--[if IE 8]>
<script type="text/javascript" src="core/js/html5.min.js"></script>
<script type="text/javascript" src="core/js/css3-mediaqueries.js"></script>
<script type="text/javascript" src="core/js/es5-shim.min.js"></script>
<![endif]-->
<link href="core/css/main.css" rel="stylesheet" type="text/css" /><!-- <link rel="stylesheet" type="text/css" href="core/styles/default.css" /> --><!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="core/css/responsive.css" />
<link rel="stylesheet" type="text/css" href="core/css/ie8.css" />
<![endif]--><!--[if gte IE 8]>
<link rel="stylesheet" type="text/css" href="core/css/ie.css" />
<![endif]-->
</head>
<body bgcolor="white" class="home blog" data-branding="brandColor: #f74b00" lang="EN-US" link="blue" onload="count()" style="" vlink="red">
<div id="topbar"></div>
<!-- [header] -->
<section id="header-bg">
<header class="container centered" id="header-wrap" role="banner">
<div class="sixteen columns logo-left" id="header" style="padding-top: 37px;">
<ul class="social-icons hfloat" data-hover-color="red: 247, green: 85, blue: 14">
<li class="text">Creativity has no limits</li>
<li class="icon"><a href="https://twitter.com/Kirkham427" target="_blank"><img alt="Twitter" src="core/images/social-icons/twitter_alt.png" /></a></li>
<li class="icon"><a href="http://www.facebook.com/KirkhamMotorsports?bookmark_t=page" target="_blank"><img alt="Facebook" src="core/images/social-icons/facebook.png" /></a></li>
</ul>
<!-- .social-icons -->
<div class="logo clearfix" id="logo" style="padding-top: 2px;"><a href="index.shtml.html"><img alt="Kirkham Motorsports" src="core/images/Kirkham Logos wide.png" width="200" /></a></div>
<!-- logo --><!-- [navigation] --><!-- adding dynamic content with the include below, the menu bar --><ul class="navigation hfloat">
<li class="menu-item"><a href="index.shtml.html">Home</a> </li>
<li class="menu-item"><a href="about.shtml.html">About</a></li>
<li class="menu-item"><a href="price427kms.shtml.html">Pricing</a>
<ul class="sub-menu">
<li class="menu-item"><a href="price427kms.shtml.html">427 KMS/SC</a></li>
<li class="menu-item"><a href="price427street.shtml.html">427 Street</a></li>
<li class="menu-item"><a href="price289street.shtml.html">289 Street</a></li>
<li class="menu-item"><a href="price289fia.shtml.html">289 FIA</a></li>
<li class="menu-item"><a href="price289streethybrid.shtml.html">289 Street Hybrid</a></li>
<li class="menu-item"><a href="price289fiahybrid.shtml.html">289 FIA Hybrid</a></li>
<li class="menu-item"><a href="price289coupe.shtml.html">289 Coupe</a></li>
</ul>
</li>
<li class="menu-item"><a href="products.shtml.html">Products</a>
<ul class="sub-menu">
<li class="menu-item"><a href="products427kms.shtml.html">427 KMS/SC</a></li>
<li class="menu-item"><a href="products427street.shtml.html">427 Street</a></li>
<li class="menu-item"><a href="products289street.shtml.html">289 Street</a></li>
<li class="menu-item"><a href="products289fia.shtml.html">289 FIA</a></li>
<li class="menu-item"><a href="products289streethybrid.shtml.html">289 Street Hybrid</a></li>
<li class="menu-item"><a href="products289fiahybrid.shtml.html">289 FIA Hybrid</a></li>
<li class="menu-item"><a href="products289coupe.shtml.html">289 Coupe</a></li>
<li class="menu-item"><a href="productscustom.shtml.html">Custom Cars</a></li>
</ul>
</li>
<li class="menu-item"><a href="gallery.shtml.html">Gallery</a>
<ul class="sub-menu">
<li class="menu-item"><a href="gallery427kms.shtml.html">427 KMS/SC</a></li>
<li class="menu-item"><a href="gallery427street.shtml.html">427 Street</a></li>
<li class="menu-item"><a href="gallery289street.shtml.html">289 Street</a></li>
<li class="menu-item"><a href="gallery289fia.shtml.html">289 FIA</a></li>
<li class="menu-item"><a href="gallery_coupe.shtml.html">289 Coupe</a></li>
<li class="menu-item"><a href="gallery_custom.shtml.html">Custom Cars</a></li>
</ul>
</li>
<li class="menu-item"><a href="contact.shtml.html">Contact</a> </li>
<li class="menu-item"><a href="links.shtml.html">Links</a> </li>
<!-- <li class="menu-item"><a href="store.shtml">Now Available</a> -->
<ul class="sub-menu">
</ul>
</li>
<li class="search hoverable noselect"></li>
</ul><!-- .navigation --><!-- [/navigation] --><select id="mobile-nav" name="mobile-nav"> </select></div>
<!-- header --></header>
<!-- header-wrap --></section>
<!-- header-bg --><!-- [/header] -->
<section class="full-width" id="page-title">
<div class="container">
<hgroup class="sixteen columns">
<h1>Kirkham 289 FIA Hybrid</h1>
</hgroup>
</div>
<!-- .container --></section>
<!-- + -->
<section class="block container" id="breadcrumb"></section>
<!-- breadcrumb -->
<section class="unique-slider slider-default full-width" data-config="easing:easeInOutQuart, autoplay:false, pauseOnHover:true, pauseTimeout:4000, links:true, transitionSpeed:630, adjustTransitionSpeed:600, initialTransitionSpeed:850" data-height="358" data-slider-manager="default">
<div class="workarea hfloat clearfix" style="height: 358px;"><img alt="" data-description="Kirkham 289 FIA Hybrid" data-index="1" data-permalink="#slide-1" data-title="Kirkham 289 FIA Hybrid" height="358" src="p/fia 940/fia-2.jpg" width="940" /> <img alt="" data-description="Kirkham 289 FIA Hybrid" data-index="2" data-permalink="#slide-2" data-title="Kirkham 289 FIA Hybrid" height="358" src="p/fia 940/fia-4.jpg" width="940" /> <img alt="" data-description="Kirkham 289 FIA Hybrid" data-index="3" data-permalink="#slide-3" data-title="Kirkham 289 FIA Hybrid" height="358" src="p/fia 940/fia-5.jpg" width="940" /> <img alt="" data-description="Kirkham 289 FIA Hybrid" data-index="4" data-permalink="#slide-4" data-title="Kirkham 289 FIA Hybrid" height="358" src="p/fia 940/fia-11.jpg" width="940" /> <img alt="" data-description="Kirkham 289 FIA Hybrid" data-index="5" data-permalink="#slide-5" data-title="Kirkham 289 FIA Hybrid" height="358" src="p/fia 940/fia-12.jpg" width="940" /> <img alt="" data-description="Kirkham 289 FIA Hybrid" data-index="6" data-permalink="#slide-6" data-title="Kirkham 289 FIA Hybrid" height="358" src="p/fia 940/fia-13.jpg" width="940" /> <img alt="" data-description="Kirkham 289 FIA Hybrid" data-index="7" data-permalink="#slide-7" data-title="Kirkham 289 FIA Hybrid" height="358" src="p/fia 940/fia-20.jpg" width="940" /> <img alt="" data-description="Kirkham 289 FIA Hybrid" data-index="8" data-permalink="#slide-8" data-title="Kirkham 289 FIA Hybrid" height="358" src="p/fia 940/fia-23.jpg" width="940" /> <img alt="" data-description="Kirkham 289 FIA Hybrid" data-index="9" data-permalink="#slide-9" data-title="Kirkham 289 FIA Hybrid" height="358" src="p/fia 940/fia-25.jpg" width="940" /> <img alt="" data-description="Kirkham 289 FIA Hybrid" data-index="10" data-permalink="#slide-10" data-title="Kirkham 289 FIA Hybrid" height="358" src="p/fia 940/fia-28.jpg" width="940" /> <img alt="" data-description="Kirkham 289 FIA Hybrid" data-index="11" data-permalink="#slide-11" data-title="Kirkham 289 FIA Hybrid" height="358" src="p/fia 940/fia-38.jpg" width="940" /> <img alt="" data-description="Kirkham 289 FIA Hybrid" data-index="12" data-permalink="#slide-12" data-title="Kirkham 289 FIA Hybrid" height="358" src="p/fia 940/fia-48.jpg" width="940" /></div>
<!-- .workarea -->
<div class="center-box container" style="height: 358px;">
<div class="slider-meta sixteen columns">
<div class="info">
<h3><a href="price289fiahybrid.shtml.html#slide-1">Kirkham 289 FIA Hybrid</a></h3>
</div>
<!-- .info -->
<ul class="controls hfloat clearfix">
</ul>
</div>
<!-- .slider-meta --></div>
<!-- .container --></section>
<!-- slider --><!-- + -->
<section class="block container">
<div class="blocked-quote component sixteen columns" data-align="center">
<h3>Kirkham 289 FIA Hybrid</h3>
<p>(289 FIA Body + 427 Frame & Suspension)</p>
<h3 class="title">Base price $99,995</h3>
<div class="content"></div>
<ul class="accordion-boxes slim separators"><!-- The .slim and .separator classes can be toggled --><!-- .content --><!-- .unit -->
<li class="unit ui-toggle"><!-- adding dynamic content with the include below, the menu bar --><h3 class="title">Standard Equipment</h3>
<div class="content">
<strong>Body</strong><br>
Aluminum body with filed finish<br>
<strong>Frame</strong><br>
Powder coated steel frame<br>
Driver side roll bar<br>
<strong>Body Hardware</strong><br>
Wiper system<br>
Stainless 18 gallon fuel tank<br>
Ferrules for doors, set of 8<br>
Aluminum jack hooks<br>
Wheel well foam, uninstalled<br>
<strong>Interior</strong><br>
Latches/ handles for hood,trunk, doors<br>
Windshield, sun visor, wind wings<br>
Pedal assembly: Throttle, brake, clutch<br>
Steering wheel, wood or leather wrapped<br>
Throttle linkage<br>
Leather covered dash<br>
Carpet, wool, not installed<br>
Fresh air ventilation system, drivers footbox<br>
<strong>Electrical</strong><br>
Wiring harness with relays and switches<br>
Sealed battery with mounting tray and battery cutoff switch<br>
Headlights, tail lights, turn signals, license plate light<br>
Gauges, full set<br>
<strong>Engine Compartment</strong><br>
Radiator with radiator tubes<br>
Motor mounts, 289 or 302, set of 2<br>
FIA style under car exhaust with headers, steel<br>
Oil cooler, complete assembly<br>
Mounts for Tremec OR Top Loader Transmission<br>
<strong>Drivetrain</strong><br>
Kirkham aluminum differential, reproduction of original with mounts<br>
Driveshaft<br>
Differential breather hose<br>
Half shafts with CV joints, set of 2<br>
<strong>Suspension</strong><br>
Leaf spring suspension<br>
Forged and/or billet aluminum CNC machined uprights and control arms<br>
<strong>Brakes</strong><br>
Wilwood 4 piston calipers front and rear, vented disks, E-brake<br>
Stainless brake lines<br>
Reservoirs, brake and clutch, billet aluminum<br>
<strong>Wheels and Tires</strong><br>
Trigo 15" FIA style aluminum rims with mounted radial tires<br> </p></li>
</ul>
</div>
<!-- .content --><!-- .unit -->
<ul>
<li class="unit ui-toggle">
<h3 class="title">(close standard equipment list)</h3>
<div class="content"></div>
<!-- .content --></li>
<!-- .unit --><!-- .accordion-boxes -->
</ul>
<style type="text/css"><!--
span.SPELLE
{mso-spl-e:yes;}
/* style Definitions */
a:link, span.MsoHyperlink
{color:black;
text-decoration:none;
text-underline:none;}
a:visited, span.MsoHyperlinkFollowed
{color:red;
text-decoration:underline;
text-underline:single;}
td
{border: medium none;
padding: 0in;
background: white none repeat scroll 0% 50%;
-moz-background-clip: initial;
-moz-background-origin: initial;
-moz-background-inline-policy: initial;
font-size:12.0pt;
font-family:"Times New Roman";
// added temporarily to show links-->
</style>
<script>
<!--
function wopen(url, name, w, h)
{
// Fudge factors for window decoration space.
// In my tests these work well on all platforms & browsers.
w += 32;
h += 96;
var win = window.open(url,
name,
'width=' + w + ', height=' + h + ', ' +
'location=no, menubar=no, ' +
'status=no, toolbar=no, scrollbars=yes, resizable=yes');
win.resizeTo(800, 900);
win.focus();
}
//-->
</script><script language="JavaScript1.1" src="price_289_fia4_script.js" type="text/javascript">
</script><script language="JavaScript">
<!--
function MM_callJS(jsstr) { //v2.0
return eval(jsstr)
}
//-->
</script></section>
<div class="Section1">
<div align="center">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" style="width: 757;" width="757">
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
</div>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" style="border: 0.75pt outset rgb(51, 51, 51); width: 759px; height: 2572px; margin-left: auto; margin-right: auto;">
<tbody>
<tr style="height: 69.75pt;">
<td style="border: 0.75pt inset rgb(51, 51, 51); padding: 0in; width: 662px; height: 2570px;">
<p align="center" style="text-align: center;"></p>
<form name="calc">
<div style="text-align: center;"></div>
<div align="center">
<div style="text-align: center;"></div>
<table border="0" cellpadding="0" cellspacing="5" style="border: medium none ; width: 600px; height: 1570px; margin-left: auto; margin-right: auto; background: white">
<tbody>
<tr style="height: 44.25pt;">
<td colspan="4" style="border: medium none ; padding: 0in; height: 59px;">
<h1 align="center">Kirkham 289 FIA Hybrid Options</h1>
</td>
</tr>
<tr style="height: 14.25pt;">
<td colspan="1" style="border: medium none ; padding: 0in; background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 20px;"></td>
<!-- "Part #" -->
<td colspan="1" style="border: medium none ; padding: 0in; background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 20px;">
<p align="center" class="MsoNormal" style="text-align: center;"><span class="normaltext"><b>Part #</b></span></p>
</td>
<td colspan="1" style="border: medium none ; padding: 0in; background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 20px;">
<p align="center" class="MsoNormal" style="text-align: center;"><span class="normaltext"><b>Body Options </b></span></p>
</td>
<!-- "$" -->
<td colspan="1" style="border: medium none ; padding: 0in; background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 20px;">
<p align="center" class="MsoNormal" style="text-align: center;"><span class="normaltext"><b>$</b></span></p>
</td>
</tr>
<tr>
<td class="selector"><input checked="checked" name="body" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/finish.html', 'popup', 750, 750); return false;" target="popup">Aluminum body finish: filed (standard) </a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="finish" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/brushedaluminum.html', 'popup', 750, 750); return false;" target="popup">Brushing the aluminum body (upgrade) </a></td>
<td class="price">14,995</td>
</tr>
<tr>
<td class="selector"><input name="finish" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/pabody.html', 'popup', 750, 750); return false;" target="popup">Polishing the aluminum body (upgrade) </a></td>
<td class="price">14,995</td>
</tr>
<tr>
<td class="selector"><input name="pmstripes" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/pmstripes.html', 'popup', 750, 750); return false;" target="popup">Main stripes (w/ brushed or polished body only)</a></td>
<td class="price">1,995</td>
</tr>
<tr>
<td class="selector"><input name="ppstripes" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/ppstripes.html', 'popup', 750, 750); return false;" target="popup">Pit stripes on fender (w/ brushed or polished body only)</a></td>
<td class="price">395</td>
</tr>
<tr>
<td class="selector"><input name="meatball" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/ppstripes.html', 'popup', 750, 750); return false;" target="popup">Number circles, hood, trunk, and sides (w/ brushed or polished body only) </a></td>
<td class="price">4,995</td>
</tr>
<tr>
<td class="selector"><input name="lemanstop" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description">Hard top with side curtains, Le Mans style, aluminum</td>
<td class="price">14,995</td>
</tr>
<tr style="height: 14.25pt;">
<td colspan="4" style="border: medium none ; padding: 0in; background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 20px;">
<p align="center" class="MsoNormal" style="text-align: center;"><span class="normaltext"><b>Frame</b></span></p>
</td>
</tr>
<tr>
<td class="selector"><input checked="checked" name="frame" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description">4 inch frame: powder coated steel, with 427 coil over suspension (standard)</td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="frame" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description">4 inch frame: stainless (upgrade)</td>
<td class="price">4,995</td>
</tr>
<tr>
<td class="selector"><input checked="checked" name="rollbar" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/steelrollbar.html', 'popup', 750, 750); return false;" target="popup">Roll bar: steel (included)</a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="rollbar" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/ssrollbar.html', 'popup', 750, 750); return false;" target="popup">Roll bar: stainless</a>
<p></p>
</td>
<td class="price">495</td>
</tr>
<tr>
<td class="selector"><input name="rollbar" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/ssrollbar.html', 'popup', 750, 750); return false;" target="popup">Twin roll bars, stainless (upgrade) </a>
<p></p>
</td>
<td class="price">1,995</td>
</tr>
<tr>
<td class="selector"><input name="rhd" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/ssrollbar.html', 'popup', 750, 750); return false;" target="popup">Right hand drive option, RHD </a>
<p></p>
</td>
<td class="price">1,495</td>
</tr>
<tr style="height: 14.25pt;">
<td colspan="4" style="border: medium none ; padding: 0in; background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 20px;">
<p align="center" class="MsoNormal" style="text-align: center;"><b>Body Hardware</b></p>
</td>
</tr>
<tr>
<td class="selector"><input name="wipers" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/wiper.html', 'popup', 750, 750); return false;" target="popup">Wiper system (included)</a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="fuelfilter" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/fuelfilter.html', 'popup', 750, 750); return false;" target="popup">Stainless 18 gallon fuel tank, filter and fittings (included) </a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="foam" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description">Ferrules, door, set of 8 (included)</td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="jackhooks" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/jackhooks.html', 'popup', 750, 750); return false;" target="popup">Aluminum jack hooks (included)</a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input checked="checked" name="foam" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/foam.html', 'popup', 750, 750); return false;" target="popup">Wheel well foam, uninstalled (included) </a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="foam" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/instfoam.html', 'popup', 750, 750); return false;" target="popup">Wheel well foam, installed</a></td>
<td class="price">595</td>
</tr>
<tr>
<td class="selector"><input name="brakescoops" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/brakescoops.html', 'popup', 750, 750); return false;" target="popup">Gold foil and aerogel insulaton for foot boxes </a></td>
<td class="price">995</td>
</tr>
<tr>
<td class="selector"><input name="heatshields" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/heatshields.html', 'popup', 750, 750); return false;" target="popup">Heat shield for foot boxes, polished stainless </a></td>
<td class="price">495</td>
</tr>
<tr style="height: 14.25pt;">
<td colspan="4" style="border: medium none ; padding: 0in; background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 20px;">
<p align="center" class="MsoNormal" style="text-align: center;"><b>Black Leather Interior</b></p>
</td>
</tr>
<tr>
<td class="selector"><input name="seattracks" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/nyloncarpet.html', 'popup', 750, 750); return false;" target="popup">Latches/handles for hood, trunk, doors (included) </a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="carpet" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/nyloncarpetinst.html', 'popup', 750, 750); return false;" target="popup">Windshield, sun visors, wind wings (included) </a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="carpet" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/woolcarpet.html', 'popup', 750, 750); return false;" target="popup">Pedal assembly: brake & clutch, billet aluminum (included) </a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input checked="checked" name="swheel" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/wheel15.html', 'popup', 750, 750); return false;" target="popup">Steering wheel, wood, 15"</a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="swheel" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/wheelleather.html', 'popup', 750, 750); return false;" target="popup">Steering wheel, leather wrapped, 15"</a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="swheel" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/wheel16.html', 'popup', 750, 750); return false;" target="popup">Throttle linkage (included) </a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="leatherdash" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/leatherdash.html', 'popup', 750, 750); return false;" target="popup">Leather covered dash (included) </a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input checked="checked" name="carpet" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/woolcarpetinst.html', 'popup', 750, 750); return false;" target="popup">Carpet, wool, not installed (included) </a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="carpet" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/seattracks.html', 'popup', 750, 750); return false;" target="popup">Carpet, wool, installation </a></td>
<td class="price">695</td>
</tr>
<tr>
<td class="selector"><input name="faird" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/faird.html', 'popup', 750, 750); return false;" target="popup">Fresh air ventilation system, driver side footbox (included) </a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="fairp" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/fairp.html', 'popup', 750, 750); return false;" target="popup">Fresh air ventilation system, passenger side footbox </a></td>
<td class="price">495</td>
</tr>
<tr>
<td class="selector"><input name="dropbox" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/dropbox.html', 'popup', 750, 750); return false;" target="popup">Dropped footbox, for drivers 6 ft 3 in and above</a></td>
<td class="price">1,495</td>
</tr>
<tr>
<td class="selector"><input name="sunvisor" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/visors.html', 'popup', 750, 750); return false;" target="popup">Door pockets, leather </a></td>
<td class="price">995</td>
</tr>
<tr>
<td class="selector"><input name="windwings" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/windwings.html', 'popup', 750, 750); return false;" target="popup">Map pocket, leather </a></td>
<td class="price">995</td>
</tr>
<tr>
<td class="selector"><input name="pedals" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/pedals.html', 'popup', 750, 750); return false;" target="popup">Seat tracks, adjustable, billet aluminum </a></td>
<td class="price">695</td>
</tr>
<tr>
<td class="selector"><input name="pwdbulk" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/pwdbulk.html', 'popup', 750, 750); return false;" target="popup">Powder coat rear bulkhead and wheel wells</a></td>
<td class="price">495</td>
</tr>
<tr>
<td class="selector"><input name="seatbelt" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/seatbelt.html', 'popup', 750, 750); return false;" target="popup">Seat belt, upgrade to 6 point harness (requires a roll bar) </a></td>
<td class="price">125</td>
</tr>
<tr>
<td class="selector"><input name="fireext" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/fireext.html', 'popup', 750, 750); return false;" target="popup">Halon fire suppression system </a></td>
<td class="price">525</td>
</tr>
<tr style="height: 14.25pt;">
<td colspan="4" style="border: medium none ; padding: 0in; background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 20px;">
<p align="center" class="MsoNormal" style="text-align: center;"><b>Electrical</b></p>
</td>
</tr>
<tr>
<td class="selector"><input name="harness" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/harness.html', 'popup', 750, 750); return false;" target="popup">Wiring harness w/ relays and switches (included)</a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="batteries" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/batteries.html', 'popup', 750, 750); return false;" target="popup">Battery, sealed, with mounting tray and battery cutoff switch (included)</a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="batteryswitch" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/batteryswitch.html', 'popup', 750, 750); return false;" target="popup">Headlights, taillights, tun signals, license plate light (included)</a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="gauges" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/gauges.html', 'popup', 750, 750); return false;" target="popup">Gauges, full set (included)</a></td>
<td class="price">-</td>
</tr>
<tr style="height: 14.25pt;">
<td colspan="4" style="border: medium none ; padding: 0in; background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 20px;">
<p align="center" class="MsoNormal" style="text-align: center;"><b>Engine Compartment</b></p>
</td>
</tr>
<tr>
<td class="selector"><input name="oilcooler" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description">Radiator with radiator tubes (included)</td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="oilassy" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description">Oil cooler, complete assembly (included)</td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="windsormount" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/windsormount.html', 'popup', 750, 750); return false;" target="popup">Motor mounts, 289 or 302, set of 2 (included)</a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input checked="checked" name="pipes" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/pabody.html', 'popup', 750, 750); return false;" target="popup">FIA style side pipes, steel, with headers (included) </a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="pipes" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/pabody.html', 'popup', 750, 750); return false;" target="popup">FIA style side pipes, polished stainless, with headers </a></td>
<td class="price">2,495</td>
</tr>
<tr>
<td class="selector"><input checked="checked" name="steering" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description">Steel steering shaft (included)</td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="steering" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/stainlesssteering.html', 'popup', 750, 750); return false;" target="popup">Stainless steering shaft and u-joints (upgrade)</a></td>
<td class="price">125</td>
</tr>
<tr>
<td class="selector"><input name="coolant" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/stainlesssteering.html', 'popup', 750, 750); return false;" target="popup">Coolant tank, FIA style</a></td>
<td class="price">495</td>
</tr>
<tr>
<td class="selector"><input name="coolant" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/stainlesssteering.html', 'popup', 750, 750); return false;" target="popup">Coolant tank, billet aluminum</a></td>
<td class="price">495</td>
</tr>
<tr>
<td class="selector"><input name="altbracket" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/stainlesssteering.html', 'popup', 750, 750); return false;" target="popup">Alternator bracket, billet aluminum </a></td>
<td class="price">95</td>
</tr>
<tr>
<td class="selector"><input name="oilvap" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/stainlesssteering.html', 'popup', 750, 750); return false;" target="popup">Oil vapor separator tank </a></td>
<td class="price">495</td>
</tr>
<tr>
<td class="selector"><input name="trspring" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/stainlesssteering.html', 'popup', 750, 750); return false;" target="popup">Throttle return spring and bracket </a></td>
<td class="price">25</td>
</tr>
<tr style="height: 14.25pt;">
<td colspan="4" style="border: medium none ; padding: 0in; background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 20px;">
<p align="center" class="MsoNormal" style="text-align: center;"><b>Transmission</b></p>
</td>
</tr>
<tr>
<td class="selector"><input checked="checked" name="tremecmount" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/tremecmount.html', 'popup', 750, 750); return false;" target="popup">Transmission mounts, Tremec OR Top Loader (included)</a></td>
<td class="price">-</td>
</tr>
<tr style="height: 14.25pt;">
<td colspan="4" style="border: medium none ; padding: 0in; background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 20px;">
<p align="center" class="MsoNormal" style="text-align: center;"><b>Drivetrain</b></p>
</td>
</tr>
<tr>
<td class="selector"><input name="alumdiff" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/alumdif.html', 'popup', 750, 750); return false;" target="popup">Kirkham aluminum differential, reproduction of original w/ mounts (included) </a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="driveshaft" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/driveshaft.html', 'popup', 750, 750); return false;" target="popup">Driveshaft (included) </a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="diffhose" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/diffhose.html', 'popup', 750, 750); return false;" target="popup">Differential breather hose (included)</a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input checked="checked" name="halfshafts" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/halfshafts.html', 'popup', 750, 750); return false;" target="popup">Half shafts with CV joints, set of 2 (included) </a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="halfshafts" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/diffadapt.html', 'popup', 750, 750); return false;" target="popup">Original style U-joint with half shafts shafts, replaces CV joints </a></td>
<td class="price">495</td>
</tr>
<tr>
<td class="selector"><input name="diffcooler" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/bigletter.html', 'popup', 750, 750); return false;" target="popup">Differential cooler (upgrade) </a></td>
<td class="price">1,995</td>
</tr>
<tr>
<td class="selector"><input name="safetyloop" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/safetyloop.html', 'popup', 750, 750); return false;" target="popup">Driveshaft safety loop, billet aluminum (recommended)</a></td>
<td class="price">95</td>
</tr>
<tr style="height: 14.25pt;">
<td colspan="4" style="border: medium none ; padding: 0in; background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 20px;">
<p align="center" class="MsoNormal" style="text-align: center;"><b>Suspension</b></p>
</td>
</tr>
<tr>
<td class="selector"><input checked="checked" name="suspension" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description">Kirkham billet aluminum suspension with 4 inch coil overs (included)</td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="suspension" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description">Original tubular type suspension (upgrade)</td>
<td class="price">9,995</td>
</tr>
<tr>
<td class="selector"><input checked="checked" name="shocks" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/penskeshocks.html', 'popup', 750, 750); return false;" target="popup">Shocks, Penske w/ Hyperco springs, non-adjustable, set of 4 (included) </a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="shocks" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/penskeadj.html', 'popup', 750, 750); return false;" target="popup">Shocks, Penske w/ Hyperco springs, adjustable, set of 4</a></td>
<td class="price">2,995</td>
</tr>
<tr style="height: 14.25pt;">
<td colspan="4" style="border: medium none ; padding: 0in; background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 20px;">
<p align="center" class="MsoNormal" style="text-align: center;"><b>Brakes</b></p>
</td>
</tr>
<tr>
<td class="selector"><input name="sslines" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/rotors.html', 'popup', 750, 750); return false;" target="popup">Stainless brake lines (included)</a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="res" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/res.html', 'popup', 750, 750); return false;" target="popup">Reservoirs, brake and clutch, billet aluminum (included)</a></td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input checked="checked" name="brakes" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description">Wilwood 4 piston calipers front and rear, vented disk, E-brake (included)</td>
<td class="price">-</td>
</tr>
<tr>
<td class="selector"><input name="brakes" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description">Girling reproduction calipers, billet, only available with tubular suspension (upgrade)</td>
<td class="price">4,995</td>
</tr>
<tr>
<td class="selector"><input name="bleed" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description">Labor, fill and bleed brake system</td>
<td class="price">125</td>
</tr>
<tr style="height: 14.25pt;">
<td colspan="4" style="border: medium none ; padding: 0in; background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 20px;">
<p align="center" class="MsoNormal" style="text-align: center;"><b>Wheels & Tires</b></p>
</td>
</tr>
<tr>
<td class="selector"><input checked="checked" name="tires" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/tire.html', 'popup', 750, 750); return false;" target="popup">Tires, 205/70/15 front and rear with Trigo FIA style aluminum rims (included)</a></td>
<td class="price">-</td>
</tr>
<tr style="height: 14.25pt;">
<td colspan="4" style="border: medium none ; padding: 0in; background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 20px;">
<p align="center" class="MsoNormal" style="text-align: center;"><b>Export Only </b></p>
</td>
</tr>
<tr>
<td class="selector"><input name="ti" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/bigletter.html', 'popup', 750, 750); return false;" target="popup">Export fee for all cars leaving the USA </a></td>
<td class="price">2995</td>
</tr>
<tr>
<td class="selector"><input name="enginefia" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/bigletter.html', 'popup', 750, 750); return false;" target="popup">289 engine with Weber carbs, 525 HP </a></td>
<td class="price">24,995</td>
</tr>
<tr>
<td class="selector"><input name="etrans" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/bigletter.html', 'popup', 750, 750); return false;" target="popup">Transmission: TKO 600 "5 speed" OR Top-Loader "4 speed"</a></td>
<td class="price">2,495</td>
</tr>
<tr>
<td class="selector"><input name="ekit" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/bigletter.html', 'popup', 750, 750); return false;" target="popup">Engine completion kit: flywheel, clutch, pressure plate, bell housing, throw out bearing, misc bolts and fittings</a></td>
<td class="price">2,495</td>
</tr>
<tr>
<td class="selector"><input name="installengine" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/bigletter.html', 'popup', 750, 750); return false;" target="popup">Engine install </a></td>
<td class="price">9995</td>
</tr>
<tr style="height: 14.25pt;">
<td colspan="4" style="border: medium none ; padding: 0in; background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 20px;">
<p align="center" class="MsoNormal" style="text-align: center;"><b>Exotic Options </b></p>
</td>
</tr>
<tr>
<td class="selector"><input name="body" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description">Copper 289 body, polished or brushed finish with main stripes (upgrade)</td>
<td class="price">39,995</td>
</tr>
<tr>
<td class="selector"><input name="body" onclick="MM_callJS('count()')" type="radio" value="ON" /></td>
<td class="part_number"></td>
<td class="description">Bronze 289 body, polished or brushed finish with main stripes (upgrade)</td>
<td class="price">49,995</td>
</tr>
<tr>
<td class="selector"><input name="bronzetpan" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/tire.html', 'popup', 750, 750); return false;" target="popup">Brushed Bronze 289 turkey pan </a></td>
<td class="price">995</td>
</tr>
<tr>
<td class="selector"><input name="glare" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/bigletter.html', 'popup', 750, 750); return false;" target="popup">Dash glare guard, not installed </a></td>
<td class="price">355</td>
</tr>
<tr>
<td class="selector"><input name="bronzebling" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/bigletter.html', 'popup', 750, 750); return false;" target="popup">Bronze accents: Knock offs, Fuel cap, Side vents, Hood latches </a></td>
<td class="price">3,595</td>
</tr>
<tr>
<td class="selector"><input name="trumpets" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/bigletter.html', 'popup', 750, 750); return false;" target="popup">Billet aluminum intake trumpets for Weber carbs </a></td>
<td class="price">995</td>
</tr>
<tr>
<td class="selector"><input name="bronzetrumpets" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/bigletter.html', 'popup', 750, 750); return false;" target="popup">Billet bronze intake trumpets for Weber carbs </a></td>
<td class="price">2,495</td>
</tr>
<tr>
<td class="selector"><input name="badges" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/bigletter.html', 'popup', 750, 750); return false;" target="popup">Custom side badges </a></td>
<td class="price">495</td>
</tr>
<tr>
<td class="selector"><input name="coldheat" onclick="MM_callJS('count()')" type="checkbox" value="ON" /></td>
<td class="part_number"></td>
<td class="description"><a href="http://kirkhammotorsports.com/page.html" onclick="wopen('pops/bigletter.html', 'popup', 750, 750); return false;" target="popup">Heater/AC combo </a></td>
<td class="price">7,995</td>
</tr>
<tr style="height: 15pt;">
<td colspan="4" style="border: medium none ; padding: 0in; background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 15pt;">
<p align="center" class="MsoNormal" style="text-align: center;"></p>
</td>
</tr>
<tr style="height: 40.5pt;">
<td colspan="4" style="border: medium none ; padding: 0in; background: white none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 40.5pt;">
<h4 align="center" class="MsoNormal" style="margin-bottom: 12pt; text-align: center;"><br />
<span class="normaltext">Price with selected options: $</span> <input name="pay" size="12" style="border: 0px solid rgb(0, 0, 0); background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: tahoma; font-size: 12pt;" type="text" /></h4>
</td>
</tr>
<tr style="height: 15pt;">
<td colspan="4" style="border: medium none ; padding: 0in; background: white none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; height: 15pt;">
<p align="center" class="MsoNormal" style="text-align: center;"><input type="reset" value="Uncheck all boxes" /></p>
<p align="center" class="MsoNormal" style="text-align: center;"><input align="center" onclick="window.print()" type="button" value="Print this page" /></p>
</td>
</tr>
</tbody>
</table>
</div>
<p align="center" style="text-align: center;"> <b>Kirkham Motorsports</b></p>
<p align="center" style="text-align: center;"><b>801-377-8224</b></p>
<p align="center" style="text-align: center;"><b>To begin work on you dream KM requires a $5,000 deposit (per car) via cash, check, or bank wire. </b></p>
<p></p>
<center>
<p align="center"><font size="-1"><font size="-1"><i>KM will do it's best to anticipate demand, but availability of all parts at all times is not guaranteed. KM reserves the right to substitute parts of equal or greater value and similar functionality without notice. Any of the prices are subject to change without notice. In case of an error, we reserve the right to correct problems. No prices are final until received with a handwritten signature directly from an authorized person from Kirkham Motorsports.</i></font></font></p>
<center></center>
</center>
</form>
</td>
</tr>
</tbody>
</table>
</div>
<p align="center" class="MsoNormal" style="text-align: center;"></p>
</div>
</div>
<footer class="full-width ovh" role="contentinfo">
<div class="container widgets-container"><!-- .widget-column --><!-- + --><!-- .widget-column -->
<div class="widget-column column-3 four columns"><!-- .widget -->
<div class="widget widget_text">
<h4 class="title"></h4>
</div>
<!-- .widget --><!-- .widget --></div>
<!-- .widget-column --><!-- + -->
<div class="widget-column column-4 four columns">
<div class="widget">
<div class="blocked-footer-logo" style="text-align: center;"></div>
</div>
<!-- .widget --></div>
<!-- .widget-column --></div>
<!-- .container --><!-- + -->
<section class="copyright full-width">
<div class="container">
<p class="sixteen columns"><span>Copyright © 2018 Kirkham Motorsports</span><a class="back-to-top float-right" href="price289fiahybrid.shtml.html#top">Back to top</a></p>
</div>
</section>
</footer>
<!-- footer --><script type="text/javascript" src="core/js/blocked-libs.js"></script><script type="text/javascript" src="core/js/core.js"></script><script type="text/javascript" src="core/js/core.util.js"></script><script type="text/javascript" src="core/js/core.maps.js"></script><script type="text/javascript" src="core/js/core.ui.js"></script><script type="text/javascript" src="core/js/client.js"></script><!--[if IE 8 ]>
<script type="text/javascript" src="core/js/core.slider.default.js"></script>
<script type="text/javascript" src="core/js/ie8.js"></script>
<![endif]--><script type="text/javascript">
(function() {
var defaultRoot = window.location.toString().split('/').slice(0,-1).join('/') + '/';
document.i18n = {enterSearchCriteria: "Enter Search Criteria"};
document.root = "" || defaultRoot;
document.vsn = "1.0.0"
jQuery(document).ready(function() {
window.Core.initialize();
});
}).call(this);
</script></body>
<!-- .block --></html>