-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expand file tree
/
Copy pathlivescience.com1.html
More file actions
804 lines (616 loc) · 41.6 KB
/
Copy pathlivescience.com1.html
File metadata and controls
804 lines (616 loc) · 41.6 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
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
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title>Magic Mushrooms Create a Hyperconnected Brain</title>
<meta name="description" content="The active ingredient in magic mushrooms, psilocybin, may cause its trippy experiences by making different brain regions much more interconnected" />
<meta name="news_keywords" content="magic mushrooms, psilocybin, mushroom effects, depression, neural networks" />
<meta name="robots" content="index,follow" />
<meta name="google-site-verification" content="9idATXqhUCskCzkXvGEmuGx6t9G5-cpFLIVMpREAg-8" />
<link rel="shortcut icon" href="http://i.livescience.com/images/site/favicon.ico" />
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js" type="text/javascript"></script>
<script src="/javascripts/site.js?1412617687" type="text/javascript"></script>
<script src="/javascripts/jquery.tools.min.js?1296238230" type="text/javascript"></script>
<script src="/javascripts/jcarousellite_1.0.1.min.js?1295641150" type="text/javascript"></script>
<script src="/javascripts/fixed_top_bar.js?1372459409" type="text/javascript"></script>
<script src="/javascripts/top_five.js" type="text/javascript"></script>
<script src="/javascripts/parsely_widget.js?1391108116" type="text/javascript"></script>
<script>$jq = jQuery.noConflict();</script>
<script type='text/javascript' src='http://ads.servebom.com/tmnhead.js'></script>
<script type='text/javascript'>
var adSlots = {};
var pageAccount = '/10518929/tmn.ls';
var pageAdZone = '/strange-news';
adSlots.ad_leaderboard = {"targeting":{},"sizes":[[728,90],[970,66],[970,90],[970,250]]};
adSlots.ad_billboard = {"targeting":{},"sizes":[[300,250],[300,300],[300,600],[300,1050]]};
adSlots.ad_billboard2 = {"targeting":{},"sizes":[[300,601],[120,600],[160,600],[300,251]]};
adSlots.ad_sense1 = {"targeting":{"adsense1":"adsense1"},"sizes":[540,185]};
adSlots.ad_sense2 = {"targeting":{"adsense2":"adsense2"},"sizes":[620,185]};
adSlots.ad_sense3 = {"targeting":{"adsense3":"adsense3"},"sizes":[300,300]};
for(var i in adSlots){
adSlots[i].account = pageAccount+pageAdZone;
adSlots[i].div = i;
tmntag.adunit(adSlots[i]);
}
tmntag.adunit({account:pageAccount+pageAdZone, sizes:[640,480], div:'ad_interstitial'});
tmntag.adunit({account:pageAccount+pageAdZone, div:'ad_skin'});
tmntag.target({"kw":["magic mushrooms","psilocybin","mushroom effects","depression","neural networks"],"site":"tmn.ls","ctype":"article","ccat1":"strange-news","partner":"n"});
if(document.location.hash.indexOf('#xtor=') != -1) tmntag.target({'xtor':document.location.hash.substr((document.location.hash.indexOf('#xtor=')+6), document.location.hash.length)});
tmntag.account(pageAccount);
tmntag.disableSingleRequest();
tmntag.start();
</script>
<link href="/stylesheets/site.css?1414697681" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/article.css?1371845499" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/article-album.css?1372107755" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/article-about.css?1372198702" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/poll.css?1372864034" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/contents_common.css?1382391031" media="screen" rel="stylesheet" type="text/css" />
<script src="/javascripts/contents_common.js?1372700029" type="text/javascript"></script>
<link rel='canonical' href='http://www.livescience.com/48502-magic-mushrooms-change-brain-networks.html' />
<link rel="alternate" media="only screen and (max-width: 640px)" href="http://m.livescience.com/48502-magic-mushrooms-change-brain-networks.html" />
<meta property="fb:app_id" content="438608976204523" />
<meta property="og:title" content="Magic Mushrooms Create a Hyperconnected Brain"/>
<meta property="og:url" content="http://www.livescience.com/48502-magic-mushrooms-change-brain-networks.html"/>
<meta property="og:image:height" content="600"/>
<meta property="og:type" content="article"/>
<meta property="og:site_name" content="LiveScience.com"/>
<meta property="og:description" content="The active ingredient in magic mushrooms seems to create many more connections in the brain, which could explain why users experience synesthesia and other trippy effects. "/>
<meta property="og:image" content="http://i.livescience.com/images/i/000/071/523/original/trippy-image.jpg?1414529059"/>
<meta property="og:image:width" content="800"/>
<meta name="twitter:creator" content="tiaghose">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site:id" content="15428397">
<meta name="twitter:site" content="@LiveScience">
<meta name='parsely-metadata'
content='{"type": "feature", "image_url": "http://i.livescience.com/images/i/000/071/523/i01/trippy-image.jpg?1414529059"}'>
<meta name='parsely-page'
content='{"title": "Magic Mushrooms Create a Hyperconnected Brain | LiveScience",
"link": "http://www.livescience.com/48502-magic-mushrooms-change-brain-networks.html",
"image_url": "http://i.livescience.com/images/i/000/071/523/i02/trippy-image.jpg?1414529059",
"type": "post",
"post_id": "48502",
"pub_date": "2014-10-29 at 07:38:00AM EST",
"section": "Strange News",
"author": "Tia Ghose",
"tags": ["magic mushrooms","psilocybin","mushroom effects","depression","neural networks"]
}'>
<script type="text/javascript">var google_adnum = 0;</script>
</head><body>
<script language="JavaScript" type="text/javascript"> var om_info = {"env":"production","site":"livescience","display_name":"LiveScience"}; </script>
<!-- SiteCatalyst code version: H.19.4.
Copyright 1997-2009 Omniture, Inc. More info available at
http://www.omniture.com -->
<script src="/javascripts/s_code.js?1349274689" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript"><!--
/* You may give each page an identifying name, server, and channel on
the next lines. */
s.pageName="ls:strange-news:article:48502" //s.hier1 + Content Type:Content Type 2
s.server=""
s.channel="strange-news" //Channel
s.prop1="" //Sub Channels
s.prop2="ls" //Sites
s.prop3="" //Categories
s.prop16="" //Sub Categories
s.prop18="" //Product
s.prop4="article" //Content Type
s.prop17="" //Content Type 2
s.prop5="magic mushrooms create a hyperconnected brain" //Content Title
s.prop6="ls-48502" //Content ID
s.prop15="" //Logged in status
//s.prop?="http://www.livescience.com/48502-magic-mushrooms-change-brain-networks.html" //Page URL
/* Hierarchy Variables */
s.hier1=""
s.eVar15=s.prop15
s.eVar16=s.prop16
s.eVar17=s.prop17
s.eVar18=s.prop18
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)//--></script>
<script language="JavaScript" type="text/javascript"><!--
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//--></script><noscript><a href="http://www.omniture.com" title="Web Analytics"><img
src="http://toptenreviews.122.2o7.net/b/ss/toptenreviewsprod/1/H.19.4--NS/0"
height="1" width="1" border="0" alt="" /></a></noscript><!--/DO NOT REMOVE/-->
<!-- End SiteCatalyst code version: H.19.4. -->
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-NJLTHL"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NJLTHL');</script>
<!-- End Google Tag Manager -->
<!-- Start Google Analytics tag -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-11681412-2'],
['_setDomainName', 'livescience.com'],
['_setCustomVar', 1, 'Section', 'strange-news', 3],
['_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>
<!-- End Google Analytics tag -->
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "44826d50-86b3-4690-b68d-df4ee65d1526", doNotHash:true, doNotCopy:true,hashAddressBar:false});</script>
<div id="top_side" class="fixed-bar">
<div class="fixed-bar-contents">
<div class="fixed-bar-logo"><a href="/"><img class="fixed-bar-splat" src="/images/site/LS-splat.png" /><img class="fixed-main-logo" src="/images/site/LS-logo-type.png" alt="LiveScience"/></a></div>
<span id="fixed-bar-hoverables">
<span class="fixed-bar-search-icon fixed-bar-inactive-icon" id="fixed-bar-search-icon">
<span class="fixed-bar-search-icon" onmouseover="stickybar_items('search',1);" onclick="stickybar_items('search');">
</span>
<div id="fixed-bar-search-bar" class="fixed-bar-search-bar">
<form id="fix-bar-search" action="/search.html" method="get" name="fix-bar-search" onsubmit="return (($('#fixed-bar-search-box')[0].value == '') ? false : true);">
<input type="hidden" name="cx" value="partner-pub-1894578950532504:qaei7k190hq" />
<input type="hidden" name="cof" value="FORID:10" />
<input type="hidden" name="ie" value="ISO-8859-1" />
<input class="fixed-bar-search-submit" type="image" form="fix-bar-search" name="sa" src="/images/site/search-icon-trans.png" onclick="return (($('#fixed-bar-search-box')[0].value == '') ? false : true);" />
<input id="fixed-bar-search-box" onblur="stickybar_items();" class="fixed-bar-search-box" type="text" form="fix-bar-search" name="q" placeholder="search LiveScience" />
</form>
</div>
</span>
<span id="fixed-bar-social-icons" class="fixed-bar-social-icons fixed-bar-inactive-social" onmouseover="stickybar_items('social',1);" onclick="stickybar_items('social');">
<span class="fixed-bar-social-border"></span>
<div id="fixed-bar-social-bar" class="fixed-bar-social-bar">
<div class="social">
<span class="fb">
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com/livescience&send=false&layout=button_count&width=90&show_faces=false&font&colorscheme=light&action=like&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:20px;" allowTransparency="true"></iframe>
</span>
<span class="gplus">
<!-- Place this tag where you want the +1 button to render. -->
<g:plusone size="medium" annotation="inline" width="120" href="http://www.livescience.com/"></g:plusone>
</span>
<span class="twitter">
<a href="https://twitter.com/livescience" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false" data-lang="en">Follow</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</span>
<a href="http://www.livescience.com/home/feed/site.xml" alt="RSS">
<span class="rss"></span>
</a>
</div>
</div>
</span>
</span>
<script>
$('#fixed-bar-hoverables').mouseleave(function() {stickybar_items('',3); });
</script>
<ul class="top-nav fixed-bar-nav">
<li class="" ><a href="/technology">TECH</a></li>
<li class="" ><a href="/health">HEALTH</a></li>
<li class="" ><a href="/environment">PLANET EARTH</a></li>
<li class="" ><a href="/space">SPACE</a></li>
<li class="selected_section " ><a href="/strange-news">STRANGE NEWS</a></li>
<li class="" ><a href="/animals">ANIMALS</a></li>
<li class="" ><a href="/history">HISTORY</a></li>
<li class="" ><a href="/culture">HUMAN NATURE</a></li>
<li class="shop"><a href="http://store.livescience.com/?ICID=livescience-navs">SHOP</a></li>
</ul>
</div>
</div>
<script type='text/javascript'>tmntag.adTag('ad_skin');</script>
<script type='text/javascript'>tmntag.adTag('ad_interstitial');</script>
<div style="position:absolute; height:0px; width:100%; .z-index:10000;">
<div id="main_header" class="center_the_header clearfix">
<div id="ad-leaderboard">
<div class="leaderboard">
<script type='text/javascript'>tmntag.adTag('ad_leaderboard');</script>
</div>
</div>
<div class="header">
<div style="float:left;">
<a href="/"><img class="main_logo" src="/images/site/LS-logo-type.png" alt="LiveScience"/></a>
</div>
<div class="search-social">
<form id="search" action="/search.html" method="get" style="display:inline-block;" onsubmit="return (($('#searchbox')[0].value == '' || $('#searchbox')[0].value == 'search LiveScience') ? false : true);">
<input type="hidden" name="cx" value="partner-pub-1894578950532504:qaei7k190hq" />
<input type="hidden" name="cof" value="FORID:10" />
<input type="hidden" name="ie" value="ISO-8859-1" />
<input id="search-button" type="submit" name="sa" value="" />
<input id="searchbox" type="text" form="search" name="q" onfocus="if(this.value=='search LiveScience') this.value='';" onblur="if(this.value=='') this.value='search LiveScience';" value="search LiveScience" />
</form>
<div class="social">
<a class="header_button" href="https://www.facebook.com/livescience?cmpid=556683" target="_blank">
<div class="header_social_button">
<img style="position:relative; left:8px;" src="http://i.livescience.com/images/site/social/header.png" title="Follow via Facebook">
</div>
</a>
<a class="header_button" href="https://twitter.com/LiveScience?cmpid=556684" target="_blank">
<div class="header_social_button">
<img style="position:relative; left:-29px;" src="http://i.livescience.com/images/site/social/header.png" title="Follow via Twitter">
</div>
</a>
<a class="header_button" href="http://www.linkedin.com/company/livescience-com?cmpid=556685" target="_blank">
<div class="header_social_button">
<img style="position:relative; left:-70px;" src="http://i.livescience.com/images/site/social/header.png" title="Follow via Linkedin">
</div>
</a>
<a class="header_button" href="https://plus.google.com/+livescience/posts?cmpid=556686" target="_blank">
<div class="header_social_button">
<img style="position:relative; left:-107px;" src="http://i.livescience.com/images/site/social/header.png" title="Follow via Google+">
</div>
</a>
</div>
</div>
<ul class="top-nav">
<li class="" ><a href="/technology/">TECH</a></li>
<li class="" ><a href="/health/">HEALTH</a></li>
<li class="" ><a href="/environment/">PLANET EARTH</a></li>
<li class="" ><a href="/space/">SPACE</a></li>
<li class="selected_section " ><a href="/strange-news/">STRANGE NEWS</a></li>
<li class="" ><a href="/animals/">ANIMALS</a></li>
<li class="" ><a href="/history/">HISTORY</a></li>
<li class="" ><a href="/culture/">HUMAN NATURE</a></li>
<li class="shop"><a href="http://store.livescience.com/?ICID=livescience-navs">SHOP</a></li>
</ul>
<div class="trend-bar-spacer">
<div class="trend-bar">
<span class="trending">TRENDING:</span>
<a class="trending-topics" href="http://www.livescience.com/48825-geek-gifts.html">Geek Gifts</a>
//
<a class="trending-topics" href="http://www.livescience.com/topics/ebola-outbreak/">Ebola Outbreak</a>
//
<a class="trending-topics" href="http://www.livescience.com/topics/military-spy-tech/">Military & Spy Tech</a>
//
<a class="trending-topics" href="http://www.livescience.com/topics/3d-printing/">3D Printing</a>
//
<a class="trending-topics" href="http://www.livescience.com/topics/our-amazing-planet/">OurAmazingPlanet</a>
//
<a class="trending-topics" href="http://www.livescience.com/41556-best-fitness-trackers.html">Best Fitness Trackers</a>
//
<a class="trending-topics" href="http://www.livescience.com/topics/human-origins">Human Origins</a>
</div>
</div>
<a href="/"><div class="header_logo_splat"></div></a>
</div>
<script>
buildLinkTracking('top-nav','top-nav',null,null,null,true);
</script>
</div>
<div id="container">
<div id="containerBg">
<div class="left_content">
<div class="main_title_cont" id="nointelliTXT">
<div class="content_title">
<h1>Magic Mushrooms Create a Hyperconnected Brain</h1>
</div>
<div class="by_line_date">
by Tia Ghose, Staff Writer | October 29, 2014 07:38am ET
</div>
</div>
<div class="lft_share_bar">
<div id="sticky_social" class="static_cont">
<span class='st_facebook_vcount' displayText='Share'></span>
<span class='st_twitter_vcount' st_via='LiveScience' displayText='Tweet'></span>
<span class='st_stumbleupon_vcount' displayText='Submit'></span>
<span class='st_reddit_vcount' displayText='Reddit'></span>
<span class="st_sharethis_custom"><img style="width:65px;" src="/images/site/social/share_more.png" /></span>
</div>
</div>
<div class="content">
<div class="article_info">
<div style="float:left; width:0px; height:0px; overflow:hidden;"><img class="ggnoads" src="" id="popped_image" onload="popupImageSize(this.src);" /></div>
<input type='hidden' id='currentid' value='' />
<div class="large_popper" id="custom0">
<div class="current_custom ggnoads" id="current_cus0">
<img id="current_limage0" src="" />
</div>
</div>
<span style="float:left; margin:0px 10px 10px 0px;">
<table border="0" style="width:1px;border-spacing:0;">
<tr>
<td>
<img src="http://i.livescience.com/images/i/000/071/523/iFF/trippy-image.jpg?1414529059" alt="magic mushrooms" style="width:270px;" />
</td>
<tr>
<td style="border: 1px solid lightgray; padding: 10px; font-size: 12px; line-height: 16px;">
<span style="width:auto; float:right; padding:2px 25px 0px 5px;">
<script>
var image_description = "Magic mushrooms can create vivid hallucinations of strange and fantastical things, such as abstract geometric shapes."
document.write('<a href="http://pinterest.com/pin/create/button/?url='+escape(window.location.href)+'&media=http://i.livescience.com/images/i/000/071/523/original/trippy-image.jpg?1414529059&description='+escape(image_description)+'" class="pin-it-button" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a>');
</script>
</span>
Magic mushrooms can create vivid hallucinations of strange and fantastical things, such as abstract geometric shapes.<br />
<span style="margin-top:5px;float:left; padding-right:5px;">Credit: WhiteHaven/Shutterstock.com</span>
<span style="max-width:270px;margin-top:5px;float:left;"><div><a class="make_big" href="javascript:void(0);" onclick='loadPopupImage("http://i.livescience.com/images/i/000/071/523/original/trippy-image.jpg?1414529059",this,0);' rel="#custom0">View full size image</a></div></span>
</td>
</tr>
</tr>
</table>
</span>
<p>
Magic mushrooms may give users trippy experiences by creating a hyperconnected brain.</p>
<p>
The active ingredient in the psychedelic drug, psilocybin, seems to completely disrupt the normal communication networks in the brain, by connecting "brain regions that don't normally talk together," said study co-author Paul Expert, a physicist at King's College London.</p>
<p>
The research, which was published today (Oct. 28) in the <a href="http://rsif.royalsocietypublishing.org/content/11/101/20140873.full">Journal of the Royal Society Interface</a>, is part of a larger effort to understand how psychedelic drugs work, in the hopes that they could one day be used by psychiatrists — in carefully controlled settings — to treat conditions such as depression, Expert said. [<a href="http://www.livescience.com/16286-hallucinogens-lsd-mushrooms-ecstasy-history.html">Trippy Tales: The History of 8 Hallucinogens</a>]
</p><p>
<div class="about_adsense" id="nointelliTXT">
<script type='text/javascript'>tmntag.adTag('ad_sense1');</script>
</div>
</p>
<p>
<strong>Magic mushrooms</strong></p>
<p>
Psilocybin, the active ingredient in <a href="http://www.livescience.com/42077-8-ways-mushrooms-explain-santa.html">magic mushrooms</a>, is best known for triggering vivid hallucinations. It can make colors seem oversaturated and dissolve the boundaries between objects.</p>
<p>
But the drug also seems to have more long-lasting effects. Many people report intensely spiritual experiences while taking the drug, and some studies even suggest that one <a href="http://www.livescience.com/16287-mushrooms-alter-personality-long-term.html">transcendent trip can alter people's personalities on a long-term basis</a>, making those individuals more open to new experiences and more appreciative of art, curiosity and emotion.</p>
<p>
People who experiment with psilocybin "report it as one of the most profound experiences they've had in their lives, even comparing it to the birth of their children," Expert told Live Science.</p>
<p>
<strong>Making connections</strong></p>
<p>
Scientists have long known that psilocybin binds to a receptor in the brain for <a href="http://www.livescience.com/13408-brain-chemical-serotonin-sexual-orientation.html">serotonin</a>, a brain chemical that plays a role in mood, appetite and sleep, but exactly how the drug transforms the whole brain's pattern of communication isn't clear.</p>
<p>
In past work, Expert's colleagues had found that <a href="http://www.livescience.com/46642-magic-mushrooms-brain-dreaming.html">psilocybin spurred the brain into a more dreamlike state</a>, and that the drug decreased brain activity.</p>
<p>
In the current study, the team used <a href="http://www.livescience.com/39074-what-is-an-mri.html">functional magnetic resonance imaging (fMRI)</a> to scan the brain activity of 15 healthy volunteers — once after they had taken a placebo, and once after they took the hallucinogen psilocybin. (The team chose only people who had reported past positive experiences with magic mushrooms to prevent them from panicking inside the claustrophobic MRI machines.)</p>
<p>
The team then compared the brain activity of the individuals on and off the drug, and created a map of connections between different brain regions.</p>
<p>
Psilocybin dramatically transformed the participants' brain organization, Expert said. With the drug, normally unconnected brain regions showed brain activity that was synchronized tightly in time. That suggested the drug was stimulating long-range connections the brain normally wouldn't make. After the drug wore off, brain activity went back to normal.</p>
<p>
<strong>Drug's effect</strong></p>
<p>
Psilocybin may create a brain state akin to <a href="http://www.livescience.com/17156-synesthesia-taste-words-benefits.html">synesthesia</a>, a sensory effect in which one sense stimulus (such as a number) always gets paired in the brain with another (such as a color or a sound), the researchers wrote in the paper. People with synesthesia may see certain colors when they hear music, or always see the number 3 in yellow, for instance, Expert said.</p>
<p>
The findings could help scientists who are studying the drug as a potential treatment for depression, Expert said. Past work has found that people tend to be happier even after using psilocybin just once, but scientists would need to get a much better picture of how the drug impacts the brain before using <a href="http://www.livescience.com/14606-magic-mushrooms-treat-depression-addiction.html">psilocybin to treat depression</a>, Expert said.</p>
<p>
The research could ultimately also help answer bigger questions of the mind, like how people construct a sense of self.</p>
<p>
"Through studies such as these we can really begin to tackle the questions of how we achieve coherent experiences of ourselves in the world around us, and understand what makes this break down," said Mitul Mehta, a psychopharmacology researcher at King's College London, who was not involved in the study.</p>
<p>
<em>Follow Tia Ghose on </em><em><a href="http://twitter.com/#!/tiaghose">Twitter</a> </em><em>and </em><a href="https://plus.google.com/101897839070491804371/posts"><em>Google+</em></a><em>.</em> <em>Follow Live Science <a href="https://twitter.com/LiveScience">@livescience</a>, <a href="http://www.facebook.com/#!/livescience">Facebook</a> & <a href="https://plus.google.com/101164570444913213957/posts">Google+</a>. </em><em>Originally published on <a href="http://www.livescience.com/48502-magic-mushrooms-change-brain-networks.html">Live Science</a>.</em></p>
</p>
</div>
<div class="article_info">
</div>
<div class="article_additional"><!--style="float:left; width:100%; padding:10px;"-->
<h3>Editor's Recommendations</h3>
<ul>
<li><a href="/41277-health-benefits-illegal-drugs.html">6 Party Drugs That May Have Health Benefits</a></li>
<li><a href="/37117-controversial-mental-health-treatments.html">5 Controversial Mental Health Treatments</a></li>
<li><a href="/11345-top-ten-unexplained-phenomena.html">Spooky! The Top 10 Unexplained Phenomena</a></li>
</ul>
</div>
</div>
<div id="nointelliTXT" class="about_adsense">
<script type='text/javascript'>tmntag.adTag('ad_sense2');</script>
</div>
<div class="parsely-like">
<div class="parsely-headline">
<div class="parsely-ltitle">More from LiveScience</div>
</div>
<div id="parsely_popular_container" class="parsely-box parsely-content">
<div id="parsely_most_popular"></div>
</div>
</div>
<script type="text/javascript">
(function() {
var apikey = "livescience.com",
secret = "VjabI3Ef0jAKeXTbxrXjXnMpo4yplsttRIoqlaMWZFM";
current_url = "http://www.livescience.com/48502-magic-mushrooms-change-brain-networks.html";
Parsely.loadPosts(current_url, apikey, secret, "parsely_most_popular", 8, "popular");
})();
</script>
<div class="biography" id="nointelliTXT">
<div class="bio_title">Author Bio</div>
<div class="bio_img">
<img src="http://i.livescience.com/images/i/000/034/367/i02/TiaGhose.jpg?1355333400" alt="Tia Ghose, LiveScience Staff Writer" style="max-width:80px" />
</div>
<div class="bio_info">
<h3>Tia Ghose</h3>
Tia has interned at Science News, Wired.com, and the Milwaukee Journal Sentinel and has written for the Center for Investigative Reporting, Scientific American, and ScienceNow. She has a master's degree in bioengineering from the University of Washington and a graduate certificate in science writing from the University of California Santa Cruz.<br />
<div class="bio_social">
<div class='bio_connect'><span>Tia Ghose</span> on</div>
<a href="http://twitter.com/tiaghose"><img src="/images/site/social/twitter-white.png" alt="Contact tiaghose on Twitter" /></a>
<a href="http://www.livescience.com/contact_author.php?a=VkdsaElFZG9iM05sS25SbmFHOXpaU295"><img src="/images/site/social/email-white.png" alt="Contact Tia Ghose by EMail" /></a>
</div><!-- /social -->
</div><!-- Info -->
</div><!-- bio-->
<div style="clear:both; float:left; width:575px; padding-top:20px;">
<div id="fb-root"></div>
<script src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:comments href="http://www.livescience.com/48502-magic-mushrooms-change-brain-networks.html" num_posts="10" width="620"></fb:comments>
</div>
</div>
<div id="side_nav">
<div class="sidebar" style="text-align:center;">
<script type='text/javascript'>tmntag.adTag('ad_billboard');</script>
</div>
<div class="rnav_spacer"></div>
<div class="sidebar-module sidebar">
<div class="subscribe_cont" id="nointelliTXT" >
<div class="subscribe_text" >Science Newsletter: Subscribe</div>
<form id="" method="POST" action="/livescience_news.php" target="_blank">
<input class="newsletter-input" type="text" name="email" id="" value="enter email here..." onblur="if(this.value=='') this.value='enter email here...';" onfocus="if(this.value=='enter email here...') this.value='';" style="width:193px; ">
<input type='hidden' name='Newsletter Subscription' value=''>
<input type="image" src="/images/site/social/email-grey.png" class="footer-button" style="float:left;" width="75" height="28" name="contactFormSubmit" id="contactFormSubmit">
</form>
</div>
</div>
<div class="sidebar-module sidebar">
<div class="subscribe_cont" id="nointelliTXT" style="background-color:white; margin-top:10px;" >
<h3>Follow Us</h3>
<span class="right_nav_bar">
<a class="right_nav_button" href="https://www.facebook.com/livescience?cmpid=556687" target="_blank">
<div class="right_nav_social_button">
<img style="position:relative; " src="http://i.livescience.com/images/site/social/right_nav.png" title="Follow via Facebook">
</div>
</a>
<a class="right_nav_button" href="https://twitter.com/LiveScience?cmpid=556688" target="_blank">
<div class="right_nav_social_button">
<img style="position:relative; left:-56px;" src="http://i.livescience.com/images/site/social/right_nav.png" title="Follow via Twitter">
</div>
</a>
<a class="right_nav_button" href="http://www.linkedin.com/company/livescience-com?cmpid=556689" target="_blank">
<div class="right_nav_social_button">
<img style="position:relative; left:-112px;" src="http://i.livescience.com/images/site/social/right_nav.png" title="Follow via Linkedin">
</div>
</a>
<a class="right_nav_button" href="https://plus.google.com/+livescience/posts?cmpid=556690" target="_blank">
<div class="right_nav_social_button">
<img style="position:relative; left:-169px;" src="http://i.livescience.com/images/site/social/right_nav.png" title="Follow via Google+">
</div>
</a>
</span>
</div>
</div>
<div class="rnav_spacer"></div>
<script type='text/javascript'>
if(typeof(get_top_five) != 'undefined'){
document.write(get_top_five());
buildLinkTracking("most_pop_b", "right_nav_most_pop", "b");
}
</script>
<div class="rnav_spacer"></div>
<div class="sidebar" style="margin:30px 0;">
<script type='text/javascript'>tmntag.adTag('ad_sense3');</script>
</div>
<div class="rnav_spacer"></div>
<div class="sidebar" style="text-align:center;">
<script type='text/javascript'>tmntag.adTag('ad_billboard2');</script>
</div>
<div id="store_ad_cont"></div>
</div>
<div class="thebufferzone"> </div>
</div>
</div>
<div id="network_contents"> </div>
<script type="text/javascript">
loadDataCache("newswire", "network_contents");
</script>
<div class="footer-cont" ><div class="footer">
<div class="footer-lcolumn">
<span class="footer-headers">COMPANY</span>
<a class="footer-links" href="http://www.purch.com" target="_blank">Company Info</a>
<a class="footer-links" href="http://www.purch.com/advertise/#brands" target="_blank">About the Site</a>
<a class="footer-links" href="http://www.purch.com/#contact" target="_blank">Contact Us</a>
<a class="footer-links" href="http://www.purch.com/advertise/" target="_blank">Advertise with Us</a>
<a class="footer-links" href="http://www.purch.com/#contact" target="_blank">Using our Content</a>
<a class="footer-links" href="http://www.purch.com/#contact" target="_blank">Licensing & Reprints</a>
<a class="footer-links" href="http://www.purch.com/privacy-policy/" target="_blank">Privacy Policy</a>
<a class="footer-links" href="/home/feed/site.xml" target="_blank">Sitemap</a>
</div>
<div class="footer-lcolumn">
<span class="footer-headers">NETWORK</span>
<a class="footer-links" href="http://www.toptenreviews.com/" target="_blank">TopTenREVIEWS</a>
<a class="footer-links" href="http://www.tomsguide.com/" target="_blank">Tom’s Guide</a>
<a class="footer-links" href="http://www.laptopmag.com/" target="_blank">LAPTOP</a>
<a class="footer-links" href="http://www.tomshardware.com/" target="_blank">Tom’s Hardware</a>
<a class="footer-links" href="http://www.businessnewsdaily.com/" target="_blank">BusinessNewsDaily</a>
<a class="footer-links" href="http://www.tomsitpro.com/" target="_blank">Tom’s IT Pro</a>
<a class="footer-links" href="http://www.space.com/" target="_blank">SPACE.com</a>
<a class="footer-links" href="http://www.livescience.com/" target="_blank">LiveScience</a>
</div>
<div class="footer-rcolumn">
<span class="footer-headers">FOLLOW US</span>
<span class="bar">
<a class="footer-button" href="/home/feed/site.xml" target="_blank">
<div class="footer_social_button">
<img style="position:relative; " src="http://i.livescience.com/images/site/social/footer_buttons.gif" title="Follow via RSS Feed" />
</div>
</a>
<a class="footer-button" href="https://www.facebook.com/livescience" target="_blank">
<div class="footer_social_button">
<img style="position:relative; left:-65px;" src="http://i.livescience.com/images/site/social/footer_buttons.gif" title="Follow via Facebook" />
</div>
</a>
<a class="footer-button" href="https://plus.google.com/+livescience/posts" target="_blank">
<div class="footer_social_button">
<img style="position:relative; left:-125px;" src="http://i.livescience.com/images/site/social/footer_buttons.gif" title="Follow via Google+" />
</div>
</a>
<a class="footer-button" href="https://twitter.com/livescience" target="_blank">
<div class="footer_social_button">
<img style="position:relative; left:-185px;" src="http://i.livescience.com/images/site/social/footer_buttons.gif" title="Follow via Twitter" />
</div>
</a>
<a class="footer-button" href="http://www.youtube.com/user/LiveScienceVideos" target="_blank">
<div class="footer_social_button">
<img style="position:relative; left:-245px;" src="http://i.livescience.com/images/site/social/footer_buttons.gif" title="Follow via YouTube" />
</div>
</a>
</span>
<span class="footer-headers">SUBSCRIBE</span>
<span class="bar">
<form id="" method="POST" action="/livescience_news.php" target="_blank">
<input class="newsletter-input" type="text" name="email" id="" value="enter email here..." onblur="if(this.value=='') this.value='enter email here...';" onfocus="if(this.value=='enter email here...') this.value='';">
<input type='hidden' name='Newsletter Subscription' value=''>
<input type="image" src="/images/site/social/footer_email_submit.gif" class="footer-button" style="float:left;" width="75" height="28" name="contactFormSubmit" id="contactFormSubmit">
</form>
</span>
<span class="bar">
<a href="http://www.purch.com/" target="_blank"><img style="margin:10px 0 5px 0; display:block;" src="http://i.livescience.com/images/site/purchFooterLogoWhite.png" title="Purch" /></a>
Copyright © 2015 All Rights Reserved.
</span>
</div>
</div></div>
</div>
<div id="stuff_pop" style="display:none; overflow:visible; position:absolute;"></div>
<script type="text/javascript" src="http://livescience.us.intellitxt.com/intellitxt/front.asp?ipid=25731"></script>
<script type="text/javascript">
setTimeout(function(){var a=document.createElement("script");
var b=document.getElementsByTagName('script')[0];
a.src=document.location.protocol+"//dnn506yrbagrg.cloudfront.net/pages/scripts/0012/7153.js?"+Math.floor(new Date().getTime()/3600000);
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);
</script>
<!--BEGIN QUALTRICS SITE INTERCEPT-->
<script type='text/javascript'>
(function(){var g=function(e,h,f,g){
this.get=function(a){for(var a=a+"=",c=document.cookie.split(";"),b=0,e=c.length;b<e;b++){for(var d=c[b];" "==d.charAt(0);)d=d.substring(1,d.length);if(0==d.indexOf(a))return d.substring(a.length,d.length)}return null};
this.set=function(a,c){var b="",b=new Date;b.setTime(b.getTime()+6048E5);b="; expires="+b.toGMTString();document.cookie=a+"="+c+b+"; path=/; "};
this.check=function(){var a=this.get(f);if(a)a=a.split(":");else if(100!=e)"v"==h&&(e=Math.random()>=e/100?0:100),a=[h,e,0],this.set(f,a.join(":"));else return!0;var c=a[1];if(100==c)return!0;switch(a[0]){case "v":return!1;case "r":return c=a[2]%Math.floor(100/c),a[2]++,this.set(f,a.join(":")),!c}return!0};
this.go=function(){if(this.check()){var a=document.createElement("script");a.type="text/javascript";a.src=g+ "&t=" + (new Date()).getTime();document.body&&document.body.appendChild(a)}};
this.start=function(){var a=this;window.addEventListener?window.addEventListener("load",function(){a.go()},!1):window.attachEvent&&window.attachEvent("onload",function(){a.go()})}};
try{(new g(100,"r","QSI_S_ZN_5zDGTpZhrZjnJhX","//zn_5zdgtpzhrzjnjhx-techmedianetwork.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_5zDGTpZhrZjnJhX&Q_LOC="+encodeURIComponent(window.location.href))).start()}catch(i){}})();
</script><div id='ZN_5zDGTpZhrZjnJhX'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>
<!--END SITE INTERCEPT-->
<!-- START Parse.ly Include: Standard -->
<div id="parsely-root" style="display: none">
<div id="parsely-cfg" data-parsely-site="livescience.com"></div>
</div>
<script>
(function(s, p, d) {
var h=d.location.protocol, i=p+"-"+s,
e=d.getElementById(i), r=d.getElementById(p+"-root"),
u=h==="https:"?"d1z2jf7jlzjs58.cloudfront.net"
:"static."+p+".com";
if (e) return;
e = d.createElement(s); e.id = i; e.async = true;
e.src = h+"//"+u+"/p.js"; r.appendChild(e);
})("script", "parsely", document);
</script>
<!-- END Parse.ly Include -->
<script async='true' src='http://tracking.servebom.com/tracking/1/livescience/view/' ></script>
<!-- Bizo -->
<script type="text/javascript">
_bizo_data_partner_id = "1319";
</script>
<script type="text/javascript">
(function() {
var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";
b.async = true;
b.src = (window.location.protocol === "https:" ? "https://sjs" : "http://js") + ".bizographics.com/insight.min.js";
s.parentNode.insertBefore(b, s);
})();
</script>
<noscript>
<img height="1" width="1" alt="" style="display:none;" src="//www.bizographics.com/collect/?pid=1319&fmt=gif" />
</noscript>
<!-- Bizo -->
<script type="text/javascript" src="http://loadus.exelator.com/load/?p=274&g=011&c=153234&ctg=strange-news&subctg=" ></script>
</body>
</html>