-
Notifications
You must be signed in to change notification settings - Fork 0
/
all_4.html
719 lines (513 loc) · 23.1 KB
/
all_4.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
West Wong
</title>
<link href="atom.xml" rel="alternate" title="West Wong" type="application/atom+xml">
<link rel="stylesheet" href="asset/css/foundation.min.css" />
<link rel="stylesheet" href="asset/css/docs.css" />
<script src="asset/js/vendor/modernizr.js"></script>
<script src="asset/js/vendor/jquery.js"></script>
<script type="text/javascript">
function before_search(){
var searchVal = 'site: ' + document.getElementById('search_input').value;
document.getElementById('search_q').value = searchVal;
return true;
}
</script>
</head>
<body class="antialiased hide-extras">
<div class="marketing off-canvas-wrap" data-offcanvas>
<div class="inner-wrap">
<nav class="top-bar docs-bar hide-for-small" data-topbar>
<section class="top-bar-section">
<div class="row">
<div style="position: relative;width:100%;"><div style="position: absolute; width:100%;">
<ul id="main-menu" class="left">
<li id=""><a target="_self" href="index.html">Home</a></li>
<li id=""><a target="_self" href="archives.html">Archives</a></li>
</ul>
<ul class="right" id="search-wrap">
<li>
<form target="_blank" onsubmit="return before_search();" action="https://google.com/search" method="get">
<input type="hidden" id="search_q" name="q" value="" />
<input tabindex="1" type="search" id="search_input" placeholder="Search"/>
</form>
</li>
</ul>
</div></div>
</div>
</section>
</nav>
<nav class="tab-bar show-for-small">
<a href="javascript:void(0)" class="left-off-canvas-toggle menu-icon">
<span> West Wong</span>
</a>
</nav>
<aside class="left-off-canvas-menu">
<ul class="off-canvas-list">
<li><a target="_self" href="index.html">Home</a></li>
<li><a target="_self" href="archives.html">Archives</a></li>
<li><label>Categories</label></li>
<li><a href="Design.html">Design</a></li>
<li><a href="Life.html">Life</a></li>
<li><a href="Work.html">Work</a></li>
<li><a href="Misc.html">Misc</a></li>
</ul>
</aside>
<a class="exit-off-canvas" href="#"></a>
<section id="main-content" role="main" class="scroll-container">
<script type="text/javascript">
$(function(){
$('#menu_item_index').addClass('is_active');
});
</script>
<div class="row">
<div class="large-8 medium-8 columns">
<div class="markdown-body home-categories">
<div class="article">
<a class="clearlink" href="16481932478438.html">
<h1>2022 夏季书荐</h1>
<div class="a-content">
<div class="a-content-text">
<p>@王瑞青</p>
<p><img src="media/16481932478438/2022%20%E5%A4%8F%E5%AD%A3%E7%B1%8D%E8%8D%90.png" alt="2022 夏季籍荐" /></p>
<p>如下:<br />
<img src="media/16481932478438/%E5%8E%86%E5%8F%B2%E4%B8%8E%E9%98%B6%E7%BA%A7%E6%84%8F%E8%AF%86.png" alt="历史与阶级意识" /></p>
<p>本书是西方马克思主义的代表人物卢卡奇的一部重要著作。在书中,作者首先提出马克思主义不过是一种方法,而后提出 “马克思主义辩证法的本质是具体的总体的范畴”、“历史的本质在于它是人类活动的产物”、“物化” 等一系列概念。</p>
<hr />
<p><img src="media/16481932478438/%E4%B8%AD%E5%8D%8E%E4%BA%BA%E6%B0%91%E5%85%B1%E5%92%8C%E5%9B%BD%E6%B0%91%E6%B3%95%E5%85%B8.png" alt="中华人民共和国民法典" /></p>
<p>人类历史上第一部民法典是《法国民法典》(也称《拿破仑法典 Napoleonic Code》或《民法典 Civil Code》)。<br />
2020 年 5 月 28 日,十三届全国人大三次会议表决通过了《中华人民共和国民法典》。</p>
<hr />
<p><img src="media/16481932478438/%E7%B4%A2%E6%8B%89%E9%87%8C%E6%96%AF%E6%98%9F.png" alt="索拉里斯星" /></p>
<p>索拉里斯星是一颗围绕双星运转的星球,表面被胶质海洋覆盖。根据人类既有的认知,这样的星球的运转轨道应该是不稳定的。但仅仅过了十几年,人们就发现,索拉里斯星的轨道并没有显示出预期的变化。这激发了人类对这颗星球无限的兴趣。<br />
心理学家凯尔文降落到索拉里斯星,迎接他的不是同伴们的热烈欢迎,而是杂乱的太空站、疯癫的科研人员和凝重的暗黑气氛,他试图弄清楚到底发生了什么,直到在一片扑朔迷离中撞见自己已经过世十年的妻子……</p>
</div>
</div>
</a>
<div class="read-more clearfix">
<div class="more-left left">
<span class="date">2022/03/25</span>
<span>posted in </span>
<span class="posted-in"><a href='Life.html'>Life</a></span>
</div>
<div class="more-right right">
<span class="comments">
</span>
</div>
</div>
</div><!-- article -->
<div class="article">
<a class="clearlink" href="16452433425946.html">
<h1>万神殿</h1>
<div class="a-content">
<div class="a-content-text">
<p>@匿名</p>
<p>关于穹顶我以前做过一个梦。之前我其实不太明白它的妙处在哪。但是那个梦直接让我明白了。</p>
<p>我在梦里看见的场景是,我在一个城市内部,而天空竟然变成了无穷无尽的穹顶,像圣索非亚一样,一个穹顶接着另一个穹顶。也就是说我梦到了一个以穹顶为天空的城市,而穹顶的下面就是城市的楼房,街道。然后我突然明白了,这个梦的景象其实是告诉我穹顶用来塑造内部宏伟的空间感是无与伦比的,其他任何结构都比不上。</p>
<p>比如即使是故宫的大殿,但其结构所限依然只是说能看到横梁的,只是建造得尽可能非常高而已。但是只要在这个天花板到地面之间,有任何的阻碍物,人的视觉就会立即觉得这不是真正的空间,而只是一个室内。</p>
<p>所以唯一可能的的构造就是让这个天花版结构自己支撑自己,换句话说把横梁掩藏在天花板的结构内部。那不就是穹顶嘛。这个圆球壳的下面支撑上面,循环往复。对,说的就是万神殿。</p>
<p><img src="media/16452433425946/16452433788938.png" alt="" /></p>
<p>试想,在这个空间内插入一根横梁,马上你就会觉得这个宏伟的感觉没有了?所以我想,在宫殿内他们肯定开始还是想要做的宏伟的,只是并不知道穹顶如何建造,所以横梁还是不得不存在。</p>
<p>顶部的这个开孔可能未必是单纯照明,我听说的说法是因为力学结构限制没办法封上。因为建造这个万神殿穹顶是从底部逐渐按照一个圆环一个圆环往中间收拢,而最后就逐渐形成了这个空档。但到了收尾的时候发现这个效果也不错,所以就留下了。一半是设计,另一半是技术限制。而,后来文艺复兴时期的建筑又没有这个开窗了啊,因此它反而变成万神殿的特色。</p>
<p>这个效果曾经给了来罗马参观的安藤忠雄极大的启发,然后你在他的建筑里可以看到到处是这种开窗的影子。其实这个构造恰好构成了一个日晷,因此万神殿还自带了计时功能。</p>
<p>关于这个顶端的开口,技术上的理由可能是这样:从底部刚开始搭建穹顶的时候,其切线是近乎垂直的,所以往上继续叠加并没有什么难度;但是随着这个球壳越来越封闭,到了接近中间那个圆孔的时候切线就几乎水平了,因此再往中心搭建就很难利用上支持力,因此最终妥协的结果就是不得不留出这样一个天窗。直到后来技术升级了之后才可能造出不带天窗的穹顶。</p>
<p>圣索非亚这样的穹顶就是属于更新的技术。我想可能是在外边的结构不一样,比如说这个穹顶从底边每一点到中间的圆心那一条条的线,可能就是在外边做了脚手架一般的加固措施。</p>
<p><img src="media/16452433425946/16452434164793.png" alt="" /></p>
<p>这个穹顶艺术上的一大亮点就是底边那一圈开窗,这圈开窗效果相当好,你们可以想象下如果没有这个,那么这穹顶会显得很沉闷。开了这个窗,这个顶盖像是悬浮在空中一样。</p>
<p>可以和万神殿这个效果比较一下。万神殿的穹顶底边就没有这一圈窗,所以,如果再没有那个天窗的话,感觉上虽然说还是宏伟,但总有一种隐隐地,人在陵墓内部的感觉。。。但是有了外面的光线充分地透进来,马上这个内部空间显得就不一样了,像是活的。而结构上万神殿是开不了那个边窗的,因为万神殿穹顶似乎只是混凝土浇筑起来的,内部缺乏那种骨架一样的支撑。所以一旦在上面开任何洞,整体结构都可能遭到破坏。但是圣索非亚不一样,那个边窗能开的原因大概是,用来支撑的结构主要都用在边窗直接的拱柱上了。</p>
</div>
</div>
</a>
<div class="read-more clearfix">
<div class="more-left left">
<span class="date">2022/02/19</span>
<span>posted in </span>
<span class="posted-in"><a href='Misc.html'>Misc</a></span>
</div>
<div class="more-right right">
<span class="comments">
</span>
</div>
</div>
</div><!-- article -->
<div class="article">
<a class="clearlink" href="16409439895300.html">
<h1>如何在移动设备(iPhone 和 iPad 等)上玩 “文明 6”</h1>
<div class="a-content">
<div class="a-content-text">
<p>@王瑞青</p>
<h2><a id="%E5%AE%89%E8%A3%85" class="anchor" aria-hidden="true"><span class="octicon octicon-link"></span></a>安装</h2>
<h3><a id="ios%E7%94%A8%E6%88%B7" class="anchor" aria-hidden="true"><span class="octicon octicon-link"></span></a>iOS 用户</h3>
<p>目前(202112 月),iOS 文明 6 已在中国区不可用。<br />
请使用其它地区的 Apple ID 下载(比如美国区)。<br />
下载后的游戏,可以免费试用 60 回合。<br />
游戏主体和三个主要 DLC 都需要付费。</p>
<h3><a id="android%E7%94%A8%E6%88%B7" class="anchor" aria-hidden="true"><span class="octicon octicon-link"></span></a>Android 用户</h3>
<p>标准方法是使用 Google Play 下载,需要 Google 服务。<br />
本人已长期未使用 Android 设备,不知有没有其它渠道。</p>
<h2><a id="%E5%BC%80%E7%8E%A9" class="anchor" aria-hidden="true"><span class="octicon octicon-link"></span></a>开玩</h2>
<p>文明有默认的新手教程。<br />
我这里给一些链接。</p>
<ul>
<li><a href="https://civilization.fandom.com/wiki/Civilization_Games_Wiki">文明维基</a></li>
<li><a href="https://www.civilopedia.net/zh-CN/gathering-storm/concepts/intro">文明百科</a></li>
</ul>
<h2><a id="%E6%A8%A1%E7%BB%84" class="anchor" aria-hidden="true"><span class="octicon octicon-link"></span></a>模组</h2>
<h3><a id="%E5%AE%89%E8%A3%85%E6%A8%A1%E7%BB%84" class="anchor" aria-hidden="true"><span class="octicon octicon-link"></span></a>安装模组</h3>
<p><strong>模组的下载</strong><br />
首先到文明在 Steam 上的创意工坊,找到对应模组(不是所有模组都可以用于 iOS,后面会有推荐)。<br />
然后使用 <a href="https://steamworkshopdownloader.io/">这个网站</a> 进行下载,下载后的内容需要解压为文件夹,文件夹可以修改为你容易识别的名称。</p>
<p><strong>模组的安装</strong><br />
使用自带的 Finder 进行安装?这样会比较麻烦,因为不能直接把模组移动到 mods 文件夹下。<br />
所以推荐使用 iMazing 进行安装。把上面解压的文件夹放入文明的 mods 文件夹内(可以先倒入,再移动)就安装了,然后重启游戏进入模块菜单内查看是否有对应模组。</p>
<h3><a id="%E6%A8%A1%E7%BB%84%E6%8E%A8%E8%8D%90" class="anchor" aria-hidden="true"><span class="octicon octicon-link"></span></a>模组推荐</h3>
<p>以下推荐一些本人使用过的模组,在 iPhone 13 中验证过了。</p>
<ul>
<li>重复未来市政 RepeatFuture</li>
<li>重复城市项目 RepeatProject</li>
<li>移除区域 RemovableDistricts</li>
<li>可以直接重命名人员(不需要提升经验)UnitRename</li>
</ul>
</div>
</div>
</a>
<div class="read-more clearfix">
<div class="more-left left">
<span class="date">2021/12/31</span>
<span>posted in </span>
<span class="posted-in"><a href='Misc.html'>Misc</a></span>
</div>
<div class="more-right right">
<span class="comments">
</span>
</div>
</div>
</div><!-- article -->
<div class="row">
<div class="large-6 columns">
<p class="text-left" style="padding-top:25px;">
<a href="all_3.html">« Prev Page</a>
</p>
</div>
<div class="large-6 columns">
<p class="text-right" style="padding-top:25px;">
<a href="all_5.html">» Next Page</a>
</p>
</div>
</div>
</div>
</div><!-- large 8 -->
<div class="large-4 medium-4 columns">
<div class="hide-for-small">
<div id="sidebar" class="sidebar">
<div id="site-info" class="site-info">
<h1>West Wong</h1>
<div class="site-des"></div>
<div class="social">
<a target="_blank" class="rss" href="atom.xml" title="RSS">RSS</a>
</div>
</div>
<div id="site-categories" class="side-item ">
<div class="side-header">
<h2>Categories</h2>
</div>
<div class="side-content">
<p class="cat-list">
<a href="Design.html"><strong>Design</strong></a>
<a href="Life.html"><strong>Life</strong></a>
<a href="Work.html"><strong>Work</strong></a>
<a href="Misc.html"><strong>Misc</strong></a>
</p>
</div>
</div>
<div id="site-categories" class="side-item">
<div class="side-header">
<h2>Recent Posts</h2>
</div>
<div class="side-content">
<ul class="posts-list">
<li class="post">
<a href="17319103266708.html">创业记 202411</a>
</li>
<li class="post">
<a href="17286907061177.html">2024 冬季书荐</a>
</li>
<li class="post">
<a href="17236807479993.html">2024 秋季书荐</a>
</li>
<li class="post">
<a href="17225879177233.html">创业记 202408</a>
</li>
<li class="post">
<a href="17181637581908.html">2024 夏季书荐</a>
</li>
</ul>
</div>
</div>
</div><!-- sidebar -->
</div><!-- hide for small -->
</div><!-- large 4 -->
</div><!-- row -->
<div class="page-bottom clearfix">
<div class="row">
<p class="copyright">Copyright © 2015
Powered by <a target="_blank" href="http://www.mweb.im">MWeb</a>,
Theme used <a target="_blank" href="http://github.com">GitHub CSS</a>.</p>
</div>
</div>
</section>
</div>
</div>
<style>.mweb-charts{background:#fff;}
body{ box-sizing: border-box;
margin: 0 auto;}
@media print{
pre, code, pre code {
overflow: visible !important;
white-space: pre-wrap !important; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap !important; /* Opera 4-6 */
white-space: -o-pre-wrap !important; /* Opera 7 */
word-wrap: break-word !important; /* Internet Explorer 5.5+ */
}
html,body{margin:0;padding:4px;}
}
div.code-toolbar {
position: relative;
}
div.code-toolbar > .toolbar {
position: absolute;
z-index: 10;
top: .3em;
right: .2em;
transition: opacity 0.3s ease-in-out;
opacity: 0;
}
div.code-toolbar:hover > .toolbar {
opacity: 1;
}
/* Separate line b/c rules are thrown out if selector is invalid.
IE11 and old Edge versions don't support :focus-within. */
div.code-toolbar:focus-within > .toolbar {
opacity: 1;
}
div.code-toolbar > .toolbar > .toolbar-item {
display: inline-block;
}
div.code-toolbar > .toolbar > .toolbar-item > a {
cursor: pointer;
}
div.code-toolbar > .toolbar > .toolbar-item > button {
background: none;
border: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
padding: 0;
-webkit-user-select: none; /* for button */
-moz-user-select: none;
-ms-user-select: none;
}
div.code-toolbar > .toolbar > .toolbar-item > a,
div.code-toolbar > .toolbar > .toolbar-item > button,
div.code-toolbar > .toolbar > .toolbar-item > span {
color: inherit;
font-size: .8em;
padding: 4px .5em;
background: #f5f2f0;
background: rgba(224, 224, 224, 0.4);
box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
border-radius: .5em;
}
div.code-toolbar > .toolbar > .toolbar-item > a:hover,
div.code-toolbar > .toolbar > .toolbar-item > a:focus,
div.code-toolbar > .toolbar > .toolbar-item > button:hover,
div.code-toolbar > .toolbar > .toolbar-item > button:focus,
div.code-toolbar > .toolbar > .toolbar-item > span:hover,
div.code-toolbar > .toolbar > .toolbar-item > span:focus {
color: inherit;
text-decoration: none;
}
</style>
<style type="text/css">
figure{margin: 0;padding: 0;}
figcaption{text-align:center;}
/* PrismJS 1.14.0
http://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
text-shadow: none;
background:#b3d4fc;
}
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
text-shadow: none;
background: #b3d4fc;
}
@media print {
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
background: #F7F7F7;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: slategray;
}
.token.punctuation {
color: #999;
}
.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
color: #9a6e3a;
background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}
.token.function,
.token.class-name {
color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
color: #e90;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
pre[class*="language-"].line-numbers {
position: relative;
padding-left: 3.8em;
counter-reset: linenumber;
}
pre[class*="language-"].line-numbers > code {
position: relative;
white-space: inherit;
}
.line-numbers .line-numbers-rows {
position: absolute;
pointer-events: none;
top: 0;
font-size: 100%;
left: -3.8em;
width: 3em; /* works for line-numbers below 1000 lines */
letter-spacing: -1px;
border-right: 1px solid #999;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.line-numbers-rows > span {
pointer-events: none;
display: block;
counter-increment: linenumber;
}
.line-numbers-rows > span:before {
content: counter(linenumber);
color: #999;
display: block;
padding-right: 0.8em;
text-align: right;
}
</style>
<script src="asset/js/foundation.min.js"></script>
<script>
$(document).foundation();
function fixSidebarHeight(){
var w1 = $('.markdown-body').height();
var w2 = $('#sidebar').height();
if (w1 > w2) { $('#sidebar').height(w1); };
}
$(function(){
fixSidebarHeight();
})
$(window).load(function(){
fixSidebarHeight();
});
</script>
</body>
</html>