forked from kolber/audiojs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathubc.html
More file actions
381 lines (369 loc) · 24.3 KB
/
ubc.html
File metadata and controls
381 lines (369 loc) · 24.3 KB
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
<!DOCTYPE html>
<html lang="en">
<!--[if IEMobile 7]><html class="iem7 oldie" lang="en"><![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="ie7 oldie" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="ie8 oldie" lang="en"><![endif]-->
<!--[if (IE 9)&!(IEMobile)]><html class="ie9" lang="en"><![endif]-->
<!--[[if (gt IE 9)|(gt IEMobile 7)]><![endif]-->
<!--
* UBC CLF (Common Look and Feel) v7.0.4
* Copyright 2012-2013 The University of British Columbia
* UBC Communications and Marketing
* http://brand.ubc.ca/clf
*/
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>The University of British Columbia</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="">
<meta name="author" content="">
<!-- Stylesheets -->
<link href="//cdn.ubc.ca/clf/7.0.4/css-dev/ubc-clf-full.min.css" rel="stylesheet">
<link href="css/unit.css" rel="stylesheet">
<style>
.audiojsZ audio { position: absolute; left: -1px; }
.audiojsZ { width: 100px; height: 100px; background: #FFFFFF; overflow: hidden; font-family: monospace; font-size: 12px; border-radius:50%;
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }
.audiojsZ .play-pauseZ { width: 100%; height: 100%; padding: 0; margin: 0px; float: left; overflow: hidden; border-right: 0; position: relative; cursor: pointer; border-radius: 50%;}
.audiojsZ p { display: none; width: 25px; height: 25px; margin: 0px; cursor: pointer; position: absolute; top: 50%; left: 50%; margin-left: -13px; margin-top: -13px;}
.audiojsZ .playZ { display: block; }
.audiojsZ .scrubberZ { display: none; position: relative; float: left; width: 280px; background: #fcc; height: 14px; margin: 10px; border-left: 0px; border-bottom: 0px; overflow: hidden; }
.audiojsZ .progressZ { display: none; position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #600; z-index: 1; }
.audiojsZ .loadedZ { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #c00; }
.audiojsZ .timeZ { display: none; float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #c00; color: #600; text-shadow: 1px 1px 0px rgba(125, 0, 0, 0.5); }
.audiojsZ .timeZ em { padding: 0px 2px 0px 0px; color: #fcc; font-style: normal; }
.audiojsZ .timeZ strong { padding: 0px 0px 0px 2px; font-weight: normal; }
.audiojsZ .error-messageZ { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;
text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.audiojsZ .error-messageZ a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }
.audiojsZ .playZ { background: url('audiojs/player-graphics.gif') -2px -1px no-repeat; }
.audiojsZ .loadingZ { background: url('audiojs/player-graphics.gif') -2px -31px no-repeat; }
.audiojsZ .errorZ { background: url('audiojs/player-graphics.gif') -2px -61px no-repeat; }
.audiojsZ .pauseZ { background: url('audiojs/player-graphics.gif') -2px -91px no-repeat; }
.playingZ .playZ, .playingZ .loadingZ, .playingZ .errorZ { display: none; }
.playingZ .pauseZ { display: block; }
.loadingZ .playZ, .loadingZ .pauseZ, .loadingZ .errorZ { display: none; }
.loadingZ .loadingZ { display: block; }
.errorZ .timeZ, .errorZ .playZ, .errorZ .pauseZ, .errorZ .scrubberZ, .errorZ .loadingZ { display: none; }
.errorZ .errorZ { display: block; }
.errorZ .play-pauseZ p { cursor: auto; }
.errorZ .error-messageZ { display: block; }
</style>
<!--[if lte IE 7]>
<link href="//cdn.ubc.ca/clf/7.0.4/css/font-awesome-ie7.css" rel="stylesheet">
<![endif]-->
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="shortcut icon" href="//cdn.ubc.ca/clf/7.0.4/img/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="//cdn.ubc.ca/clf/7.0.4/img/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="//cdn.ubc.ca/clf/7.0.4/img/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="//cdn.ubc.ca/clf/7.0.4/img/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="//cdn.ubc.ca/clf/7.0.4/img/apple-touch-icon-57-precomposed.png">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXXXX-X']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="container">
<!-- UBC Global Utility Menu -->
<div class="collapse expand" id="ubc7-global-menu">
<div id="ubc7-search" class="expand">
<div id="ubc7-search-box">
<form class="form-search" method="get" action="//www.ubc.ca/search/refine/" role="search">
<input type="text" name="q" placeholder="Search this website" class="input-xlarge search-query">
<input type="hidden" name="label" value="Search UBC" />
<input type="hidden" name="site" value="*.ubc.ca" />
<button type="submit" class="btn">Search</button>
</form>
</div>
</div>
<div id="ubc7-global-header" class="expand">
<!-- Global Utility Header from CDN -->
</div>
</div>
<!-- End of UBC Global Utility Menu -->
<!-- UBC Header -->
<header id="ubc7-header" class="row-fluid expand" role="banner">
<div class="span1">
<div id="ubc7-logo">
<a href="//www.ubc.ca" title="The University of British Columbia (UBC)">The University of British Columbia</a>
</div>
</div>
<div class="span2">
<div id="ubc7-apom">
<a href="//cdn.ubc.ca/clf/ref/aplaceofmind" title="UBC a place of mind">UBC - A Place of Mind</a>
</div>
</div>
<div class="span9" id="ubc7-wordmark-block">
<div id="ubc7-wordmark">
<a href="//www.ubc.ca" title="The University of British Columbia (UBC)">The University of British Columbia</a>
<span class="ubc7-campus" id="ubc7-vancouver-campus">Vancouver campus</span>
</div>
<div id="ubc7-global-utility">
<button type="button" data-toggle="collapse" data-target="#ubc7-global-menu"><span>UBC Search</span></button>
<noscript><a id="ubc7-global-utility-no-script" href="//www.ubc.ca/" title="UBC Search">UBC Search</a></noscript>
</div>
</div>
</header>
<!-- End of UBC Header -->
<!-- UBC Unit Identifier -->
<div id="ubc7-unit" class="row-fluid expand">
<div class="span12">
<!-- Mobile Menu Icon -->
<div class="navbar">
<a class="btn btn-navbar" data-toggle="collapse" data-target="#ubc7-unit-navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
</div>
<!-- Read more about Unit Name Treatment on http://brand.ubc.ca/clf -->
<!-- No Faculty Treatment --><!--<div id="ubc7-unit-name" class="ubc7-single-element"> -->
<div id="ubc7-unit-name">
<a href="/" title="Unit Name"><span id="ubc7-unit-faculty">Faculty Name</span><span id="ubc7-unit-identifier">Unit Name</span></a>
</div>
</div>
</div>
<!-- End of UBC Unit Identifier -->
<!-- UBC Unit Navigation -->
<div id="ubc7-unit-menu" class="navbar expand" role="navigation">
<div class="navbar-inner expand">
<div class="container">
<div class="nav-collapse collapse" id="ubc7-unit-navigation">
<ul class="nav">
<li class="active"><a href="/" title="Home">Home</a></li>
<li><a href="#" title="First Link">First Link</a></li>
<li><a href="#" title="Second Link">Second Link</a></li>
<li><a href="#" title="Third Link">Third Link</a></li>
<li class="dropdown">
<div class="btn-group">
<a class="btn" href="#">Split dropdown</a>
<button class="btn dropdown-toggle" data-toggle="dropdown"><span class="ubc7-arrow blue down-arrow"></span></button>
<ul class="dropdown-menu">
<li><a href="#" title="Action">Action</a></li>
<li><a href="#" title="Another Action">Another action</a></li>
<li><a href="#" title="Something else">Something else</a></li>
<li class="nav-header">Navigation header</li>
<li><a href="#" title="Separated link">Separated link</a></li>
<li><a href="#" title="One more">One more separated link</a></li>
</ul>
</div>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Basic dropdown <div class="ubc7-arrow down-arrow"></div></a>
<ul class="dropdown-menu">
<li><a href="#" title="Action">Action</a></li>
<li><a href="#" title="Another Action">Another action</a></li>
<li><a href="#" title="Something else">Something else</a></li>
<li class="nav-header">Navigation header</li>
<li><a href="#" title="Separated link">Separated link</a></li>
<li><a href="#" title="One more">One more separated link</a></li>
</ul>
</li>
</ul>
</div><!-- /.nav-collapse -->
</div>
</div><!-- /navbar-inner -->
</div><!-- /navbar -->
<!-- End of UBC Unit Navigation -->
<!-- UBC Unit Breadcrumbs -->
<ul class="breadcrumb expand">
<li>
<a href="#" title="Faculty Name">Faculty Name</a> <span class="divider">/</span>
</li>
<li>
<a href="#" title="Unit Name">Unit Name</a> <span class="divider">/</span>
</li>
<li class="active">Page Name</li>
</ul>
<!-- End of UBC Unit Breadcrumbs -->
<!-- Content Area -->
<div class="content expand" role="main">
<div class="row-fluid expand">
<div class="span3 docs-sidebar" role="navigation">
<h3>Simple side navigation</h3>
<ul class="nav nav-list bootstrap-sidenav docs-sidenav affix-top">
<li><a href="#"><div class="ubc7-arrow right-arrow"></div> First link</a></li>
<li><a href="#"><div class="ubc7-arrow right-arrow"></div> Second link</a></li>
<li><a href="#"><div class="ubc7-arrow right-arrow"></div> Third link</a></li>
<li><a href="#"><div class="ubc7-arrow right-arrow"></div> Fourth link</a></li>
<li><a href="#"><div class="ubc7-arrow right-arrow"></div> Fifth link</a></li>
<li><a href="#"><div class="ubc7-arrow right-arrow"></div> Sixth link</a></li>
<li><a href="#"><div class="ubc7-arrow right-arrow"></div> Seventh link</a></li>
<li><a href="#"><div class="ubc7-arrow right-arrow"></div> Eighth link</a></li>
</ul>
<p><i class="icon-info-sign"></i> Are you kidding? I need a more <a href="full-template-bw.html">complex side navigation</a>.</p>
</div>
<div class="span6">
<h1>AUDIo demo</h1>
<p>
<div class="audiojsZ">
<audio src="http://kolber.github.io/audiojs/demos/mp3/juicy.mp3" preload="auto"></audio>
<div class="play-pauseZ">
<p class="playZ"></p>
<p class="pauseZ"></p>
<p class="loadingZ"></p>
<p class="errorZ"></p>
</div>
<div class="scrubberZ">
<div class="progressZ"></div>
<div class="loadedZ"></div>
</div>
<div class="timeZ">
<em class="playedZ">00:00</em>/<strong class="durationZ">00:00</strong>
</div>
<div class="error-messageZ"></div>
</div>
</p>
<h1>Page heading</h1>
<p>Bacon ipsum dolor sit amet magna short ribs salami laborum pariatur fugiat shankle excepteur bresaola in esse tail proident non. Doner velit frankfurter dolore ex pig veniam. Tempor sausage ea doner rump mollit filet mignon sint fatback. Filet mignon nostrud pork loin leberkas, voluptate enim ex <a href="#">pork belly</a> commodo.</p>
<p>Shankle cillum meatloaf mollit turkey tail qui irure labore. Shoulder incididunt spare ribs frankfurter filet mignon occaecat. Aute pork turkey consequat andouille minim biltong short ribs. Cupidatat ut fugiat dolore rump drumstick labore sed, corned beef et pancetta id. Salami quis shank pork belly irure. Shankle boudin aute pork belly drumstick irure ex biltong ribeye cow shoulder aliqua kielbasa occaecat. Brisket prosciutto meatball in cupidatat frankfurter occaecat voluptate jowl capicola deserunt pork belly.</p>
<h2>Subheading</h2>
<p>Ex in pork chop ullamco dolore. Tenderloin filet mignon sirloin aliqua. Sunt officia nulla pork chop ham. Boudin mollit dolore eiusmod ad filet mignon pariatur excepteur chicken dolore tongue. Do ut eu, ham irure quis sint. Dolore tongue strip steak andouille voluptate. Turkey elit dolore laborum chuck pig dolore ground round et meatloaf ball tip pork loin nulla.</p>
<p>Esse pork chop cupidatat, ut beef ribs tempor frankfurter rump dolore nostrud corned beef. Commodo ad flank shankle aute ham anim tri-tip id magna sunt <a href="#">meatball</a> tail. Occaecat ea veniam, proident meatloaf dolor pastrami. Dolore corned beef quis bresaola rump ut sunt. In cow tri-tip dolore biltong ullamco ball tip dolor non turducken do officia. Esse reprehenderit pastrami, bresaola hamburger laborum eiusmod beef meatball occaecat. Corned beef shankle labore, tri-tip ham hock hamburger capicola sint.</p>
<p>Fugiat irure jowl officia t-bone, mollit tri-tip. Incididunt pork chop biltong, ut irure reprehenderit tenderloin dolore laboris. In fugiat laborum occaecat t-bone swine tri-tip jowl beef spare ribs beef ribs consequat. Tri-tip pancetta labore non in. Boudin jowl hamburger, aute nulla cupidatat cow excepteur do ut meatball kielbasa bacon sint minim. Venison ut doner ut tail exercitation irure in velit in bacon short loin. Officia laborum capicola in deserunt salami turducken.</p>
<h3>Subsubheading</h3>
<p>Salami prosciutto chuck beef ribs sirloin, strip steak capicola ball tip kielbasa. Shankle pork belly tail capicola andouille. Prosciutto turkey andouille, leberkas strip steak pork loin bresaola ribeye shoulder short ribs short loin venison t-bone shankle sirloin. Tongue pig jowl, ham hock turkey pork chop shank ball tip cow short ribs ham leberkas short loin sirloin corned beef. Strip steak chicken beef, shankle swine pork loin pork belly drumstick turducken spare ribs jerky pancetta. Tri-tip jerky capicola shankle t-bone pork belly shank short loin rump strip steak ham hock. Tri-tip ham hock tongue pork chop meatloaf shoulder beef frankfurter sausage drumstick salami tail pork loin.</p>
<p><a href="#">Hamburger beef ribs</a> shankle meatloaf fatback tongue andouille cow drumstick tri-tip sirloin shoulder. Venison chuck meatball spare ribs tenderloin pork salami hamburger jowl cow chicken. Hamburger cow strip steak shankle flank rump tenderloin short ribs swine chuck beef pastrami drumstick jowl frankfurter. Shank shankle bacon pastrami flank sirloin swine bresaola cow ground round pork loin hamburger ham hock.</p>
</div>
<div class="span3">
<img src="http://clf.ubc.ca/_assets/images/placeholder.png" alt="Pretty picture placeholder" />
<p> </p>
<blockquote class="pull-right">
<small>Awesome Awesomeson doing something amazing</small>
</blockquote>
</div>
</div>
</div>
<!-- End of Content Area -->
<!-- Footer Area Unit Menu - Mobile Only -->
<div id="ubc7-unit-alternate-navigation" class="navbar expand visible-phone" role="navigation">
<div class="navbar-inner expand">
<div class="container">
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="#" title="Home">Home</a></li>
<li><a href="#" title="First Link">First Link</a></li>
<li><a href="#" title="Second Link">Second Link</a></li>
<li><a href="#" title="Third Link">Third Link</a></li>
<li class="dropdown">
<div class="btn-group">
<a class="btn" href="#">Split dropdown</a>
<button class="btn dropdown-toggle" data-toggle="dropdown"><span class="ubc7-arrow blue down-arrow"></span></button>
<ul class="dropdown-menu">
<li><a href="#" title="Action">Action</a></li>
<li><a href="#" title="Another Action">Another action</a></li>
<li><a href="#" title="Something else">Something else</a></li>
<li class="nav-header">Navigation header</li>
<li><a href="#" title="Separated link">Separated link</a></li>
<li><a href="#" title="One more">One more separated link</a></li>
</ul>
</div>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Basic dropdown <div class="ubc7-arrow down-arrow"></div></a>
<ul class="dropdown-menu">
<li><a href="#" title="Action">Action</a></li>
<li><a href="#" title="Another Action">Another action</a></li>
<li><a href="#" title="Something else">Something else</a></li>
<li class="nav-header">Navigation header</li>
<li><a href="#" title="Separated link">Separated link</a></li>
<li><a href="#" title="One more">One more separated link</a></li>
</ul>
</li>
</ul>
</div><!-- /.nav-collapse -->
</div>
</div><!-- /navbar-inner -->
</div><!-- /navbar -->
<!-- End of Footer Area Unit Menu -->
<footer id="ubc7-footer" class="expand" role="contentinfo">
<div class="row-fluid expand" id="ubc7-unit-footer">
<div class="span10" id="ubc7-unit-address">
<div id="ubc7-address-unit-name">Unit Name</div>
<div id="ubc7-address-campus">Vancouver Campus | Okanagan Campus</div>
<div id="ubc7-address-street">1234 Street Name</div>
<div id="ubc7-address-location">
<span id="ubc7-address-city">Vancouver | Kelowna</span>, <span id="ubc7-address-province" title="British Columbia">BC</span> <span id="ubc7-address-country">Canada</span> <span id="ubc7-address-postal">V0V 0V0</span>
</div>
<div id="ubc7-address-phone">Tel XXX XXX XXXX</div>
<div id="ubc7-address-email">E-mail email@ubc.ca</div>
</div>
<div class="span2">
<strong>Find us on</strong>
<div id="ubc7-unit-social-icons">
<a href="#"><i class="icon-facebook-sign"></i></a>
<a href="#"><i class="icon-twitter-sign"></i></a>
<a href="#"><i class="icon-google-plus-sign"></i></a>
<a href="#"><i class="icon-youtube"></i></a><br>
<a href="#"><i class="icon-vimeo"></i></a>
<a href="#"><i class="icon-skype"></i></a>
<a href="#"><i class="icon-wordpress"></i></a>
<a href="#"><i class="icon-flickr"></i></a>
</div>
</div>
</div>
<div class="row-fluid expand ubc7-back-to-top">
<div class="span2">
<a href="#" title="Back to top">Back to top <div class="ubc7-arrow up-arrow grey"></div></a>
</div>
</div>
<div class="row-fluid expand" id="ubc7-global-footer">
<div class="span5" id="ubc7-signature"><a href="//www.ubc.ca/" title="The University of British Columbia (UBC)">The University of British Columbia</a></div>
<div class="span7" id="ubc7-footer-menu">
</div>
</div>
<div class="row-fluid expand" id="ubc7-minimal-footer">
<div class="span12">
<ul>
<li><a href="//cdn.ubc.ca/clf/ref/emergency" title="Emergency Procedures">Emergency Procedures</a> <span class="divider">|</span></li>
<li><a href="//cdn.ubc.ca/clf/ref/terms" title="Terms of Use">Terms of Use</a> <span class="divider">|</span></li>
<li><a href="//cdn.ubc.ca/clf/ref/copyright" title="UBC Copyright">Copyright</a> <span class="divider">|</span></li>
<li><a href="//cdn.ubc.ca/clf/ref/accessibility" title="Accessibility">Accessibility</a></li>
</ul>
</div>
</div>
</footer>
</div> <!-- /container -->
<!-- Placed javascript at the end for faster loading -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="//cdn.ubc.ca/clf/7.0.4/js/ubc-clf.min.js"></script>
<script src="audiojs/audio.js"></script>
<script>
audiojs.events.ready(function() {
var audios = document.getElementsByTagName('audio');
var a1 = audiojs.create(audios[0], {
css: false,
createPlayer: {
markup: false,
playPauseClass: 'play-pauseZ',
scrubberClass: 'scrubberZ',
progressClass: 'progressZ',
loaderClass: 'loadedZ',
timeClass: 'timeZ',
durationClass: 'durationZ',
playedClass: 'playedZ',
errorMessageClass: 'error-messageZ',
playingClass: 'playingZ',
loadingClass: 'loadingZ',
errorClass: 'errorZ'
}
});
var a2 = audiojs.create(audios[1]);
});
</script>
</body>
</html>