-
Notifications
You must be signed in to change notification settings - Fork 1
/
blackbeard.html
466 lines (409 loc) · 27.7 KB
/
blackbeard.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
<!DOCTYPE html>
<html class="nojs html css_verticalspacer" lang="en-US">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8"/>
<meta name="generator" content="2018.1.0.386"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<script type="text/javascript">
// Update the 'nojs'/'js' class on the html node
document.documentElement.className = document.documentElement.className.replace(/\bnojs\b/g, 'js');
// Check that all required assets are uploaded and up-to-date
if(typeof Muse == "undefined") window.Muse = {}; window.Muse.assets = {"required":["museutils.js", "museconfig.js", "jquery.watch.js", "webpro.js", "musewpslideshow.js", "jquery.museoverlay.js", "touchswipe.js", "require.js", "blackbeard.css"], "outOfDate":[]};
</script>
<link rel="shortcut icon" href="images/favicon.ico?crc=271725686"/>
<title>Blackbeard</title>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="css/site_global.css?crc=278961385"/>
<link rel="stylesheet" type="text/css" href="css/master_rainow.css?crc=4106859115"/>
<link rel="stylesheet" type="text/css" href="css/blackbeard.css?crc=3881857668" id="pagesheet"/>
<!-- Other scripts -->
<script type="text/javascript">
var __adobewebfontsappname__ = "muse";
</script>
<!-- JS includes -->
<script src="https://webfonts.creativecloud.com/open-sans:n3:default;dosis:n3:default;asap:n7:default.js" type="text/javascript"></script>
<!--[if lt IE 9]>
<script src="scripts/html5shiv.js?crc=4241844378" type="text/javascript"></script>
<![endif]-->
<!--HTML Widget code-->
<style>
#page #u14352 {
display: none;
}
body .u14352-mt_btn_top {
opacity: 0;
visibility: hidden;
position: fixed;
padding: 15px;
z-index: 999;
display: inline-block;
background: rgba(56,56,56, 1);
border: 0px solid rgba(56,56,56, 1);
outline: none;
font-size: 14px;
text-decoration: none !important;
color: rgb(255,255,255);
border-radius: 5px;
transition: visibility 1.5s, opacity 1.5s;
font-family: Source Sans Pro, Arial, sans-serif;
min-width: calc(50px - 30px);
height: calc(50px - 30px);
line-height: calc(50px - 30px);
text-align: center;
transition-delay: 0s;
}
body .u14352-mt_btn_top.show_scroll {
opacity: 1;
visibility: visible;
}
body .u14352-mt_btn_top .u14352-mt-scrolltop-arrow {
display: inline-block;
position: relative;
text-align: center;
color: rgb(255,255,255);
margin-left: .75em;
border-radius: 5px;
vertical-align: middle;
}
body .u14352-mt_btn_top .u14352-mt-scrolltop-arrow:after {
content: '';
display: inline-block;
width: 10px;
height: 10px;
border-top: 2px solid rgb(255,255,255);
border-right: 2px solid rgb(255,255,255);
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
vertical-align: middle;
}
body .u14352-mt_btn_top.arrow-only .u14352-mt-scrolltop-arrow {
margin-left: 0;
margin-top: 1px;
}
body .u14352-mt_btn_top:hover {
background: rgba(126,124,124, 1);
border-color: rgba(126,124,124, 1);
color: rgb(255,255,255);
}
body .u14352-mt_btn_top:hover .u14352-mt-scrolltop-arrow:after {
border-top: 2px solid rgb(255,255,255);
border-right: 2px solid rgb(255,255,255);
}
button::-moz-focus-inner {
border: none;
}
</style>
<style>
html, body { cursor: url(assets/mouse.png), auto !important; }
a, button, input, video, audio:hover { cursor: url(assets/mouse2.png), auto !important; }
</style>
<style>
::-moz-selection {color: #FFFFFF; background: #E08906;}
::selection {color: #FFFFFF; background: #E08906;}
</style>
</head>
<body>
<!--HTML Widget code-->
<div class="rounded-corners clearfix borderbox" id="page"><!-- group -->
<div class="clearfix grpelem" id="pppu14352"><!-- column -->
<div class="clearfix colelem" id="ppu14352"><!-- group -->
<div class="clearfix grpelem" id="pu14352"><!-- column -->
<div class="size_fluid_width colelem" id="u14352" data-sizePolicy="fluidWidth" data-pintopage="page_fluidx"><!-- custom html -->
</div>
<div class="clearfix colelem" id="pu10480"><!-- group -->
<div class="size_fixed grpelem" id="u10480" data-sizePolicy="fixed" data-pintopage="page_fixedLeft"><!-- custom html -->
</div>
<div class="size_fixed grpelem" id="u14353" data-sizePolicy="fixed" data-pintopage="page_fluidx"><!-- custom html -->
</div>
</div>
</div>
<div class="clip_frame grpelem" id="u8133"><!-- image -->
<img class="block" id="u8133_img" src="images/logomakr_9a9qwa.png?crc=3930183419" alt="" data-heightwidthratio="0.31334622823984526" data-image-width="517" data-image-height="162"/>
</div>
</div>
<div class="clearfix colelem" id="u8507"><!-- group -->
<div class="Button clearfix grpelem" id="pbuttonu8508"><!-- group -->
<a class="nonblock nontext clearfix grpelem" id="buttonu8508" href="misc.html" data-visibility="changed" style="visibility:hidden"><!-- container box --><div class="clearfix grpelem" id="u8509-4" data-sizePolicy="fluidWidth" data-pintopage="page_fixedLeft"><!-- content --><p id="u8509-2"><span class="Menu-Buttons" id="u8509">MISC</span></p></div><div class="clip_frame grpelem" id="u8510"><!-- image --><img class="block" id="u8510_img" src="images/pointerb.png?crc=3780694765" alt="" data-heightwidthratio="0.5" data-image-width="20" data-image-height="10"/></div></a>
</div>
<div class="Button clearfix grpelem" id="pbuttonu8520"><!-- group -->
<a class="nonblock nontext clearfix grpelem" id="buttonu8520" href="games.html" data-visibility="changed" style="visibility:hidden"><!-- container box --><div class="clearfix grpelem" id="u8523-4" data-sizePolicy="fluidWidth" data-pintopage="page_fixedLeft"><!-- content --><p id="u8523-2"><span class="Menu-Buttons" id="u8523">GAMES</span></p></div><div class="clip_frame grpelem" id="u8521"><!-- image --><img class="block" id="u8521_img" src="images/pointerb.png?crc=3780694765" alt="" data-heightwidthratio="0.5" data-image-width="20" data-image-height="10"/></div></a>
</div>
<div class="Button clearfix grpelem" id="pbuttonu8512"><!-- group -->
<a class="nonblock nontext clearfix grpelem" id="buttonu8512" href="ibo.html" data-visibility="changed" style="visibility:hidden"><!-- container box --><div class="clearfix grpelem" id="u8513-4" data-sizePolicy="fluidWidth" data-pintopage="page_fixedLeft"><!-- content --><p id="u8513-2"><span class="Menu-Buttons" id="u8513">SCHOOL</span></p></div><div class="clip_frame grpelem" id="u8514"><!-- image --><img class="block" id="u8514_img" src="images/pointerb.png?crc=3780694765" alt="" data-heightwidthratio="0.5" data-image-width="20" data-image-height="10"/></div></a>
</div>
<div class="Button clearfix grpelem" id="pbuttonu8516"><!-- group -->
<a class="nonblock nontext clearfix grpelem" id="buttonu8516" href="index.html" data-visibility="changed" style="visibility:hidden"><!-- container box --><div class="clearfix grpelem" id="u8519-4" data-sizePolicy="fluidWidth" data-pintopage="page_fixedLeft"><!-- content --><p id="u8519-2"><span class="Menu-Buttons" id="u8519">HOME</span></p></div><div class="clip_frame grpelem" id="u8517"><!-- image --><img class="block" id="u8517_img" src="images/pointerb.png?crc=3780694765" alt="" data-heightwidthratio="0.5" data-image-width="20" data-image-height="10"/></div></a>
</div>
</div>
<div class="clearfix colelem" id="u6713"><!-- group -->
<div class="clearfix grpelem" id="u6344"><!-- group -->
<div class="PamphletWidget clearfix grpelem" id="pamphletu6349" data-sizePolicy="fixed" data-pintopage="page_fluidx"><!-- none box -->
<div class="popup_anchor" id="u6350popup">
<div class="ContainerGroup clearfix" id="u6350" data-sizePolicy="fixed" data-pintopage="page_fixedLeft"><!-- stack box -->
<div class="Container invi clearfix grpelem" id="u6351" data-sizePolicy="fixed" data-pintopage="page_fixedLeft"><!-- group -->
<div class="clearfix grpelem" id="pu6434"><!-- column -->
<div class="clip_frame colelem" id="u6434"><!-- image -->
<img class="block" id="u6434_img" src="images/thermite.png?crc=3851442132" alt="" data-heightwidthratio="0.9886363636363636" data-image-width="88" data-image-height="87"/>
</div>
<a class="nonblock nontext clip_frame colelem" id="u6422" href="iq.html"><!-- image --><img class="block" id="u6422_img" src="images/iq.png?crc=3763951682" alt="" data-heightwidthratio="0.79" data-image-width="100" data-image-height="79"/></a>
<div class="clip_frame colelem" id="u6436"><!-- image -->
<img class="block" id="u6436_img" src="images/twitch.png?crc=524588619" alt="" data-heightwidthratio="1.0470588235294118" data-image-width="85" data-image-height="89"/>
</div>
<a class="nonblock nontext MuseLinkActive clip_frame colelem" id="u6410" href="blackbeard.html"><!-- image --><img class="block" id="u6410_img" src="images/blackbeard.png?crc=60862657" alt="" data-heightwidthratio="1.0588235294117647" data-image-width="85" data-image-height="90"/></a>
</div>
<div class="clearfix grpelem" id="u6352-4"><!-- content -->
<p>ATTACKERS</p>
</div>
<div class="clearfix grpelem" id="pu6424"><!-- column -->
<div class="clip_frame colelem" id="u6424"><!-- image -->
<img class="block" id="u6424_img" src="images/ash.png?crc=107497372" alt="" data-heightwidthratio="0.9879518072289156" data-image-width="83" data-image-height="82"/>
</div>
<div class="clip_frame colelem" id="u6412"><!-- image -->
<img class="block" id="u6412_img" src="images/blitz.png?crc=4263957374" alt="" data-heightwidthratio="1" data-image-width="87" data-image-height="87"/>
</div>
<div class="clip_frame colelem" id="u6428"><!-- image -->
<img class="block" id="u6428_img" src="images/montagne.png?crc=4076047619" alt="" data-heightwidthratio="1.035294117647059" data-image-width="85" data-image-height="88"/>
</div>
<div class="clip_frame colelem" id="u6426"><!-- image -->
<img class="block" id="u6426_img" src="images/hibana.png?crc=4137338509" alt="" data-heightwidthratio="0.989010989010989" data-image-width="91" data-image-height="90"/>
</div>
</div>
<div class="clearfix grpelem" id="pu6430"><!-- column -->
<div class="clip_frame colelem" id="u6430"><!-- image -->
<img class="block" id="u6430_img" src="images/sledge.png?crc=86188661" alt="" data-heightwidthratio="0.9772727272727273" data-image-width="88" data-image-height="86"/>
</div>
<div class="clip_frame colelem" id="u6420"><!-- image -->
<img class="block" id="u6420_img" src="images/glaz.png?crc=3821787575" alt="" data-heightwidthratio="0.9879518072289156" data-image-width="83" data-image-height="82"/>
</div>
<div class="clip_frame colelem" id="u6414"><!-- image -->
<img class="block" id="u6414_img" src="images/buck.png?crc=3971445948" alt="" data-heightwidthratio="0.9411764705882353" data-image-width="85" data-image-height="80"/>
</div>
<a class="nonblock nontext clip_frame colelem" id="u8110" href="jackal.html"><!-- image --><img class="block" id="u8110_img" src="images/jackal.png?crc=4175275865" alt="" data-heightwidthratio="0.9772727272727273" data-image-width="88" data-image-height="86"/></a>
</div>
<div class="clearfix grpelem" id="pu6432"><!-- column -->
<div class="clip_frame colelem" id="u6432"><!-- image -->
<img class="block" id="u6432_img" src="images/thatcher.png?crc=153384878" alt="" data-heightwidthratio="1.0459770114942528" data-image-width="87" data-image-height="91"/>
</div>
<div class="clip_frame colelem" id="u6418"><!-- image -->
<img class="block" id="u6418_img" src="images/fuze.png?crc=4004184222" alt="" data-heightwidthratio="0.8105263157894737" data-image-width="95" data-image-height="77"/>
</div>
<div class="clip_frame colelem" id="u6416"><!-- image -->
<img class="block" id="u6416_img" src="images/capitao.png?crc=3907830393" alt="" data-heightwidthratio="0.8461538461538461" data-image-width="91" data-image-height="77"/>
</div>
</div>
<div class="clearfix grpelem" id="pu6710-4"><!-- column -->
<div class="clearfix colelem" id="u6710-4" data-sizePolicy="fixed" data-pintopage="page_fluidx"><!-- content -->
<p>DEFENDERS</p>
</div>
<div class="clearfix colelem" id="pu6438"><!-- group -->
<div class="clip_frame grpelem" id="u6438"><!-- image -->
<img class="block" id="u6438_img" src="images/smoke.png?crc=126865174" alt="" data-heightwidthratio="1" data-image-width="88" data-image-height="88"/>
</div>
<div class="clip_frame grpelem" id="u6440"><!-- image -->
<img class="block" id="u6440_img" src="images/mute.png?crc=3838828162" alt="" data-heightwidthratio="0.8686868686868687" data-image-width="99" data-image-height="86"/>
</div>
<div class="clip_frame grpelem" id="u6442"><!-- image -->
<img class="block" id="u6442_img" src="images/castle.png?crc=352642569" alt="" data-heightwidthratio="1" data-image-width="88" data-image-height="88"/>
</div>
<a class="nonblock nontext clip_frame grpelem" id="u6444" href="pulse.html"><!-- image --><img class="block" id="u6444_img" src="images/pulse.png?crc=172419121" alt="" data-heightwidthratio="0.9545454545454546" data-image-width="88" data-image-height="84"/></a>
</div>
<div class="clearfix colelem" id="pu6446"><!-- group -->
<a class="nonblock nontext clip_frame grpelem" id="u6446" href="doc.html"><!-- image --><img class="block" id="u6446_img" src="images/doc.png?crc=4021733576" alt="" data-heightwidthratio="1.0340909090909092" data-image-width="88" data-image-height="91"/></a>
<div class="clip_frame grpelem" id="u6448"><!-- image -->
<img class="block" id="u6448_img" src="images/rook.png?crc=3891680501" alt="" data-heightwidthratio="1.0112359550561798" data-image-width="89" data-image-height="90"/>
</div>
<div class="clip_frame grpelem" id="u6450"><!-- image -->
<img class="block" id="u6450_img" src="images/kapkan.png?crc=47222682" alt="" data-heightwidthratio="1.0344827586206897" data-image-width="87" data-image-height="90"/>
</div>
<div class="clip_frame grpelem" id="u6452"><!-- image -->
<img class="block" id="u6452_img" src="images/tachanka.png?crc=6820915" alt="" data-heightwidthratio="0.9680851063829787" data-image-width="94" data-image-height="91"/>
</div>
</div>
<div class="clearfix colelem" id="pu6454"><!-- group -->
<div class="clip_frame grpelem" id="u6454"><!-- image -->
<img class="block" id="u6454_img" src="images/jager.png?crc=521230367" alt="" data-heightwidthratio="1.0975609756097562" data-image-width="82" data-image-height="90"/>
</div>
<div class="clip_frame grpelem" id="u6456"><!-- image -->
<img class="block" id="u6456_img" src="images/bandit.png?crc=4222569628" alt="" data-heightwidthratio="1.125" data-image-width="80" data-image-height="90"/>
</div>
<div class="clip_frame grpelem" id="u6458"><!-- image -->
<img class="block" id="u6458_img" src="images/frost.png?crc=4094348133" alt="" data-heightwidthratio="0.9" data-image-width="90" data-image-height="81"/>
</div>
<div class="clip_frame grpelem" id="u6460"><!-- image -->
<img class="block" id="u6460_img" src="images/valkyrie_visible_wings.png?crc=4241601486" alt="" data-heightwidthratio="0.8617021276595744" data-image-width="94" data-image-height="81"/>
</div>
</div>
<div class="clearfix colelem" id="pu6462"><!-- group -->
<div class="clip_frame grpelem" id="u6462"><!-- image -->
<img class="block" id="u6462_img" src="images/caveira.png?crc=206243403" alt="" data-heightwidthratio="1.1341463414634145" data-image-width="82" data-image-height="93"/>
</div>
<div class="clip_frame grpelem" id="u6464"><!-- image -->
<img class="block" id="u6464_img" src="images/echo.png?crc=451687740" alt="" data-heightwidthratio="1.139240506329114" data-image-width="79" data-image-height="90"/>
</div>
<div class="clip_frame grpelem" id="u6468" data-sizePolicy="fixed" data-pintopage="page_fixedLeft"><!-- image -->
<img class="block" id="u6468_img" src="images/pasted%20image%20224x223.jpg?crc=378880702" alt="" width="88" height="88"/>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="ThumbGroup clearfix grpelem" id="u6356" data-sizePolicy="fixed" data-pintopage="page_fixedLeft"><!-- none box -->
<div class="popup_anchor grpelem" id="pu6357popup">
<div class="popup_element Thumb clearfix" id="pu6357" data-sizePolicy="fixed" data-pintopage="page_fixedLeft"><!-- group -->
<div class="popup_anchor" id="u6357popup">
<div class="popup_element clearfix" id="u6357"><!-- group -->
<div class="clearfix grpelem" id="u6346-4"><!-- content -->
<p id="u6346-2">OPP GUIDES</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="verticalspacer" data-offset-top="0" data-content-above-spacer="385" data-content-below-spacer="378" data-sizePolicy="fixed" data-pintopage="page_fixedLeft"></div>
<div class="browser_width grpelem" id="u8195-bw">
<div id="u8195"><!-- column -->
<div class="clearfix" id="u8195_align_to_page">
<div class="clip_frame colelem" id="u8196"><!-- image -->
<img class="block" id="u8196_img" src="images/logomakr_1jtcoh.png?crc=374159385" alt="" data-heightwidthratio="0.2696629213483146" data-image-width="178" data-image-height="48"/>
</div>
<div class="clearfix colelem" id="pu12015-4"><!-- group -->
<a class="nonblock nontext clearfix grpelem" id="u12015-4" href="https://www.youtube.com/watch?v=q0ZRKaUC_iE"><!-- content --><p>TAC Hymn</p></a>
<a class="nonblock nontext clearfix grpelem" id="u12016-4" href="https://graniteschools.instructure.com/"><!-- content --><p>Canvas</p></a>
<a class="nonblock nontext clearfix grpelem" id="u12017-4" href="https://portal.graniteschools.org/LoginPolicy.jsp"><!-- content --><p>Granite Portal</p></a>
<a class="nonblock nontext clearfix grpelem" id="u12018-4" href="http://schools.graniteschools.org/skylinehigh/"><!-- content --><p>SHS Home</p></a>
</div>
<div class="clearfix colelem" id="u16123-7"><!-- content -->
<p>© 2015-2017 tacw | All rights reserved</p>
<p> </p>
<p>Webdesign: bloojayz</p>
</div>
</div>
</div>
</div>
</div>
<!-- JS includes -->
<script type="text/javascript">
if (document.location.protocol != 'https:') document.write('\x3Cscript src="http://musecdn.businesscatalyst.com/scripts/4.0/jquery-1.8.3.min.js" type="text/javascript">\x3C/script>');
</script>
<script type="text/javascript">
window.jQuery || document.write('\x3Cscript src="scripts/jquery-1.8.3.min.js?crc=209076791" type="text/javascript">\x3C/script>');
</script>
<!-- Other scripts -->
<script type="text/javascript">
// Decide whether to suppress missing file error or not based on preference setting
var suppressMissingFileError = false
</script>
<script type="text/javascript">
window.Muse.assets.check=function(c){if(!window.Muse.assets.checked){window.Muse.assets.checked=!0;var b={},d=function(a,b){if(window.getComputedStyle){var c=window.getComputedStyle(a,null);return c&&c.getPropertyValue(b)||c&&c[b]||""}if(document.documentElement.currentStyle)return(c=a.currentStyle)&&c[b]||a.style&&a.style[b]||"";return""},a=function(a){if(a.match(/^rgb/))return a=a.replace(/\s+/g,"").match(/([\d\,]+)/gi)[0].split(","),(parseInt(a[0])<<16)+(parseInt(a[1])<<8)+parseInt(a[2]);if(a.match(/^\#/))return parseInt(a.substr(1),
16);return 0},f=function(f){for(var g=document.getElementsByTagName("link"),j=0;j<g.length;j++)if("text/css"==g[j].type){var l=(g[j].href||"").match(/\/?css\/([\w\-]+\.css)\?crc=(\d+)/);if(!l||!l[1]||!l[2])break;b[l[1]]=l[2]}g=document.createElement("div");g.className="version";g.style.cssText="display:none; width:1px; height:1px;";document.getElementsByTagName("body")[0].appendChild(g);for(j=0;j<Muse.assets.required.length;){var l=Muse.assets.required[j],k=l.match(/([\w\-\.]+)\.(\w+)$/),i=k&&k[1]?
k[1]:null,k=k&&k[2]?k[2]:null;switch(k.toLowerCase()){case "css":i=i.replace(/\W/gi,"_").replace(/^([^a-z])/gi,"_$1");g.className+=" "+i;i=a(d(g,"color"));k=a(d(g,"backgroundColor"));i!=0||k!=0?(Muse.assets.required.splice(j,1),"undefined"!=typeof b[l]&&(i!=b[l]>>>24||k!=(b[l]&16777215))&&Muse.assets.outOfDate.push(l)):j++;g.className="version";break;case "js":j++;break;default:throw Error("Unsupported file type: "+k);}}c?c().jquery!="1.8.3"&&Muse.assets.outOfDate.push("jquery-1.8.3.min.js"):Muse.assets.required.push("jquery-1.8.3.min.js");
g.parentNode.removeChild(g);if(Muse.assets.outOfDate.length||Muse.assets.required.length)g="Some files on the server may be missing or incorrect. Clear browser cache and try again. If the problem persists please contact website author.",f&&Muse.assets.outOfDate.length&&(g+="\nOut of date: "+Muse.assets.outOfDate.join(",")),f&&Muse.assets.required.length&&(g+="\nMissing: "+Muse.assets.required.join(",")),suppressMissingFileError?(g+="\nUse SuppressMissingFileError key in AppPrefs.xml to show missing file error pop up.",console.log(g)):alert(g)};location&&location.search&&location.search.match&&location.search.match(/muse_debug/gi)?
setTimeout(function(){f(!0)},5E3):f()}};
var muse_init=function(){require.config({baseUrl:""});require(["jquery","museutils","whatinput","webpro","musewpslideshow","jquery.museoverlay","touchswipe","jquery.watch"],function(c){var $ = c;$(document).ready(function(){try{
window.Muse.assets.check($);/* body */
Muse.Utils.transformMarkupToFixBrowserProblemsPreInit();/* body */
Muse.Utils.prepHyperlinks(true);/* body */
Muse.Utils.resizeHeight('.browser_width');/* resize height */
Muse.Utils.requestAnimationFrame(function() { $('body').addClass('initialized'); });/* mark body as initialized */
Muse.Utils.makeButtonsVisibleAfterSettingMinWidth();/* body */
Muse.Utils.initWidget('#pamphletu6349', ['#bp_infinity'], function(elem) { return new WebPro.Widget.ContentSlideShow(elem, {contentLayout_runtime:'stack',event:'click',deactivationEvent:'mouseout_both',autoPlay:false,displayInterval:3000,transitionStyle:'fading',transitionDuration:500,hideAllContentsFirst:true,triggersOnTop:true,shuffle:false,enableSwipe:true,resumeAutoplay:false,resumeAutoplayInterval:3000,playOnce:false,autoActivate_runtime:false,isResponsive:false}); });/* #pamphletu6349 */
Muse.Utils.fullPage('#page');/* 100% height page */
Muse.Utils.showWidgetsWhenReady();/* body */
Muse.Utils.transformMarkupToFixBrowserProblems();/* body */
}catch(b){if(b&&"function"==typeof b.notify?b.notify():Muse.Assert.fail("Error calling selector function: "+b),false)throw b;}})})};
</script>
<!-- RequireJS script -->
<script src="scripts/require.js?crc=7928878" type="text/javascript" async data-main="scripts/museconfig.js?crc=4286661555" onload="if (requirejs) requirejs.onError = function(requireType, requireModule) { if (requireType && requireType.toString && requireType.toString().indexOf && 0 <= requireType.toString().indexOf('#scripterror')) window.Muse.assets.check(); }" onerror="window.Muse.assets.check();"></script>
<!--HTML Widget code-->
<script>
console.log("Back To Top Button (1.1) - MuseThemes");
</script>
<script>
var checkIfNoteMuse = $('#page').length;
if (checkIfNoteMuse !== 0) {
function debounce(func, wait, immediate) {
var timeout;
return function () {
var context = this, args = arguments;
var later = function () {
timeout = null;
if (!immediate) func.apply(context, args);
};
var callNow = immediate && !timeout;
clearTimeout(timeout);
timeout = setTimeout(later, wait);
if (callNow) func.apply(context, args);
};
}
$(document).ready(function(){
var buttonText = '';
if (buttonText.length > 0) {
$('body').append('<a href="#" class="u14352-mt_btn_top"> <span class="u14352-mt-scrolltop-arrow"></span></a>');
} else {
$('body').append('<a href="#" class="u14352-mt_btn_top arrow-only"><span class="u14352-mt-scrolltop-arrow"></span></a>');
}
if ("disable" == "enable") {
$( "<style>@media (min-width: 720px) and (max-width: 1280px) {body .u14352-mt_btn_top {display: none !important;}}</style>" ).appendTo( "head" );
}
var scrollSpeed = 400;
var $base = $('html, body');
var alignment = 'right';
switch(alignment) {
case 'center':
var paddingBottom = '20';
var widthOfElement = $('.u14352-mt_btn_top').outerWidth();
widthOfElement = widthOfElement / 2;
$('.u14352-mt_btn_top').css('left', '50%');
$('.u14352-mt_btn_top').css('margin-left', '-' + widthOfElement + 'px');
$('.u14352-mt_btn_top').css('bottom', paddingBottom + 'px');
break;
case 'left':
var paddingLeft = '30';
var paddingBottom = '20';
$('.u14352-mt_btn_top').css('left', paddingLeft + 'px');
$('.u14352-mt_btn_top').css('bottom', paddingBottom + 'px');
break;
case 'right':
var paddingRight = '30';
var paddingBottom = '20';
$('.u14352-mt_btn_top').css('right', paddingRight + 'px');
$('.u14352-mt_btn_top').css('bottom', paddingBottom + 'px');
break;
default:
var paddingBottom = '20';
$('.u14352-mt_btn_top').css('left', '50%');
$('.u14352-mt_btn_top').css('bottom', paddingBottom + 'px');
break;
}
$('.u14352-mt_btn_top').on('click', function(e){
e.preventDefault();
$base.animate({
scrollTop: 0
}, scrollSpeed);
});
var showButtonValue = parseInt('100');
var showOrHideButton = debounce(function(){
if ($(window).scrollTop() > showButtonValue) {
$('.u14352-mt_btn_top').addClass('show_scroll');
} else {
$('.u14352-mt_btn_top').removeClass('show_scroll');
}
}, 200);
$(window).scroll(function(){
showOrHideButton();
});
});
}
</script>
<script>
console.log("Text Highlighter - Version 1.0 - MuseThemes.com");
</script>
</body>
</html>