File size: 108,080 Bytes
e14f696
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
BelmontDrivesElectric_0417-CL19 1 10.08 0.48 All<space>right.
BelmontDrivesElectric_0417-CL19 1 10.64 5.12 I<space>think<space>we'll<space>get<space>started<space>with<space>the<space>information<space>session<space>part<space>of<space>the<space>event.
BelmontDrivesElectric_0417-CL19 1 16.24 1.12 Welcome<space>everybody.
BelmontDrivesElectric_0417-CL19 1 17.36 1.12 My<space>name's<space>James<space>Booth.
BelmontDrivesElectric_0417-CL19 1 18.48 2.16 I'm<space>a<space>volunteer<space>with<space>Belmont<space>Drives<space>Electric.
BelmontDrivesElectric_0417-CL19 1 20.64 4.88 I'm<space>also<space>a<space>member<space>of<space>the<space>Belmont<space>Energy<space>Committee,<space>one<space>of<space>the<space>partners<space>in<space>Belmont<space>Drives<space>Electric.
BelmontDrivesElectric_0417-CL19 1 25.76 9.28 So<space>we're<space>going<space>to<space>have<space>a<space>information<space>session<space>first<space>and<space>then<space>the<space>ride<space>and<space>drive<space>event<space>that<space>test<space>drives<space>various<space>vehicles<space>out<space>there.
BelmontDrivesElectric_0417-CL19 1 35.92 1.04 Next<space>slide.
BelmontDrivesElectric_0417-CL19 1 37.28 9.04 So<space>to<space>give<space>just<space>a<space>quick<space>overview<space>of<space>what<space>we'll<space>talk<space>about,<space>tell<space>you<space>a<space>little<space>about<space>what<space>Belmont<space>Drives<space>Electric<space>is,<space>it's<space>community-based<space>initiative.
BelmontDrivesElectric_0417-CL19 1 47.12 8.88 Talk<space>about<space>what<space>are<space>some<space>of<space>the<space>reasons<space>for<space>why<space>it<space>makes<space>sense<space>to<space>drive<space>electric,<space>and<space>particularly<space>how<space>it's<space>good<space>for<space>the<space>environment,<space>but<space>it's<space>also<space>good<space>for<space>your<space>wallet.
BelmontDrivesElectric_0417-CL19 1 56.08 2.32 It's<space>very<space>affordable<space>to<space>do<space>right<space>now.
BelmontDrivesElectric_0417-CL19 1 59.12 13.68 Then<space>we'll<space>hear<space>from<space>Klaus<space>and<space>Addie,<space>two<space>Belmont<space>residents<space>who<space>were<space>very<space>happy<space>driving<space>electric<space>about<space>their<space>experience<space>and<space>try<space>to<space>answer<space>some<space>of<space>the<space>questions<space>you<space>might<space>have<space>around<space>things<space>like,<space>what<space>are<space>your<space>options<space>for<space>charging<space>electric<space>vehicle?
BelmontDrivesElectric_0417-CL19 1 72.88 6.80 And<space>counter<space>some<space>popular<space>misconceptions<space>of<space>things<space>you<space>might<space>have<space>heard<space>and<space>say<space>how<space>why<space>they<space>they<space>love<space>driving<space>electric.
BelmontDrivesElectric_0417-CL19 1 80.16 2.24 And<space>answer<space>any<space>questions<space>that<space>you<space>have.
BelmontDrivesElectric_0417-CL19 1 82.72 5.60 So,<space>so<space>to<space>start<space>off,<space>Belmont<space>Drives<space>Electric<space>is<space>a<space>community<space>program<space>for<space>Belmont<space>residents.
BelmontDrivesElectric_0417-CL19 1 88.32 12.48 It's<space>sponsored<space>by<space>Belmont<space>Light,<space>the<space>Belmont<space>Energy<space>Committee,<space>Sustainable<space>Belmont,<space>and<space>just<space>a<space>number<space>of<space>electric<space>vehicle<space>enthusiasts<space>here<space>in<space>Belmont,<space>who<space>volunteering<space>their<space>time<space>to<space>the<space>program.
BelmontDrivesElectric_0417-CL19 1 101.04 3.76 So<space>the<space>goal<space>of<space>Belmont<space>Drives<space>Electric<space>is-<space>there<space>are<space>two<space>goals.
BelmontDrivesElectric_0417-CL19 1 104.88 8.72 One<space>is<space>to<space>promote<space>the<space>adoption<space>of<space>electric<space>vehicles<space>in<space>town,<space>and<space>also<space>to<space>encourage<space>owners<space>of<space>electric<space>vehicles<space>to<space>charge<space>them-<space>to<space>charge<space>smart.
BelmontDrivesElectric_0417-CL19 1 113.60 4.96 Charge<space>them<space>at<space>times<space>of<space>day<space>that<space>work<space>well<space>for<space>everybody.
BelmontDrivesElectric_0417-CL19 1 119.12 20.40 And<space>what<space>Belmont<space>Drives<space>Electric<space>is<space>doing,<space>is<space>providing<space>information<space>through<space>events<space>like<space>this<space>and<space>connecting<space>people<space>with<space>deals<space>at<space>dealerships<space>and<space>test<space>drives<space>to<space>help<space>make<space>the<space>decision<space>of<space>how<space>you<space>can<space>get<space>behind<space>the<space>wheel<space>of<space>an<space>electric<space>vehicle.
BelmontDrivesElectric_0417-CL19 1 140.24 12.08 So<space>the<space>first<space>reason<space>why<space>the<space>Belmont<space>Energy<space>Committee<space>became<space>interested<space>in<space>electric<space>vehicles<space>is<space>the<space>environmental<space>benefits<space>that<space>are<space>associated<space>with<space>driving<space>electric.
BelmontDrivesElectric_0417-CL19 1 153.04 9.04 So<space>to<space>put<space>this<space>in<space>context,<space>Belmont<space>has<space>a<space>climate<space>action<space>plan<space>for<space>trying<space>to<space>reduce<space>our<space>emissions<space>of<space>the<space>greenhouse<space>gases<space>that<space>drive<space>climate<space>change.
BelmontDrivesElectric_0417-CL19 1 162.16 5.60 And<space>this<space>was<space>adopted<space>several<space>years<space>ago<space>with<space>a<space>goal<space>of<space>reducing<space>emissions,<space>80%<space>by<space>2050.
BelmontDrivesElectric_0417-CL19 1 168.48 6.96 We<space>recently<space>looked<space>at<space>how<space>we've<space>been<space>doing<space>on<space>this,<space>over<space>the<space>last<space>seven<space>years<space>or<space>so,<space>from<space>2007<space>to<space>2014.
BelmontDrivesElectric_0417-CL19 1 175.52 6.48 And<space>we're<space>moving<space>in<space>the<space>right<space>direction,<space>but<space>not<space>nearly<space>fast<space>enough<space>to<space>the<space>goal<space>of<space>an<space>80%<space>reduction.
BelmontDrivesElectric_0417-CL19 1 182.16 7.84 So<space>we<space>need<space>to<space>be<space>doing<space>more<space>to<space>meet<space>the<space>goals<space>that<space>as<space>a<space>town<space>we've<space>set<space>ourselves,<space>in<space>terms<space>of<space>reducing<space>our<space>carbon<space>emissions.
BelmontDrivesElectric_0417-CL19 1 190.72 7.44 And<space>so<space>when<space>we<space>looked<space>at<space>where<space>Belmont's<space>carbon<space>emissions<space>come<space>from,<space>it's<space>clear<space>that<space>vehicles<space>are<space>a<space>big<space>part<space>of<space>the<space>story.
BelmontDrivesElectric_0417-CL19 1 198.32 9.12 So<space>for<space>the<space>town<space>as<space>a<space>whole,<space>if<space>we<space>look<space>at<space>what<space>the<space>different<space>sources<space>of<space>CO2<space>emissions<space>are,<space>vehicles<space>count<space>for<space>more<space>than<space>a<space>third<space>of<space>emissions.
BelmontDrivesElectric_0417-CL19 1 207.52 5.28 And<space>if<space>you<space>just<space>look<space>at<space>the<space>residential<space>sector,<space>at<space>people's<space>households,<space>there<space>it's<space>almost<space>half<space>of<space>emissions.
BelmontDrivesElectric_0417-CL19 1 212.88 8.08 So<space>for<space>many<space>households,<space>your<space>driving<space>of<space>your<space>vehicle<space>or<space>vehicles<space>accounts<space>for<space>more<space>than<space>half<space>of<space>your<space>total<space>carbon<space>footprint.
BelmontDrivesElectric_0417-CL19 1 221.12 1.92 So<space>there's<space>clearly,<space>a<space>lot<space>of<space>potential.
BelmontDrivesElectric_0417-CL19 1 223.20 5.12 We<space>need<space>to<space>address<space>the<space>transportation<space>sector<space>to<space>make<space>a<space>dent<space>in<space>our<space>carbon<space>output.
BelmontDrivesElectric_0417-CL19 1 228.88 11.92 And<space>this<space>is<space>where<space>electric<space>vehicles<space>become,<space>you<space>know,<space>very<space>attractive<space>to<space>think<space>about,<space>because<space>the<space>emissions<space>associated<space>with<space>driving<space>an<space>electric<space>vehicle<space>are<space>much<space>lower<space>than<space>for<space>a<space>comparable<space>gasoline<space>powered<space>vehicle.
BelmontDrivesElectric_0417-CL19 1 240.88 1.76 Typically<space>less<space>than<space>a<space>half.
BelmontDrivesElectric_0417-CL19 1 243.04 10.32 So<space>this<space>chart<space>shows<space>for<space>a<space>sort<space>of<space>standard,<space>new,<space>mid-sized<space>car<space>you're<space>producing<space>about<space>400<space>or<space>so<space>grams<space>of<space>CO2<space>per<space>mile<space>driven.
BelmontDrivesElectric_0417-CL19 1 253.76 7.44 Whereas<space>a<space>battery<space>electric<space>car<space>driving<space>solely<space>on<space>battery<space>is<space>associated<space>with<space>less<space>than<space>half<space>that<space>amount<space>of<space>emissions.
BelmontDrivesElectric_0417-CL19 1 261.20 6.88 And<space>if<space>you<space>look<space>at<space>the<space>emissions<space>that<space>are<space>caused<space>by<space>the<space>producing<space>the<space>electricity<space>that<space>you<space>use<space>to<space>drive,<space>to<space>charge<space>the<space>car.
BelmontDrivesElectric_0417-CL19 1 268.16 12.16 And<space>then<space>there<space>are<space>plug-in<space>hybrid<space>electric<space>vehicles,<space>which<space>have<space>both<space>a<space>gas<space>motor<space>and,<space>and<space>can<space>be<space>plugged<space>in<space>and<space>driven<space>on<space>electric<space>and<space>those<space>fall<space>somewhere<space>in<space>between,<space>depending<space>on<space>how<space>you<space>drive<space>them.
BelmontDrivesElectric_0417-CL19 1 280.40 3.60 How<space>much<space>of<space>the<space>time<space>you're<space>driving<space>in<space>electric<space>mode.
BelmontDrivesElectric_0417-CL19 1 285.20 12.64 So<space>if<space>we<space>compare<space>the<space>impact<space>of<space>switching<space>your<space>driving,<space>from<space>gasoline<space>to<space>electricity,<space>it<space>becomes<space>one<space>of<space>the<space>biggest<space>single<space>things<space>you<space>can<space>do,<space>as<space>a<space>household,<space>to<space>reduce<space>your<space>carbon<space>footprint.
BelmontDrivesElectric_0417-CL19 1 297.92 8.56 So<space>depending<space>on<space>what<space>car<space>you're<space>switching<space>from,<space>you<space>can<space>be<space>seeing<space>a<space>reduction<space>of<space>two<space>or<space>three<space>tons<space>a<space>year<space>of<space>CO2<space>emissions.
BelmontDrivesElectric_0417-CL19 1 306.56 12.88 Which<space>is<space>in<space>the<space>same<space>sort<space>of<space>range,<space>as<space>taking<space>steps<space>like,<space>switching<space>your<space>heating<space>from<space>natural<space>gas<space>to<space>an<space>electrically<space>driven<space>heat<space>pump,<space>or<space>a<space>five<space>kilowatt<space>solar<space>array.
BelmontDrivesElectric_0417-CL19 1 319.52 10.88 So<space>again,<space>it'll<space>depend<space>on<space>the<space>household,<space>but<space>for<space>many<space>households<space>simply<space>changing<space>what<space>vehicle<space>you're<space>driving<space>can<space>be<space>the<space>single<space>biggest<space>carbon<space>reduction<space>step<space>you<space>can<space>take.
BelmontDrivesElectric_0417-CL19 1 332.00 23.28 To<space>put<space>this<space>another<space>way,<space>switching<space>from<space>driving<space>a<space>sort<space>of<space>a<space>standard<space>new<space>car<space>that<space>gets<space>29<space>miles<space>per<space>gallon,<space>to<space>an<space>electric<space>vehicle,<space>without<space>changing<space>your<space>driving<space>habits,<space>is<space>equivalent<space>to<space>driving<space>over<space>6,000<space>fewer<space>miles<space>a<space>year<space>or<space>it's<space>about<space>the<space>equivalent<space>of<space>your<space>entire<space>electrical,<space>the<space>emissions<space>from<space>all<space>of<space>the<space>electricity<space>you<space>would<space>use<space>for<space>other<space>things.
BelmontDrivesElectric_0417-CL19 1 356.56 1.28 There's<space>some<space>other<space>benefits.
BelmontDrivesElectric_0417-CL19 1 358.00 3.44 There's<space>no<space>local<space>air<space>pollution<space>from<space>tailpipe<space>emissions.
BelmontDrivesElectric_0417-CL19 1 361.84 3.28 Some,<space>you<space>know,<space>straight<space>electric<space>vehicles<space>don't<space>have<space>a<space>tail<space>pipe.
BelmontDrivesElectric_0417-CL19 1 365.44 2.16 So<space>you<space>have<space>local<space>improved<space>air<space>quality.
BelmontDrivesElectric_0417-CL19 1 367.60 6.32 And<space>as<space>you'll<space>hear<space>out<space>in<space>the<space>parking<space>lot<space>later,<space>reduce<space>noise<space>pollution<space>since<space>they're<space>very<space>quiet<space>machines.
BelmontDrivesElectric_0417-CL19 1 375.28 2.40 There's<space>also<space>sort<space>of<space>big<space>picture<space>considerations.
BelmontDrivesElectric_0417-CL19 1 377.84 4.00 I<space>mean,<space>there<space>are<space>these<space>immediate<space>benefits<space>you'd<space>have<space>from,<space>from<space>switching.
BelmontDrivesElectric_0417-CL19 1 382.00 10.96 I<space>should<space>say<space>the<space>part<space>of<space>the<space>reason<space>why<space>there's<space>so<space>many<space>fewer<space>emissions<space>from<space>driving<space>electric<space>is<space>that<space>the<space>electricity<space>grid<space>in<space>new<space>England<space>is<space>relatively<space>clean<space>compared<space>to<space>other<space>parts<space>of<space>the<space>country.
BelmontDrivesElectric_0417-CL19 1 393.04 3.44 We're<space>not,<space>we<space>don't<space>have<space>coal<space>powered<space>electricity<space>generation.
BelmontDrivesElectric_0417-CL19 1 396.48 3.84 So<space>that's<space>part<space>of<space>why<space>there's<space>such<space>a<space>big<space>impact<space>from,<space>from<space>going<space>electric.
BelmontDrivesElectric_0417-CL19 1 400.80 11.60 But<space>in<space>the<space>bigger<space>picture,<space>we<space>think<space>of,<space>people<space>think<space>of<space>large<space>scale,<space>moving<space>to<space>driving<space>electric<space>is<space>going<space>to<space>be<space>an<space>important<space>part<space>of<space>bringing<space>more<space>renewable<space>energy<space>onto<space>the<space>grid.
BelmontDrivesElectric_0417-CL19 1 412.40 11.52 So<space>as,<space>as<space>the<space>new<space>England<space>grid<space>has<space>been<space>getting<space>lower<space>and<space>lower<space>carbon<space>emissions<space>over<space>the<space>years,<space>so<space>if<space>that<space>continues,<space>then<space>it<space>just<space>makes<space>driving<space>electric<space>that<space>much<space>greener.
BelmontDrivesElectric_0417-CL19 1 424.08 20.40 But<space>also<space>as,<space>as<space>thousands<space>of<space>people<space>start<space>to<space>have<space>cars<space>with<space>batteries<space>plugged<space>in,<space>this<space>provides<space>a<space>way<space>that<space>intermittent<space>renewables<space>like<space>solar<space>and<space>wind<space>can,<space>can<space>be<space>more<space>easily<space>added<space>into<space>the<space>system<space>because<space>they<space>can<space>store<space>that<space>electricity<space>in,<space>in<space>a<space>fleet<space>of<space>electric<space>vehicles.
BelmontDrivesElectric_0417-CL19 1 445.60 12.40 So<space>the,<space>one<space>of<space>the<space>big<space>motivations<space>for<space>Belmont<space>Energy<space>Committees,<space>Sustainable<space>Belmont,<space>and<space>a<space>lot<space>of,<space>lot<space>of<space>people<space>who<space>buy<space>them<space>or<space>lease<space>them<space>is<space>the<space>environmental<space>benefits<space>of<space>driving<space>electric.
BelmontDrivesElectric_0417-CL19 1 458.08 7.28 But<space>from<space>a<space>personal<space>perspective<space>for<space>an<space>EV<space>driver,<space>another<space>big<space>appealing<space>thing<space>is<space>the<space>affordability<space>right<space>now.
BelmontDrivesElectric_0417-CL19 1 465.68 7.52 And<space>part<space>of<space>this<space>is<space>that<space>it's<space>a<space>very<space>affordable<space>time<space>to<space>buy<space>or<space>lease<space>an<space>EV<space>because<space>of<space>several<space>incentives<space>that<space>are<space>available.
BelmontDrivesElectric_0417-CL19 1 473.28 5.04 So<space>there's<space>a<space>state<space>rebate<space>of<space>$2,500<space>for<space>electric<space>vehicles.
BelmontDrivesElectric_0417-CL19 1 478.32 10.40 If<space>you<space>buy<space>an<space>electric<space>vehicle,<space>or<space>if<space>you<space>enter<space>into<space>a<space>three-year<space>lease,<space>and<space>this<space>is<space>basically<space>a<space>check<space>that<space>the<space>state<space>will<space>send<space>you<space>right<space>away,<space>as<space>soon<space>as<space>you've<space>leased<space>or<space>bought<space>your<space>vehicle.
BelmontDrivesElectric_0417-CL19 1 488.72 1.92 So<space>you<space>get<space>that<space>right<space>up<space>front.
BelmontDrivesElectric_0417-CL19 1 491.04 8.56 There's<space>also<space>a<space>federal<space>tax<space>credit<space>of<space>up<space>to,<space>up<space>to<space>$7,500<space>that<space>you<space>can<space>claim<space>on<space>your<space>federal<space>taxes<space>at<space>the<space>end<space>of<space>the<space>year.
BelmontDrivesElectric_0417-CL19 1 500.40 14.16 And<space>the<space>third<space>thing,<space>with<space>in<space>Belmont<space>Drives<space>Electric,<space>with<space>this<space>program,<space>we've<space>had<space>a<space>number<space>of<space>deals<space>with<space>dealerships<space>where<space>we've<space>pre-arranged<space>very<space>competitive<space>and<space>transparent<space>leasing<space>deals.
BelmontDrivesElectric_0417-CL19 1 514.88 6.88 So<space>an<space>example<space>is<space>something<space>like<space>the<space>Chevy<space>Volt,<space>where<space>you<space>can<space>be<space>leasing<space>it<space>for<space>less<space>than<space>$200<space>a<space>month.
BelmontDrivesElectric_0417-CL19 1 521.84 4.48 So<space>it's<space>really<space>a<space>very<space>attractive<space>option.
BelmontDrivesElectric_0417-CL19 1 526.96 6.96 So<space>it's<space>a,<space>it's<space>a<space>very<space>inexpensive<space>time<space>because<space>of<space>these<space>incentives<space>to<space>buy<space>or<space>lease<space>an<space>electric<space>vehicle.
BelmontDrivesElectric_0417-CL19 1 534.08 2.48 But<space>there's<space>also<space>savings<space>to<space>be<space>had<space>in<space>operating<space>it.
BelmontDrivesElectric_0417-CL19 1 536.56 5.28 That<space>it<space>costs<space>less<space>to<space>drive<space>a<space>mile<space>on<space>electric<space>than<space>it<space>does<space>to<space>drive<space>on<space>gasoline.
BelmontDrivesElectric_0417-CL19 1 542.32 18.00 So<space>for<space>comparison<space>to<space>a<space>sort<space>of<space>typical<space>mid-sized<space>gasoline<space>car,<space>if<space>you're<space>driving<space>electric<space>and<space>charging<space>in<space>Belmont,<space>with<space>Belmont<space>Lights<space>rates,<space>you'd<space>be<space>paying<space>the<space>equivalent<space>of<space>about<space>a<space>$1.65<space>a<space>gallon<space>of<space>gasoline.
BelmontDrivesElectric_0417-CL19 1 560.32 6.72 So<space>even<space>with<space>today's<space>low<space>gasoline<space>prices,<space>electric<space>works<space>out<space>to<space>be<space>cheaper<space>on<space>an<space>operational<space>basis.
BelmontDrivesElectric_0417-CL19 1 567.28 24.64 And<space>then<space>beyond<space>that<space>Belmont<space>Light<space>is<space>offering<space>an<space>incentive,<space>as<space>part<space>of<space>the<space>Belmont<space>Drives<space>Electric<space>program,<space>where<space>for<space>EV<space>owners,<space>if<space>they<space>charge<space>their<space>cars<space>over,<space>during<space>the<space>overnight<space>period,<space>which<space>is<space>when<space>we<space>want<space>them<space>to<space>be<space>doing<space>that,<space>then<space>there's<space>another<space>15%<space>incentive,<space>basically<space>rebate<space>off<space>your<space>electric<space>bill<space>on,<space>on<space>the<space>electricity<space>use<space>charging<space>overnight.
BelmontDrivesElectric_0417-CL19 1 592.00 3.44 So<space>that<space>brings<space>down<space>the<space>cost<space>of<space>operations<space>even<space>further.
BelmontDrivesElectric_0417-CL19 1 596.08 10.32 It's<space>also<space>worth<space>mentioning,<space>this<space>is<space>if<space>you<space>charge<space>at<space>home,<space>with<space>the<space>electricity<space>you're<space>paying<space>for,<space>but<space>a<space>lot<space>of<space>public<space>charging<space>stations<space>are<space>available<space>now,<space>that<space>many<space>of<space>which<space>are<space>free.
BelmontDrivesElectric_0417-CL19 1 606.56 4.80 Or<space>a<space>lot<space>of<space>people<space>have<space>the<space>similarly<space>charging<space>at<space>their<space>workplace<space>with<space>no<space>charge.
BelmontDrivesElectric_0417-CL19 1 611.36 8.00 So<space>there,<space>there<space>are<space>plenty<space>of<space>options<space>out<space>there<space>to<space>also<space>get<space>free<space>charging,<space>which<space>brings<space>your<space>costs<space>further<space>down.
BelmontDrivesElectric_0417-CL19 1 619.60 7.92 Another<space>point<space>that's<space>worth<space>mentioning<space>is<space>that<space>service<space>costs<space>are<space>much<space>lower<space>with<space>electric<space>vehicles<space>because<space>you<space>don't<space>have<space>oil<space>changes<space>and<space>spark<space>plugs<space>and<space>so<space>on.
BelmontDrivesElectric_0417-CL19 1 627.60 8.56 It's<space>just<space>a<space>much<space>simpler<space>machine,<space>and<space>so<space>you're,<space>you're<space>not<space>paying<space>the<space>routine<space>maintenance<space>that<space>you<space>do<space>with<space>a<space>internal<space>combustion<space>engine.
BelmontDrivesElectric_0417-CL19 1 637.12 0.56 Okay.
BelmontDrivesElectric_0417-CL19 1 639.12 8.32 Some<space>number<space>crunching,<space>which<space>don't<space>want<space>to<space>get<space>lost<space>in<space>but<space>I'll<space>just<space>say,<space>looked<space>at<space>comparing,<space>say<space>a,<space>a<space>Chevy<space>Volt<space>to<space>a<space>Chevy<space>Malibu.
BelmontDrivesElectric_0417-CL19 1 647.60 2.48 So<space>two<space>similar<space>cars<space>from<space>the<space>same<space>company.
BelmontDrivesElectric_0417-CL19 1 650.48 20.32 And<space>if<space>you<space>look<space>at,<space>for<space>example,<space>at<space>leasing<space>these<space>as<space>a,<space>as<space>an<space>approach,<space>then<space>the<space>cost<space>per<space>mile,<space>that<space>you<space>would<space>get<space>for<space>leasing<space>a<space>Volt<space>when<space>you<space>figure<space>the<space>incentives<space>and<space>your<space>fuel<space>savings<space>comes<space>out<space>to<space>roughly<space>around<space>half<space>the<space>cost<space>per<space>mile<space>of<space>driving<space>a<space>Malibu.
BelmontDrivesElectric_0417-CL19 1 671.76 10.88 So<space>putting<space>it<space>together,<space>basically<space>electric<space>vehicles<space>are,<space>are<space>good<space>for<space>the<space>environment,<space>they're<space>lowering<space>our<space>carbon<space>carbon<space>footprint,<space>and<space>cost<space>less<space>to,<space>to<space>buy<space>and<space>run.
BelmontDrivesElectric_0417-CL19 1 682.64 30.24 And<space>this<space>is<space>a<space>nice<space>analysis<space>done<space>by<space>a<space>lab,<space>a<space>Trancik<space>lab<space>at<space>MIT,<space>a<space>nice<space>tool<space>that<space>they<space>have<space>online<space>called<space>carboncounter.com,<space>where<space>they<space>looked<space>at<space>a<space>bunch<space>of<space>different<space>vehicles<space>and<space>what<space>the<space>graph<space>shows<space>on<space>the<space>vertical<space>axis<space>it's<space>the,<space>the<space>carbon<space>emissions<space>for<space>driving<space>per<space>mile<space>of<space>the<space>vehicle<space>and<space>on<space>the<space>horizontal<space>one,<space>it's<space>the<space>cost<space>per<space>mile<space>of<space>driving<space>when<space>you<space>figure<space>in<space>the<space>leasing<space>or<space>purchase<space>costs<space>or,<space>and<space>the<space>cost<space>of<space>fueling.
BelmontDrivesElectric_0417-CL19 1 713.28 6.64 And<space>so<space>the<space>higher,<space>as<space>you<space>go<space>up<space>the<space>graph,<space>it's<space>polluting<space>more<space>and<space>as<space>you<space>go<space>to<space>the<space>right,<space>it<space>costs<space>more.
BelmontDrivesElectric_0417-CL19 1 720.00 3.76 And<space>the<space>yellow<space>dots<space>are<space>a<space>variety<space>of<space>electric<space>vehicles.
BelmontDrivesElectric_0417-CL19 1 723.76 9.52 So,<space>what<space>it<space>shows<space>is<space>really<space>electric<space>vehicles<space>right<space>now<space>are<space>both<space>some<space>of<space>the<space>cleanest<space>and<space>some<space>of<space>the<space>cheapest<space>vehicles<space>to<space>be<space>driving.
BelmontDrivesElectric_0417-CL19 1 733.36 3.76 So<space>they,<space>they<space>score<space>well<space>on<space>both<space>of<space>those<space>points.
BelmontDrivesElectric_0417-CL19 1 739.04 12.80 So,<space>so<space>the<space>advantages<space>and<space>the<space>reason<space>Belmont<space>Drives<space>Electric<space>is<space>excited<space>about<space>promoting<space>this<space>are,<space>both<space>for<space>the<space>climate<space>change<space>implications<space>and,<space>and<space>that<space>it<space>can<space>save<space>Belmont<space>residents<space>money.
BelmontDrivesElectric_0417-CL19 1 752.80 7.36 I'm<space>going<space>to<space>turn<space>it<space>over<space>to<space>Klaus,<space>to<space>talk<space>about<space>some<space>of<space>the<space>issues<space>around<space>what<space>is<space>it<space>like<space>to<space>drive<space>electric,<space>including<space>how<space>do<space>you<space>charge<space>these<space>things?
BelmontDrivesElectric_0417-CL19 1 762.64 5.28 So<space>charging<space>an<space>electric<space>pump<space>is<space>a<space>delight<space>relative<space>to<space>going<space>to<space>a<space>gas<space>station.
BelmontDrivesElectric_0417-CL19 1 767.92 1.52 You<space>know,<space>you<space>go<space>to<space>the<space>gas<space>station.
BelmontDrivesElectric_0417-CL19 1 769.52 1.92 Sometimes<space>you<space>have,<space>you<space>have<space>to<space>wait<space>in<space>line.
BelmontDrivesElectric_0417-CL19 1 771.44 7.84 Then<space>you<space>grab<space>the<space>grip<space>and<space>you<space>oh,<space>you<space>know,<space>smell<space>your<space>hands,<space>it's<space>a<space>carcinogen,<space>you<space>know<space>that<space>maybe,<space>so<space>that's<space>not<space>so<space>fun<space>either.
BelmontDrivesElectric_0417-CL19 1 780.24 4.56 You<space>a<space>fuel,<space>you<space>wait,<space>that's<space>not<space>how<space>it<space>works<space>is<space>an<space>electric<space>pump.
BelmontDrivesElectric_0417-CL19 1 784.96 6.88 You<space>come<space>home,<space>you<space>park,<space>you<space>step<space>outside,<space>you<space>grab<space>the<space>pistol<space>grip<space>,<space>put<space>it,<space>your<space>done,<space>you<space>walk<space>inside.
BelmontDrivesElectric_0417-CL19 1 791.92 2.48 So<space>charging<space>is<space>really<space>simple.
BelmontDrivesElectric_0417-CL19 1 794.48 5.28 When<space>you,<space>when<space>you<space>own<space>an<space>electric<space>pump,<space>this<space>is<space>one<space>of<space>those<space>things<space>that<space>you<space>come<space>to<space>appreciate.
BelmontDrivesElectric_0417-CL19 1 799.76 4.88 If<space>you're<space>like<space>me<space>and<space>you<space>travel<space>for<space>work,<space>whenever<space>you<space>have<space>to<space>get<space>a<space>rental<space>car,<space>it's<space>such<space>a<space>downer.
BelmontDrivesElectric_0417-CL19 1 804.72 0.72 It's<space>noisy.
BelmontDrivesElectric_0417-CL19 1 805.44 0.72 It<space>stinks.
BelmontDrivesElectric_0417-CL19 1 806.24 2.00 And<space>you<space>have<space>to<space>go<space>find<space>a<space>gas<space>station<space>somewhere.
BelmontDrivesElectric_0417-CL19 1 808.24 2.32 Electric<space>plugs<space>you<space>have<space>everywhere,<space>right?
BelmontDrivesElectric_0417-CL19 1 810.64 7.20 So<space>I<space>think<space>the,<space>the<space>main<space>issue<space>to<space>be<space>aware<space>of<space>is,<space>if<space>you<space>live<space>in<space>a<space>condo<space>that<space>might<space>not<space>apply.
BelmontDrivesElectric_0417-CL19 1 817.92 13.60 So,<space>but<space>if<space>you<space>have,<space>if<space>you're<space>in<space>a<space>detached<space>home<space>or<space>you<space>have<space>a<space>place<space>at<space>work<space>where<space>you<space>can<space>change,<space>the<space>time<space>you<space>spent<space>charge<space>and<space>the<space>sort<space>of<space>inconvenience<space>and<space>smelliness<space>and<space>cost<space>of<space>is<space>much<space>better<space>in<space>an<space>electric<space>car.
BelmontDrivesElectric_0417-CL19 1 831.52 0.72 Next<space>cue.
BelmontDrivesElectric_0417-CL19 1 832.96 16.24 You<space>can<space>charge<space>just<space>like<space>you<space>plug<space>in<space>your<space>toaster<space>at<space>home,<space>you<space>can<space>plug<space>in<space>your<space>electric<space>car<space>that<space>works<space>great<space>for<space>almost<space>every<space>person<space>with<space>normal,<space>with<space>normal<space>driving<space>habits,<space>you<space>will<space>add<space>about<space>four<space>miles<space>of<space>range<space>every<space>hour.
BelmontDrivesElectric_0417-CL19 1 849.28 13.84 So<space>if<space>you<space>get<space>home<space>at<space>seven,<space>leave<space>at<space>seven,<space>you<space>have,<space>you<space>know,<space>almost<space>50<space>miles<space>of<space>range<space>and<space>fewer<space>than<space>one<space>in<space>eight<space>Americans<space>have,<space>have<space>bigger<space>trip<space>to<space>work<space>and<space>home<space>than<space>that.
BelmontDrivesElectric_0417-CL19 1 863.28 13.12 If<space>you<space>do<space>have<space>a<space>little<space>longer<space>trip<space>then<space>cars<space>like<space>the<space>Chevy<space>Volt,<space>which<space>is<space>able<space>to<space>make<space>its<space>own<space>electricity<space>from<space>gas<space>is<space>something<space>you<space>can<space>consider,<space>that<space>will,<space>that<space>will<space>provide<space>you<space>with<space>ample<space>range.
BelmontDrivesElectric_0417-CL19 1 876.48 3.52 If<space>you<space>want<space>to<space>charge<space>a<space>little<space>faster,<space>we<space>can<space>go<space>up<space>to<space>a<space>level<space>two.
BelmontDrivesElectric_0417-CL19 1 880.00 2.24 That's<space>the<space>pistol<space>part<space>I<space>was<space>talking<space>about.
BelmontDrivesElectric_0417-CL19 1 882.32 13.84 And<space>that<space>will<space>add<space>up<space>to<space>25<space>miles<space>of<space>range,<space>of<space>range<space>per<space>hour,<space>meaning<space>that<space>you<space>can<space>top<space>off<space>the<space>car<space>very<space>quickly<space>if<space>you<space>want<space>to<space>turn<space>it<space>around<space>and<space>go<space>someplace.
BelmontDrivesElectric_0417-CL19 1 896.32 4.72 Many<space>places<space>have<space>free<space>charging<space>at<space>work,<space>in<space>the<space>workplaces,<space>it's<space>all<space>level<space>two<space>pretty<space>much.
BelmontDrivesElectric_0417-CL19 1 901.12 10.96 And<space>I<space>think<space>we<space>heard<space>from<space>the<space>gentleman<space>who<space>works<space>in<space>the<space>charging<space>company,<space>that<space>there's<space>about<space>3000<space>electric<space>vehicle<space>chargers<space>in<space>Massachusetts,<space>of<space>which<space>two<space>thirds<space>are<space>free.
BelmontDrivesElectric_0417-CL19 1 912.24 2.96 So<space>lots<space>of<space>places<space>you<space>can<space>charge<space>for<space>free.
BelmontDrivesElectric_0417-CL19 1 915.20 3.04 And<space>you<space>probably<space>haven't<space>noticed<space>because<space>you're<space>not<space>looking<space>for<space>them.
BelmontDrivesElectric_0417-CL19 1 918.24 5.28 But<space>if<space>you,<space>are<space>in<space>say<space>Lexington,<space>behind<space>the<space>restaurants<space>there's<space>a<space>corner<space>there<space>there's<space>four<space>slots<space>right<space>there.
BelmontDrivesElectric_0417-CL19 1 923.52 2.64 So<space>while<space>you're<space>eating,<space>you<space>can<space>fill<space>up<space>your<space>car<space>for<space>free.
BelmontDrivesElectric_0417-CL19 1 926.40 4.80 We're<space>putting<space>in<space>chargers<space>here<space>in<space>Belmont,<space>down<space>by<space>the<space>Clafin<space>lot.
BelmontDrivesElectric_0417-CL19 1 931.20 5.84 And<space>you<space>still<space>have<space>to<space>pay<space>for<space>parking<space>like<space>everybody<space>else,<space>but<space>you<space>don't<space>have<space>to<space>pay<space>for<space>the<space>electricity.
BelmontDrivesElectric_0417-CL19 1 937.12 2.16 My<space>work,<space>I<space>don't<space>pay<space>for<space>the<space>electricity.
BelmontDrivesElectric_0417-CL19 1 939.28 4.16 And<space>so<space>I<space>haven't<space>bought<space>fuel<space>since,<space>I<space>mean<space>at<space>least<space>a<space>year.
BelmontDrivesElectric_0417-CL19 1 943.52 2.16 I<space>haven't<space>spent<space>a<space>penny<space>on<space>gas.
BelmontDrivesElectric_0417-CL19 1 945.68 15.20 So<space>when<space>you're<space>looking<space>at<space>the,<space>the<space>rates<space>for<space>the<space>leasing,<space>which<space>is<space>sub<space>200,<space>you<space>need,<space>you<space>should<space>subtract<space>out<space>of<space>that<space>whatever<space>you<space>spend<space>on<space>gas,<space>if<space>you<space>have<space>workplace<space>charging<space>and<space>most<space>people<space>who<space>work<space>in<space>Boston<space>will<space>have<space>it.
BelmontDrivesElectric_0417-CL19 1 960.88 1.04 So,<space>that's<space>pretty<space>great.
BelmontDrivesElectric_0417-CL19 1 962.40 10.64 You<space>can<space>go<space>even<space>faster,<space>this<space>what<space>you<space>call,<space>VC<space>charging,<space>direct<space>current<space>charging<space>and<space>that<space>can<space>give<space>you<space>a<space>ton<space>amount<space>in<space>no<space>time.
BelmontDrivesElectric_0417-CL19 1 973.04 9.12 The<space>Tesla<space>is<space>the<space>undisputed<space>king<space>and<space>of<space>that,<space>and<space>that<space>is<space>in<space>20<space>minutes,<space>you<space>get<space>150<space>miles.
BelmontDrivesElectric_0417-CL19 1 982.16 1.68 Yeah,<space>in<space>30<space>minutes<space>you<space>get<space>170<space>miles.
BelmontDrivesElectric_0417-CL19 1 983.92 2.96 Yeah<space>-<space>depends<space>on<space>-<space>]<space>10<space>miles-<space>-<space>per<space>minute<space>basically<space>but<space>isn't<space>it?
BelmontDrivesElectric_0417-CL19 1 986.88 1.52 So,<space>10<space>miles<space>a<space>minute?
BelmontDrivesElectric_0417-CL19 1 988.48 2.08 Yeah,<space>you<space>could<space>say<space>that.
BelmontDrivesElectric_0417-CL19 1 990.56 1.84 It's<space>up<space>to<space>300<space>miles,<space>350<space>miles.
BelmontDrivesElectric_0417-CL19 1 992.40 1.12 So<space>that<space>wicked<space>fast,<space>right?
BelmontDrivesElectric_0417-CL19 1 993.52 5.44 So<space>you<space>can,<space>you<space>can<space>spend<space>20<space>minutes<space>charging,<space>drive<space>two<space>hours,<space>and<space>then<space>spend<space>20<space>minutes<space>charging.
BelmontDrivesElectric_0417-CL19 1 998.96 4.16 And<space>the<space>chargers<space>for<space>Teslas<space>are<space>typically<space>next<space>to<space>a<space>Starbucks<space>or<space>a<space>restaurant.
BelmontDrivesElectric_0417-CL19 1 1003.12 6.56 And,<space>and<space>you<space>should<space>probably<space>take<space>a<space>break<space>every<space>two<space>hours<space>anyways,<space>so,<space>so<space>that's<space>a<space>good,<space>good<space>thing.
BelmontDrivesElectric_0417-CL19 1 1010.48 8.88 There<space>are<space>in<space>this<space>situation<space>of<space>their<space>own<space>but,<space>but<space>the<space>Boeing,<space>for<space>instance,<space>that<space>we<space>have<space>several<space>versions<space>of<space>outside<space>also<space>has<space>fast<space>charging.
BelmontDrivesElectric_0417-CL19 1 1019.44 6.32 And<space>will,<space>will<space>give<space>you<space>50<space>to<space>70<space>miles<space>in<space>the<space>same,<space>in<space>the<space>same<space>time.
BelmontDrivesElectric_0417-CL19 1 1026.00 5.68 On<space>top<space>of<space>it's<space>almost<space>250<space>mile<space>range<space>that<space>it<space>comes<space>with,<space>with<space>if<space>it<space>has<space>the<space>battery<space>filled<space>up.
BelmontDrivesElectric_0417-CL19 1 1031.76 10.88 So<space>charging<space>options<space>are,<space>there's<space>lots<space>of<space>them,<space>but<space>most<space>of<space>you<space>will,<space>will<space>be<space>able<space>to<space>live<space>very<space>happily<space>with<space>the<space>charger<space>that<space>comes<space>with<space>the<space>car.
BelmontDrivesElectric_0417-CL19 1 1042.64 2.88 Which<space>you<space>just<space>pop<space>into<space>your<space>garage.
BelmontDrivesElectric_0417-CL19 1 1045.60 2.32 Next.
BelmontDrivesElectric_0417-CL19 1 1049.44 24.32 So<space>charging<space>stations,<space>if<space>you<space>want<space>to<space>buy<space>a<space>faster<space>charging<space>station,<space>they'll<space>set<space>you<space>back<space>anywhere<space>from<space>a<space>couple<space>of<space>hundred<space>bucks<space>for,<space>for<space>one<space>that<space>you<space>can<space>buy<space>on<space>eBay,<space>typically<space>from<space>a,<space>a<space>car<space>that<space>was,<space>that<space>was<space>in<space>an<space>accident<space>or<space>something<space>with<space>it<space>where<space>you<space>can<space>buy<space>the,<space>the<space>charger<space>and<space>you<space>can<space>buy<space>one,<space>outright<space>new<space>and<space>that's<space>like<space>400<space>bucks<space>to<space>get.
BelmontDrivesElectric_0417-CL19 1 1073.84 7.36 You<space>can<space>spend<space>up<space>to<space>about<space>900<space>if<space>you<space>want<space>to<space>get<space>something<space>really<space>razzle<space>dazzle<space>that'll<space>hook<space>in<space>to<space>your<space>solar<space>panels<space>on<space>some.
BelmontDrivesElectric_0417-CL19 1 1081.20 3.92 So<space>this<space>is<space>quite<space>a<space>bit<space>of<space>a<space>choice<space>for<space>you<space>now.
BelmontDrivesElectric_0417-CL19 1 1085.12 0.72 Next.
BelmontDrivesElectric_0417-CL19 1 1087.04 3.92 Public<space>level<space>two<space>chargers,<space>this<space>is<space>a<space>ChargePoint<space>charger.
BelmontDrivesElectric_0417-CL19 1 1090.96 1.76 They<space>are<space>the<space>biggest<space>vendor.
BelmontDrivesElectric_0417-CL19 1 1092.96 2.32 You<space>need<space>a<space>card<space>to<space>swipe.
BelmontDrivesElectric_0417-CL19 1 1095.60 4.64 The<space>cards<space>you<space>get<space>just<space>by,<space>by<space>going<space>to<space>the<space>website<space>and<space>asking<space>for<space>it.
BelmontDrivesElectric_0417-CL19 1 1100.32 5.36 And<space>you<space>swipe<space>it,<space>it<space>goes<space>beep,<space>and<space>releases<space>the<space>pistol<space>brick,<space>which<space>you<space>then<space>plop<space>in.
BelmontDrivesElectric_0417-CL19 1 1105.76 1.04 It's<space>all<space>very<space>fast.
BelmontDrivesElectric_0417-CL19 1 1108.00 2.80 And<space>you<space>can<space>also<space>use<space>apple<space>pay,<space>so<space>I<space>can<space>use<space>my<space>phone.
BelmontDrivesElectric_0417-CL19 1 1110.80 1.12 Oh,<space>I<space>didn't<space>know<space>that.
BelmontDrivesElectric_0417-CL19 1 1111.92 0.24 Oh<space>yeah.
BelmontDrivesElectric_0417-CL19 1 1112.24 8.72 Yeah,<space>there's<space>cell<space>networks<space>like<space>EV,<space>or<space>is<space>it<space>EV<space>connect<space>and-<space>-<space>And<space>you,<space>if<space>you<space>have<space>a<space>credit<space>card<space>with<space>a<space>chip<space>in<space>it,<space>you<space>can<space>use<space>that<space>too,<space>just<space>to<space>swipe<space>that.
BelmontDrivesElectric_0417-CL19 1 1120.96 4.72 So,<space>so<space>the,<space>so<space>the<space>convenience<space>of<space>electric<space>charging<space>is<space>really<space>high.
BelmontDrivesElectric_0417-CL19 1 1125.76 1.60 It's<space>very<space>easy<space>to<space>do.
BelmontDrivesElectric_0417-CL19 1 1127.44 2.16 And,<space>and<space>most<space>of<space>the<space>time<space>it's<space>free.
BelmontDrivesElectric_0417-CL19 1 1129.60 6.00 So,<space>at<space>the<space>airport,<space>for<space>instance,<space>you<space>see<space>those,<space>they<space>have<space>dozens<space>of<space>them<space>so<space>you<space>can<space>get-<space>-<space>A<space>we're<space>getting<space>them<space>downtown.
BelmontDrivesElectric_0417-CL19 1 1136.08 2.32 Yep,<space>we're<space>getting<space>them<space>downtown-<space>-<space>When<space>do<space>those<space>go<space>on?
BelmontDrivesElectric_0417-CL19 1 1138.40 2.64 And<space>then<space>on<space>Lights<space>Place<space>right?
BelmontDrivesElectric_0417-CL19 1 1141.28 1.92 Probably,<space>May<space>1st.
BelmontDrivesElectric_0417-CL19 1 1143.20 0.40 And<space>next.
BelmontDrivesElectric_0417-CL19 1 1143.60 2.40 And<space>then<space>there's<space>all<space>the<space>different<space>fast<space>chargers.
BelmontDrivesElectric_0417-CL19 1 1146.16 2.56 These<space>are<space>amazing<space>pieces<space>of<space>technology.
BelmontDrivesElectric_0417-CL19 1 1148.72 4.96 If<space>you<space>fast<space>charge,<space>the<space>first<space>thing<space>that'll<space>happen<space>is<space>it'll<space>say,<space>congratulations,<space>you're<space>charging.
BelmontDrivesElectric_0417-CL19 1 1153.68 3.20 And<space>it'll<space>say,<space>you're<space>putting<space>on,<space>you<space>know,<space>110<space>amps.
BelmontDrivesElectric_0417-CL19 1 1156.96 5.44 I<space>don't<space>know<space>if<space>you,<space>if<space>that,<space>if<space>you<space>know<space>understand<space>that,<space>but<space>your<space>house<space>probably<space>rarely<space>draws<space>more<space>than<space>10.
BelmontDrivesElectric_0417-CL19 1 1162.48 5.76 So<space>over<space>a<space>hundred<space>amps<space>is<space>a<space>really<space>wicked<space>amount<space>of<space>power<space>that,<space>that<space>they<space>take<space>off.
BelmontDrivesElectric_0417-CL19 1 1168.24 2.56 So<space>this<space>is,<space>this<space>is<space>pretty<space>impressive<space>technology.
BelmontDrivesElectric_0417-CL19 1 1170.88 3.52 And<space>again,<space>Tesla<space>is<space>the,<space>is<space>the<space>leader<space>in<space>that.
BelmontDrivesElectric_0417-CL19 1 1174.48 2.72 So<space>you<space>can,<space>is<space>this<space>quite<space>the<space>gambit.
BelmontDrivesElectric_0417-CL19 1 1177.20 4.88 But<space>like<space>I<space>said,<space>most<space>of<space>you<space>will<space>be<space>quite<space>happy<space>with<space>just<space>the<space>charger<space>that<space>comes<space>through<space>the<space>car.
BelmontDrivesElectric_0417-CL19 1 1182.16 5.84 Next<space>Yes,<space>you<space>have<space>all<space>sorts<space>of<space>flexibility.
BelmontDrivesElectric_0417-CL19 1 1188.00 3.04 You<space>can<space>program<space>the<space>cars<space>to<space>charge<space>when<space>it's<space>cheap.
BelmontDrivesElectric_0417-CL19 1 1191.04 3.60 If<space>you're<space>in<space>the<space>Concourse,<space>for<space>instance,<space>you<space>have<space>cheaper<space>than<space>nighttime<space>rates.
BelmontDrivesElectric_0417-CL19 1 1194.64 2.24 That's<space>where<space>Belmont<space>is<space>moving<space>to.
BelmontDrivesElectric_0417-CL19 1 1197.12 5.12 So<space>that<space>means<space>that<space>you'll<space>have<space>a<space>significant<space>discount<space>on,<space>on<space>the<space>electricity.
BelmontDrivesElectric_0417-CL19 1 1202.24 5.28 And<space>right<space>now<space>the,<space>the<space>equivalent<space>cost<space>of<space>a<space>gallon<space>of<space>gas<space>is<space>like<space>$1.50.
BelmontDrivesElectric_0417-CL19 1 1207.52 5.84 But<space>with<space>the<space>nighttime<space>rates,<space>it'll<space>be<space>the<space>equivalent<space>of<space>getting<space>70<space>cents<space>gallon,<space>70<space>cent<space>gas.
BelmontDrivesElectric_0417-CL19 1 1213.44 2.40 And<space>importantly,<space>that's<space>locked<space>in.
BelmontDrivesElectric_0417-CL19 1 1216.00 6.40 So<space>where<space>the<space>gas<space>price<space>fluctuates<space>has<space>been<space>low<space>for<space>a<space>while,<space>but<space>it<space>could<space>go<space>up<space>the<space>moment<space>shots<space>are<space>fired<space>in<space>the<space>middle<space>east.
BelmontDrivesElectric_0417-CL19 1 1222.40 2.32 You<space>know,<space>that's<space>one<space>of<space>these<space>connected<space>things.
BelmontDrivesElectric_0417-CL19 1 1224.72 6.00 But<space>that<space>shouldn't<space>ever<space>impact<space>the<space>electricity<space>prices<space>because<space>that's<space>based<space>on<space>hydro<space>and<space>wind<space>and<space>solar<space>and<space>so<space>on.
BelmontDrivesElectric_0417-CL19 1 1230.72 8.24 So<space>by,<space>by<space>having<space>an<space>electric<space>car,<space>you,<space>you<space>secure<space>a<space>cheap<space>source<space>of<space>fuel<space>for<space>your<space>car.
BelmontDrivesElectric_0417-CL19 1 1239.04 2.72 And<space>you<space>can<space>program<space>your<space>all<space>sorts<space>of<space>sophisticated<space>ways.
BelmontDrivesElectric_0417-CL19 1 1241.76 8.56 You<space>can<space>ask<space>it<space>to<space>be<space>charged<space>when<space>the<space>electricity<space>prices<space>is<space>lowest,<space>but<space>you<space>can<space>also,<space>for<space>some<space>charges,<space>you<space>can<space>ask<space>it<space>to<space>charge<space>when<space>the<space>power<space>is<space>the<space>greenest.
BelmontDrivesElectric_0417-CL19 1 1250.40 7.60 If<space>you<space>buy<space>a<space>juice<space>box<space>charger,<space>which<space>I<space>have,<space>then<space>you<space>can<space>ask<space>it<space>to<space>do<space>that<space>and<space>it'll<space>automatically<space>check<space>the<space>weather<space>forecast<space>and<space>all<space>sorts<space>of<space>other<space>things.
BelmontDrivesElectric_0417-CL19 1 1258.00 1.04 So<space>there's<space>a<space>lot<space>of<space>choices.
BelmontDrivesElectric_0417-CL19 1 1259.04 0.56 It's<space>pretty<space>cool.
BelmontDrivesElectric_0417-CL19 1 1259.60 1.60 If<space>you,<space>and<space>you<space>get<space>lots<space>of<space>data.
BelmontDrivesElectric_0417-CL19 1 1261.20 3.44 So<space>if<space>you're<space>a<space>data<space>geek,<space>you<space>will<space>have<space>a<space>lot<space>to<space>play<space>with.
BelmontDrivesElectric_0417-CL19 1 1264.80 1.04 Yep,<space>next.
BelmontDrivesElectric_0417-CL19 1 1266.64 1.04 Tons<space>of<space>chargers.
BelmontDrivesElectric_0417-CL19 1 1267.68 2.56 I<space>think<space>it<space>comes<space>out<space>to<space>about<space>50<space>thousand.
BelmontDrivesElectric_0417-CL19 1 1270.24 2.96 I<space>think<space>you<space>could<space>have<space>stopped<space>at<space>3000<space>chargers.
BelmontDrivesElectric_0417-CL19 1 1273.36 2.56 And<space>they<space>are<space>two<space>thirds<space>a<space>month<space>free.
BelmontDrivesElectric_0417-CL19 1 1276.00 0.48 Next.
BelmontDrivesElectric_0417-CL19 1 1278.32 8.00 These,<space>so<space>Logan,<space>I<space>talk<space>to<space>all<space>the<space>time<space>they<space>find<space>a<space>flight<space>and<space>then<space>hospitals,<space>public<space>parking.
BelmontDrivesElectric_0417-CL19 1 1286.32 1.44 So<space>you<space>can<space>find<space>them<space>on<space>your<space>phone.
BelmontDrivesElectric_0417-CL19 1 1287.76 5.04 If<space>you<space>download<space>the<space>PlugShare<space>charging.
BelmontDrivesElectric_0417-CL19 1 1293.12 3.20 How<space>does<space>that<space>work<space>with<space>Logan,<space>for<space>example,<space>let's<space>say,<space>you're<space>going<space>on<space>a<space>family<space>vacation<space>for<space>a<space>week.
BelmontDrivesElectric_0417-CL19 1 1296.32 0.24 Yes.
BelmontDrivesElectric_0417-CL19 1 1296.56 4.64 And<space>you<space>go<space>to<space>this<space>spot,<space>there's<space>a<space>charging<space>thing,<space>you<space>plug<space>in<space>your<space>car<space>and<space>then<space>you<space>leave<space>for<space>a<space>week.
BelmontDrivesElectric_0417-CL19 1 1301.20 0.56 And<space>you<space>just<space>leave<space>it<space>there?
BelmontDrivesElectric_0417-CL19 1 1302.08 4.64 That's<space>what<space>a<space>lot<space>of<space>people<space>do,<space>but<space>they<space>actually<space>have<space>a<space>regular,<space>110<space>volt<space>plugs.
BelmontDrivesElectric_0417-CL19 1 1306.72 0.96 So<space>that's<space>what<space>I<space>do.
BelmontDrivesElectric_0417-CL19 1 1307.68 4.00 I<space>just<space>pull<space>in<space>to<space>them<space>and<space>then<space>I<space>just<space>plug<space>in<space>there.
BelmontDrivesElectric_0417-CL19 1 1311.68 3.52 And<space>that<space>way<space>I'm<space>not<space>up<space>taking<space>up-<space>-<space>Are<space>the<space>spaces<space>pretty<space>wide<space>there?
BelmontDrivesElectric_0417-CL19 1 1315.28 0.64 Yes.
BelmontDrivesElectric_0417-CL19 1 1316.08 7.36 Yep,<space>the<space>other<space>thing<space>is<space>that<space>you<space>can,<space>I<space>think<space>that's<space>more,<space>but<space>yes<space>it's,<space>but<space>it's<space>not<space>ideal,<space>you're<space>right<space>about<space>that.
BelmontDrivesElectric_0417-CL19 1 1323.44 2.64 Because<space>the<space>car<space>has<space>charged<space>in<space>hours<space>and<space>you're<space>gone<space>for<space>days.
BelmontDrivesElectric_0417-CL19 1 1326.08 4.88 That's<space>not<space>ideal<space>But<space>usually<space>it's<space>not<space>a<space>problem<space>to,<space>to<space>find<space>a<space>spot<space>where<space>there's<space>a<space>plug.
BelmontDrivesElectric_0417-CL19 1 1332.16 0.64 Hotels.
BelmontDrivesElectric_0417-CL19 1 1332.88 3.68 They<space>all<space>will<space>always,<space>they<space>will<space>always<space>let<space>you<space>charge.
BelmontDrivesElectric_0417-CL19 1 1336.56 1.20 I<space>travel<space>a<space>lot<space>for<space>work.
BelmontDrivesElectric_0417-CL19 1 1337.76 6.72 And<space>even<space>if<space>they<space>don't<space>officially<space>have<space>charging,<space>if<space>you<space>ask<space>them<space>at<space>the<space>reception,<space>they<space>always<space>are<space>willing<space>to,<space>to<space>let<space>you<space>charge.
BelmontDrivesElectric_0417-CL19 1 1344.48 3.12 Bring<space>us<space>a<space>charging<space>chord,<space>an<space>extension<space>chord.
BelmontDrivesElectric_0417-CL19 1 1348.08 0.96 Next.
BelmontDrivesElectric_0417-CL19 1 1349.76 1.44 Fast<space>charging<space>is<space>coming.
BelmontDrivesElectric_0417-CL19 1 1351.28 5.20 This<space>is<space>going<space>to<space>be<space>much<space>more<space>common<space>in<space>the<space>future.
BelmontDrivesElectric_0417-CL19 1 1356.64 8.56 And<space>what<space>that<space>means<space>also<space>is<space>that<space>hybrid's<space>are<space>probably<space>gonna<space>go<space>away<space>because<space>you<space>don't<space>need<space>them<space>when<space>you<space>can,<space>when<space>you<space>can<space>fill<space>up<space>the<space>battery<space>really<space>fast.
BelmontDrivesElectric_0417-CL19 1 1365.44 16.88 My<space>fiance<space>just<space>bought<space>a<space>Volt<space>and<space>she<space>lives<space>basically<space>at<space>the<space>far<space>end<space>of<space>84<space>and<space>the<space>charging<space>infrastructure<space>that<space>she,<space>that<space>was<space>there<space>when<space>she<space>boughted<space>in<space>January<space>was<space>basically<space>Danbury-<space>and<space>nothing<space>in<space>between,<space>there<space>were<space>a<space>couple<space>in<space>Hartford<space>that<space>were<space>unreliable.
BelmontDrivesElectric_0417-CL19 1 1382.32 0.72 Yeah.
BelmontDrivesElectric_0417-CL19 1 1383.92 10.56 Five<space>days<space>before<space>her<space>car<space>arrived<space>at<space>the<space>dealership,<space>two<space>new<space>ones<space>went<space>in,<space>in<space>Hartford,<space>-<space>Yeah<space>-<space>one<space>in<space>Manchester,<space>one<space>in<space>Hartford,<space>EV<space>goes<space>and<space>net<space>worth<space>is,<space>there<space>popping<space>up.
BelmontDrivesElectric_0417-CL19 1 1394.48 0.24 Yeah.
BelmontDrivesElectric_0417-CL19 1 1394.72 0.56 Everywhere.
BelmontDrivesElectric_0417-CL19 1 1395.28 1.36 And<space>Auburn<space>is<space>awesome.
BelmontDrivesElectric_0417-CL19 1 1396.64 2.00 You<space>have<space>the<space>Chilies,<space>they<space>have<space>two<space>sets<space>free.
BelmontDrivesElectric_0417-CL19 1 1398.64 0.56 Level<space>twos<space>right?
BelmontDrivesElectric_0417-CL19 1 1399.28 4.08 And<space>you'd<space>have<space>the<space>99<space>restaurant<space>also,<space>they<space>have<space>two<space>changers<space>for<space>free.
BelmontDrivesElectric_0417-CL19 1 1403.92 1.52 I<space>mean,<space>the<space>DC<space>chargers.
BelmontDrivesElectric_0417-CL19 1 1405.44 2.00 The<space>fast<space>chargers<space>-<space>Yes,<space>okay.
BelmontDrivesElectric_0417-CL19 1 1407.44 1.52 that<space>you<space>use<space>for<space>your<space>traveling,<space>long<space>road<space>trips.
BelmontDrivesElectric_0417-CL19 1 1409.04 1.68 That's<space>also<space>called<space>level<space>three.
BelmontDrivesElectric_0417-CL19 1 1410.80 1.92 Okay<space>next.
BelmontDrivesElectric_0417-CL19 1 1413.04 0.80 Yep.
BelmontDrivesElectric_0417-CL19 1 1414.72 2.72 I<space>think,<space>do<space>you<space>want<space>to<space>take<space>the<space>or<space>shall<space>I?
BelmontDrivesElectric_0417-CL19 1 1417.68 3.04 So<space>electric<space>cars<space>are<space>really<space>fun<space>to<space>drive.
BelmontDrivesElectric_0417-CL19 1 1420.80 2.56 They,<space>they<space>have<space>violent<space>acceleration.
BelmontDrivesElectric_0417-CL19 1 1423.60 6.64 They<space>are<space>very<space>quite,<space>so<space>it's,<space>it's<space>a<space>very<space>luxurious<space>feel<space>to<space>drive<space>in<space>them.
BelmontDrivesElectric_0417-CL19 1 1430.40 10.48 It's,<space>it's<space>a<space>fun<space>car<space>to,<space>to<space>drive<space>because<space>they<space>tend<space>to<space>be<space>very<space>high-tech<space>and<space>all<space>of<space>that<space>at<space>a<space>price<space>point<space>below<space>$20,000.
BelmontDrivesElectric_0417-CL19 1 1440.96 2.64 I<space>mean,<space>it's<space>just<space>the<space>value<space>to<space>enjoyment.
BelmontDrivesElectric_0417-CL19 1 1443.76 2.88 Price<space>is<space>just<space>amazing,<space>I<space>think.
BelmontDrivesElectric_0417-CL19 1 1446.72 14.56 And<space>the,<space>what<space>do<space>you,<space>what,<space>what<space>tends<space>to<space>detract<space>from<space>that<space>is<space>that<space>people<space>worry<space>about<space>running<space>out<space>of<space>juice<space>and<space>that's<space>really,<space>shouldn't<space>be<space>a<space>concern.
BelmontDrivesElectric_0417-CL19 1 1461.52 5.76 One<space>is<space>if<space>you<space>get<space>a<space>pure<space>electric<space>car,<space>it's,<space>it's<space>often<space>a<space>second<space>car.
BelmontDrivesElectric_0417-CL19 1 1467.28 3.12 So<space>you<space>really<space>just<space>tootling<space>around<space>in<space>the<space>neighborhood.
BelmontDrivesElectric_0417-CL19 1 1470.40 3.20 And<space>in<space>that<space>case,<space>that<space>really<space>on<space>any,<space>any<space>problems.
BelmontDrivesElectric_0417-CL19 1 1473.60 9.20 But<space>if<space>you<space>wanna,<space>if<space>you<space>sometimes<space>go<space>farther,<space>if<space>you<space>have<space>a<space>cabin<space>up<space>in<space>Maine<space>or<space>something<space>like<space>that,<space>you<space>can<space>consider<space>the<space>costs<space>that<space>have<space>a<space>backup.
BelmontDrivesElectric_0417-CL19 1 1483.12 2.48 The<space>Golf<space>has<space>that,<space>the<space>Volt<space>is<space>what<space>I<space>have.
BelmontDrivesElectric_0417-CL19 1 1485.84 4.00 They,<space>they,<space>it<space>comes<space>with<space>a<space>gas<space>tank<space>and<space>a<space>generator,<space>so<space>it<space>can<space>make<space>its<space>own<space>gas.
BelmontDrivesElectric_0417-CL19 1 1489.84 2.88 And<space>that<space>bumps<space>your<space>range<space>up<space>to<space>over<space>400<space>miles.
BelmontDrivesElectric_0417-CL19 1 1492.72 6.16 So<space>in<space>my<space>Volt,<space>which<space>is<space>outside,<space>and<space>you're<space>welcome<space>to<space>try<space>it<space>out,<space>you<space>can<space>go<space>from<space>here<space>to<space>Manhattan<space>and<space>back<space>and<space>not<space>stop.
BelmontDrivesElectric_0417-CL19 1 1498.96 1.84 So<space>if<space>that<space>not<space>range<space>enough<space>for<space>you,<space>right.
BelmontDrivesElectric_0417-CL19 1 1500.80 4.56 I<space>don't<space>know<space>it's<space>you<space>can<space>just<space>fill<space>it<space>up<space>and<space>going<space>another<space>400<space>miles.
BelmontDrivesElectric_0417-CL19 1 1505.36 2.00 The<space>Volt,<space>can<space>you<space>just<space>keep<space>filling<space>it<space>up<space>with<space>gas?
BelmontDrivesElectric_0417-CL19 1 1507.36 1.28 Yep,<space>Yeah.
BelmontDrivesElectric_0417-CL19 1 1508.88 6.80 So<space>it's<space>a,<space>I<space>drove<space>to<space>Chicago<space>and<space>down<space>to<space>Atlanta<space>and<space>all<space>in<space>one,<space>one<space>time,<space>over<space>a<space>week.
BelmontDrivesElectric_0417-CL19 1 1515.76 1.36 So<space>I<space>just<space>kept<space>filling<space>it<space>up.
BelmontDrivesElectric_0417-CL19 1 1517.12 9.12 It<space>killed<space>my<space>average,<space>but<space>it<space>Most<space>people<space>over<space>estimate<space>the<space>range<space>that<space>they<space>need.
BelmontDrivesElectric_0417-CL19 1 1526.24 5.76 So<space>they'll<space>say<space>things,<space>now<space>but<space>80<space>miles<space>doesn't<space>work<space>for<space>me,<space>but<space>actually<space>80<space>miles<space>works<space>for<space>almost<space>all.
BelmontDrivesElectric_0417-CL19 1 1532.00 3.04 So<space>you<space>can't<space>transport<space>a<space>piano<space>in<space>your<space>car<space>either,<space>right?
BelmontDrivesElectric_0417-CL19 1 1535.04 5.84 So<space>people<space>shouldn't<space>dimension<space>their<space>car<space>needs<space>to<space>the<space>unlikely<space>event.
BelmontDrivesElectric_0417-CL19 1 1541.20 11.28 It's<space>important<space>to<space>remember<space>that<space>if<space>you<space>just<space>drive<space>once<space>a<space>year,<space>well,<space>maybe<space>you<space>should<space>get<space>a<space>rental<space>because<space>you<space>will<space>save<space>so<space>much<space>money<space>on<space>that<space>electric<space>car<space>that<space>it<space>will<space>more<space>than<space>pay<space>for<space>the<space>full<space>rental<space>car<space>for<space>your<space>trip<space>with<space>your<space>family.
BelmontDrivesElectric_0417-CL19 1 1552.56 1.60 Then<space>you<space>get<space>a<space>convertible.
BelmontDrivesElectric_0417-CL19 1 1556.08 1.12 Plug<space>in<space>hybrids?
BelmontDrivesElectric_0417-CL19 1 1557.20 0.72 The<space>Chevy<space>Volt?
BelmontDrivesElectric_0417-CL19 1 1558.00 1.12 Love<space>the<space>Chevy<space>Volt.
BelmontDrivesElectric_0417-CL19 1 1559.36 4.00 That<space>gives<space>you,<space>that<space>takes<space>totally<space>takes<space>away<space>range<space>anxiety.
BelmontDrivesElectric_0417-CL19 1 1563.36 0.80 Next.
BelmontDrivesElectric_0417-CL19 1 1564.64 10.88 Batteries,<space>a<space>very<space>reliable<space>it's,<space>people<space>tend<space>to<space>think<space>of<space>lithium<space>batteries<space>as<space>the<space>one<space>they<space>have<space>in<space>their<space>phone,<space>where<space>you<space>have<space>notable<space>degradation<space>in<space>as<space>short<space>a<space>time<space>as<space>year.
BelmontDrivesElectric_0417-CL19 1 1575.60 6.72 But<space>there's,<space>if<space>you<space>look<space>at<space>cast<space>iron<space>and<space>high<space>tensile<space>steel,<space>right,<space>that's<space>mostly<space>iron,<space>but<space>it's<space>totally<space>different.
BelmontDrivesElectric_0417-CL19 1 1582.40 1.44 Same<space>with<space>lithium<space>batteries.
BelmontDrivesElectric_0417-CL19 1 1583.84 10.00 This<space>I<space>think<space>is<space>lithium<space>cobalt<space>hydrate,<space>I<space>think<space>it's,<space>and<space>in<space>the<space>cars<space>it's<space>lithium<space>phosphate,<space>heightened<space>or<space>something,<space>I<space>forget,<space>lithium<space>iron<space>phosphate.
BelmontDrivesElectric_0417-CL19 1 1593.84 1.44 And<space>they're<space>very,<space>very<space>different.
BelmontDrivesElectric_0417-CL19 1 1595.28 2.16 They're<space>designed<space>to<space>be<space>completely<space>different.
BelmontDrivesElectric_0417-CL19 1 1598.08 4.88 The<space>batteries<space>in<space>the<space>electric<space>car<space>are<space>not,<space>are<space>not<space>designed<space>to<space>be<space>fully<space>discharged.
BelmontDrivesElectric_0417-CL19 1 1603.04 8.16 So<space>in<space>the<space>Volt,<space>for<space>instance,<space>in<space>the<space>first-generation<space>Volt,<space>you<space>have<space>a<space>16<space>kilowatt<space>hour<space>battery<space>that<space>you're<space>only<space>allowed<space>to<space>use<space>10<space>kilowatt<space>in<space>the<space>middle<space>of.
BelmontDrivesElectric_0417-CL19 1 1611.20 3.20 That<space>way<space>you<space>are<space>never<space>fully<space>charged<space>or<space>fully<space>discharged<space>which<space>is<space>hard<space>on<space>the<space>battery.
BelmontDrivesElectric_0417-CL19 1 1614.40 4.00 In<space>your<space>cell<space>phone,<space>you<space>fully<space>discharged<space>the<space>battery<space>or<space>more<space>you<space>fully<space>charge<space>it.
BelmontDrivesElectric_0417-CL19 1 1618.48 1.52 Because<space>it's<space>a<space>weight<space>issue.
BelmontDrivesElectric_0417-CL19 1 1620.16 2.96 So<space>you<space>cannot<space>take<space>that<space>experience<space>and<space>move<space>it<space>over.
BelmontDrivesElectric_0417-CL19 1 1623.20 1.84 Batteries<space>are<space>very<space>reliable.
BelmontDrivesElectric_0417-CL19 1 1625.12 4.48 They<space>have<space>sold<space>over<space>a<space>hundred<space>thousand<space>Chevy<space>Volts<space>and<space>they've<space>never<space>replaced<space>a<space>battery.
BelmontDrivesElectric_0417-CL19 1 1629.68 9.68 And<space>because<space>all<space>the<space>cars<space>communicate<space>back<space>to<space>GM,<space>the<space>state<space>of<space>the<space>battery<space>and<space>how<space>much<space>it's<space>driving,<space>they're<space>collecting<space>all<space>of<space>that<space>information<space>in<space>exchange<space>for<space>that<space>you<space>get<space>free<space>OnStar<space>subscription.
BelmontDrivesElectric_0417-CL19 1 1639.60 2.80 They<space>know<space>perfectly<space>well,<space>how<space>well<space>that<space>batteries<space>are<space>doing.
BelmontDrivesElectric_0417-CL19 1 1642.40 5.36 And<space>there's<space>not<space>a<space>single<space>battery<space>out<space>of<space>that,<space>that<space>has<space>ever<space>had,<space>that's<space>ever<space>lost<space>charge.
BelmontDrivesElectric_0417-CL19 1 1647.76 2.80 And<space>some<space>people<space>have<space>over<space>a<space>hundred<space>thousand<space>electric<space>miles<space>on<space>it.
BelmontDrivesElectric_0417-CL19 1 1650.56 3.04 The<space>record<space>is<space>140,000<space>electric<space>miles<space>on<space>the<space>Volt.
BelmontDrivesElectric_0417-CL19 1 1653.76 3.36 And,<space>and<space>so-<space>-<space>It's<space>hard<space>to<space>do<space>40<space>miles<space>a<space>day,<space>right?
BelmontDrivesElectric_0417-CL19 1 1657.20 0.40 Yeah.
BelmontDrivesElectric_0417-CL19 1 1657.84 6.48 So,<space>yeah,<space>so,<space>so<space>it's<space>just,<space>these<space>are<space>very,<space>battery,<space>the<space>battery<space>is<space>not<space>going<space>to<space>have<space>to<space>be<space>replaced.
BelmontDrivesElectric_0417-CL19 1 1664.32 2.56 It's<space>a,<space>it's<space>a<space>total<space>myth.
BelmontDrivesElectric_0417-CL19 1 1667.04 1.12 Put<space>fake<space>news.
BelmontDrivesElectric_0417-CL19 1 1668.24 8.48 And,<space>the<space>Chevy's<space>are<space>particularly<space>good<space>in<space>battery<space>management,<space>the<space>Tesla's<space>are<space>very<space>good<space>too.
BelmontDrivesElectric_0417-CL19 1 1676.72 5.28 Nissan<space>Leaf<space>they,<space>you<space>might<space>have<space>read<space>that<space>they<space>had<space>some<space>issues<space>in<space>very<space>hot<space>states,<space>but<space>they<space>fixed<space>that.
BelmontDrivesElectric_0417-CL19 1 1682.16 7.44 So<space>it's,<space>so<space>this,<space>these<space>were<space>caused<space>in<space>New<space>Mexico<space>and<space>they<space>simply<space>had,<space>they<space>got<space>cooked<space>and<space>that<space>they<space>did<space>the<space>batteries<space>didn't<space>like<space>that.
BelmontDrivesElectric_0417-CL19 1 1689.60 2.40 But<space>quick,<space>next.
BelmontDrivesElectric_0417-CL19 1 1692.72 1.36 We<space>talked<space>about<space>the<space>range.
BelmontDrivesElectric_0417-CL19 1 1694.24 4.24 You'll,<space>most<space>new<space>electric<space>cars<space>now<space>have<space>over<space>a<space>hundred<space>miles.
BelmontDrivesElectric_0417-CL19 1 1698.80 4.32 Next,<space>you<space>have<space>a<space>lot<space>of<space>choice<space>in<space>electric<space>car.
BelmontDrivesElectric_0417-CL19 1 1703.20 1.92 The,<space>the,<space>you<space>can't<space>get<space>a<space>convertible.
BelmontDrivesElectric_0417-CL19 1 1705.12 9.92 So<space>that's<space>say<space>that's<space>a<space>limitation<space>if<space>that's<space>your<space>thing,<space>but<space>you<space>can<space>get<space>roomy<space>cars,<space>like<space>model<space>Tesla<space>X,<space>can<space>seat<space>seven.
BelmontDrivesElectric_0417-CL19 1 1715.60 3.36 You<space>can<space>get<space>the<space>most<space>of<space>the<space>other<space>cars<space>seat<space>five.
BelmontDrivesElectric_0417-CL19 1 1718.96 10.56 But<space>of<space>compact<space>cars,<space>there<space>are<space>hatchbacks,<space>those<space>are<space>they,<space>they<space>have<space>room<space>for<space>a<space>lot<space>of<space>stuff<space>in<space>them,<space>you<space>can<space>get<space>some<space>that<space>are,<space>you<space>know,<space>very<space>fast,<space>some<space>that<space>will<space>park<space>anywhere.
BelmontDrivesElectric_0417-CL19 1 1730.24 2.40 There's<space>a<space>Chrysler<space>Pacifica<space>that's<space>just<space>come<space>out.
BelmontDrivesElectric_0417-CL19 1 1732.72 0.48 That's<space>right.
BelmontDrivesElectric_0417-CL19 1 1733.20 2.16 And<space>a<space>plug<space>in<space>with<space>an<space>LG<space>battery-<space>-<space>Yes.
BelmontDrivesElectric_0417-CL19 1 1735.36 2.32 with<space>a<space>liquid<space>thermal<space>management,<space>just<space>like<space>the<space>Volt.
BelmontDrivesElectric_0417-CL19 1 1737.68 0.32 Yep.
BelmontDrivesElectric_0417-CL19 1 1738.08 4.00 So,<space>so<space>that<space>has<space>a,<space>that<space>has<space>a<space>gas<space>engine<space>also<space>as<space>backup.
BelmontDrivesElectric_0417-CL19 1 1742.08 1.44 So<space>there's<space>this<space>really<space>a<space>lot<space>of<space>range.
BelmontDrivesElectric_0417-CL19 1 1743.52 6.48 And<space>VW<space>has<space>said<space>that<space>they're<space>going<space>to<space>put<space>out<space>25,<space>I<space>think<space>a<space>new<space>electric<space>cars<space>by<space>the<space>year<space>2025.
BelmontDrivesElectric_0417-CL19 1 1750.00 1.52 So<space>they<space>got<space>busted<space>on<space>cheating.
BelmontDrivesElectric_0417-CL19 1 1751.52 3.76 Everybody's<space>cheating<space>by<space>the<space>way,<space>not<space>just<space>VW,<space>but<space>they<space>sort<space>of<space>fessed<space>up<space>to<space>it.
BelmontDrivesElectric_0417-CL19 1 1755.52 4.80 So<space>they<space>paying,<space>they're<space>paying<space>amends.
BelmontDrivesElectric_0417-CL19 1 1760.56 4.32 But<space>the<space>Mercedes<space>is<space>coming<space>off<space>and<space>they've<space>just<space>accelerated<space>their<space>program.
BelmontDrivesElectric_0417-CL19 1 1764.88 1.44 There's<space>a<space>lot<space>on<space>offer.
BelmontDrivesElectric_0417-CL19 1 1766.40 8.40 But<space>even<space>today<space>you<space>have<space>some<space>really<space>great<space>choices,<space>and<space>we<space>have<space>them<space>out<space>on<space>the<space>parking<space>lot<space>and<space>you<space>should<space>try<space>to<space>test<space>drive<space>them,<space>try<space>out<space>different<space>kind<space>of<space>cars.
BelmontDrivesElectric_0417-CL19 1 1775.28 1.04 Next.
BelmontDrivesElectric_0417-CL19 1 1776.80 1.28 Oh,<space>winter<space>time.
BelmontDrivesElectric_0417-CL19 1 1778.24 1.36 It's<space>another<space>sort<space>of<space>story.
BelmontDrivesElectric_0417-CL19 1 1779.60 2.32 People<space>often<space>ask<space>how<space>do<space>go<space>in<space>winter?
BelmontDrivesElectric_0417-CL19 1 1781.92 2.24 Well,<space>take<space>the<space>Volt,<space>which<space>is<space>my<space>car.
BelmontDrivesElectric_0417-CL19 1 1784.16 3.68 It<space>has<space>a<space>400<space>pound<space>battery<space>that<space>is<space>moved<space>sort<space>of<space>towards<space>the<space>back.
BelmontDrivesElectric_0417-CL19 1 1787.84 5.68 So<space>it<space>has<space>almost<space>perfect<space>50/50<space>balance<space>and<space>sits<space>nice<space>and<space>heavy,<space>they're<space>great<space>in<space>snow.
BelmontDrivesElectric_0417-CL19 1 1793.52 8.00 And<space>if<space>you<space>want<space>to<space>see<space>that,<space>that<space>inaction,<space>just<space>go<space>to<space>YouTube<space>and<space>Google<space>a<space>Chevy<space>Volt<space>snow,<space>and<space>that<space>goes<space>for<space>the<space>electric<space>cars.
BelmontDrivesElectric_0417-CL19 1 1801.52 2.88 They<space>are,<space>they<space>tend<space>to<space>be<space>very<space>good<space>in<space>snow.
BelmontDrivesElectric_0417-CL19 1 1804.40 1.76 And<space>also<space>the<space>moter<space>is<space>very<space>light.
BelmontDrivesElectric_0417-CL19 1 1806.16 9.04 So<space>when<space>you<space>spin<space>with<space>a<space>gas<space>car,<space>there's<space>a<space>lot<space>of<space>moving<space>mass,<space>so<space>it<space>takes<space>a<space>while<space>before<space>the<space>wheels,<space>slow<space>down,<space>back<space>to<space>the<space>speed<space>they<space>should<space>have<space>to<space>give<space>you<space>a<space>grip.
BelmontDrivesElectric_0417-CL19 1 1815.20 6.40 Electric<space>cars,<space>the<space>motors<space>have<space>much<space>less<space>internal<space>spinning<space>mass<space>and<space>therefore<space>they<space>get<space>traction<space>faster.
BelmontDrivesElectric_0417-CL19 1 1821.68 0.88 So<space>they're<space>very<space>good.
BelmontDrivesElectric_0417-CL19 1 1822.56 0.72 Next.
BelmontDrivesElectric_0417-CL19 1 1823.84 1.52 Yes,<space>this<space>is<space>true.
BelmontDrivesElectric_0417-CL19 1 1825.84 0.48 That<space>one.
BelmontDrivesElectric_0417-CL19 1 1826.32 0.64 That<space>was<space>the<space>point.
BelmontDrivesElectric_0417-CL19 1 1826.96 0.32 Yep.
BelmontDrivesElectric_0417-CL19 1 1827.60 0.32 Good?
BelmontDrivesElectric_0417-CL19 1 1827.92 2.00 Next.
BelmontDrivesElectric_0417-CL19 1 1830.08 0.40 Yeah.
BelmontDrivesElectric_0417-CL19 1 1830.56 6.64 So<space>in<space>the<space>winter<space>time,<space>you,<space>you<space>all<space>cars,<space>gas<space>cars<space>also<space>reduce<space>range,<space>You<space>just<space>don't<space>notice<space>it<space>in<space>the<space>gas<space>car.
BelmontDrivesElectric_0417-CL19 1 1837.36 4.40 However,<space>the<space>it's,<space>it's<space>not<space>actually<space>a<space>big<space>deal.
BelmontDrivesElectric_0417-CL19 1 1841.84 11.36 Usually<space>what<space>you<space>do<space>is<space>that<space>you,<space>you<space>can<space>try<space>to<space>avoid<space>heating<space>the<space>car<space>while<space>driving,<space>you<space>heated<space>before<space>you<space>leave.
BelmontDrivesElectric_0417-CL19 1 1853.20 1.28 And<space>that<space>really<space>helps.
BelmontDrivesElectric_0417-CL19 1 1854.56 7.76 So<space>drawing<space>heat<space>to,<space>to<space>heat<space>air,<space>takes<space>a<space>lot<space>of<space>power,<space>but<space>you<space>can<space>do<space>it<space>while<space>it's<space>still<space>plugged<space>in.
BelmontDrivesElectric_0417-CL19 1 1862.32 4.64 So<space>on<space>the<space>gas<space>car,<space>it,<space>you<space>shouldn't<space>be<space>idling<space>for<space>a<space>long<space>times<space>before<space>you<space>go,<space>right.
BelmontDrivesElectric_0417-CL19 1 1866.96 2.08 That's<space>that's<space>not<space>good<space>for<space>the<space>environment.
BelmontDrivesElectric_0417-CL19 1 1869.04 2.48 But<space>with<space>an<space>electric<space>car,<space>it's<space>the<space>way<space>to<space>go.
BelmontDrivesElectric_0417-CL19 1 1871.52 8.72 So<space>you<space>have<space>an<space>excuse<space>to,<space>to<space>warm<space>your,<space>make<space>your<space>car<space>nice<space>and<space>toasty<space>before<space>you<space>go,<space>because<space>you're<space>drawing<space>straight<space>from<space>the,<space>you're<space>drawing<space>straight<space>from<space>the,<space>from<space>the<space>net.
BelmontDrivesElectric_0417-CL19 1 1880.24 0.32 Yeah.
BelmontDrivesElectric_0417-CL19 1 1880.64 9.36 I'd<space>like<space>to<space>go<space>and<space>tell<space>the<space>fact<space>that<space>if<space>your<space>car<space>is<space>in<space>a<space>garage<space>in<space>your<space>house<space>and<space>closed,<space>you<space>really<space>can't<space>turn<space>on<space>a<space>gas-<space>-<space>That's<space>right<space>yeah.
BelmontDrivesElectric_0417-CL19 1 1890.00 1.52 Car<space>and<space>fumigate<space>your<space>garage.
BelmontDrivesElectric_0417-CL19 1 1891.52 0.40 That's<space>right.
BelmontDrivesElectric_0417-CL19 1 1891.92 5.52 Whereas,<space>I<space>have<space>a<space>timer<space>or<space>a<space>remote<space>control<space>and<space>I<space>can<space>start<space>warming<space>up<space>the<space>car<space>half<space>an<space>hour<space>before<space>I<space>leave-<space>-<space>Yeah.
BelmontDrivesElectric_0417-CL19 1 1897.44 1.60 And<space>to<space>get<space>into<space>that<space>toaster<space>and<space>-<space>Yeah.
BelmontDrivesElectric_0417-CL19 1 1899.04 1.36 I<space>won't<space>turn<space>on<space>the<space>heat<space>for<space>the<space>rest<space>of<space>the<space>time.
BelmontDrivesElectric_0417-CL19 1 1900.40 1.36 That's<space>a<space>good<space>point,<space>yeah,<space>yeah<space>that's<space>right.
BelmontDrivesElectric_0417-CL19 1 1901.76 3.84 So<space>you're<space>not<space>going<space>to<space>asphyxiate<space>your<space>family<space>with<space>an<space>electric<space>car.
BelmontDrivesElectric_0417-CL19 1 1905.60 0.80 Okay.
BelmontDrivesElectric_0417-CL19 1 1907.68 0.64 Next.
BelmontDrivesElectric_0417-CL19 1 1908.48 2.08 Alright.
BelmontDrivesElectric_0417-CL19 1 1911.60 3.76 Thank<space>you.
BelmontDrivesElectric_0417-CL19 1 1916.24 4.24 Hi,<space>I'm<space>Adam<space>Batista<space>and<space>I'm<space>fortunate<space>to<space>have<space>two<space>Teslas.
BelmontDrivesElectric_0417-CL19 1 1920.48 5.84 I<space>have<space>a<space>model<space>S<space>and<space>a<space>model<space>X.<space>That<space>is<space>actually<space>a<space>rental,<space>by<space>the<space>way,<space>someone<space>mentioned<space>about<space>renting<space>a<space>car.
BelmontDrivesElectric_0417-CL19 1 1926.32 0.88 You<space>could<space>rent<space>them.
BelmontDrivesElectric_0417-CL19 1 1927.20 16.00 I<space>actually<space>rented<space>that<space>in,<space>in<space>LA<space>before<space>I<space>decided<space>to<space>get<space>the<space>model<space>X.<space>And<space>so,<space>so<space>basically<space>I've<space>had<space>a<space>few<space>of<space>these<space>talks,<space>but<space>I'm<space>gonna<space>focus<space>on<space>like,<space>you<space>know,<space>I<space>think<space>one<space>of<space>the<space>advantages<space>that<space>Tesla<space>has<space>is<space>around<space>the<space>range<space>and<space>then<space>the<space>charging<space>network.
BelmontDrivesElectric_0417-CL19 1 1943.20 13.20 So<space>I<space>drove<space>my<space>model<space>S<space>from<space>Boston<space>to<space>Atlanta<space>for<space>a<space>surprise<space>work<space>trip,<space>had<space>to<space>hit<space>Virginia,<space>North<space>Carolina<space>and<space>Atlanta<space>on<space>this<space>about<space>15<space>day<space>trip.
BelmontDrivesElectric_0417-CL19 1 1956.88 3.12 I<space>did<space>not<space>pay<space>for<space>electricity<space>once<space>on<space>the<space>entire<space>trip.
BelmontDrivesElectric_0417-CL19 1 1960.48 4.80 And<space>so<space>Tesla<space>has<space>a<space>pretty<space>amazing<space>network<space>of<space>superchargers.
BelmontDrivesElectric_0417-CL19 1 1965.60 2.88 So<space>I<space>was<space>able<space>to<space>charge<space>along<space>the<space>way.
BelmontDrivesElectric_0417-CL19 1 1968.48 5.84 And<space>then<space>when<space>I<space>stopped,<space>several<space>hotels<space>had<space>either<space>destination<space>charging<space>that<space>was,<space>you<space>know,<space>sponsored<space>by<space>Tesla.
BelmontDrivesElectric_0417-CL19 1 1974.32 11.44 So<space>it's<space>Teslas,<space>you<space>know,<space>charging<space>system<space>for<space>level<space>two<space>charging,<space>or<space>they<space>had,<space>or<space>they<space>had<space>a,<space>you<space>know,<space>like<space>ChargePoint<space>chargers<space>in<space>the<space>area.
BelmontDrivesElectric_0417-CL19 1 1986.24 13.20 Even<space>one<space>hotel<space>in<space>Virginia<space>has<space>a<space>plug,<space>Tesla's<space>level<space>two,<space>cheaper<space>level<space>two<space>solution<space>is<space>to<space>give<space>you<space>a<space>NEMA<space>14-50<space>plug,<space>which<space>is<space>what<space>you'd<space>see<space>at<space>sites.
BelmontDrivesElectric_0417-CL19 1 1999.84 2.56 You<space>could<space>charge<space>at<space>40,<space>40<space>amps.
BelmontDrivesElectric_0417-CL19 1 2002.48 1.60 And<space>one<space>hotel<space>actually<space>had<space>that.
BelmontDrivesElectric_0417-CL19 1 2004.16 9.36 Let's<space>just,<space>you<space>know,<space>you<space>could<space>see<space>the,<space>the<space>panel<space>box<space>and<space>someone<space>probably<space>either<space>had<space>a<space>Tesla,<space>or<space>the<space>guests<space>said,<space>can<space>you<space>put<space>this<space>in?
BelmontDrivesElectric_0417-CL19 1 2013.52 6.96 And<space>they<space>just<space>put<space>it<space>in<space>and<space>it's<space>probably<space>like<space>40<space>bucks<space>for<space>them<space>to<space>do<space>that<space>work<space>and<space>that,<space>so<space>I<space>actually<space>literally<space>took<space>the<space>cable<space>that's<space>in<space>my<space>car<space>and<space>plugged<space>it<space>in.
BelmontDrivesElectric_0417-CL19 1 2020.56 4.40 When<space>I<space>woke<space>up<space>in<space>the<space>morning,<space>the<space>car<space>was<space>fully<space>charged<space>and<space>ready<space>for<space>my<space>next<space>next<space>trip.
BelmontDrivesElectric_0417-CL19 1 2026.56 6.16 The,<space>the<space>greatest<space>advantage<space>around<space>the<space>Tesla<space>itself,<space>around<space>driving<space>those<space>long<space>distances,<space>is<space>autopilot.
BelmontDrivesElectric_0417-CL19 1 2032.80 14.00 And<space>so<space>I<space>was<space>able<space>to<space>actually,<space>at<space>parts<space>of<space>my<space>trip,<space>I<space>drove,<space>I<space>drove<space>basically<space>I<space>came<space>off<space>the,<space>you<space>know,<space>they<space>came<space>on<space>to<space>the<space>highway,<space>set<space>it<space>to<space>autopilot<space>the<space>car,<space>you<space>know,<space>kept<space>itself<space>in<space>the<space>lane.
BelmontDrivesElectric_0417-CL19 1 2047.20 5.92 It,<space>you<space>know,<space>kept<space>itself<space>at<space>a<space>distance<space>away<space>from<space>other<space>cars,<space>stayed<space>at<space>a<space>certain<space>speed,<space>as<space>I<space>set<space>it,<space>it<space>just<space>like<space>cruise<space>control.
BelmontDrivesElectric_0417-CL19 1 2053.36 6.32 And<space>then<space>I<space>was<space>at<space>one<space>stretch<space>I<space>was<space>on<space>autopilot<space>for<space>about,<space>you<space>know,<space>about<space>95%<space>of<space>the<space>time<space>on<space>the<space>highway.
BelmontDrivesElectric_0417-CL19 1 2059.76 5.04 And<space>then<space>I<space>turned<space>it<space>off<space>to<space>get<space>back<space>off<space>the<space>highway,<space>to<space>charge<space>it,<space>about<space>two<space>and<space>a<space>half<space>hours<space>later.
BelmontDrivesElectric_0417-CL19 1 2065.20 2.88 And<space>so,<space>so<space>it<space>made<space>that<space>trip<space>pretty<space>amazing.
BelmontDrivesElectric_0417-CL19 1 2068.08 1.68 Can<space>I<space>say-<space>-<space>Sure.
BelmontDrivesElectric_0417-CL19 1 2069.92 7.76 The,<space>the<space>Volt,<space>and<space>other<space>cars<space>out<space>there<space>I'm<space>sure,<space>are<space>not<space>so<space>sophisticated<space>as<space>the<space>Tesla,<space>but<space>they<space>still<space>have<space>a<space>lot<space>of<space>the<space>components.
BelmontDrivesElectric_0417-CL19 1 2077.68 3.20 So<space>the<space>speed<space>sensitive<space>cruise<space>control,<space>I<space>use<space>that<space>driving<space>to<space>work.
BelmontDrivesElectric_0417-CL19 1 2081.28 4.00 So,<space>so<space>you<space>set<space>a<space>speed<space>and<space>it<space>keeps<space>track<space>of<space>the<space>distance<space>to<space>the<space>car<space>in<space>front.
BelmontDrivesElectric_0417-CL19 1 2085.28 7.68 And<space>when,<space>you<space>know,<space>in<space>Washington<space>rush<space>hour<space>traffic<space>there's<space>stop<space>and<space>go,<space>it'll<space>stop<space>the<space>car,<space>and<space>then<space>with<space>the<space>cars<space>move<space>it<space>starts<space>the<space>car<space>and<space>it<space>stops<space>it<space>again.
BelmontDrivesElectric_0417-CL19 1 2092.96 2.96 You<space>have<space>to<space>point<space>the<space>car<space>to<space>do<space>it,<space>so<space>that's<space>the<space>difference<space>to<space>the<space>Tesla.
BelmontDrivesElectric_0417-CL19 1 2096.08 6.08 But<space>it's<space>the<space>electric<space>cars<space>tend<space>to<space>be<space>really<space>pretty<space>sophisticated.
BelmontDrivesElectric_0417-CL19 1 2102.40 1.60 If,<space>if<space>you<space>like<space>that<space>kind<space>of<space>stuff.
BelmontDrivesElectric_0417-CL19 1 2104.00 0.16 Right.
BelmontDrivesElectric_0417-CL19 1 2104.16 0.16 Right.
BelmontDrivesElectric_0417-CL19 1 2104.32 0.16 Yeah.
BelmontDrivesElectric_0417-CL19 1 2104.48 2.64 And<space>there<space>there's<space>a<space>difference<space>in<space>price<space>points<space>too.
BelmontDrivesElectric_0417-CL19 1 2107.12 3.36 The<space>Tesla's<space>a<space>little<space>bit<space>more<space>expensive<space>than<space>the<space>Volt.
BelmontDrivesElectric_0417-CL19 1 2110.72 2.80 And<space>so,<space>and<space>it<space>also<space>has<space>it's<space>fully<space>electric.
BelmontDrivesElectric_0417-CL19 1 2114.16 3.20 My,<space>the<space>model<space>S<space>is<space>a<space>90<space>kilowatt<space>battery.
BelmontDrivesElectric_0417-CL19 1 2117.60 2.64 It<space>has<space>about<space>280<space>miles<space>range.
BelmontDrivesElectric_0417-CL19 1 2120.24 8.56 It's<space>lost<space>a<space>little<space>bit<space>over<space>the<space>year<space>I've<space>had<space>it,<space>but<space>I've<space>put<space>over<space>20,000<space>miles<space>on<space>it<space>in<space>the<space>first<space>year<space>I've<space>had<space>it<space>And<space>so<space>it<space>lost<space>about<space>4%<space>of<space>the<space>range.
BelmontDrivesElectric_0417-CL19 1 2129.20 2.08 The<space>model<space>X,<space>I<space>got<space>that<space>in<space>December.
BelmontDrivesElectric_0417-CL19 1 2131.28 1.20 I'm<space>sorry,<space>January.
BelmontDrivesElectric_0417-CL19 1 2132.48 2.56 And<space>it<space>hasn't<space>really<space>lost<space>any<space>range<space>yet.
BelmontDrivesElectric_0417-CL19 1 2136.16 6.80 The,<space>I<space>think<space>that<space>the<space>best<space>advantages<space>of<space>electric<space>car,<space>we,<space>we<space>discussed<space>it<space>before.
BelmontDrivesElectric_0417-CL19 1 2143.28 3.68 The<space>fact<space>you<space>could<space>charge<space>at<space>home,<space>I'm<space>charging<space>at<space>home,<space>I<space>don't<space>think<space>about<space>fueling.
BelmontDrivesElectric_0417-CL19 1 2147.44 2.40 I<space>have<space>more<space>than<space>enough<space>range<space>for<space>a<space>given<space>day.
BelmontDrivesElectric_0417-CL19 1 2150.24 1.36 You<space>know,<space>I<space>could<space>heat<space>the<space>car.
BelmontDrivesElectric_0417-CL19 1 2151.68 2.32 The<space>one<space>I<space>think<space>I<space>even<space>sent<space>the<space>picture<space>to<space>you<space>guys.
BelmontDrivesElectric_0417-CL19 1 2154.40 1.12 It<space>was<space>14<space>degrees.
BelmontDrivesElectric_0417-CL19 1 2155.52 2.24 I,<space>a<space>detached<space>garage,<space>not,<space>not<space>heated.
BelmontDrivesElectric_0417-CL19 1 2157.76 2.00 It<space>was<space>14<space>degrees<space>inside<space>my<space>garage.
BelmontDrivesElectric_0417-CL19 1 2159.84 2.88 I<space>knew<space>that<space>cause<space>my<space>car<space>told<space>me<space>that<space>it<space>was<space>14<space>degrees<space>in<space>there.
BelmontDrivesElectric_0417-CL19 1 2162.72 7.28 And<space>I<space>was<space>able<space>to<space>turn<space>on<space>the<space>heater<space>from,<space>you<space>know,<space>basically<space>my<space>bed<space>and,<space>and<space>said,<space>okay,<space>warm<space>up<space>the<space>car<space>from<space>me,<space>please.
BelmontDrivesElectric_0417-CL19 1 2170.00 2.48 I<space>don't<space>want<space>to<space>go<space>into<space>the<space>car,<space>you<space>know,<space>cold.
BelmontDrivesElectric_0417-CL19 1 2172.48 1.28 And<space>it<space>was<space>able<space>to<space>do<space>that.
BelmontDrivesElectric_0417-CL19 1 2173.84 4.96 Got<space>ready,<space>got<space>downstairs,<space>car's<space>nice<space>and<space>toasty,<space>you<space>know,<space>pulling<space>that<space>off<space>of<space>the,<space>off<space>the<space>grid.
BelmontDrivesElectric_0417-CL19 1 2179.12 1.04 And<space>then<space>I<space>moved<space>on.
BelmontDrivesElectric_0417-CL19 1 2180.40 1.92 And<space>so<space>that's<space>just<space>a<space>fantastic<space>thing.
BelmontDrivesElectric_0417-CL19 1 2182.32 14.00 And,<space>and<space>I<space>think<space>that<space>even<space>also<space>another<space>advantage,<space>just<space>in<space>general,<space>not<space>even<space>just<space>around<space>Tesla,<space>is<space>that<space>if<space>you<space>are<space>able<space>to,<space>if<space>you<space>have<space>your<space>own<space>home<space>and<space>you<space>have<space>the<space>ability<space>to<space>put<space>solar<space>on<space>your<space>roof,<space>you<space>now<space>are,<space>you<space>know,<space>basically<space>even<space>seeing,<space>realizing<space>more<space>savings<space>over<space>the<space>long<space>term.
BelmontDrivesElectric_0417-CL19 1 2196.72 7.68 I<space>don't<space>know<space>if<space>anybody<space>has<space>any<space>questions,<space>but<space>I<space>know<space>I<space>could,<space>I<space>could<space>drone<space>on<space>about<space>so<space>many<space>different<space>things<space>about<space>Tesla,<space>maybe<space>be<space>pointed<space>into<space>some<space>questions<space>that<space>people<space>may<space>have.
BelmontDrivesElectric_0417-CL19 1 2204.40 1.60 One<space>pedal<space>driving<space>you<space>should<space>talk<space>about.
BelmontDrivesElectric_0417-CL19 1 2206.16 0.88 Sure,<space>sure.
BelmontDrivesElectric_0417-CL19 1 2207.04 2.16 So<space>regenerative<space>breaking,<space>I<space>don't<space>think<space>we<space>mentioned<space>that<space>yet.
BelmontDrivesElectric_0417-CL19 1 2209.20 0.16 Right?
BelmontDrivesElectric_0417-CL19 1 2209.68 0.96 So<space>that's<space>a<space>good<space>question.
BelmontDrivesElectric_0417-CL19 1 2210.96 5.84 So<space>the<space>Tesla,<space>you<space>know,<space>one<space>of<space>the<space>biggest<space>advantages<space>of<space>electric<space>cars<space>is<space>that<space>is<space>regenerative<space>breakings.
BelmontDrivesElectric_0417-CL19 1 2216.80 10.08 If<space>you<space>have<space>a<space>Prius,<space>you<space>might<space>notice<space>a<space>little<space>bit,<space>but<space>you<space>know,<space>if<space>you<space>put,<space>you<space>take<space>your<space>foot<space>off<space>the<space>pedal,<space>the<space>car<space>will<space>slow<space>down<space>itself<space>and<space>it's<space>basically<space>the<space>motor<space>running<space>in<space>reverse<space>to<space>slow<space>the<space>car<space>down.
BelmontDrivesElectric_0417-CL19 1 2227.20 2.72 Tesla<space>is<space>very<space>aggressive<space>around<space>that.
BelmontDrivesElectric_0417-CL19 1 2229.92 3.44 And<space>they<space>actually<space>made<space>it<space>more<space>aggressive<space>over<space>time<space>with<space>software<space>updates.
BelmontDrivesElectric_0417-CL19 1 2233.60 2.08 I<space>have<space>both<space>cars<space>with<space>dual<space>motors.
BelmontDrivesElectric_0417-CL19 1 2235.68 3.84 And<space>so<space>when<space>I<space>take<space>my<space>foot<space>off,<space>the<space>pedal,<space>both<space>motors<space>are<space>running<space>in<space>reverse.
BelmontDrivesElectric_0417-CL19 1 2239.92 2.96 So<space>you<space>can<space>basically<space>come<space>to<space>almost<space>a<space>complete<space>stop.
BelmontDrivesElectric_0417-CL19 1 2242.88 3.92 It's<space>like<space>three<space>miles<space>an<space>hour<space>with,<space>with<space>just<space>the<space>you're<space>just<space>one<space>foot.
BelmontDrivesElectric_0417-CL19 1 2246.80 2.08 So<space>I,<space>I<space>rarely<space>tap<space>the<space>brake.
BelmontDrivesElectric_0417-CL19 1 2248.96 2.80 Therefore<space>you<space>don't<space>have<space>to<space>replace<space>the<space>brakes<space>as<space>much,<space>right?
BelmontDrivesElectric_0417-CL19 1 2251.92 8.80 So<space>the<space>guy<space>who<space>has<space>the<space>record<space>for<space>the<space>Volt,<space>he<space>has<space>almost<space>400,000<space>miles<space>on<space>his<space>Volt<space>and<space>still<space>has<space>45%<space>left<space>of<space>the<space>original<space>brake<space>pads.
BelmontDrivesElectric_0417-CL19 1 2260.80 4.72 And<space>that's<space>because<space>you<space>learn<space>to,<space>to<space>just<space>drive<space>with<space>one<space>foot.
BelmontDrivesElectric_0417-CL19 1 2265.52 4.32 And<space>I<space>know<space>it's<space>hard<space>to<space>describe,<space>but<space>it<space>is<space>so<space>nice<space>and<space>to<space>just<space>drive<space>that<space>way.
BelmontDrivesElectric_0417-CL19 1 2269.92 1.20 It's<space>not<space>an<space>accelerator.
BelmontDrivesElectric_0417-CL19 1 2271.12 0.96 It's<space>a<space>go<space>pedal.
BelmontDrivesElectric_0417-CL19 1 2272.16 0.32 Yeah.
BelmontDrivesElectric_0417-CL19 1 2272.48 8.24 You're<space>not<space>jumping<space>back<space>and<space>forth<space>one<space>pedal<space>to<space>the<space>other<space>if<space>you're<space>in<space>slinky<space>traffic,<space>it<space>becomes<space>intuitive<space>and<space>you<space>stop<space>thinking<space>about<space>it<space>you<space>just<space>adjust<space>your<space>foot.
BelmontDrivesElectric_0417-CL19 1 2280.88 6.32 If<space>your<space>going<space>30<space>and<space>then<space>18<space>and<space>then<space>25,<space>you're<space>just<space>lifting<space>and<space>pressing<space>your<space>foot<space>-<space>So<space>it's<space>like<space>you<space>hit<space>molasses,<space>you<space>know.
BelmontDrivesElectric_0417-CL19 1 2287.20 1.04 Yes,<space>yes.
BelmontDrivesElectric_0417-CL19 1 2288.56 5.60 It's<space>very<space>nice<space>to-<space>-<space>And<space>it's,<space>it's<space>very,<space>it's<space>instantaneous<space>sorta<space>response.
BelmontDrivesElectric_0417-CL19 1 2294.16 1.76 So<space>it's<space>like<space>the<space>car<space>is<space>connected<space>to<space>you.
BelmontDrivesElectric_0417-CL19 1 2296.00 3.44 Like,<space>if<space>you<space>want<space>it<space>to<space>slow<space>down,<space>you<space>let<space>your<space>foot<space>off<space>the<space>pedal<space>and<space>it's<space>slowing<space>down.
BelmontDrivesElectric_0417-CL19 1 2299.84 8.32 It<space>does<space>take<space>a<space>little<space>bit<space>of<space>getting<space>used<space>to<space>and<space>Tesla,<space>I<space>don't<space>know<space>if<space>other<space>EVs<space>have<space>it,<space>it<space>just<space>has<space>a<space>setting<space>that<space>you<space>could<space>make<space>it<space>a<space>little<space>more<space>lighter<space>a<space>load<space>on<space>you.
BelmontDrivesElectric_0417-CL19 1 2308.80 5.68 But,<space>but<space>I,<space>but<space>I,<space>after<space>the<space>first<space>like<space>day<space>or<space>two,<space>I,<space>I<space>just,<space>you<space>know,<space>I<space>got<space>completely<space>used<space>to<space>driving<space>re<space>gen.
BelmontDrivesElectric_0417-CL19 1 2314.48 2.00 And<space>you're<space>putting<space>energy<space>back<space>into<space>the<space>battery.
BelmontDrivesElectric_0417-CL19 1 2316.48 3.92 So,<space>you<space>know,<space>and<space>another<space>advantage<space>of<space>Prius's<space>originally<space>had,<space>right?
BelmontDrivesElectric_0417-CL19 1 2320.80 3.36 You're,<space>you're<space>putting<space>that<space>energy<space>back<space>into<space>the<space>battery<space>as<space>a<space>regenerating.
BelmontDrivesElectric_0417-CL19 1 2324.16 9.36 So<space>one<space>example,<space>I<space>drove<space>from,<space>in<space>another<space>rental<space>Tesla<space>from<space>Frisco<space>in<space>Colorado<space>down<space>to<space>Boulder.
BelmontDrivesElectric_0417-CL19 1 2333.52 6.88 And<space>I,<space>at<space>the<space>point<space>of<space>it,<space>I<space>was<space>my<space>efficiency,<space>they,<space>they<space>measured<space>it<space>in<space>watt<space>hours<space>per<space>mile,<space>but<space>it<space>was<space>negative.
BelmontDrivesElectric_0417-CL19 1 2340.48 5.44 I<space>was<space>actually<space>gaining<space>energy<space>in<space>my<space>battery<space>going<space>down<space>the<space>hill<space>because<space>it<space>was<space>mostly<space>downhill.
BelmontDrivesElectric_0417-CL19 1 2345.92 16.40 And<space>so<space>I<space>was<space>like,<space>you<space>know,<space>basically<space>keeping<space>my<space>foot<space>somewhat<space>on<space>the<space>pedal,<space>but<space>it<space>was<space>putting<space>energy<space>back<space>into<space>the<space>battery<space>as<space>I<space>was<space>going<space>down,<space>which<space>is,<space>I<space>mean,<space>it's<space>rare,<space>obviously<space>I<space>used<space>a<space>lot<space>of<space>energy<space>to<space>get<space>up<space>there<space>in<space>the<space>first<space>place,<space>but,<space>but,<space>but<space>it<space>does<space>help<space>you,<space>you<space>know,<space>extend<space>the,<space>you<space>know,<space>your<space>range<space>of<space>driving.
BelmontDrivesElectric_0417-CL19 1 2362.32 12.56 And<space>so<space>it's<space>kinda<space>kind<space>of<space>nice<space>to<space>be<space>able<space>to,<space>you<space>know,<space>instead<space>of,<space>you<space>know,<space>when<space>you<space>break,<space>normally<space>your<space>that's<space>all<space>heat<space>and<space>light,<space>some<space>light,<space>and<space>sound,<space>a<space>lot<space>of<space>that<space>energy<space>is<space>going<space>right<space>back<space>into<space>the<space>battery<space>instead<space>of<space>just<space>being<space>used<space>for<space>all<space>the<space>other<space>senses.
BelmontDrivesElectric_0417-CL19 1 2374.88 0.40 Right?
BelmontDrivesElectric_0417-CL19 1 2375.52 0.72 No,<space>sorry.
BelmontDrivesElectric_0417-CL19 1 2376.24 2.72 Yeah<space>so,<space>so<space>I<space>could,<space>so<space>I<space>can<space>warp,<space>any<space>other<space>questions?
BelmontDrivesElectric_0417-CL19 1 2379.04 7.04 So<space>we<space>have<space>about<space>five<space>minutes<space>-<space>Okay,<space>Do<space>we<space>actually<space>want<space>to<space>do,<space>do<space>anybody<space>else<space>want<space>to<space>talk?
BelmontDrivesElectric_0417-CL19 1 2386.08 0.80 Can<space>I<space>just<space>do<space>a<space>very<space>quick<space>one?
BelmontDrivesElectric_0417-CL19 1 2387.28 0.56 Sure.
BelmontDrivesElectric_0417-CL19 1 2388.32 2.64 For<space>those<space>of<space>you<space>who<space>can't<space>afford<space>Teslas.
BelmontDrivesElectric_0417-CL19 1 2391.04 17.12 So<space>the<space>rest<space>of<space>us,<space>there<space>was<space>one<space>thing<space>I,<space>I<space>disagree<space>with<space>in<space>the<space>first<space>initial<space>talk<space>was<space>he<space>called<space>us<space>EV<space>enthusiasts<space>were<space>just<space>normal<space>drivers<space>because<space>once<space>you<space>get<space>into<space>the<space>car<space>and<space>you<space>drive<space>it,<space>that's<space>when<space>you<space>become<space>an<space>enthusiast.
BelmontDrivesElectric_0417-CL19 1 2408.40 3.20 But<space>before<space>that,<space>you<space>learn<space>about<space>it,<space>you<space>educate<space>yourself.
BelmontDrivesElectric_0417-CL19 1 2411.76 2.48 I<space>looked<space>at<space>the<space>numbers,<space>I<space>have<space>a<space>Volkswagen<space>Golf.
BelmontDrivesElectric_0417-CL19 1 2414.24 1.68 It<space>gets<space>about<space>90<space>miles<space>range.
BelmontDrivesElectric_0417-CL19 1 2416.08 4.16 My<space>daily<space>commute,<space>including<space>driving<space>around<space>town<space>is<space>about<space>25<space>miles.
BelmontDrivesElectric_0417-CL19 1 2420.40 2.56 So<space>I<space>could<space>go<space>three<space>days<space>without<space>plugging<space>it<space>in.
BelmontDrivesElectric_0417-CL19 1 2422.96 1.52 I<space>plug<space>it<space>in<space>the<space>wall.
BelmontDrivesElectric_0417-CL19 1 2424.48 1.52 I<space>don't<space>have<space>a<space>fancy<space>charter.
BelmontDrivesElectric_0417-CL19 1 2426.00 3.28 I've<space>never<space>had<space>a<space>fancy<space>charger,<space>never<space>been<space>a<space>problem.
BelmontDrivesElectric_0417-CL19 1 2429.68 4.88 I<space>don't,<space>if<space>I<space>plan<space>a<space>trip,<space>I<space>don't<space>assume<space>I'm<space>going<space>to<space>have<space>a<space>charger<space>when<space>I<space>get<space>there.
BelmontDrivesElectric_0417-CL19 1 2434.56 2.08 So<space>I<space>keep<space>my<space>trips<space>within<space>90<space>miles.
BelmontDrivesElectric_0417-CL19 1 2436.72 7.36 Otherwise<space>I<space>take<space>the<space>old<space>car,<space>or<space>if<space>you<space>going<space>to<space>take<space>a<space>long<space>trip<space>rent<space>a<space>car,<space>but<space>90%<space>of<space>my<space>driving<space>is<space>with<space>the<space>electric<space>car.
BelmontDrivesElectric_0417-CL19 1 2444.32 1.84 I<space>got<space>the<space>$10,000<space>off.
BelmontDrivesElectric_0417-CL19 1 2446.16 2.72 So<space>it<space>became<space>a<space>very<space>reasonable<space>priced<space>car.
BelmontDrivesElectric_0417-CL19 1 2449.12 1.44 The<space>brake<space>pads<space>are<space>gonna<space>last.
BelmontDrivesElectric_0417-CL19 1 2450.56 2.24 The<space>one<space>pedal<space>driving<space>is<space>really<space>fun.
BelmontDrivesElectric_0417-CL19 1 2452.80 1.52 I've<space>always<space>had<space>a<space>stick<space>shift.
BelmontDrivesElectric_0417-CL19 1 2454.40 11.92 So<space>I<space>thought<space>it<space>was<space>going<space>to<space>be<space>really<space>boring,<space>like<space>an<space>automatic,<space>but<space>it's<space>so<space>much<space>fun<space>when<space>you<space>take<space>your<space>foot<space>off<space>and<space>you're<space>in<space>re<space>gen<space>it's<space>like<space>downshifting<space>to<space>second<space>gear<space>and<space>letting<space>the<space>clutch<space>out<space>and<space>letting<space>the<space>engine<space>slow<space>you<space>down.
BelmontDrivesElectric_0417-CL19 1 2466.48 6.80 The<space>engine<space>is<space>slowing<space>you<space>down<space>at<space>the<space>same<space>time,<space>it's<space>become<space>a<space>generator<space>and<space>it's<space>jumping<space>juice<space>back<space>into<space>the<space>battery.
BelmontDrivesElectric_0417-CL19 1 2473.44 0.72 You<space>can<space>watch<space>it.
BelmontDrivesElectric_0417-CL19 1 2474.16 4.08 You<space>can<space>watch<space>it<space>recharge<space>your<space>battery<space>as<space>you<space>slow<space>down,<space>it's<space>phenomenal.
BelmontDrivesElectric_0417-CL19 1 2478.32 1.68 It's<space>so<space>much<space>fun<space>to<space>drive.
BelmontDrivesElectric_0417-CL19 1 2480.08 1.84 It's<space>so<space>practical.
BelmontDrivesElectric_0417-CL19 1 2482.08 6.40 And<space>there<space>are<space>deals<space>out<space>there<space>where<space>you<space>can<space>get<space>really<space>good<space>leasing<space>options<space>or<space>really<space>good<space>buying<space>options.
BelmontDrivesElectric_0417-CL19 1 2488.64 4.32 And<space>the<space>range<space>anxiety<space>is<space>really<space>not<space>an<space>issue.
BelmontDrivesElectric_0417-CL19 1 2493.36 6.48 And,<space>and<space>I'm,<space>I'm<space>talking<space>about<space>one<space>of<space>the<space>lower<space>end<space>cars,<space>if<space>you<space>want<space>to<space>call<space>it<space>that,<space>but<space>it's<space>a<space>Volkswagen<space>Golf.
BelmontDrivesElectric_0417-CL19 1 2499.84 5.92 It's<space>the<space>same<space>Golf<space>you<space>see<space>around<space>town,<space>except<space>it's<space>all<space>electric<space>and<space>you<space>can<space>come<space>out<space>and<space>go<space>for<space>a<space>ride<space>in<space>it.
BelmontDrivesElectric_0417-CL19 1 2507.68 6.00 You<space>could<space>also,<space>you<space>know,<space>buy<space>used<space>Leaf<space>or<space>e-Golf<space>under<space>$10,000.
BelmontDrivesElectric_0417-CL19 1 2513.76 1.12 Yeah<space>really<space>reasonably<space>priced.
BelmontDrivesElectric_0417-CL19 1 2514.88 1.36 It's<space>amazingly<space>affordable.
BelmontDrivesElectric_0417-CL19 1 2516.24 4.24 So<space>if<space>you,<space>you<space>need<space>a<space>second<space>car,<space>just<space>go<space>around<space>town.
BelmontDrivesElectric_0417-CL19 1 2521.12 1.92 It's<space>almost<space>a<space>no<space>brainer.
BelmontDrivesElectric_0417-CL19 1 2523.04 16.56 I<space>mean,<space>it's,<space>you<space>know,<space>-<space>You're<space>really<space>saving-<space>-<space>like<space>30,000<space>miles<space>in<space>the<space>car<space>and<space>you<space>get<space>one<space>for<space>70,000,<space>just<space>look<space>on,<space>you<space>know,<space>Leaf<space>or<space>any<space>other<space>older<space>EVs.<space>And,<space>and,<space>and<space>you<space>did<space>the<space>amount<space>of<space>money<space>you'll<space>save<space>it'll,<space>over<space>the<space>lifetime<space>that<space>you<space>drive<space>the<space>car,<space>it'll<space>probably<space>pay<space>for<space>itself.
BelmontDrivesElectric_0417-CL19 1 2539.60 10.64 And<space>so<space>it's<space>a<space>pretty,<space>pretty,<space>pretty<space>amazing<space>set<space>up<space>-<space>So<space>don't<space>think<space>of<space>us<space>as,<space>as,<space>as<space>enthusiasts<space>and<space>geeks<space>and<space>all<space>that<space>and<space>special<space>people<space>-<space>Even<space>though<space>we<space>are.
BelmontDrivesElectric_0417-CL19 1 2550.48 3.04 even<space>though<space>we've<space>become<space>that<space>by,<space>by<space>driving<space>a<space>car.
BelmontDrivesElectric_0417-CL19 1 2553.52 1.52 A<space>year<space>ago,<space>I<space>knew<space>nothing<space>about<space>these.
BelmontDrivesElectric_0417-CL19 1 2555.04 2.80 And<space>I<space>went<space>out<space>for<space>a<space>drive<space>and<space>said,<space>I<space>gotta<space>have<space>one<space>of<space>these.
BelmontDrivesElectric_0417-CL19 1 2558.16 2.48 They're<space>phenomenal.
BelmontDrivesElectric_0417-CL19 1 2560.80 1.52 They<space>are,<space>they<space>are<space>for<space>everybody.
BelmontDrivesElectric_0417-CL19 1 2562.56 3.76 They<space>make<space>a<space>great<space>first<space>car<space>for<space>some,<space>for<space>someone<space>in<space>college.
BelmontDrivesElectric_0417-CL19 1 2566.56 11.36 If<space>you,<space>if<space>you<space>seize<space>up<space>because<space>something's<space>happening<space>in<space>front<space>of<space>you<space>and<space>you<space>don't<space>have<space>the<space>experience<space>to<space>deal<space>with<space>it,<space>the<space>re<space>gen<space>actually<space>is<space>slowing<space>the<space>car<space>down<space>so<space>it's<space>going<space>to<space>minimize<space>what<space>kind<space>of<space>damage<space>someone<space>would<space>cause<space>in<space>an<space>accident.
BelmontDrivesElectric_0417-CL19 1 2577.92 1.84 Just<space>to-<space>-<space>And<space>they<space>are<space>very<space>safe.
BelmontDrivesElectric_0417-CL19 1 2580.00 32.56 So,<space>so,<space>Becca,<space>do<space>you<space>want<space>to<space>let<space>people<space>know<space>what<space>the<space>next<space>step<space>is<space>in<space>terms<space>about<space>how<space>the<space>sign<space>up<space>sheets<space>on<space>the<space>side<space>and<space>which<space>vehicles.
BelmontDrivesElectric_0417-CL19 1 2612.56 3.20 Yeah,<space>sure,<space>so<space>let's<space>open<space>it<space>up<space>to<space>test<space>drive.
BelmontDrivesElectric_0417-CL19 1 2616.08 4.56 If<space>you<space>guys<space>are<space>interested<space>and<space>want<space>to<space>hear<space>each<space>car<space>is<space>going<space>to<space>have<space>its'<space>own<space>sign<space>in<space>process.
BelmontDrivesElectric_0417-CL19 1 2621.28 3.20 Also<space>have<space>the<space>test<space>drive<space>right<space>now.
BelmontDrivesElectric_0417-CL19 1 2624.56 76.00 But<space>if<space>for<space>any<space>reason<space>you<space>have<space>to<space>run<space>off<space>or<space>something,<space>you<space>can<space>always<space>go<space>through<space>our<space>website<space>to<space>set<space>up<space>in<space>the<space>future.