-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathborrowing.html
487 lines (433 loc) · 22.9 KB
/
borrowing.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Library Staff Directory</title>
<meta name="generator" content="Bootply" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/lib-main.css" rel="stylesheet">
<!-- Styles for script calendar mock -->
<link rel="stylesheet" href="css/calendar/res-timeline.css">
<link rel="stylesheet" type="text/css" href="css/calendar/font-awesome.min.css">
<script type="text/javascript" src="css/calendar/jquery.min.js"></script><style type="text/css"></style>
<script type="text/javascript" src="css/calendar/res-timeline.js"></script>
</head>
<body>
<!-- Top Navigation -->
<nav class="navbar navbar-default">
<div class="navwrapper"> <!-- Navwrapper -->
<!-- Mobile top right nav -->
<div class="mob-fa visible-xs visible-sm">
<a href="#"><i class="fa fa-clock-o fa-lg"></i></a> | <a href="#"><i class="fa fa-comment fa-lg"></i></a> | <a href="#"><i class="fa fa-gift fa-lg"></i></a> | <a href="#"><i class="fa fa-user fa-lg"></i></a>
</div>
<!-- // Mobile top right nav -->
<div class="container-fluid fluid-top"> <!-- Nav Wrapper / Fluid Top -->
<!-- Mobile + Menu Toggle -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#global-navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="home-updated.html"><img src="images/color-logo.png" class="img-responsive" alt="library logo"></a>
</div>
<!-- // Mobile + Menu Toggle -->
<!-- Top right nav -->
<ul class="nav navbar-nav hidden-xs hidden-sm navbar-right" id="navbar-right">
<li><a href="asklib-updated.html"><i class="fa fa-comment fa-lg ask-online"></i> Ask a Librarian</a></li>
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="fa fa-clock-o"></i> Regenstein Library: 8:00am-10:30pm <span class="caret"></span></a>
<ul class="dropdown-menu">
<li style="margin-bottom: 5px;"><a href="home-crerar-updated.html">Crerar Library: 8:00am-10:30pm</a></li>
<li style="margin-bottom: 5px;"><a href="a3-search-law.html">D'Angelo Law Library: 8:00am-9:00pm</a></li>
<li style="margin-bottom: 5px;"><a href="#">Eckhart Library: 9:00am-5:30pm</a></li>
<li style="margin-bottom: 5px;"><a href="#">Mansueto Library: 9:00am-6:00pm</a></li>
<li style="margin-bottom: 5px;"><a href="#">Special Collections: 8:30am-4:30pm</a></li>
<li style="margin-bottom: 5px;"><a href="#">SSA Library: 9:00am-5:00pm</a></li>
<li style="margin-bottom: 5px;"><a href="spaces-fullhours.html">View all Locations <span class="glyphicon glyphicon-chevron-right" style="font-size:0.8em;"></span></a></li>
</ul>
</li>
<li><a href="#"><i class="fa fa-gift"></i> Support the Library</a></li>
<li><a href="#"><i class="fa fa-user"></i> My Accounts</a></li>
</ul>
<!-- // Top right nav -->
<!-- Main Navigation (In Toggle) -->
<div class="collapse navbar-collapse" id="global-navbar"> <!-- Global Navbar -->
<ul class="nav navbar-nav"> <!-- Dropdown Nav -->
<!-- Search Dropdown / 2-Col -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Search<span class="caret"></span></a>
<ul class="dropdown-menu twocol-drop">
<li>
<ul class="list-unstyled col-sm-6 ul-left">
<li class="twocol-head">Catalogs</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Library Catalog</a></li>
<li><a href="#">UBorrow</a></li>
<li><a href="#">BorrowDirect</a></li>
<li><a href="#">WorldCat</a></li>
<li><a href="#">Other Catalogs</a></li>
</ul>
<ul class="list-unstyled col-sm-6">
<li class="twocol-head">Other Search Tools</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Articles Plus</a></li>
<li><a href="#">Database Finder</a></li>
<li><a href="#">EJournals</a></li>
<li><a href="#">Website Search</a></li>
</ul>
</li>
</ul>
</li>
<!-- // Search Dropdown / 2-Col -->
<!-- Borrow/Request Dropdown -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Borrow & Request <span class="caret"></span></a>
<ul class="dropdown-menu twocol-drop">
<li>
<ul class="list-unstyled col-sm-6 ul-left">
<li class="twocol-head">Borrowing</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Borrowing & Renewing</a></li>
<li><a href="#">Due Dates & Loan Periods</a></li>
<li><a href="#">Fines & Lost Items</a></li>
<li><a href="#">Course Reserves</a></li>
<li><a href="#">My Accounts</a></li>
</ul>
<ul class="list-unstyled col-sm-6">
<li class="twocol-head">Requesting</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Request Articles & Chapters</a></li>
<li><a href="#">Request Books & Other Media</a></li>
<li><a href="#">Suggest a Purchase</a></li>
</ul>
</li>
</ul>
</li>
<!-- // Borrow/Request Dropdown -->
<!-- Research Dropdown / 2-Col -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Research <span class="hidden-sm">& Teaching </span><span class="caret"></span></a>
<ul class="dropdown-menu twocol-drop">
<li>
<ul class="list-unstyled col-sm-5 ul-left">
<li class="twocol-head">Research Help & Tools</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Ask a Librarian</a></li>
<li><a href="#">Subject Specialists</a></li>
<li><a href="#">Library Instruction</a></li>
<li><a href="#">Citation Management</a></li>
<li><a href="#">Off-Campus Access</a></li>
<li><a href="#">Help Guides</a></li>
<li><a href="#">Subject Guides</a></li>
</ul>
<ul class="list-unstyled col-sm-7">
<li class="twocol-head">Teaching Support</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Course Reserves</a></li>
<li><a href="#">Research Instruction for Courses</a></li>
<hr style="border:0; border-top: 1px solid #767676;">
<li class="twocol-head">Scholarly Communication & Publishing</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Dissertation Office</a></li>
<li><a href="#">Digital Scholarship</a></li>
<li><a href="#">Copyright Info</a></li>
</ul>
</li>
</ul>
</li>
<!-- // Research Dropdown / 2-Col -->
<!-- Collection/Exhibits Dropdown -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Collections <span class="hidden-sm">& Exhibits <span class="caret"></span></a>
<ul class="dropdown-menu twocol-drop">
<li>
<ul class="list-unstyled col-sm-6 ul-left">
<li class="twocol-head">Collections</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Collecting Areas by Subject</a></li>
<li><a href="#">Unique Collections</a></li>
<li><a href="#">Collection by Format</a></li>
</ul>
<ul class="list-unstyled col-sm-6">
<li class="twocol-head">Exhibits</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">All Exhibits</a></li>
<li><a href="#">Current Exhibits</a></li>
<li><a href="#">Past Exhibits</a></li>
<li><a href="#">Web Exhibits</a></li>
</ul>
</li>
</ul>
</li>
<!-- // Collection/Exhibits Dropdown -->
<!-- Locations Dropdown / 2-Col -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Using<span class="hidden-xs hidden-sm"> the Library </span><span class="caret"></span></a>
<ul class="dropdown-menu dropdown-menu-right twocol-drop">
<li>
<ul class="list-unstyled col-sm-6 ul-left">
<li class="twocol-head">Libraries</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="home-crerar-updated.html">Crerar</a></li>
<li><a href="a3-search-law.html">D'Angelo Law</a></li>
<li><a href="#">Eckhart</a></li>
<li><a href="#">Mansueto</a></li>
<li><a href="#">Regenstein</a></li>
<li><a href="#">Special Collections</a></li>
<li><a href="#">SSA</a></li>
<li><a href="spaces-fullhours.html">View all hours</a></li>
</ul>
<ul class="list-unstyled col-sm-6">
<li class="twocol-head">Using Spaces & Services</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Maps & Floor Plans</a></li>
<li><a href="#">Visiting the Library</a></li>
<li><a href="#">Call Number Guides</a></li>
<li><a href="#">Book a Room</a></li>
<li><a href="#">Places to Study</a></li>
<li><a href="#">Access & Privileges</a></li>
<li><a href="#">Off-Campus Access</a></li>
<li><a href="#">Copy, Print, Scan</a></li>
<li><a href="#">Techb@r</a></li>
</ul>
</li>
</ul>
</li>
<!-- // Locations Dropdown / 2-Col -->
<!-- About Mega Dropdown / 2-Col -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About <span class="hidden-xs hidden-sm hidden-md">the Library </span><span class="caret"></span></a>
<ul class="dropdown-menu dropdown-menu-right twocol-drop">
<li>
<ul class="list-unstyled col-sm-6 ul-left">
<li class="twocol-head">About the Library</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Mission & Strategic Plan</a></li>
<li><a href="#">Facts</a></li>
<li><a href="#">Departments & Staff</a></li>
<li><a href="#">Employment</a></li>
<li><a href="#">Visiting the Library</a></li>
<li><a href="#">Support the Library</a></li>
<li><a href="#">Library Sureys & Reports</a></li>
<li><a href="#">Library Policies</a></li>
<li><a href="#">Conferences</a></li>
<li><a href="#">External Boards & Committees</a></li>
</ul>
<ul class="list-unstyled col-sm-6">
<li class="twocol-head">News & Events</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">News</a></li>
<li><a href="#">Workshops & Events</a></li>
<li><a href="#">Social Media Directory</a></li>
<li><a href="#">Libra</a></li>
</ul>
</li>
</ul>
</li>
<!-- // About Dropdown / 2-Col -->
</ul> <!-- // Dropdown Nav -->
</div> <!-- // Global Navbar -->
</div> <!-- // Nav Wrapper / Fluid Top -->
</div> <!-- Navwrapper -->
</nav>
<!-- // Top Navigation -->
<!-- Awesome Page Content -->
<div class="container-fluid main-container"> <!-- Main Container Wrapper -->
<div class="row row-offcanvas row-offcanvas-left"> <!-- Off Canvas Wrapper Row -->
<!-- Sidebar -->
<div class="col-xs-6 col-md-2 sidebar-offcanvas sidebar law" id="sidebar">
<h3><a href="#">Borrowing</a></h3>
<ul>
<li><a href="/borrow/borrowing/course-reserves/">Course Reserves</a></li>
<li><a href="/borrow/borrowing/due-dates-and-loan-periods/">Due Dates and Loan Periods</a></li>
<li><a href="/borrow/borrowing/fines-and-lost-items/">Fines and Lost Items</a></li>
<li><a href="/borrow/borrowing/my-accounts/">My Accounts</a></li>
<li><a href="/borrow/borrowing/notices-library/">Notices from the Library</a></li>
<li><a href="/borrow/borrowing/renewing-and-returning-items/">Renewing and Returning Items</a></li>
</ul>
<h3><a href="#">Requesting</a></h3>
<ul>
<li><a href="/borrow/requesting/request-articles-chapters/">Request Articles & Chapters</a></li>
<li><a href="/borrow/requesting/request-books-other-media/">Request Books & Other Media</a></li>
</ul>
</div>
<!-- // Sidebar -->
<div class="col-md-10 breadcrumbs hidden-xs hidden-sm"><a href="#">Borrow & Request</a> > <a href="#">Borrowing</a> > Due Dates and Loan Periods</div>
<div class="container body-container col-xs-12 col-md-10" id="content"> <!-- Content Container -->
<!-- Off-Canvas Toggle Button -->
<div class="row visible-xs visible-sm toggle-side">
<p><button type="button" class="btn btn-sidebar law btn-xs" data-toggle="offcanvas"><i class="fa fa-caret-square-o-right fa-lg"></i></button></p>
</div>
<!-- // End Off-Canvas Toggle Button -->
<!-- Main Content -->
<div class="col-md-12" style="padding-left:25px;">
<h1 class="h-inline">Due Dates and Loan Periods</h1>
<hr style="margin: 10px 0 10px 0;">
</div>
<div class="col-xs-12 col-sm-8 col-md-9 profile-bio">
<p>Log in to <a href="http://www.lib.uchicago.edu/myaccount">My Account</a> and select Checked Out Items to view due dates and times for all items loaned to your account.</p>
<h2>Standard Loans (UChicago Library Items)</h2>
<p>
<ul>
<li>Loan Period & due date: varies by borrower; see below</li>
<li>Overdue fines: none, unless recalled</li>
<li>Declared lost/billed for replacement: 21 days after due date if not renewed or returned</li>
</ul>
<h3>Faculty</h3>
<ul>
<li>Loan period: annual</li>
<li>Due date: <b>May 1</b> unless recalled</li>
<li>Renewals: unlimited</li>
</ul>
<h3>Students, Staff, and Alumni</h3>
<ul>
<li>Loan period: quarterly</li>
<li>Due date: Friday of first week of following quarter, unless recalled</li>
<li>Renewals: 3 (except for Ph.D / J.S.D. students: unlimited)</li>
</ul>
<p>Alumni may purchase borrowing privileges at the <a href="http://ipo.uchicago.edu/"></a><a href="http://ipo.uchicago.edu/">ID & Privileges Office</a>.</p>
<h3>Northwestern Borrowers</h3>
<ul>
<li>Loan period: 12 weeks unless recalled</li>
<li>Due date: varies; see My Account</li>
<li>Renewals: 3</li>
</ul>
<h3>UIC Faculty</h3>
<ul>
<li>Loan period: 28 days for Crerar; 6 weeks for all other libraries, unless recalled</li>
<li>Due date: varies; see My Account</li>
<li>Renewals: 3</li>
</ul>
<h3>Other Borrowers</h3><p>If you are a borrower not listed above, see <a href="https://motacilla.lib.uchicago.edu/using/access-privileges/">Access and Privileges</a> for more information.</p>
<h2>Recalled Items</h2>
<ul>
<li>Due date: 7 days after recall</li>
<li>Renewals: none; recalled items may not be renewed</li>
<li>Overdue fines: $5 per day ($100 maximum)</li>
<li>Declared lost/billed for replacement: 14 days after due due date if not returned</li>
</ul>
<h2>Interlibrary Loan, BorrowDirect, UBorrow Items</h2>
<ul>
<li>Due date: varies; see My Account</li>
<li>Renewals: varies; not all items are eligible for renewal</li>
<li>Overdue fines: $5 per day ($100 maximum)</li>
<li>Declared lost/billed for replacement: 14 days after due due date if not renewed or returned</li>
</ul>
<h2>Reserves Items</h2>
<p>Reserves items have specific due times (hour/minute) and are due immediately following that due time.</p>
<ul>
<li>Loan period: typically 2, 4, or 24 hours</li>
<li>Due date/time: varies; see My Account</li>
<li>Renewals: none; reserves items may not be renewed</li>
<li>Overdue fines: $3 per hour ($100 maximum)</li>
<li>Declared lost/billed for replacement: 14 days after due due date if not returned</li>
<li>Borrowing limit: 2 reserves items at a time (excludes D'Angelo Law reserves)</li>
</ul>
<p>Users must wait 20 minutes after returning a reserves item to borrow it again, unless an identical copy is currently available.</p>
<h3>Short Term Loan Items</h3>
<ul>
<li>Loan period: typically 7 or 14 days</li>
<li>Due date: varies; see My Account</li>
<li>Renewals: none; short term loan items may not be renewed.</li>
<li>Overdue fines: $5 per day ($100 maximum)</li>
<li>Declared lost/billed for replacement: 14 days after due date if not returned</li>
</ul>
<p>Short term loans include DVDs at D'Angelo Law Library (14 day loan), Mathematics journals in Crerar (7 day loan), and selected items in Mansueto (7 day loan).</p>
<h2>Video Games</h2>
<ul>
<li>Loan period: same as regular item</li>
<li>Due date: varies by borrower; see regular items above</li>
<li>Renewals: varies by borrower; see regular items above</li>
<li>Overdue fines: $5 per day ($100 maximum)</li>
<li>Declared lost/billed for replacement: 14 days after due due date if not returned</li>
<li>Borrowing limit: 3 video games at a time</li>
</ul>
<p>The Library does not provide equipment on which to play video games; users may borrow consoles from the Digital Media Center's equipment cage, located in the Reva and David Logan Center for the Arts.</p>
</div>
<div class="col-xs-12 col-sm-4 col-md-3 quicklink-rightside"> <!-- Right Sidebar Content -->
<h4>Upcoming Due Dates</h4>
<p><b>Quarterly Loans</b></p>
<p>Due date: <b>June 24, 2016</b></p>
<p>Renew starting: <b>June 13, 2016</b></p>
<p>Next quarterly due date: <b>September 30, 2016</b></p>
<hr>
<p><b>Annual Loans</b></p>
<p>Due date: <b>May 1, 2016</b></p>
<p>Renew starting: <b>April 1, 2016</b></p>
<p>Next annual due date: <b>May 1, 2017</b></p>
</div><!-- // Right Sidebar Content -->
</div> <!-- // Content Container -->
</div> <!-- // Off Canvas Wrapper Row -->
</div> <!-- // Main Container Wrapper -->
<!-- // Awesome Page Content -->
<!-- Footer -->
<footer class="container-fluid footer">
<!-- Contact -->
<div class="col-sm-2 col-md-2">
<p>Contact<br/>
<a href="#">Contact Form</a><br/>
<a href="#">Library Departments</a><br/>
<a href="#"><a href="#">Staff Directory</a><br/></p>
</div>
<!-- // Contact -->
<hr class="visible-xs"> <!-- Mobile Divider -->
<!-- Information -->
<div class="col-sm-2 col-md-2 divider-vertical">
<p>Information for<br/>
<a href="#">Faculty</a><br/>
<a href="#">Students</a><br/>
<a href="#">University Staff</a><br/>
<a href="#"><a href="#">Visitors</a><br/>
<a href="#"><a href="#">Alumni & Library Friends</a><br/>
<a href="#">Patrons with Disabilities</a></p>
</div>
<!-- // Information -->
<hr class="visible-xs"> <!-- Mobile Divider -->
<!-- Libraries -->
<div class="col-sm-2 col-md-2 col-sm-push-4 col-md-push-4 divider-vertical">
<p>Libraries<br/>
<a href="#">Crerar</a><br/>
<a href="#">D’Angelo Law</a><br/>
<a href="#">Eckhart</a><br/>
<a href="#">Mansueto</a><br/>
<a href="#">Regenstein</a><br/>
<a href="#">SSA</a></p>
</div>
<!-- // Libraries -->
<hr class="visible-xs"> <!-- Mobile Divider -->
<!-- Social -->
<div class="col-sm-2 col-md-2 col-sm-push-4 col-md-push-4">
<p>Library Social Media<br/>
<a href="#"><i class="fa fa-facebook-official"></i> Facebook</a><br/>
<a href="#"><i class="fa fa-rss-square"></i> Library News</a><br/>
<a href="#"><i class="fa fa-clone"></i> More Library Accounts...</a></p>
</div>
<!-- // Social -->
<hr class="visible-xs"> <!-- Mobile Divider -->
<!-- Address / Logo Text for Desktop-->
<div class="col-md-4 col-sm-pull-4 col-md-pull-4">
<div class="centerdiv">
<img src="images/unvlogo-white.png" width="150px" height="auto">
<!-- Library Location: Address -->
<p>University of Chicago Library<br/>
1100 East 57th Street, Chicago, IL 60637</p>
<small><a href="#">Privacy Policy</a><br/>
© University of Chicago</small>
</div>
</div>
<!-- // Address / Logo Text -->
</footer>
<!-- // Footer -->
<!-- Scripts -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/lib-main.min.js"></script>
<!-- // Scripts -->
</body>
</html>