<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected {color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}
.readOnly {background:[[ColorPalette::TertiaryPale]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:alpha(opacity=60);}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0; top:0;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0 0; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0;}
.wizardFooter .status {padding:0 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0 3px 0 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0; padding-bottom:0;}

.fieldsetFix {border:0; padding:0; margin:1px 0px;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser

Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])

<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<<importTiddlers>>
!!!Basic Introduction
>An abduction refers to the forceful removal of an individual from their environment. Subjects may be taken by several [[groups|Groups Involved]], including aliens (interdimensional beings), military groups and various other sects having connection to the underground society. The abduction may be in the physical or it may be an astral / soul abduction, in which the individual is removed from the body in a sort of [[forced astral projection]] to an environment of the abductors creation in an astral locale. There are multiple reasons for abduction, but [[mind control|Mind Control]] and [[monitoring]] appear to be the primary goals of all abductions, and then there is the infamous [[hybridisation project]] theory. The archetypal scenario involves the subject being accosted just following going to bed, or just as the onset of sleep occurs, being surrounded by small grays or hooded figures and then experiencing lost time, the amount of memory collected before experiencing the lost time being highly variable. This archetypal scenario is not the only way that such abductions occur by any means. It is also possible that some periods of missing time are occuring due to interactions with STO beings in which the information is being withheld for a latter date.. see [[training in abductions]].
General Features of Abductions Include
*Playing with toys and other abductees at a young age who may later be brought together in everyday life, developing a rapport with the abductors
*Physical examinations, implantations, extraction of various body fluids, sperm and ova.
*Teaching events, about climate change, things about an apocalyptic future, missions, and being told how special the abductee is
*Tours of the ship or base, training on varied equipments
*Presentations of hybrids generated from previous experiments, or of perceived positive entities to help acquiescence
*Presentations of video material of various natures - attempting to access and deactivate triggers by immersing the abductee in an event of the future
!!!4D STS Abduction Objectives
Abductions by STS, those which do not result in the subject being dissappeared or killed for being a threat to the control system, are generally for the purpose of knowledge monitoring and for mind control in relation to future events. The 4D STS wish to identify any possible threats to their control, and also to identify potential means to further that control through manipulation opportunities or through the development of those who are of a 4D STS potential, although this later purpose primarily occurs through contact with those in secret societies, either openly or through indirect influence to those lower down. More information on the advertisement of 4D STS and STO polarisation can be gathered from the Law of One material for those interested.

The 4D STS monitor knowledge of the abductees because they wish to assess the potential threat that is posed by the individual to their control upon graduation to 4th Density and in catalysing the STO polarisation at 3D. The numbers of 4D STS need to be consistently maintained (because of the disunity within STS groups) from new "recruits" in order to feed and be the subjects of those higher in the STS hierarchy. Some 4D candidates are in fact wanderers, who are here to educate the newly graduating candidates upon arrival to 4th density, and to assist in the escape from the 4D STS control system. These wanderers are prime targets for abduction since they most likely contain repressed information that is to be activated by the etheric tide (or wave). As a way of probing this information, abductees are often shown events of global destruction, hidden under the pretence of ET having an interest in our political, ecological and ethical development but actually for the purpose of discerning if triggers for accessing of this information can be set off by immersing the abductee into this simulated environment. They do this in the hope they can obtain this information and then offset these plans. Because wanderers are inherently vunerable (because of non-interference rules observed by 6D) this information may be unknown to the wanderer until a later time or until they are sufficiently developed to protect themselves.

If the individual is a threat then the 4D STS take steps to ensure that the future destiny of the subject can be diverted. This is typically done by programing for self destruction - which ultimately is planned to result in suicide. If suicide is not a possible option then distraction and depression is programmed for to destroy psychological and spiritual balance so that the subject is unwilling or unfit to live to their full potential, with the assistance of negatively engineered synchronicity and time line alteration. Somewhat paradoxically the STS involvement and interaction with STO candidates is a strong catalyst to learn protection, and is probably permitted by higher forces in some circumstances as a sort of active training and catalysis in polarisation of wanderers.
!!!Implants
*Much of this information is currently based upon that given in the C's transcripts 
In order to study [[soul composition|Soul Composition]] they typically implant the abductees. The [[implants|Implants]] look like small pieces of chipped glass or beads and can be about a half inch in size, but are often silicone (a biologically inert substance). There is also a reference to "brain silicon." Implants will not show up in x-rays easily. An elaboration on implants included the phrase in the C transcripts as: "Silicon based micron definitive construct". It is possible that it is in reference to having a micro scale circuitry. According to the C transcripts 2% of the United States population are implanted. 

Implants are sometimes permanent, and sometimes not. Monitoring implants can cause a [[ring in the ear|Ear Tones]] when they switch on, its not certain if it the effect is "physical" or psychic: "Frequent ringing in ear signifies monitoring activity." They can turn on the monitor and read everything that has gone on since the last monitoring. Some implants can cause affects such as sinus discharge. Implants can monitor what we hear, see, feel and think. They are also used to affect the emotional state of the individual with the implant. They try to amplify negative emotion, but they can not completely control the individuals emotional state. Implants most often can not be removed without killing the person implanted (raises questions about those which apparently have been removed.) "And, by the way, please don't believe those who claim that they can do such things as they cannot." Implants have been found in a variety of places, and there is mention to them in the brain, behind sinuses, in the leg bone (which?), and behind the ear. Any implants that have been removed from the body would be not be correctly functional, since they are designed to work in the body (must require living tissue or interaction with the host.) Physical implantations (as in 3D to 3D) do occur.  

The precise locations vary according to the desired effects and when it comes to the interactions between the human species in 3rd density, and other STS issues in 4th density, there are a variety of mechanisms in use as well as a variety of directives and objectives.  For example, some implants are used merely for tracking.  Others are used to alter consciousness, and still others are designed to be mind altering or motor altering mechanisms.  Each of these has a different structure and a different material content according to which is being employed and for what purpose. There has been referral to the implants being using for a "unit group mind activation" on a massive scale (sounds like end-times programming for [[chaos|End Times Chaos Programming]]), but it was not elaborated on, the reply being "wait and see".

It appears that at an early age, perhaps around 4-7 that there is an initial implantation on the middle of the shin bone. Ovoid scars from this implantation may be visible in later life seen under a correct lighting. There may be a connection with the early implants and extraction of bone marrow, an important cellular niche for the hematopoietic stem cells - these cells go on to produce all cells found within the blood, and may be transformed via the correct factors to embryonic stem cells.
!!!Abduction Memories, Screens, Missing Time, and Resurfacing Memories
Abduction events may be indicated by the presence of [[memory fragments|Memory Fragments]]. They may be obtainable by hypnotic regression, but also appear to begin to naturally surface towards middle age as some kind of veiling effect seems to wear off, this is a common effect in [[dissociation|Dissociation]] caused by trauma and the same affect is documented in cases of child abuse, which has relevance to 3D STS mind control programs. This may indicate that the memories are mostly hidden by the actions of the subjects stress, but it is probably encouraged by the abductors also, and naturally by the etheric shift or [[proximity effect]] of 4D entities. It should be noted that the abductors normally implant screen memories, which are artificial, faked or dramatised memories that give the appearance of being real, but are for the purposes of disinformation. Investigation into abduction accounts will should sometimes multi-layed screen memories being penetrated by hypno-therapists. It should be noted by those interested in this that the creation of screen memories can be an ongoing program, with a date in the past continuously being replaced by alternative versions as it is probed by the therapist. Time line engineering also allows the abductors to alter an event for real in response to probing or therapeutic action. Abductions into the 4D domain are beyond linear time and several interchangeable actions can be performed simultaneously and selected in response to future actions of the abductee... on this subject see [[earth is in a time loop?]] and [[Deja Vu]].
!!!4D Technological Aspects
*TDARM technology
!!!Related
*[[Linda Cortile Case]]
*Twins
!!!C Transcripts
There is some good detail in the following transcript section...
<<<
Q: (RC) I thought that humans originated in Lyra and then a war broke out there and they ended up in Orion.
A: Lyra is not inhabited. There have been homes in all places, but some were/are transitory, and some are not. Pay attention to Orion! This is your ancestral home, and your eventual destination. Here is the absolutely accurate profile of Orion to follow: This is the most heavily populated region of your Milky Way galaxy! This is a region that extends across third and fourth density space for a distance as vast as the distance between your locator and it. There are 3,444 inhabited “worlds” in this region. Some are planets as you know them. Some are artificially constructed planetoids. Some are floating space barges. And some are “satellites.” There are primary homes, traveling stations and incubator laboratories all in second, third and fourth densities. There are overseer zones in fifth and sixth densities. Approximately one half is STO and one half is STS. Together, along with many other colonies, located elsewhere, this is called, in translation, Orion Federation. Orions created Grays in 5 varieties, as cybergenetic beings, and installed them on Zeta Reticuli 1, 2, 3, and 4, as well as on 2 planets orbiting Barnard’s Star. The Reptilians also inhabit 6 planets in the Orion region in fourth density, and are owned by the Orion STS as slaves, and, in some cases, pets!!! The name “Orion” is the actual native name, and was brought to earth directly. Study the legend of the “god” of Orion for parallels.
<<<

!!!Basic Overview
*Orions / Nordics - Normally called the nordics, but hinted at being called "orions" in the C transcripts, they have a humanoid muscular appearance, blue eyes and blonde hair. Some sources claim that they in fact have orange hair, and other sources call these instead "the oranges". The nordics either seem to be in opposing factions, some helping humanity and some working against humanity, or as indicated in other sources may be prisoners/fakes which are being used by groups such as the greys for disinfomation and misleading abductees. The orion union comes up in various sources and effectively is said to comprise of earth aswell (i.e. we are in orion from an alien perspective). Alien groups consistently lie, so I wouldn't take any such reference to councils, unions, confederations etc at face value until we are in a position to verify the consistency of motives for ourselves, which would not be an easy task.

*Greys - There seem to be multiple types of the archetypal grey alien, which most people will be familiar with I am sure. I personally believe that the greys are biosynthetic robots, that are programmed as proxies or probes into our reality. The C transcripts suggest that they are ultimately controlled by the lizard beings or reptilians. They are extremely business-like and I believe can operate in two modes, one is where they follow out their overall programming and secondly is where they can be actively inhabited or controlled by a lizard being. In this way a whole group of greys may act as a "physical" search party or as drone workers, but should they find the need they may then become directly operated by a higher consciousness than they are programmed with. They are prone to make mistakes, become confused, to stall when faced with strange and unexpected situations. This is due to multiple reasons, one is that they are only able to definitively act within their programmed intention, which may have a few fail safes, but should the timeline or actions it encounters be very unexpected then it seems to lose control. The programmers of the greys are unable to see all outcomes of a situation, and are prone to wishful thinking, they are particularly arrogant and when they encounter resistance and problems they can underestimate the awareness of their subjects and leave big clues. This happens often when awareness of greys first occurs as they take a while to adapt their methods and re-conceal their methods.
|!Content|!Description|
|[[Abductions]]|Abductions by 4D STS, monitoring, implants, memories, twins, training of abductees, mind control, hybridisation|
|[[Ear Tones]]|The ringing in the ear experienced by those with psychic abilities, sensitives, abductees, earthquakes, monitoring|
* ''1. Meaningful coincidences. We are at a point in the developmental history of human consciousness where development will accelerate. The major evidence for this is the increased number of meaningful coincidences people are noticing in their lives.''
<<<
The idea of increasing number of meaningful coincidences seems completely correct to me. These would happen for multiple, but ultimately interlinked, reasons: Firstly as a matter of [[catalyst|Catalyst]] for the polarisation of the STO / STS candidate. The more analysis and introspection is done, the more you can see the catalyst in the experiences that you go through, and once you can see the underlying direction of that catalyst then the chain of events may be correctly interpreted under their synchronistic meaning. It was much the nature of Jungs work to categorise events in your life under a heading of meaningful situations, than based on the time period in which they occur. If you observe the nature of events in your life, you will probably see several overlapping story lines (whereas the final incarnation in 3D is about a synthesis of the knowledge in these "stories"), which have developed an archetypal structure, and that each one of these "stories" will be directed at showing to you something about yourself. The knowledge about yourself, is the same thing as karma, you have to learn your own distortions in a truthful sense (to use the language in the law of one material). Secondly, is that the nature of meaningful coincidences will increase with etheric tide, this is because the potential for the manifestation of catalyst is increasing with greater etheric energy... however, not all coincidences are a result of absolute importance, some are purely due to the breakdown of linear time and bleed-through from 4D. Thus thoughts becoming manifest, are often not catalyst if they are instant, but just the effect of easier manifestation of thoughts. The two processes are inextricably linked, as both catalyst (pulling up) and non-directed manifestation (from zoning out) are occuring. The difference is analogous of the difference between entering a dream either lucidly with purpose, or asleep without direction. The nature of the trance content may shock you into awakening, in which case it is a sort of catalyst, but not true catalyst because the alarm bell in the morning is not the same as the work place. I have seen number signs for these processes in my own life, 11:11 is the alarm bell, and 33's indicate being at the place of work - although I have developed a slight distrust of number sightings. In the same sense, the indicators of where you need to go are not quite as important as what you need to be doing. So we have a slight synchronistic hierarchy wake up - look at this - do this.

However, with regards to synchronicity and especially so in the case of number sightings but also in experiences with people, it is extremely important to be aware of artificial syncronicity. This is discussed somewhat in my section on [[Ear Tones]] and discernment. This wasn't introduced in the film (I have not read the book yet), because one of the underlying problems with the film is that the STS polarity is not assessed or mentioned. Remember the whole reason for [[Abductions]] and the 4D STS scheme is to maintain control once going to 4D. In the similar mechanisms through which we can be assisted by 4D STO, we can also be mislead. (although it was hinted at in various scenes at the STS candidate level from 3D).
<<<

* ''2. Historical perspective. This point in human history can best be understood by a revisioning of the past millennium. In the early part of the millennium, human consciousness was dominated by beliefs promulgated by the Catholic Church: one's proper place in society, humanity at the center of the universe, and the battle between good and evil. These beliefs gave meaning to life. This domination was challenged during the Renaissance and Reformation. At that time, humanity established a grand project of exploring the world, using the tools of science, with the hope of getting a new answer to the meaning of life. While waiting for that answer to come in, attention turned to increasing material comfort. That project is now at an end - material comfort has been achieved, but we have lost touch with sources of meaning. Moreover, the answers we wanted are now appearing - not necessarily from institutional science, but from a variety of sources.''
<<<
Much of the historical background would be lacking if it failed to take into account the involvement of the STS plans for society, which is not exactly the catholic church itself, but does certainly include the inner hierarchy of that institution of power. However, it is true that even in disregard of this that we should assume responsibility for the role that humanity has played within all of this. We are still service to self, regardless of where we are on the hierarchy. We need to learn from the past by comparing it to our present and potential future with an understanding of responsibility, rather than ignoring them and repeating the same mistakes.

It is equally important to have an understanding of the centuries of manipulation that we have been under, particularly the suppression of emerging STO cultural reform, because that is what we are all to face in the future. A great deal of this, and how to handle it in the STO manner was still symbolically dealt with in the film. It should be noted that the insights are really not complete in of themselves, they need to be put into a logical context. No simple rules can be followed in polarising so as to take all the work away from your discernment, nothing is true 100% of the time.

The use of increasing material comfort is an interesting point, because in fact, much of the work in the increase in the quality of life is for the purposes of decreasing the amount of work time that the average person has to go through, so that more philosophical thought can take place. It should be noted that the aspirations of a society do not necessarily become manifest in the period of one life time, it is true that polarisation could occur in a lifetime, or even an instant, but in the typical course of order, entities may collectively give several lifetimes work into developing better conditions upon the planet for increased polarisation and catalyst pay off later on. However, this has again been sabotaged both by human laziness and manipulation to develop into devices and products for distraction so that this extra time may be filled with useless tasks of little worth as experiential catalyst.
<<<
*''3. Subtle energy. There is an energy, previously undetected by science, that forms the basis of all things. Human perception of that energy starts with an increased awareness of beauty: people, animals, plants, ecosystems that have a high level of that energy appear particularly beautiful. By becoming aware of that energy, we become able to notice when and how we give and receive energy.''
<<<
This energy is in fact the "ether", the invisible actions of which are largely caused by the longitudinal waves, the auras for example are longitudinal light / gravity. This energy is most definitely detectable and understood by the black operation military, and others working in conjunction with 4D STS. The increased awareness of beauty, is good in providing grounding for STO catalyst. But the movement of energy has nothing to do with what appears beautiful or not, only the recognition of your path in polarisation. The seeking out of "good vibes" and encouraging a higher resonance is great, but it has been inaccurately portrayed by this insight. So, perhaps intended by this insight, but not so well conveyed, we must learn discerning for both the good energy and bad energy interactions (and good and bad is just good or bad for your polarisation, not for everyone). Likewise it would be a gross misunderstanding to walk around and judge based on what you think is beautiful and what is ugly on the wrong grounding, and would be better to engage in the search for beauty where you struggle to see it, or acceptance if you think it is not beautiful. Obviously even this has to be done rationally, and doesn't imply to put yourself in danger whilst believing you are searching for beauty, otherwise known as having your head in the clouds. Another problem is forcibly using energy to make something something it doesn't want to be. It would be wrong to try and make beautiful something which is polarising the opposite way, and if you do try you will probably meet violent response or resistance anyway. You have to develop the ability to see the underlying desire of the entity, this topic is interesting and I will discuss it at the link at the bottom of this section. As for studying the natural flow of energy, you are much more likely going to see it to be occurring more harmoniously in nature than in people, but even 2D have their conflict when you really look. See the truth in conflict as well, conflict is harmony in STS and a unfavourable mode of harmony for STO. See also... [[When STO meets STS]].
<<<
*''4. Competition for energy. A fundamental assumption underlies most human interactions: we must compete for this energy, drawing it from others and protecting ourselves from others' attempts to draw it from us. This leads to some nasty interactions.''
<<<
This is the absolute fundamental basis of the STS mindset, something which we are already immersed within. This assumption is what the gnostics would probably have called the original sin, the story of the fall of lucifer. This assumption is programmed into us, both by society, and in the larger sense, was genetically programmed into us by the "snake" - 4D STS. These energy games happen all the time, and a great analysis of this on a more subtle level than those which seem obvious is undertaken in transactional analysis and game playing. You absolutely know when you are taking part in these if you just keep awareness, you either pull up into an attacking position, an aggressive stance of non-assistance and superiority, or feel deflated and victimised.  [[See here...|http://www.amazon.co.uk/Games-People-Play-Psychology-Relationships/dp/0140027688]]
<<<
*''5. Energy abundance. In fact, competition is unnecessary because subtle energy exists in abundance. In particular, we can acquire more by eating plants which have high energy levels. (And we can ensure that the plants have high energy levels by paying attention to them, by giving them energy.) Being in a loving state not only connects our energy to the object of our love, but to a greater source of energy as well. This is the essence of mystical experience. The goal of mystical practice - and practice of the lessons of the Celestine Prophecy - is to get and remain connected with the energy. Moreover, a person's energy is the source of the meaningful coincidences noticed in the First Insight. Each mystical experience stretches a person's potential, causing them to exist "at a higher state of vibration".''
<<<
That plants, most of which are long-wave 2D lifeforms have greater energetic substance than the animals as short-wave 2D lifeforms, is completely incorrect as most of the plants we eat are of the lower 2D section. Animal energy is greater because they are in closer proximity to humans, particularly if they are close to graduation. As to how much difference there is in the situation once we have artificial chemicals added to both, intensive farming etc... I do not know whether they cancel out (and the more I think about it, the more blurred the animal/plant distinction proves to be). The whole of this insight seems to be encouraging STO activities, but it contains a lot of bias, and I don't believe it is of much use. The goal of mystical practice is to develop and sustain self-awareness and the "power of the will", regardless of whether this will is towards distortion of STO or STS. I will say that the choice to act in STO, seems to operate on a law of increasing returns, rather than diminishing, which is the case in STS. Which is perhaps relevant to the last section. If the prophesies are channelled, I would have suspected this one to have been lost in translation. That subtle energy is in abundance, doesn't mean you can circumvent conditions for catalyst, the requirement of eating is a condition of catalyst which doesn't disappear until you graduate beyond the need for physicality. However, the nature of catalyst is different in 3D than 4D. In 3D eating serves to show the nature of conflict/co-operativity, and even once you realise this, you can't opt out without dying and you can't avoid it for long without being very ill, all these options hint at a lack of acceptance of your own being and self illusion. It is best not to be overly preoccupied with what is more moral to eat when your body simply requires food, and think more about what it all stands for.
<<<

*''6. Getting clear. In order to be in a state of love with the world on a regular basis, we have to let go of patterns of behavior we developed to take energy from others.First, we have to become aware of our "control dramas" and break our controlling habits. There are four control patterns or ways of causing others to give us energy, two actively demanding energy, two passively creating conditions in which energy is sent. "Active" control dramas include intimidation and interrogation - asking questions and then picking apart the answers. "Passive" control dramas include aloofness - creating an air of mystery that entices others to send energy - and "poor me" creating a sense that if others don't provide energy, something awful will happen to the controller. Second, we have to "get clear" of our control dramas. We must understand our parents' control dramas and how these shaped ours. Then we must learn what meaning our parents' lives had for us, and how this determines our own developmental work. The things we would change about our parents - individually and together - are what we need to work on in our own lives.''
<<<
Yes, and I might add if you are polarising to STS, it requires the intensive refinement and use of these in order to get your way. If you want to be STO and help others learn both how to remove yourself and how the STS organise these games themselves, then you are in a position to empower STO candidates who are in need of assistance. I suggest starting with transactional analysis as a model to understand this. See [[External Links and Resources]].
<<<
*''7. Using intuition. When we are in touch with the energy, clear of our control dramas, and aware of the questions relevant to this moment, our intuition supplies the answers we need. Once we are aware of these answers, we need only watch for meaningful coincidences to show us how to act on them.''
<<<
This insight has the potential to be thoroughly misunderstood, it is very possible that a very well STO polarised entity will be able to intuitively make the right choices in a given situation, but there exists the potential to miscalculate just how well developed you are - and despite how well developed you are in 3D, the 4D STS are already more powerful than you. Intuition can be misguided if you draw on incorrect information or even pre-programmed if you are so unfortunate. Here artificial synchronsicity can lay you in much danger if you choose to ignore that all important other faculty which you were given to temper intuition with... intelligence. Discerning the correct action is just as much a matter of intelligence as it is a matter of intuition. It is entirely possible that the intuition will be mistaken for what feels like the right thing to do. It is very possible that what feels like the right thing to do, is completely at odds with your logical and emotionally detached assessment of the situation. You could be like a moth to the bug zapper. An example of this occurs frequently in abduction accounts, where abductees are bombarded with a good feeling about something which is in fact quite dangerous, they ignore the logical discrepancy and fall right into a trap after which the good vibe bombardment is just switched over to fear. Just assume that the knowledge you gain is of some use, as well as your intuition. Let your intuition and knowledge temper each other unless you can afford to just give it ago and accept the consequence. Other similar techniques can be seen in play with the "alien love bite", where relationships are set up in order to be manipulated later, the subsequent emotional turmoil of a relationship turning into a wreck being a pay off for the 4D STS setting up initially positive feelings of love and destiny. If the individual can't see the manipulation and keep seeing what they want to see, rather than really analysing whether the feelings are positively founded, then this can happen in an endless cycle. The concept of intuition is often linked to the unconscious collections of information that you have (the same process as when you just happen to form an idea), it may be possible to get information from "source" if you are so well developed, but you may feel very much the same drawing from your own collection of knowledge. If you can't judge where the information is coming from, you're going to need to test the logical premises and assumptions to check if the intuition is really in line with everything you hold true.

Much of this relies on really knowing the questions relevant to the moment, not an easy task at all, and it requires great knowledge, not just "what do I do now", or some kind of self serving question. I like to group the logical and intuitive faculties under the awareness heading, awareness requires both heart and head to be used in a situation.
<<<

*''8. Relating to others. This insight comes in several pieces.''

#Children can be raised without control dramas if they have constant, undivided access to an adult who can give them the energy they need.
#Development can be blocked by an "addiction to another person". The subtle energy has a male and female side. If you can access one and someone else the other, then for a short time the couple can be filled with energy. But the focus on the other person eventually cuts each off from the universal energy. The two begin competing for energy, restarting control dramas. This is the falling-in-love/falling-out-of-love phenomenon.
#Everyone who crosses our path has a message for us. We should give them energy and help them get clear so that they can accurately deliver the message.
#Other people's control dramas will break down if we name them and refuse to play a role in them.
<<<
1. I agree that children can be raised without developing this dependence, but in modern education and socialisation this is unlikely unless you live in a community of enlightened people. It is more likely the child will have to be educated from a young age how to develop their own independence as they come across various issues, and lagging here and there may occur. The reincarnational background of the child is still an effect, and it would be wishful thinking to assume that they are untainted from the experience of previous lives. There may be karma to be learnt at a fully conscious age. It is possible that the incarnating entity would select the parent in order to develop without developing this dependence, and such a incarnate would be a very strong STO candidate or a wanderer. There is always the potential for catalyst if the parent expects or requires the child to be some perfect example of what they want to be, individuals are not purely the product of their parents, they are here for their own reasons and if the parent expects otherwise, then this catalyst will probably manifest on some level.

2. I would completely agree with the relationship addiction, they are compatible to a certain extent, then they fuse each other out, and they cycle like a spring. This relationship actually serves a great deal of potential catalyst, if the two are to realise this is happening, and to observe what causes the friction when it develops. This is in fact what I believe the majority of relationships to be about. Too many people assume that either problems have to be accepted and ignored or that it is make or break, and that if something goes wrong then they are going against destiny. Far from it, the relationship is about a mutual agreement to develop each other. Too many relationships are built on the basis of security and a need to be accepted in the present without exception. The other person serves as a reflection which helps you to see things you would not realise had you been alone. In the words of Matthew Bellamy: "I've had reoccurring nightmares, that I was loved for who I am, and lost the opportunity to be a better man". This is what relationships are about, not just couples, but any relationship you have. Love the person, accept their issues and problems, and your own, and then make a mutual agreement to help each other solve them. Polarisation is much faster if this kind of relationship can be established, as chaotic as it may be to set up. Of course such a relationship has to be agreed to on both sides.

3. On the subject of everyone bringing us messages, it would be bad to hassle every stranger you saw. A good way of conceptualising the people you meet is this.. 
!!!What is "Catalyst"
Catalysis refers to the conditions within your life which provide stimulus for polarisation and self awareness. They speed up the rate of spiritual evolution. Catalysts can be both personal to the entity, in which they can often be described under the term of karma, and they can also be density / sub-density specific serving as stimulus for the growth of all beings within that density, or sub-density. The real difference between karma and density specific catalyst is that karma may be cleared, and the experiential result of the catalyst is no longer seen, whereas density specific catalyst remains constant until graduation and the effects are just dealt with in a new perspective rather than being cleared. Certain catalyst events are transient and occur for the whole of a society, and maybe even the planet, this is collective karma or long-wave catalysts. Examples of density specific catalysis within 3D are the requirements of eating and sleeping, the nature of these catalysts changes in 4D as the process of eating and sleeping changes in terms of social dynamics. Density specific catalysis is decided by the "mind" of the logos and sub-logo, which lays out an archetypal system of relations forming the basic catalysts. All catalysts within our logos have been grouped into two polar directions, accelerating the entity away from a neutral position to one of the extremes, STO or STS. All catalysts can be seen to be teaching us the law of one, that we are one entity, and it does so by encouraging the recognition of co-operativity and symbiotic relationships.
!!!Comparison and examples of density specific catalysts and personal catalysts
*Density Specific Catalyst
|!Type|!Possible Reasons|
|Eating|The catalyst of eating displays concepts of conflict and co-operativity, all lifeforms have a mutual dependence on another for their survival. The nature of interconnected ecosystems helps to display the fine balance in the structure of the universe, if disharmony enters one part, it eventually amplifies back. This happens on both long and short waves, long waves effect the whole of society and forms an ongoing evolutionary pressure across incarnations. Short waves effect the individual and lead to health issues. Those who incarnate and cause a great deal of disharmony will often incarnate back into experiencing the disharmony they created themselves. The experience polarising them towards STO or STS, as all catalyst does. The effects of this catalyst is seen in the predator prey cycle, in food web structures. Not only does all life have to eat, it needs to understand its place within the food web. The concept of eating applies also to non-physical and emotional nourishment in 3D, which follows the exact same scheme, which is of lesser emphasis in 2D and of even more emphasis in 4D. The nature of the eating catalyst in physical terms is being amplified as the population increases, in which greater co-operativity is required to sustain a balanced system.|
|Sleeping|The requirement of sleeping serves several functions. One is the vulnerability that occurs with the loss of consciousness within the physical body. The concept here is therefore of trust / deception. Even STS need to form a system of co-operative trust in order to operate as a group effectively. There are no conditions for any individual entity (ultimately just an illusion) to create for itself the conditions it needs to prosper until the development reaches the very final stages. To attack another entity whilst it is asleep is a complete gamble because all share this inherent vulnerability. Both STO and STS need to organise systems for handling these qualities, either centered on self interest or for that of others. This is a more transient version of the catalyst, which is adapted to quickly because the intensity of the life / death situations. The development of organised criminal protection has occurred with the diminishing requirement of this form of the catalyst, but still occurs in war, less developed nations. This form of catalyst rarely diminishes in 3D for STS candidates who need to learn to form a stable social network in 4D, the learning for which occurs within the ranks of organised crime. The need for sleep presents the greatest opportunity for STS activity capitalising on the loss of awareness, and it in turn catalyses the development of intelligent planning and awareness of the STO and more often, weaker STS. Another reason for the need for sleeping is to serve as a reminder that greater reality has been veiled, to show entities their emotional content in order to counter emotional repression of the events of other forms of catalyst. At higher levels of development the gradual unveiling of the mysteries behind sleep as explored in lucid dreaming and increased dream recall and interpretation allow for greater levels of introspection, serving as a linkage between sub-densities and offering possibility of communication and instructional opportunities with highly developed entities as would occur as the entity reaches graduation candidacy.|
|Gender|The energy patterns of an individual are unstable and biased towards a certain direction unless they can be balanced by the opposite gender. Gender energy patterns are inherent in everything, not just in the physical sense. The connection of male and female in order to balance energy allows greater use of energy (more energetic power), the opposite gender symbolises in a way the complementary side of the creator, showing the connection between creator and created, provider and receiver. In 3D this catalyst is experienced as sexual pressure and then in diminished external format as the entity reaches 4D candidacy, as they learn to internalise the balance within themselves, and become androgenous. The understanding of action/reaction, creator/creation, provider/receiver becomes self evident and cause is inseparable from effect. Gender, having a link to creation (birth) is also linked directly with the concept of time. Other catalysts can be broken down into gender interactions. |
/***
|Name:|CloseOnCancelPlugin|
|Description:|Closes the tiddler if you click new tiddler then cancel. Default behaviour is to leave it open|
|Version:|3.0.1a|
|Date:|27-Jun-2011|
|Source:|http://mptw.tiddlyspot.com/#CloseOnCancelPlugin|
|Author:|Simon Baird <simon.baird@gmail.com>|
|License:|http://mptw.tiddlyspot.com/#TheBSDLicense|
***/
//{{{
merge(config.commands.cancelTiddler,{

  handler_mptw_orig_closeUnsaved: config.commands.cancelTiddler.handler,

  handler: function(event,src,title) {
    this.handler_mptw_orig_closeUnsaved(event,src,title);
    if (!story.isDirty(title) && !store.tiddlerExists(title) && !store.isShadowTiddler(title))
      story.closeTiddler(title,true);
    return false;
  }

});

//}}}
E-mail: <html><a href="mailto:signsandsyncs@gmail.com">signsandsyncs@gmail.com</a></html>
!!!Creative Commons
>The work presented here is unless specified differently under the policy stated here http://creativecommons.org/licenses/by-nc/3.0/
[[Welcome Page]]
!!!Basic Idea of Deja Vu
Deja Vu is the strange sensation that you are, just have, or are just about to repeat either a moment of your life as if it has been done before. I believe that these are indeed time loops. The sensation of Deja Vu can be small, barely reaching consciousness right up to having an alarming degree clarity. There are several possible theories for the causing of a time loop and deja vu:
!!!Manipulation
Some higher density technology or action has placed you at a point in your past, changed your decision against your will (or changed the reaction of that your will was directed against), or hijacked a timeline branching point. The manipulation will aim for the weakest link in any situation, and timeline alterations do not necessarily have to impinge upon that which is within your awareness. For those unfamiliar this is greatly elaborated upon in montalk's [[Timeline Dynamics|http://montalk.net/matrix/122/timeline-dynamics]].
!!!The Checkpoint Theory
The idea that your life has a certain destiny, and that major deviations from it, manipulations against free will or accidents (possibly even fatal accidents) cause the transference of consciousness back to a branch point until a correct or allowed checkpoint is selected. This essentially means that all choices are allowed to be experienced, and possibly can be subconsciously recalled. It is more likely that the full consciousness of multiple parallel experiences is something that will be tackled in 4th density or at the life review stage. This raises the idea that in 3rd density you only get to experience the final version, whilst the others get erased or hidden from consciousness.
!!!Time is Going Backwards
The idea that somehow the flow of time is reversed (or maybe the "flow" of consciousness itself) so that consciousness of an action may somehow loop back on itself and perceive causality in the opposing direction.
!!!Theory of Memory Overlaps
It is possible that the sensation of Deja Vu is caused by changing timeline, whilst most memories from the old timelines are erased some may be more persistent or not immediately erased, in this way some part of your consciousness may continue to be "running" information from the old timeline. It may be possible during this time, before the memory is erased, to create a new copy of the information by comparing or anchoring it to something within the new timeline. This may occur if something in the new timeline is slightly different to the old timeline. Essentially noticing a reality discontinuity error. It is possible that such a timeline alteration marks the limit of flux in reality, and that transference is hindered by having just enough awareness to hold on to the old timeline whilst the new one comes into view. This is similar to the idea that with vigilance and awareness higher density manipulation is harder to impose as the quantum probability wave for that within awareness remains collapsed.
!!!Example
An excellent example of an ear tone can be found here... http://montalk.net/eartone.mp3
!!!Discussion
Many [[abductees|Abduction]] find that they have these ear tones. I believe that they occur when you are being monitored because they persistently occur to me when I am in a situation where I am receiving or giving what seems to be important information which is relevant to stuff discussed on this site. This even once includes having an ear ring to the point of momentarily losing consciousness. At that same time I sensed something akin to light static energy and being pushed through my head from one side to the other, the ball of energy felt squashy as if it had some resistance compared to that of air. Often they are much more subtle than that, and my experience seems to suggest that after noticing these ear tones, they sometimes occur at reduced volumes, as if the monitoring is attempting to be discrete. The information in the C's transcripts suggests that "Frequent Ear Ringing Suggests Monitoring". The ear ringing seems to be more frequent in one ear than the other, the left ear, but is not limited to only the left. Some people conclude that left means bad, right means positive. Given my gut feeling at the time in which ear ringing has occurred I am not sure of this hypothesis, and most ear ringing seems to be directed from [[STS|Service to Self]] interest. It is none the less often a great help, because it can be used to signify that heightened awareness is necessary at that moment. I believe that ear ringing is some kind of natural by product of this monitoring procedure. If you have ear tones or ringing yourself, I suggest that you make an effort to record their occurrence and the context in which they happen. The contextual linking of ear tones means suggests that there is real significance to the phenomena, and that it is not merely tinnitus as some suggest, tinnitus should not normally be so loud, as is supposed to be constant. 
!!!Problems for STS Probing
It is possible that the awareness of the ear tone phenomena is an irritating circular problem for STS which are etherically probing people. Because of this, it may be an effective way to convey to an intrigued person that something is watching people. The reason for this is that, if the person is interested, then the STS will wish to observe that person, most likely through the easiest method - etheric probing. This will inevitably cause audible tones, which help to verify the weird phenomena to the person. Due to this, the STS may have to probe more to keep track of what that person concludes due to this apparent verification and what impact it is having on their thought. This may be a particularly effective realisation if the person has experienced ear ringing in context prior to their knowledge of what it is for, such as during conversation. The awareness of probing also leads to the option for STS to try and manipulate behaviour however, since if you react in a predictable way to ear ringing, they may use it against you. Do not make decisions based purely on ear ringing. This is also why I like to tend to distrust something as simple as a right for good, left for bad. To hold that idea with conviction would make it easy for them to manipulate your behaviour and thoughts. The heart chakra is typically used for good and bad discernment, not literal audible tones. I think actually it is an important enough thing to consider apart, because it is a complex subject.. [[Discerning with Energy, Emotion and "Vibes"]].
!!!Showing Their Existence
Eventually the awareness of the person may raise to the level at which the STS are no longer bothered about hiding their actual presence and existence, but only the reason for their interest. Thus STS may sometimes choose to reveal their existence to abductees who have developed far enough in their awareness. This may be a last ditch attempt to cause the person to withdraw from fear, or to instigate new methods of disinformation since the matter of their existence is already a firmly and logically held belief in the abductees mind. Ear ringing can not do this alone, but it certainly can facilitate the development of such a situation. I personally experienced a turn of this sort, when all of a sudden I had a personal and undeniably strange and otherwise unexplainable UFO wave in my life. I now notice that sometimes ear rings are very loud as if they do not care if I am aware of them, they may do it during a sighting or conversation as a blatant threat and attempt at causing fear, like a calling card, yet they also try to sneakily probe which causes a much quieter version of the ear ring which occurs when in discussion and encouragement of interested people. I suspect the ringing to be proportional to the extent of the probing, louder for more invasive probing.
!!!Earthquakes
It is suggested that some psychics can predict earthquakes due to hearing ear tones. I feel that this is generally in agreement with my theories, for I would assume that the fields generated preceding earthquakes are etheric (scalar potentials) in nature. Changes in the density of these fields, as I assume would occur with probing may happen in earthquakes and in other natural ways. It may not only be earthquakes and natural affects however, because this would fail to explain the repeating contexts, and for me the most significant and obvious explanation for 95% of my own cases seems to be monitoring. 
!!!Other possible theories
*Tinnitus (but does not explain repetitive contexts, is not as loud as ear tones can be, is generally constant as opposed to intermittent like ear tones). Ear tones can be days or even months apart, and then suddenly peak every few hours. They occur around certain individuals, subjects or times for unknown reasons.
*That the ear ringing is due to some kind of tuning of a microwave neurophone like device, again used for monitoring
*Sporadic EM, from microwave device (would be unlikely to cause ringing, but instead noise and clicks, unlikely that EM is intense enough from natural living environments, and doesn't explain context.)
!!!Involvement in Significant Dreams and Abduction Experiences
I have noticed that in particularly significant dreams of a negative nature, suggesting STS manipulation or dream like abduction [[memory fragments|Memory Fragments]] that I experience ear ringing that is so loud that it is painful. Often followed or preceded by an important phrase. It is unknown if these ear rings are actually happening, or something that I have merely symbolically associated with STS experience. Ear tones may be associated with [[mind control|Mind Control]] triggers, which perhaps explains the important phrase. The ringing is connected with a [[electric shock|Electroshock]] like feeling, again, suggesting mind control triggering.
!!!Suggested Reading
* Carissa's Analysis - http://in2worlds.net/eartonesringings
* Terra Research (Earthquakes, Fields Etc..) - http://www.terraresearch.net/articles/EarTones.html
>My Note: The C's have an opinion on this low hum mentioned in terra research, and it is interesting that it is occurring in [[New Mexico]] - [[See extract here|New Mexico Bleed-over Extract]], supposedly an area where 4th density overlaps with 3rd Density more...
>Q: (L)  Okay, I have a bug in my system. I want to know what this humming sound is that people are hearing all over this country?  I mean people have been reporting hearing this intense humming sound that literally drives them crazy.  There was a TV special on about this the other night.  What is this humming and where is it coming from?
>A: Increased EM waves in preparation for oncoming wave
>Q: (L)  What is the source of this sound, I mean, where specifically, location-wise, is it coming from?
>A: Cosmic.
>My note: I don't understand why EM waves are not detected (or have they been?), unless they are of a different nature? Through resonance, a small measurable effect on an instrument may possibly have a big effect upon a person.
*Taos Hum - http://www.qsl.net/w5www/taoshum.html - Basic background on the Taos Hum in New Mexico, related to above
!!!End Times Chaos Programming
This is the idea that one day, mind control subjects may be simultaneously triggered in order to cause a state of panic (like a sleeper cell - sleepers in espionage are typically programmed, not just instructed), following which martial law can be imposed. It would most likely be a programmed response threatening social order following some kind of major event which caused confusion, and these events would add to the confusion. I.e fight club film. This is a fairly non-complex scheme though of a more "3D-centric" view, and doesn't seem quite in line with the precision that the 4D might be able to achieve being outside of linear time. Whether the end result is still precisely controlled mass panic though rather than random events triggering mass panic is still to be seen. Either way, a mass triggering of programmed subjects by the 4D STS seems a key stage as stated in the C's transcripts: 
<<<
A: Invasion happens when programming is complete...
Q: What programming?
A: See Bible, "Lucid" book, Matrix Material,  "Bringers of the Dawn," and many other sources, then cross reference...
<<<
!!!Questions
* Does this programming relate to the 144,000? The enactment of biblical apocalyptic material as a drama by 4D is a possible scenario involving this programming.
* Is this programming actually programming as in physical intervention and coercion through dissociative methods, or just a large scale "program" of psychological conditioning.
!!!Introduction
Energetic Independence is the term which I use to describe how a person may become independent of the need to feed off other peoples emotional states. It should be noted that I believe energy is still consumed from other people, but is consciously redirected or transmuted in the person towards a consistent polarisation. In this way, an individual appears to be energetically independent, as the effect of the energy has changed character via transmutation, but is in fact still receiving the energetic stimulus from the other people. In [[Toltec|Toltecs]] philosophy, this is equivalent to the movement of the assemblage point. Those who are energetically dependant will still transmute energy to a small degree, particularly if STS polarised. We see this often, for example: when a person views someone's failure as suggesting their own superiority, because they did not themselves fail. This is a small transmutation, but the overall quality of the energy is the same. Little personal power has been used in the redirection of energy. We may alternatively view failure and think "help" if we are STO polarised. This is a small transmutation, and may be a flip in polarity - or it may simply be veiled superiority. If we instead view the observed failure, and shift to see failure / success as the duality in expression, then we have achieved energetic independence, and may direct the "work" of the energy to any polarised use. Closer analysis may find the current activity of failure as manifesting the growth for the future success (that the energy for work is merely accumulating), for the redirection of thought towards the beneficial realisation of purpose (that the energy is put to work elsewhere). Success is a crystallisation within failure, it may be thought of as success is like a statue carved out of a rock of failure. Likewise today's successes' may quickly become tomorrows failures, a plateau representing a new base of being, or an unplanned error of judgement. Fate has its twists and turns. Viewed in this light, all failures quickly lose their negative connotations, and all sense of superiority may quickly evaporate with the knowledge that all things change in time. Eventually the two concepts fuse into one concept which is hard to describe without splitting them back into their poles. These positions of understanding are merely relationships formed in a frame of reference. The ability to adopt consciously the correct frame of reference for the desired outcome (i.e. to direct work to the desired function) is energetic independence. It is also the basis of the "magical personality".

Energetic dependence occurs when we must manipulate other people into displaying a behaviour that re-affirms our world view, and therefore does not cause a non-complementary interaction.

!!!Perceiving Dualities, Energy, Work and Transmutation
A person is constantly being bombarded (or aligning) with energy by the act of perception, aligning his awareness with an experience and receiving energy like waves depending on the polarisation of that person. If this energy is in conflict with the original vibration of that person (from conflicting desires), then it will cause stress. Movement of the assemblage point allows for the manipulation of the energy field so that this energy no longer causes conflict, this is not always a good thing. The basis of emotional repression is when the stress is so great that the assemblage point moves under the pressure so as to bypass the energy. A more productive feat of awareness may change assemblage alignment in a controlled manner, by acceptance of the difference in energy. Furthermore, self-awareness of the process will show that both potentials exist, the movement of the assemblage point has not in fact made the stressful interaction "untrue", merely that a more complementary frame of reference has been established.

Relationships eventually can be seen as a duality.
!!!Basic Introduction
*Please Note: I have a lot of research to do on this.. my physical knowledge is basic at best and I need to check a lot of the ideas. This section is currently little more than thoughts out loud, and half of it may be completely incorrect, but I hope to slowly weed out the issues and correct them into better understanding with time.
The concepts of "ether physics", which basically form the premise of Einstien's incomplete or lost unified field theory, are often much misunderstood. The term ether is probably most usefully conceptualised as ambient background noise which is formed by ambient longitudinal electromagnetic radiation, much like there is background transverse EM static. Longitudinal EM was predicted by Maxwell's equations but later erased because the net effect was deemed to be zero, this was later followed by a mathematical change from quarterion notation to vector notation, which might have been a cover up or manipulation in an effort to bury the equations for the longitudinal EM waves. It would be possible to describe such waves with vectors, but whereas before they may have been obvious through mathematical "rotation", now the corresponding mathematical theory would have to be rebuilt up from a reassessment of the foundations. The form of Maxwells equations we now observe are the ~Hertz-Heaviside equations from which the longitudinal EM is unobtainable, they are not the original format at all. It is misleading to call ether waves, scalar waves, such as in the work of Thomas Bearden, but this has a relation to torsion fields from A. Kozyrevs work.
!!!Longitudinal Waves
Longitudinal waves are emitted from the action of the repulsion between proton and electron, the change in energy of electrons can cause recoil of the protons like a spring, and this is transmitted through the electron density generating longitudinal EM waves. The macroscopic analogy of this is the use of sound with a plasma, which can also generate longitudinal waves. The generation of longitudinal waves naturally is therefore chaotic and asynchronous, creating a background noise. This background noise is called "the ether" or the energy of the ether, the concepts are not well defined among researchers. Tesla described the ether as this: "I showed that the universal medium is a gaseous body in which only longitudinal pulses can be propagated". The methods for collection of ambient longitudinal waves is very much the same thing as studied by Wilhelm Reich with orgone accumulators (either as longitudinal wave-guides or though the use of capacitors designed to store accumulated charge from longitudinal waves) it appears he was unaware of this fact but saw the physical effect of these devices. In order to manipulate the ether directly, the electric field must be regulated in such a way that the longitudinal EM components do not cancel out such as was assumed by the ~Hertz-Heaviside treatment. The discovery of such was achieved by Nikola Telsa. In order to generate non zero longitudinal waves above the ambient level, the vibration of the protons must be synchronous. It can be seen that the nature of the charge of the proton has been mostly ignored in the fundamentals of modern electromagnetic theories. The density of longitudinal waves, is the etheric density, and gradients in etheric density are responsible for time-space curvature. 
/***
|Name:|ExtentTagButtonPlugin|
|Description:|Adds a New tiddler button in the tag drop down|
|Version:|3.2a|
|Date:|27-Jun-2011|
|Source:|http://mptw.tiddlyspot.com/#ExtendTagButtonPlugin|
|Author:|Simon Baird <simon.baird@gmail.com>|
|License|http://mptw.tiddlyspot.com/#TheBSDLicense|
***/
//{{{

window.onClickTag_mptw_orig = window.onClickTag;
window.onClickTag = function(e) {
  window.onClickTag_mptw_orig.apply(this,arguments);
  var tag = this.getAttribute("tag");
  var title = this.getAttribute("tiddler");
  // Thanks Saq, you're a genius :)
  var popup = Popup.stack[Popup.stack.length-1].popup;
  createTiddlyElement(createTiddlyElement(popup,"li",null,"listBreak"),"div");
  wikify("<<newTiddler label:'New tiddler' tag:'"+tag+"'>>",createTiddlyElement(popup,"li"));
  return false;
}

//}}}
!!!Highly Recommended:
|!Link|!Description|
|http://www.montalk.net/ |This is the site which kicked everything off for me, maybe it can do it for you too. Excellent information, check out the latest gnosis series. Good links here to branch out to aswell.|
|http://in2worlds.net/ |For a more personal perspective on fringe subjects.|
|http://www.cassiopaea.org/|The people from which the cassiopaean transcripts originated. There is a great deal of interesting politics involving this group, and I would say have extra discernment on more recent content, but it is still an impressive source of information.|
|http://www.lawofone.info/|The searchable Ra transcripts... Very high quality channelled information on a broad spectrum of subjects, invaluable to compare and contrast with the C's material.|
|http://www.cropcircleconnector.com/|The best place I can find for crop circle formation records.|
!!!Other Links
|!Link|!Description|
|http://www.youtube.com/user/TheraminTrees|I would very much recommend the three videos introducing transactional analysis. They show how we can be STS under the surface by hiding manipulative energy games under the surface of what appears to be something else. Interestingly I think we are all conscious of this happening, but agree to them anyway. See also this book... http://en.wikipedia.org/wiki/Games_People_Play_(book) and the celestine prophesy concept of energetic independence.|
|http://www.faraday.ru/net.htm|Downloadable magazine that discusses topics related to ether physics in approachable language, despite being translated from russian.|
|http://free-energy-info.co.uk|Massive Collection and a 2,000+ free E-Book PDF discussing loads of free energy devices and links to other E-Books for free|
|http://paul.rutgers.edu/~mcgrew/ufo/|Some Old School Resources - Contains Newspaper Article Texts from the Gulf Breeze Six incident, Roswell, and a decent mind control bibliography at first inspection|
!!!What should I be able to see?
You should be able to see images that appear, sometimes connected to your line of thought. They may be very faint or may appear in full blazing colour. This will eventually develop. The image should be 3D, as if you were looking at one of those stereographic pictures rather than 2D, and there may be movement in the scene.
!!!Why is this important?
This imagery and mental state is important in the development of clairvoyance, and in scrying techniques that will later be developed. It also can act as a gateway to astral projection. Eventually you will be able to control to lesser or greater degree the scenes that appear and be able to stabilise or change them for new ones. There is a certain amount of concreteness to the scenes that you may not be able to alter individual scenes, but have to create instead entirely new ones.
!!!What about other things other than images?
3D blackness occurs before the images, sounds may occur, sometimes very very loud sounds. If you are experiencing these noises or radio like sound effects then I refer you to the writing of Robert Monroe, these auditory transitory effects are not the aim however and some people do not experience them at all. Record all of your experiences, and research about them if you wish. Do not be put off by negative images, just calmly record the nature of them or observe them. You may find that there is a link to the emotional states of yourself, or people who you know, as within this state you may be clairvoyantly receptive.
!!!What if I have a lucid dream, why should I stay in my room / immediate environment?
You should focus on developing a very good control on this state, and to engage all of your senses. It is possible to do a great many things in lucid dreams, but to become entirely lost if you do not do the basic stabilisation work. Eventually when the work progresses that far, an emphasis will be placed on these states but for now the aim is to gain a mastery with inducing them reliably - not just from waking up first thing in the morning, but at will. The extra control gained will pay off! Learn to walk before you run.
|!Article|!Description|!PDF Link|

There are currently no articles or PDF links
/***
|Name:|HideWhenPlugin|
|Description:|Allows conditional inclusion/exclusion in templates|
|Version:|3.2a|
|Date:|27-Jun-2011|
|Source:|http://mptw.tiddlyspot.com/#HideWhenPlugin|
|Author:|Simon Baird <simon.baird@gmail.com>|
|License:|http://mptw.tiddlyspot.com/#TheBSDLicense|
For use in ViewTemplate and EditTemplate. Example usage:
{{{<div macro="showWhenTagged Task">[[TaskToolbar]]</div>}}}
{{{<div macro="showWhen tiddler.modifier == 'BartSimpson'"><img src="bart.gif"/></div>}}}

Warning: the showWhen and hideWhen macros will blindly eval paramString.
This could be used to execute harmful javascript from a tiddler.

(TODO: Make some effort to sanitize paramString. Perhaps disallow the equals sign?)
***/
//{{{

window.hideWhenLastTest = false;

window.removeElementWhen = function(test,place) {
  window.hideWhenLastTest = test;
  if (test) {
    jQuery(place).empty()
    place.parentNode.removeChild(place);
  }
};

merge(config.macros,{

  hideWhen: { handler: function(place,macroName,params,wikifier,paramString,tiddler) {
    removeElementWhen( eval(paramString), place );
  }},

  showWhen: { handler: function(place,macroName,params,wikifier,paramString,tiddler) {
    removeElementWhen( !eval(paramString), place );
  }},

  hideWhenTagged: { handler: function (place,macroName,params,wikifier,paramString,tiddler) {
    removeElementWhen( tiddler.tags.containsAll(params), place );
  }},

  showWhenTagged: { handler: function (place,macroName,params,wikifier,paramString,tiddler) {
    removeElementWhen( !tiddler.tags.containsAll(params), place );
  }},

  hideWhenTaggedAny: { handler: function (place,macroName,params,wikifier,paramString,tiddler) {
    removeElementWhen( tiddler.tags.containsAny(params), place );
  }},

  showWhenTaggedAny: { handler: function (place,macroName,params,wikifier,paramString,tiddler) {
    removeElementWhen( !tiddler.tags.containsAny(params), place );
  }},

  hideWhenTaggedAll: { handler: function (place,macroName,params,wikifier,paramString,tiddler) {
    removeElementWhen( tiddler.tags.containsAll(params), place );
  }},

  showWhenTaggedAll: { handler: function (place,macroName,params,wikifier,paramString,tiddler) {
    removeElementWhen( !tiddler.tags.containsAll(params), place );
  }},

  hideWhenExists: { handler: function(place,macroName,params,wikifier,paramString,tiddler) {
    removeElementWhen( store.tiddlerExists(params[0]) || store.isShadowTiddler(params[0]), place );
  }},

  showWhenExists: { handler: function(place,macroName,params,wikifier,paramString,tiddler) {
    removeElementWhen( !(store.tiddlerExists(params[0]) || store.isShadowTiddler(params[0])), place );
  }},

  hideWhenTitleIs: { handler: function(place,macroName,params,wikifier,paramString,tiddler) {
    removeElementWhen( tiddler.title == params[0], place );
  }},

  showWhenTitleIs: { handler: function(place,macroName,params,wikifier,paramString,tiddler) {
    removeElementWhen( tiddler.title != params[0], place );
  }},

  'else': { handler: function(place,macroName,params,wikifier,paramString,tiddler) {
    removeElementWhen( !window.hideWhenLastTest, place );
  }}

});

//}}}
!!!How to become self-aware, a study into expansion of consciousness.

Many people will believe that they are self-aware of their body, emotions, feelings, thoughts and ideas when they are not really aware at any meaningful level at all. Any person that is asked of these things will normally reply that they are self-aware of themselves because the mere question triggered a brief glimpse of awareness. Self-awareness is a trait that is overlooked and underestimated in a society that thrives on subconscious suggestion and consumerism, not only is it overlooked and underestimated, it is a primary concern and thus suppressed by those in power who understand it. Awareness is a trait just as important as intelligence and as vivid as creativity, and it is also far more than this. For an apparent intelligent organism, human beings can demonstrate the most appalling displays of ignorance and blindness. This is by design of those in control of us, self-awareness is the single most liberating trait of any and is the most important. Here will will study levels of consciousness, how to obtain them, and what they mean.

Levels of Consciousness:
Adapted from the book: Chakras and Esoteric Healing

*Sleep

In the sleep state the subconscious obtains nearly full control of the experiences of the person. The conscious mind merely records the events and has very little input and choice. The freewill of the person is near zero, their dreams being caused by suggestions which were stored subconsciously from just minutes to whole days ago. The person has sentience although barely, and responds to the environment only fractionally. Noises and physical contact may awaken the person from this state. The person is not very open to suggestion because they are not open to physical stimuli and its environment.

* Trance / Hypnotic

In the trance state the person can consciously observe and interpret the environment to a small extent, they are aware of their surroundings. The thoughts and experience are still primarily controlled by the subconscious mind. The person is open to suggestion as there is no conscious filtering or analysing before it is taken to the subconscious level. Acting on conscious thoughts is challenging and confusing. The individual has nearly no instinct or care for self preservation neither a moral instinct. There is little or no reflections of higher consciousness. This state will readily pass and is only sustainable though great pressure to subvert the consciousness progression.

* Sensual

The conscious mind is slightly more engaged and can control the body much better than was possible in the trance state. The person identifies themselves as a physical person, and shares much of the mind set of an animal. Personal gratification of the physical senses and desires are often pursued, a willingness to be in a comfortable environment free of irritation. The conscious mind offers glimpses of self reflection showing the moral implications of unhindered pursuance of such desires. The person can understand behavior that is irresponsible and vice versa. There is an instinct of self preservation present though it is often skewed and distorted. Such a state can be directly caused and experienced through the intake of alcohol.

* Aesthetic

The condition of the average awake person. The person maintains a level of consciousness that allows them to select between several choices, but the origin of such choices is normally presented by the subconscious and is overlooked. The person maintains a good level of control of their body. The person may easily return to a mixed state of sensual / aesthetics if they do not engage in much analysis of information. For example a person will maintain good aesthetic consciousness in a conversation even with some reflections of higher states, but when idle will quickly hand over information and a degree of control to the subconscious processes, the person regaining consciousness only at the advent of a more complex choice situation. The aesthetic consciousness often allows emotional extremes of fear, doubt, worry, guilt and anger without any observation. Music, culture and artistic activities can be appreciated.

* Compassionate / Emotional

The consciousness allows for analysis of subconscious influence and behavior. Behaviors can be assessed and consciously acted upon either before or during their occurrence. The individual stops allowing extremes of emotions by taking note of the subconscious precursors to such behavior. Thus the compassionate person does not engage in fear, anger and worry or any other energy wasting expressions of emotion. Instead the person registers the subconscious cause for such behavior so the physical reaction is not necessary. This is the first beginning of self-awareness. The person will often still subscribe to certain goals that have remained from early in development, and will eventually start to assess these. It is the addressing of the emotion baggage and subconscious issues that is possible once obtaining this stage. In this stage the subconscious is beginning to be used as a direct tool for development of self-awareness. A process of cleansing the body begins by addressing all the unsolved problems the person has. The person addresses external causes of stress.

* Creative

The consciousness allows for analysis and addressing of conscious behavior by assessing both the subconscious and conscious motives. The individual gains a new level of insight and emotional detachment from their ego. The individual is able to address the repressed causes of stress built up from intuitive understanding of morals. The moral system of the person begins to become universal and dynamic rather than concrete and based upon subconscious fears. The idea of punishment and reward becomes obsolete. The individual no longer feels need of support from his social system because they start to see the world from a more fundamental viewpoint, the illusions of the ego and lower consciousness dissppear. In this stage the subconscious is beginning to be used as a tool for retrieving information and exploring different perspectives. The person has addressed internal causes of stress and becomes one consistent mind.

* Intuitive

The consciousness has cleared itself of its ego. Goals become irrelevent as the person obtains more knowledge of the universes true nature. The illusions of the physical body dissolve. The person understands the meanings of their individual experiences and uses them as guides.

* Self Consciousness

Continuous detached awareness of abstract (non-formed/partial) and concrete (fully formed) thoughts, emotional feelings and physical behaviour. The consciousness then begins the next step in evolution and experiences higher existences and eventually may choose to start the same cycle again with new more complex lessons.

* Objective Consciousness

The final step in evolution where the consciousness becomes part of the universe. A return to source. It is hard to speculate what this may entail.

It may be very hard to empathise with the ideas of the higher states of consciousness. Once you reach the level of compassionate and creative the idea seems strange and almost religious to those who are below them, but bear in mind that we to animals would probably seem confusing and strange following weird moral and social systems.

Expansion of Consciousness is not religion:

The standard model of religion as used in religious studies was defined by Clifford Geertz (Religion as a Cultural System, 1973), A religion is an organized approach to human spirituality which usually encompasses a set of narratives, symbols, beliefs and practices, often with a supernatural or transcendent quality, that give meaning to the practitioner's experiences of life through reference to a higher power or truth.

Religion is organised, it encompasses a set of narratives, symbols, beliefs and practices. The following of a religion normal dictates that a certain docterine should be adhered to. Expansion of consciousness is not a religious mindset. It is a cognitive development, a skill that can be learned regardless of the individuals approach, beliefs, associated symbols and narratives. Rather than being supernatural using the term as "beyond natural" it is supernatural in that it is a more intense degree of naturality. This is one of the main reasons I altered the consciousness levels from the source that I have used. Whilst "chakras" may be scientific fact (also supressed however), it is not neccessary to understand them in physical terms. Consciousness is an action that we are all capable of controlling, learning of chakras for development is simular to learning of neuron firing to speak. The understanding of the system is used once it is in correctly in place, not before it and learning of mechanisms before they are visibily evident creates a sort of expectation that may be detrimental to development. With this in mind lets re-assess some common "metaphysical" concepts into visible understandable ones.

Thinking outside the box to expand consciousness:

* Energy

Official Definition: The impetus behind all motion and all activity.

There are many various forms of energy that can be scinetifically observed. Heat, Sound, Light etc... Energy is simply a mathematical way of expressing a certain behvaiour relative to other behaviours. Everything that moves or that can have an effect on another object has energy of some kind. With this in mind it is clear that energy is not an object, but a attribute or behaviour of an object. Emotions are also attributes that have an effect on another object, whilst we can not add these together in a nice neat linear fashion they do interact, add and subtract from each other. We walk into a music concert with many happy people, you can feel that attribute, and it effects you mentally and physiologically. Likewise we can sense that a person is angry or sad. It may be argued that we interpret the behaviour of people into these emotional categories, yet when we measure temperature we need to use a themometer, or when we hear sound energy we need to use our ears. The concept of hot and cold, loud and quiet is a relative one decided by the cognitive interpretation of that information. Nearly all measurements that we take of energy is defined by an arbitrary system created from preceieved groups of individually relative information. Thus energy is simply a way to describe the amount of effect one attribute of an object has on another object or attribute. This applys equally to emotions, but can not be added and subtracted in discrete definable amounts because we have no way of directly measuring that emotional energy, but we can register it naturally just like any other sense and note the magnitude of it outside of a number system. This brings us nicely on to sensing..

* Sense

Official Definition: One of the methods for a living being to gather data about the world.

We typically group the senses into Sight, Touch, Hearing, Taste and Smell. These are ways to gather information about the world. The key sensing instruments. The senses are effectively measuring devices. We can measure the intensity and wavelength of light using our eyes, the dimensions or friction of an object with touch, the intensity and pitch of sound, the flavour (chemicals and chemical concentration) of taste and the chemical concentration of vapour and gaseous chemicals in smell. These are the ways in which information is collected. The information is collected for a purpose however, and the way we respond to that information is a conscious or subconscious/reflex choice which is an individual choice based on the individuals perception.

However some concepts are a combination of attributes that can not be individually sensed. Speed for example is the rate of change of distance from one point to another. You can not measure speed with a single measuring device. You must have a measurement of distance and a measurement of time (speed = change in distance x change in time). You yourself also can sense the behaviour that is called speed by using a combination of sight (movement of objects around you) and a sense of time (humans do have a sense of time created by nerves firing at intervals becoming a reference point). This is still a sense, you can not recreate the sense of speed through a single input of data. With this in mind it is clear that the interpretation of the data is far more important than the way it is collected. The interpretation and analysis of the data allows us to sense more than the individual data could tell us.

Lets analyse how information can be put together to sense something which is not normally seen as a quantifable behaviour such as emotion. For this we will use an emotion, anger.

* Sight

The person is moving at a speed faster (using time also) than normal (using a calibrated measurement gathered by learning of social behaviour), the person performs rigid actions that change direction awkwardly. The persons facial expressions become rigid and tense (again a learnt comparison). They make eye contact and stand in an aggressive stance.

* Hearing

The person is talking at an increased volume, the sound becomes more harsh and distorted. The person uses particular words in particular patterns that you have learnt to associate with anger.

* Touch

If in contact with you the person puts more force into their actions, they may grip or push/pull in ways you have learnt to understand as aggressive.

All of these senses must be combined to gain the sense of emotion. Sensing emotion is therefore a more complex sense as it depends on multiple data sources to be grouped together. We all naturally take information in through our primary senses, but the secondary senses (or compound senses) that are derived from them are far more important and useful to our conscious choice of actions than the individual ones. Sometimes the connection between various data sources is used subconsciously but if you can consciously take note of the various senses then you can group them together to feel the combined data of a higher sense. Expanded consciousness involves the feeling of emotion as a sense by being more receptive to the primary senses in conjunction rather than seperately. This is not consciously done by the average person, and thus we see why the average person is regarded as being in the aesthetic stage.

Thus we can view the compassionate (I prefer emotional) stage of consciousness and the others around it by these comparisions.
Sensual Stage 
A state in which the subconscious has control over the primary senses. The reactions of the individual in this level are not consciously chosen (except through the brief glimpses of the higher level.) The individual does not consciously focus on any information from any of the senses higher or lower, but still feels the effects from them.
Emotional Stage A state in which the conscious mind interprets several sense information points at once rather than handing control to the subconscious. Thus can being to develop an actual conscious understanding of different emotions and organise this information.
Aesthetic Stage A state in which the consciousness mainly concentrates on single senses and makes choices by this and the instinct feeling given to the person by his subconscious handing of sense information used collectively. With brief conscious handling of several data points to offer glimpses of the emotional stage. Creative Stage A state in which the conscious has been developed to maintain a steady hold upon the senses so that higher senses such as emotion are now autonomous and effortlessly sustained. The individual then progresses to ajoin the higher senses into yet higher ones by combining the sense of emotion and sense of purpose.

The Higher Senses:

Emotional Stage

Sense of emotion

The combination of the primary senses in order to gauge emotional energy, here is a list of emotions, the emotions are extremely complex and like the senses can be merged in more complex emotions and different intensities. In order to progress into the emotional stage it helps a lot to reflect on what different emotions there are, and what combination of emotions you feel. Then you dissect the emotional sense into its primary sense components so you can see the origin of the emotion. In this way you begin to physically be able to discern where this emotional energy as it were is being emitted from. In any environment, different emotions are being broadcast in the room. This creates an average emotion in the room, but by observing carefully you can see where the individual emotions are being broadcast from. Not only do other living sentient beings broadcast emotion, so do animals, plants, colour, inanimate objects, and the various arrangements of those. It is important to keep in mind that your own emotional state adds to that you observe. The angry person struggles to see relaxed calm people because his reference point has been shifted. It is thus just as important to note your own state when you view others so that you can reset the scales, just as you need to tare the scales when weighing multiple objects.

When slightly more developed the sense of emotion works in order to bring about the realisation of purpose. The sense of purpose is a sense of the underlying reasons behind physical events. The purpose of an event is always due to the emotional energy but several emotional energies will combine for a single purpose. A person who is scared (anticipation) and fearful will run, yet the person who is scared and angry will fight. It is at this point important to see that the emotional interaction of people forming a emotional average has an impact of the purpose behind large scale events. Riots are created through the average emotions of anticipation and anger resulting in collective aggression but aggression combined with pessimism will lead to a average hopelessness, this normally occurs between too large groups. Such a thing occurs all over the world in the news for example, the people reading or watching the news see aggression but are pessimistic about the outcome, and this leads to a feeling of hopelessness.

Creative Stage

Sense of purpose

The sense of purpose is a combination of the senses in order to understand the purpose behind events. There is generally two possible aims of any single event, baring in mind large scale events and organisations are a mixture of single events. The aims are either for "good or evil", which should really be seen as "equality or elitism". The aim is to either raise yourself and others to a state of freedom, or the aim is to raise yourself and perhaps peers to a state of control over others. Sense of purpose is an underlying sense of what the aim of a certain event or behaviour is for. In order to do this you must combine sense of emotion and intuition. Intuition is derived from subconscious impressions that you were not conscious enough to pick up yourself, the subconscious records every single event that you witness, and does not work against you but rather for you, now that you are more conscious you use it as a tool. It is used responsibly at this stage as you are able to sense yours and other peoples emotion and thus act in an informed manner. The sense of purpose allows you to protect yourself from false and misleading information when combined with your knowledge and thus aids you in your further development. Intuition is essentially the subconscious collection of all your lower and higher senses adjoined into a single sense. It may be dissected through conscious recollection of events which did not seem important at the time, memory recall increases with consciousness. The sense of purpose is very important as it allows you to know what emotions are intended to be invoked within you, even if they are unsuccessful, and thus you know if the person is sincere or if you are being lead. A person may appear happy and outgoing towards you, and you may be happy, yet you can sense they wish to change your mood or abuse it.

The sense of purpose is why people in this stage are accredited with being able to communicate very effectively, they can sense the emotion of the individual that they are communicating with, and the purpose and aims behind that person, and all with no mind reading required. The communicating person then can easily direct the person to certain states of emotion and thus effect the more concrete aim and purpose. This can be used for "equality or elitism" in that you can guide or misdirect a person effectively. It is very very important to realise than expansion of consciousness is not limited to nice people, religious, moral or social beliefs, but it definitely helps to challenge those gaining more consciousness who have corrupt ones.

It should be noted that whilst the intuition is used, this higher sense is not a subconscious process, rather the subconscious is being consciously called upon to provide information rather than to select the choice of action from that information.

Advice on raising the state of consciousness:

By now you should be getting a pretty clear idea on how to increase your consciousness, and it doesn't rely on finding the secret path, adopting any new religion. It only involves normal cognitive effort. Raising consciousness is not an easy feat, the problem being that when you are in a lower state of consciousness you do not realise until you wake up from it. This also instinctively should be your cue, when you feel like you have suddenly woken up from a daydream or anything that's when you must aim to sustain your consciousness. Raising your conscious is easy when you intend to do it, you will automatically reach the highest level you can obtain. The effective factor in the level you can achieve is only through understanding, and the understanding for a new level can only be obtained through lessons learnt from the level above it. Do not expect to be able to daydream all day and suddenly reach a new level of consciousness, you must work hard on it. The good news is that you can perform all of your daily actions just as good, and if not better by being more conscious of yourself.

To retain consciousness:

Do not allow your breathing to become an unconscious mechanism, constantly feel your abdomen rising and falling. Make sure you breathe from your diaphragm if you do not already (the chest should not move when you breathe.) This helps to keep you constantly reminded to say conscious and awake, and clears the mind from the chaotic mess that it becomes in lower consciousness.
Pay attention to what you see and feel, and try to feel the emotions invoked by them. Pay attention to minute details such as texture, the sound of the air and wind, the small colour changes. Do not focus on a single aspect, rather try to focus on all feelings at once. Focus at least two things and constantly cycle them to areas you realise you are not aware of.
TV, Reading Books, Staying Indoors, Oversleeping, Concentrating at a single point, Eating, Drinking, Dancing, Music are all things which will quickly put you into a mixed state of trance if you do not sufficiently remain conscious. Take breaks from these things to reload and quiet the mind. These things are not bad to do but they can be detrimental when beginning to try keeping awareness.
Set wake up cues, a person can be made to awaken by certain cues, such as the words WAKE UP written on the back on their hand. You may laugh, but it seriously may be necessary.
When starting out your mind will scream to be let loose again, its like training an animal, it will make you feel exhausted and you will want to give up. You will be able to feel the pressure lifted from allowing yourself to "fall asleep" again. This is a combination from actual mental exhaustion and social programming to stay asleep. Resist, Resist, Resist giving up, it is worth it. Your consciousness needs to become stronger, and in this way it acts like a muscle.
The more conscious you become the harder it is to fall asleep again.
There are levels within levels and you may be able to sense the drop without loosing conscious control, if so bring it back up. You will notice signs that your mind is beginning to wonder.
Do not suppress thoughts rather pay attention to them, suppression means to not think, and that's exactly what we want to stop.

Misconceptions and Traps:

Suppression of a thought does not stop it, it passes it to subconscious control, thus the meditations that tell you to clear your mind as in not think are actually forms of hypnosis. Hypnosis is the exact opposite of self awareness and corresponds to effort to move down levels rather than up. Self-hypnosis is very inadvisable.
The act of meditation is not a religion and doesn't signify following one, I hope you can realise this for yourself and I don't need to explain it any further.
Intuition needs to be logically assessed and dissected or your might find yourself subject to mind control from psychotronics or other forms of suggestion.
That all higher conscious beings are nice and friendly, just look at the leaders of the world who send you daily propaganda and mind control.
/***
|Name:|InstantTimestampPlugin|
|Description:|A handy way to insert timestamps in your tiddler content|
|Version:|1.0.10a|
|Date:|27-Jun-2011|
|Source:|http://mptw.tiddlyspot.com/#InstantTimestampPlugin|
|Author:|Simon Baird <simon.baird@gmail.com>|
|License:|http://mptw.tiddlyspot.com/#TheBSDLicense|
!!Usage
If you enter {ts} in your tiddler content (without the spaces) it will be replaced with a timestamp when you save the tiddler. Full list of formats:
* {ts} or {t} -> timestamp
* {ds} or {d} -> datestamp
* !ts or !t at start of line -> !!timestamp
* !ds or !d at start of line -> !!datestamp
(I added the extra ! since that's how I like it. Remove it from translations below if required)
!!Notes
* Change the timeFormat and dateFormat below to suit your preference.
* See also http://mptw2.tiddlyspot.com/#AutoCorrectPlugin
* You could invent other translations and add them to the translations array below.
***/
//{{{

config.InstantTimestamp = {

  // adjust to suit
  timeFormat: 'DD/0MM/YY 0hh:0mm',
  dateFormat: 'DD/0MM/YY',

  translations: [
    [/^!ts?$/img,  "'!!{{ts{'+now.formatString(config.InstantTimestamp.timeFormat)+'}}}'"],
    [/^!ds?$/img,  "'!!{{ds{'+now.formatString(config.InstantTimestamp.dateFormat)+'}}}'"],

    // thanks Adapted Cat
    [/\{ts?\}(?!\}\})/ig,"'{{ts{'+now.formatString(config.InstantTimestamp.timeFormat)+'}}}'"],
    [/\{ds?\}(?!\}\})/ig,"'{{ds{'+now.formatString(config.InstantTimestamp.dateFormat)+'}}}'"]

  ],

  excludeTags: [
    "noAutoCorrect",
    "noTimestamp",
    "html",
    "CSS",
    "css",
    "systemConfig",
    "systemConfigDisabled",
    "zsystemConfig",
    "Plugins",
    "Plugin",
    "plugins",
    "plugin",
    "javascript",
    "code",
    "systemTheme",
    "systemPalette"
  ],

  excludeTiddlers: [
    "StyleSheet",
    "StyleSheetLayout",
    "StyleSheetColors",
    "StyleSheetPrint"
    // more?
  ]

};

TiddlyWiki.prototype.saveTiddler_mptw_instanttimestamp = TiddlyWiki.prototype.saveTiddler;
TiddlyWiki.prototype.saveTiddler = function(title,newTitle,newBody,modifier,modified,tags,fields,clearChangeCount,created) {

  tags = tags ? tags : []; // just in case tags is null
  tags = (typeof(tags) == "string") ? tags.readBracketedList() : tags;
  var conf = config.InstantTimestamp;

  if ( !tags.containsAny(conf.excludeTags) && !conf.excludeTiddlers.contains(newTitle) ) {

    var now = new Date();
    var trans = conf.translations;
    for (var i=0;i<trans.length;i++) {
      newBody = newBody.replace(trans[i][0], eval(trans[i][1]));
    }
  }

  // TODO: use apply() instead of naming all args?
  return this.saveTiddler_mptw_instanttimestamp(title,newTitle,newBody,modifier,modified,tags,fields,clearChangeCount,created);
}

// you can override these in StyleSheet
setStylesheet(".ts,.ds { font-style:italic; }","instantTimestampStyles");

//}}}
!!!Correctness of information on this site?
Unfortunately it is absolutely impossible to talk with certainty about something as complex as this, the theories and discussions on this website are just that.. theories and discussions. The absolute nature of reality is a grand mystery which might never be revealed or perhaps only known at the end of existence, should we ever find it. The fact that the true nature of reality seems impenetrable once concepts such as manifestation of intent, and that the universe is "mind" begin to be considered or explored has suggested that it should be avoided, and it in fact forms the basis of a very relevant philosophical discussion called the [[Evil Demon|http://en.wikipedia.org/wiki/Evil_demon]], the answer to the question as to the correctness of information on this site is here also. I have chosen to either vanquish or wholeheartedly accept the evil demon depending upon which perspective you choose... and the rest of this site composes of what I found. Whilst I theorise and attempt to think about and understand at a level which may seem way beyond my capabilities, that doesn't mean I imply it is correct. In fact it is entirely possible correctness doesn't exist... I have been given much information from interesting sources including from those which appear to be greatly beyond humanities current state of being, and I see reality often mirroring my theories as I check them, and often changing them. All I truly know is this.. "I think, therefore I am." I have a set of my own beliefs that if you can understand you will be able to explore for yourself the information here and make the information most useful to you...
*Truth is not nearly as important as usefulness, usefulness can be verified, truth can not
*Truth may very well be what we obtain from a system of organised usefulness rather than some concrete set of objects or physical relationships
*We may live in a consensus reality that manifests physically due to collective expectation, but I believe the overall pressure and experience of existence itself points to a logical and physically independent system of realisations about your own "beingness and existence"
*The whole process can be the most amazing fun and truly fascinating if you just integrate awareness of such grand mystery into your everyday life and consciously experiment
!!!Polarisation and Forms of Being
The world is currently undergoing a series of important events that offers the opportunity for a radical shift in human perspective. The true nature of reality is very different from that which we are commonly taught, and the nature of evolution both of consciousness and the body is not a slowly increasing linear slope. The rate of evolution, introspection, accumulation of personal power, along with access to information is exponential - forming a part of a grand cycle which the "being" within your various bodies may eventually learn to harness and gather enough momentum for a radical change, and accomplish a true transmutation both physically and psychically into a new form of being. There are multiple avenues of possibility to individuals in these times should they be able to sense and consciously partake in the "energy" and related experiences that are available at this time. 

Three major probabilities exist, two of which are relevant to those who may consciously direct this energy for personal transformation and the other being swept under the tide. Those who are not currently able to grasp their existence and choose to take a conscious effort within their personal evolution may not learn to "surf" upon the crest of this wave and land in one piece upon the destination which they will call their new home. This is not a matter of superiority for all things have their correct time, and the potentials that allow for such an individual to become self-aware must be unconsciously built to the point that they cross a stable threshold. This is akin in chemical physics to an activation energy which then may settle into a new stable local minimum. The experiences within life that are provided at this time are catalysts, increasing the rate that the energy used for work, the work in this case is self-discovery and self-knowledge. This work may allow the person to expand his understanding of his "self" beyond the constrains of his internal world, seeing themselves within all other things. They begin to recognise themselves in the all and eventually their existence becomes apparently anchored outside itself and the inhabited body. By this process the person may overcome the "second death" of the personality and extend their conscious development beyond the constrains of their physical body. Harnessing the power of the catalyst to perform work requires intent to a particular direction and purpose, there are two such directions which this intent and realisations may focus. 

The process of consciously directing the available energy in experience to form a new framework of understandings and realisations into a coherent and stable system is called "polarisation". Polarisation may occur in either of two directions, one is towards the identification of unification of yourself with all others, another is the concept of separation of yourself from all others. In unification you identify with the creator within all others as being unified with the creation of yourself and thus accept other-selves as a extension of yourself. In separation you may perceive all others to be a creation of the self and therefore conflicting ideas etc... are a symptom of a rebelling ego which can be manipulated to conform to your own will. Those in this stage of existence often perceive these polarisations are being positive and negative, one is co-operative and the other manipulative. The usage of energy within the two polarities, called service to others and service to self is fundamentally different. Because of this energetic difference universal laws form pressures and catalysts which are specific to the newly selected polarisation which develop into a distinctly differing set of behaviours, which we then see are positive and negative depending on our own relationship to them. In the service to others orientation all outward conflicts are seen as originating as an expression of the extended unified self, and therefore are not seen as negative because there is always room for the "positive" direction of experience in understanding the self. It should be noted that in service to others orientation positivity therefore may not be recognised because it has no opposite, it may be understood as a duality of positive/negative as a single "object" to recognise the fact that all experience may be utilised in either direction, or this new synthesis of the duality may simply be called again "experience" and have no real name.

This distinction between "positive and negative" and the placing of an individual into a spiritually elevated state is a source of much confusion for those who are beginning to polarise. Those who begin to polarise to service to others may assume that they are developing because they are positive, and therefore no-one can come to a spiritually elevated state through another means. They often therefore overlook the nature of service to self polarisation, and initially find it a great struggle to perceive how evolution may be accomplished without positivity. It is only once they may transcend the illusionary nature of positive/negative that they can come to perceive that evolution is not dependant on "positivity" because positivity also simply doesn't exist as a real thing. The concept of positivity/negativity is merely a useful tool when working in a particular frame of reference with other-selves. The problem with using the idea of positivity and negativity for service to others without an understanding of its true nature is that it is a concept that either depolarises or resists polarisation by suggesting that you are dependant on exterior forces for your development. This mindset surrenders the evolution once again to chaos rather than order, and polarisation doesn't occur or become possible until randomness may elevate the state of the individual to achieve a point of insight which again inspires them to take conscious action to sustain that energy level. 

As service to others from the perspective of a non-polarising mindset may be perceived to be framing all stimulating experience in a positive light, we may also see that the service to self may be perceived as framing all stimulating experience in a negative light, representing an obstacle to be overcame by subversion or manipulation to conform to the internal will. Service to others oriented beings will use the will to manipulate the perception of self (which remember includes those that used to be perceived outside of the self) to conform to a beneficial interaction with those around them, accepting the "extended-self" and forming the correct relationship with the expressed energy within the extended self. Service to self oriented beings will use the will to manipulate the perspective (note important change of language) of the other-self to conform beneficially to the perception of its self. Ultimately the reasoning according to universal law of service to self is flawed (without negative implication) because the entity will reach the point where the manipulation of other perspectives is no longer possible, this being because it may not draw upon enough energy to sustain itself through manipulation any more. The energy required eventually reaches the amount of half that in existence at which point the service to self entity instead turns inward into an illusionary universe where it mistakenly attempts to manipulate its own energy to feed itself. The consciousness then begins a descent into pure matter and begins ascent again, some of the highest expressions of service to self being observable in the physical as black holes. Lower developed forms of service to self entities may enter a delusion when they are able to source energy by manipulation from other sources, at which point they may for a while "eat themselves" because they are unable to "see" a real perspective in which they gain energy. 

Service to others however never enter this state of affairs because they always have the ability to see a real beneficial perspective as they may eventually come to encompass an acceptance of all service to self beings as being an extension of self. Therefore service to others becomes the only viable route to become one with "the all" consciously. Service to self does become one with the all, but only as an expression of pure matter, which has fragmented consciousness. Service to others eventually becomes pure energy, the opposite pole to matter, but retains full consciousness as energy binds all matter, and all matter is responsive to all matter via energy (action at a distance). The binding of all matter by energy is accomplished by gravity, and gravity essentially is consciousness. Although not visible from our perspective as being conscious beings, all stars, planets and sources of gravity are conscious as fields of gravity. Larger fields are larger consciousness. Likewise your essential being is the gravity field that comprises of the atoms within your body, the cells and molecules thus formed, the astral and higher vibrational forms of such matter forming bodies which have currently diminishing personal consciousness as they degrade into the pure energy that is the prime creator. Seeing yourself in others, connecting your understanding and anchoring the self with other selves, is the projection or expansion of consciousness into these "fields of gravity".
!!!Densities
There are several densities, which effectively categorise the expansion of consciousness into various experiential realms. These overall states of "being" have a certain set of laws, lessons and realisations which follow a logical progression. The nature of the lessons and realisations dictates the presence or absence of a physical body, the degree of manipulation and interaction with physical or mental objects or thoughtforms and the common relationships experienced with other beings arising due to such requirements. There are seven overall densities, which comprise the states of being sequentially in order of awareness (not time)...

•	First Density – Mineral life. Composed of a large spectrum of inorganic mineral life found in rocks, molecules and atoms. No organic function. Major focus is upon the nature of intent and beingness.

•	Second Density – Second density is split into two types, long wave and short wave life forms. Long wave life forms, including most plants and trees exist for very long lifetimes and learn sequentially step by step. Short wave life forms include animals. We might treat microbial life like viruses and bacteria as being between first and second density. Major focus is the gradual development of self awareness, and energy consumption.

•	Third Density – Third density is the density which we inhabit, but also includes inner planes normally outside of our perception. Humans inhabit one sub-density of third density, and may travel to other sub-density levels by dreaming, astral projection etc… Human beings are a short wave life form, learning multiple lessons at a time. It is sometimes considered that between second and third density are elementals, representative of fire, earth, air and water. Elementals inhabit an astral space. Major focus is the development of polarity (service to other / service to self) and conscious co-operation.

•	Fourth Density – Fourth density is inhabited by various intelligences, most of which we are familiar of as aliens. Fourth density life is outside of linear time (they may mentally move through time), and has variable physicality. Essentially fourth density life may assume a physical form or an etheric form by focusing on various rates of vibration. These allow them to move through physical objects, and to essentially time travel. There are various constraints on these abilities just as humans are constrained within their power to move throughout third density. Various adepts may be seen to be operating between third and fourth density, but the overall perception is clearly split between either one… which is just as true for the other in-between states. Major focus is the exploration of polarity. In some sources this is called the density of “love” because it is either love of the creator in others or in yourself depending on polarity. At this level entities are a social memory complex, and can recall the experience of all others within their “soul-group”. Earth is said to have multiple social memory complexes developing as it is formed from multiple races moved here from other planets.

•	Fifth Density – Fifth density is the first density where there is no physical body, there is just a mental body. There is “no time” in fifth density. All times can be “seen” simply by the contemplation of a mental concept. This density is where entities of first, second, third and fourth density may find themselves in between incarnations. The life is reviewed and then a new incarnation began in the entities current density. The pinnacle of physical experience is eventually reached when the entity becomes a permanent inhabitant of fifth density outside of the cycles of life and death. At this point experiences within “time” in that of first, second, third and fourth densities are seen to be a grand illusion, never really occurring as “real things”, but through a slow and thorough focusing on the mental concepts inside them. In this way, all beings are essentially at fifth density already throughout the whole process, but eventually wake up within fifth density. Major focus in fifth density for the native inhabitant is the balancing of polarity with wisdom, which eventually leads to the resolution of polarities into a non-polar duality (this is accomplished via communication with sixth density beings/thought centres.)

•	Sixth Density – Sixth density is a non-physical density, sometimes called the density of wisdom, because there is no-polarity. Entities here are involved in the balancing of the entities experiences below them; they provide information and guidance in order to ensure free-will. Sixth density beings are called thought centres. They are developed from social memory complexes.

•	Seventh Density – Little known about this, in this, all social memory complexes are combined to become the mind of the creator. There is mention of the gateway to a new octave of experience. Stars are said to be the atoms of the body of those of the octave. 

<<tabs tabsClass
"Ongoing Research Notes" "My Notes and Discussions on a large variety of topics (The main wiki like part of the site)" "Ongoing Research Notes"
"Full Articles and PDF Links" "Full articles and discussion representing a synthesis of information from my various notes, with PDF forms attached" "Full Articles and PDF Links"
"Thought Experiments and Exercises" "Various Exercises and Thought Experiments" "Thought Experiments and Exercises"
"Misc Content" "Misc Content" "Misc Content"
>>
/***
|Name:|LessBackupsPlugin|
|Description:|Intelligently limit the number of backup files you create|
|Version:|3.0.1a|
|Date:|27-Jun-2011|
|Source:|http://mptw.tiddlyspot.com/#LessBackupsPlugin|
|Author:|Simon Baird|
|Email:|simon.baird@gmail.com|
|License:|http://mptw.tiddlyspot.com/#TheBSDLicense|
!!Description
You end up with just backup one per year, per month, per weekday, per hour, minute, and second.  So total number won't exceed about 200 or so. Can be reduced by commenting out the seconds/minutes/hours line from modes array
!!Notes
Works in IE and Firefox only.  Algorithm by Daniel Baird. IE specific code by by Saq Imtiaz.
***/
//{{{

var MINS  = 60 * 1000;
var HOURS = 60 * MINS;
var DAYS  = 24 * HOURS;

if (!config.lessBackups) {
  config.lessBackups = {
    // comment out the ones you don't want or set config.lessBackups.modes in your 'tweaks' plugin
    modes: [
      ["YYYY",  365*DAYS], // one per year for ever
      ["MMM",   31*DAYS],  // one per month
      ["ddd",   7*DAYS],   // one per weekday
      //["d0DD",  1*DAYS],   // one per day of month
      ["h0hh",  24*HOURS], // one per hour
      ["m0mm",  1*HOURS],  // one per minute
      ["s0ss",  1*MINS],   // one per second
      ["latest",0]         // always keep last version. (leave this).
    ]
  };
}

window.getSpecialBackupPath = function(backupPath) {

  var now = new Date();

  var modes = config.lessBackups.modes;

  for (var i=0;i<modes.length;i++) {

    // the filename we will try
    var specialBackupPath = backupPath.replace(/(\.)([0-9]+\.[0-9]+)(\.html)$/,
        '$1'+now.formatString(modes[i][0]).toLowerCase()+'$3')

    // open the file
    try {
      if (config.browser.isIE) {
        var fsobject = new ActiveXObject("Scripting.FileSystemObject")
        var fileExists  = fsobject.FileExists(specialBackupPath);
        if (fileExists) {
          var fileObject = fsobject.GetFile(specialBackupPath);
          var modDate = new Date(fileObject.DateLastModified).valueOf();
        }
      }
      else {
        netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
        var file = Components.classes["@mozilla.org/file/local;1"].createInstance(Components.interfaces.nsILocalFile);
        file.initWithPath(specialBackupPath);
        var fileExists = file.exists();
        if (fileExists) {
          var modDate = file.lastModifiedTime;
        }
      }
    }
    catch(e) {
      // give up
      return backupPath;
    }

    // expiry is used to tell if it's an 'old' one. Eg, if the month is June and there is a
    // June file on disk that's more than an month old then it must be stale so overwrite
    // note that "latest" should be always written because the expiration period is zero (see above)
    var expiry = new Date(modDate + modes[i][1]);
    if (!fileExists || now > expiry)
      return specialBackupPath;
  }
}

// hijack the core function
window.getBackupPath_mptw_orig = window.getBackupPath;
window.getBackupPath = function(localPath) {
  return getSpecialBackupPath(getBackupPath_mptw_orig(localPath));
}

//}}}
!!!Background
The Linda Cortile case is a famous alien abduction case. Occurring at a Manhattan apartment building at about 3:00 A.M. on November 30, 1989. It was, according to Budd Hopkins book, observed by multiple witnesses on brooklyn bridge including a high ranking politician. Evidence of this is not forthcoming, but it is mentioned in the C's transcripts. An important point to note is that the C's claim that only those who were in 4th Density at the time witnessed the events. This information was significant to me in that there has been multiple times in which I attempted to point out a UFO to another person and it seems that I am invisible to this person. In fact, there have been times where I have also observed another person who could see the same UFO being apparently invisible and inaudible to others, to the point where they don't even pay attention to the person practically screaming in their face to "turn around at look at that".
/***
|''Name:''|LoadRemoteFileThroughProxy (previous LoadRemoteFileHijack)|
|''Description:''|When the TiddlyWiki file is located on the web (view over http) the content of [[SiteProxy]] tiddler is added in front of the file url. If [[SiteProxy]] does not exist "/proxy/" is added. |
|''Version:''|1.1.0|
|''Date:''|mar 17, 2007|
|''Source:''|http://tiddlywiki.bidix.info/#LoadRemoteFileHijack|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0|
***/
//{{{
version.extensions.LoadRemoteFileThroughProxy = {
 major: 1, minor: 1, revision: 0, 
 date: new Date("mar 17, 2007"), 
 source: "http://tiddlywiki.bidix.info/#LoadRemoteFileThroughProxy"};

if (!window.bidix) window.bidix = {}; // bidix namespace
if (!bidix.core) bidix.core = {};

bidix.core.loadRemoteFile = loadRemoteFile;
loadRemoteFile = function(url,callback,params)
{
 if ((document.location.toString().substr(0,4) == "http") && (url.substr(0,4) == "http")){ 
 url = store.getTiddlerText("SiteProxy", "/proxy/") + url;
 }
 return bidix.core.loadRemoteFile(url,callback,params);
}
//}}}
!!!Introduction
Lucid dreaming and astral projection are very closely entwined. To lucid dream is to astral project but the consciousness will be much dimmer than if separation can be performed in full retention of consciousness. In a lucid dream the individual will become consciously aware in the midst of the astral plane, in astral projection the individual will consciously enter into the astral realm from the physical and will therefore perceive some form of transition. The less well known technique of etheric projection lies on an intermediate plane, which may or may not be perceived depending on the conditions and the ability of the projector. Learning astral projection may be thought of a prerequisite to the art of etheric projection, as an experienced etheric projector will have no difficulty in moving between the astral and etheric planes - the same is not necessarily true of an astral projector.
!!!The Three Planes
*The Physical Plane - Whilst consciously awake on the physical plane the [[etheric body]] is magnetically locked into the matter of the physical body. It provides a link between the mind and intent of the individual to the body. All thoughts and intents are conveyed through the etheric body into the nerves of the normal body.
*The Etheric Plane - The etheric plane consists of a replica of the material world, and any etheric inhabitants. It is composed of a more subtle form of matter than the physical plane but it is still a material plane. All physical objects have an etheric component. In the etheric plane time is not linear or neccessarily particularly stable. The ability of an entity to consciously perform the dissolution of matter into the etheric and back into the physical plane is one of the major consequences of 4th Density existence. Humans may transfer their consciousness to the etheric body, but do not have the ability to recreate a physical body. A very talented adept is capable of solidifying his body and manipulating the awareness of another human in order to make his etheric body visible so that it appears to have materialised.
*The Astral Plane - A non-physical plane that exists as archetypal forms - formed from the "elements" by the more volatile mental plane, the astral plane can blend with the etheric plane or be an entirely separate domain. The astral plane contains replicas and thought forms which are being generated by the mental actions of other entities. It is essentially the first plane of the manifestation of matter. The astral plane is essentially the machine code of the matrix, which is compiled into the etheric plane, and "ran" for 3rd Density consciousness within matter.
[[Home|Welcome Page]] [[Practical Higher Knowledge]] [[Knowledge Base]] [[External Links and Resources]] [[Recent Updates]] [[News Links]] [[Contacts]]
!!!Memory Fragments
A memory fragment is a memory that appears to have no place to fit into your timeline. One example I may give is this: I one day spontaneously recalled walking around my house at night with the sense something was wrong, as I looked out the window with a feeling of terror I could make out a dark figure with glowing red eye. Yet I have no recollection of what I was doing before walking around my house, when it happened, or what happened immediately after I saw the figure. It just appeared in my memories during the day time, even though the memory was at night. These are probably weak flashbacks, but I call them memory fragments, because they may be an artefact of poor memory erasure or even artificially implanted memories.
!!!A Note of Warning
Information relating to mind control is particularly sensitive. Whilst 4D STS often feel an amount of impunity with regards to their agenda, human individuals within the military and politics who are involved with these subjects are fairly disposable. Individuals part of lower mind control groups are disposed of when they become a liability to the greater system quite often. These people can not disappear into the ether to escape criminal charges. This is normally linked to exposing of officials involved in paedophile circles (i.e. what they get put away for is often the tip of the iceberg, as the case is settled as fast as possible). Regardless to say because of this human officials are somewhat nervous about this information being disseminated in case they are exposed and may act quite recklessly to defend themselves like an animal backed into a corner.
!!!Basics
Mind control is the manipulation of the mental state of a subject through specially planned procedures or techniques. There is a large spectrum of possibility for the subversive influence of the human mind, many often being used in combination. All techniques basically come down to the induction of a dissociative state.
<<<
"Dissociation is a term in psychology describing a wide array of experiences from mild detachment from one's immediate surroundings to more severe detachment from one's physical and emotional reality. It is commonly displayed on a continuum. The major characteristic of all dissociative phenomena involves a detachment from reality – but not a loss of reality as in psychosis." - From wikipedia.
<<<
*The use of hypnotics and sedatives to induce a suggestible state within a subject
*The use of clinical hypnosis techniques and post-hypnotic suggestions
*The use of street theatre where acting is used to act out a certain situation to an unwitting target in what they believe is a normal public space
*Abuse leading to the "fracturing" of the mind (dissociation) - inducing alternative personalities, dissociative identity disorder - various tortures
*Electroshock techniques
*Psychotronics
*Optic nerve laser stimulation (newer techniques)
*STS telepathic emotional manipulation
*Dream invasion or sabotage
!!!Military Mind Control
Military mind control, including that utilised by various intelligence agencies, may or may not involve co-operation with alien technologies depending upon their level of operation. More overt signs of the development of mind control techniques has came to light following various assassinations, the MKULTRA program and school shootings. This type of mind control has a distinct terminology:
*Handler - The programmer of a mind control subject, may be multiple handlers for one subject
*Trigger - The trigger is what calls the post-hypnotic suggestion to be acted out, may range from simple phrases or objects to complex number sequences
*Alter - An alternate personality that is trained / groomed for a purpose, and called out by a trigger, in more advanced programming, there may be multiple alters that are "rotated" or visualised as a cubic system. 
*Dissociation - A state in which the normal waking personality is subdued, a person in this state is sometimes called a "clear eyes"
*Silent observer / Tape Recorder - An alter which serves to record and recall specific facts
*Master Programmer - In the alpha, beta, delta framework, the master programmer serves to write over post-hypnotic commands, it holds passwords so that a subject may be handled by multiple handler without them overwriting each others work. Master programmer is an alter, not the handler.
*Alpha, Beta, Delta, Omega - The name for suggestions of a certain type is called under these greek letters, partially linked to the amount of dissociation that is needed to impress them (alpha, beta and delta brainwaves, but this is not strictly correct). Alpha is the name for suggestions which are present in the waking personality, and is basically subconscious conditioning. It is "installed" first to prevent the subject from being in positions that might compromise the programming, or the tasks programmed. Beta is programming that is of a sexual nature, used for honeytraps in spying and blackmail and also used for illuminati rituals. Delta programming is for military, violence and killing. Omega, is a self destruct program, designed to make the individual commit suicide. Omega is seen in shooting attacks where suicide is committed afterwards. Theta programming, which is a lot harder to come across material evidence for because of the way in which it is used, is remote viewing programming and "psychic skills".
It needs to be understood that the whole system of mind control only has these names because they are mnemonic devices. These names are merely taught to the subjects so that handlers may be able to interact with subjects who they have not personally been around. The system of alters, such as a "thirteen cube arrangement" is simply visualised within the dissociated persons mind. It could just as easily be a hotel with many rooms (often a castle is used). In this way different groups make it more difficult for them to steal each others subjects, to keep military information classified (as passwords can be used), to ensure that if a handler dies he can be replaced, and to ensure that in emergency situations those from the same organisation can use the same triggers. The complexity of these experiments requires that a person be predisposed to dissociation. Military and alien groups are looking for those who are genetically predisposed, and many are "multigenerational victims".
!!!Various Systems
It appears to me that there are multiple systems that are used in mind control for the symbolism. I call this the "base symbolism". The base symbolism is a series of cues and triggers which is set up by any organised attempt at mind control. Really, the base symbolism may be anything at all, but may be selected to match the overall feel of the programming purpose. Some of the older systems (I think different generations have different symbolism) used gemstones and monarch program symbols, mirrors and castles, keys, wizard of oz. Most programming seems to be focusing on delta programming now and the use of electronic methods rather than ritual abuse. A indicator for mind control is often an obsession with various objects or stories, and these may hint at the base symbolism.
!!!Examples of triggers
*Numeric such as "alpha-309309" is an example of a trigger code which may be said out loud in the alpha, beta, delta system.
*"Open your eyes" and variations on this are a very common basic precursor to receive a hypnotic instruction subconsciously, as are bright blue lights
*Smashing glass sound, often used as a hypnotic closer following open your eyes variation - A picture of fractured glass over an eye often indicates that someone has been dissociated or that there is programming within that film.
*Alters can have weird names like "rubber duck" and "queen mother" 
*Writing that is mirrored
*Quotes and figures from the base symbolism
!!!Alien Mind-control
Little is known about the specifics of alien mind control when it is not conducted along side of the military or underground types. It is believed that the military technology is probably a spin off from the alien programs and therefore probably shares a fair amount of content. Techniques for the dissociation of slaves and prisoners has been known for a long time from the days of torture however. It appears that there may have been a cross over between the "ordinary government" at the time of MKULTRA with the secret government programs originating probably at NASA from paperclip (project monarch?), who were probably more advanced from the collaboration with STS. It appears that the electronic technology for programming was not provided to humans until the STS gained a strong hold in the US, this is probably because military mind control of abductees by rebelling or competing groups actually represents the most productive way to spy on the alien agenda.
!!!Epigenetics
Epigenetics is a possible mechanism through which biological predispositions to dissociation may have been developed in project monarch. 
*See studies of the type: [[http://www.pnas.org/content/early/2012/05/15/1118514109.full.pdf]]
*It is very possible that much of the 4D genetic programming and interference has its basis in the more flexible and dynamic epigenetic code, since studies have attributed DNA methylation patterns to the persistence of memory and psychological disorders (read here genetics alters consciousness).
*Just how reactive epigenetic mechanisms are to the environment is something still being investigated.
* Epigenetic mechanisms are in my opinion the closest link between consciousness, karma and the DNA. Representing the potential for an altered state or environmental stimulus of mind to rapidly modify the biochemistry of the body.
*If the DNA is responsive to physical fields such as EM, the DNA methylation patterns may be akin to nodal points for generation of harmonics.
* [[Differential DNA Methylation Patterns Define Status Epilepticus and Epileptic Tolerance|http://www.jneurosci.org/content/32/5/1577]] - Read flashing lights may affect gene expression.
<<<
Q: (L) Okay.  You mentioned the strobe lights.  Are these strobe lights that are used to control minds, are these something that we would or might come in contact with on a daily basis?
A: Do you not already know?  We didn't say: some strobe lights, we said: strobe lights, i.e. all inclusive!
Q: (T) Strobe lights come in many forms and types. TV is a strobe light.  Computer screens are a strobe light. Lightbulbs strobe. Flourescents strobe.  Streetlights strobe.
A: Police cars, ambulances, firetrucks...  How long has this been true?  Have you noticed any changes lately??!!??
Q: (F) Twenty years ago there were no strobe lights on any of those vehicles mentioned.  They had the old flasher type lights.  Now, more and more and more there are strobe lights appearing in all kinds of places.  (L) And now, they even have them on school buses!  (T) And the regular city buses have them too, now.  (L) Okay, is the strobing of a strobe light, set at a certain frequency in order to do certain things?
A: Hypnotic opener.
<<<
|!Link|!Description|
|[[How to become more aware]]|An old article I am in the process of reworking. I intend to keep the old work present for reference since the new version will be quite altered.|
Name: MptwBlack
Background: #000
Foreground: #645EDD
PrimaryPale: #FFCC
PrimaryLight: #6C2EAE
PrimaryMid: #F8913C
PrimaryDark: #aaa
SecondaryPale: #111
SecondaryLight: #ccffcc
SecondaryMid: #555
SecondaryDark: #888
TertiaryPale: #ffcc
TertiaryLight: #666
TertiaryMid: #888
TertiaryDark: #aaa
Error: #300

Name: MptwBlue
Background: #fff
Foreground: #000
PrimaryPale: #cdf
PrimaryLight: #57c
PrimaryMid: #114
PrimaryDark: #012
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88

//{{{
// Pretty sure this is incomplete and experimental
// TODO: Fix it or remove it.

(function($){

merge(config.macros,{
  mptwCollapse: {
    handler: function(place,macroName,params) {
      createTiddlyButton(place, params[0] == '+' ? '\u25AD' : '\u25AC', 'collapse/uncollapse', function(){
        $(story.findContainingTiddler(place)).toggleClass('collapsed');
      });
    }
  }
});

/* this doesn't work unless you have a modified ViewTempate */
config.shadowTiddlers["MptwCollapsePluginStyles"] = ""
  +".collapsed .uncollapsedView { display:none;       }"
  +".collapsedView              { display:none;       }"
  +".collapsed .collapsedView   { display:block;      }"
  +".tiddler.collapsed          { padding-bottom:1em; }"
  +".tiddler.collapsed .title   { font-size:100%;     }"
;

store.addNotification("MptwCollapsePluginStyles",refreshStyles);

})(jQuery);

//}}}
/***
|Name:|MptwConfigPlugin|
|Description:|Miscellaneous tweaks used by MPTW|
|Version:|1.0a|
|Date:|27-Jun-2011|
|Source:|http://mptw.tiddlyspot.com/#MptwConfigPlugin|
|Author:|Simon Baird <simon.baird@gmail.com>|
|License:|http://mptw.tiddlyspot.com/#MptwConfigPlugin|
!!Note: instead of editing this you should put overrides in MptwUserConfigPlugin
***/
//{{{
var originalReadOnly = readOnly;
var originalShowBackstage = showBackstage;

config.options.chkHttpReadOnly = false;  // means web visitors can experiment with your site by clicking edit
readOnly = false;                        // needed because the above doesn't work any more post 2.1 (??)
showBackstage = true;                    // show backstage for same reason

config.options.chkInsertTabs = true;     // tab inserts a tab when editing a tiddler
config.views.wikified.defaultText = "";  // don't need message when a tiddler doesn't exist
config.views.editor.defaultText = "";    // don't need message when creating a new tiddler

config.options.chkSaveBackups = true;         // do save backups
config.options.txtBackupFolder = 'twbackup';  // put backups in a backups folder

config.options.chkAutoSave = (window.location.protocol == "file:"); // do autosave if we're in local file

config.mptwVersion = "2.7.3";

config.macros.mptwVersion={handler:function(place){wikify(config.mptwVersion,place);}};

if (config.options.txtTheme == '')
  config.options.txtTheme = 'MptwTheme';

// add to default GettingStarted
config.shadowTiddlers.GettingStarted += "\n\nSee also [[MPTW]].";

// add select theme and palette controls in default OptionsPanel
config.shadowTiddlers.OptionsPanel = config.shadowTiddlers.OptionsPanel.replace(/(\n\-\-\-\-\nAlso see \[\[AdvancedOptions\]\])/, "{{select{<<selectTheme>>\n<<selectPalette>>}}}$1");

// these are used by ViewTemplate
config.mptwDateFormat = 'DD/MM/YY';
config.mptwJournalFormat = 'Journal DD/MM/YY';

//}}}
Name: MptwGreen
Background: #fff
Foreground: #000
PrimaryPale: #9b9
PrimaryLight: #385
PrimaryMid: #031
PrimaryDark: #020
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88

Name: MptwRed
Background: #fff
Foreground: #000
PrimaryPale: #eaa
PrimaryLight: #c55
PrimaryMid: #711
PrimaryDark: #500
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88

|Name|MptwRounded|
|Description|Mptw Theme with some rounded corners (Firefox only)|
|ViewTemplate|MptwTheme##ViewTemplate|
|EditTemplate|MptwTheme##EditTemplate|
|PageTemplate|MptwTheme##PageTemplate|
|StyleSheet|##StyleSheet|

!StyleSheet
/*{{{*/

[[MptwTheme##StyleSheet]]

.tiddler,
.sliderPanel,
.button,
.tiddlyLink,
.tabContents
{ -moz-border-radius: 1em; }

.tab {
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
}
#topMenu {
	-moz-border-radius-bottomleft: 2em;
	-moz-border-radius-bottomright: 2em;
}

/*}}}*/

Name: MptwSmoke
Background: #fff
Foreground: #000
PrimaryPale: #aaa
PrimaryLight: #777
PrimaryMid: #111
PrimaryDark: #000
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88

|Name|MptwStandard|
|Description|Mptw Theme with the default TiddlyWiki PageLayout and Styles|
|ViewTemplate|MptwTheme##ViewTemplate|
|EditTemplate|MptwTheme##EditTemplate|
Name: MptwTeal
Background: #fff
Foreground: #000
PrimaryPale: #B5D1DF
PrimaryLight: #618FA9
PrimaryMid: #1a3844
PrimaryDark: #000
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #f8f8f8
TertiaryLight: #bbb
TertiaryMid: #999
TertiaryDark: #888
Error: #f88
|Name|MptwTheme|
|Description|Mptw Theme including custom PageLayout|
|PageTemplate|##PageTemplate|
|ViewTemplate|##ViewTemplate|
|EditTemplate|##EditTemplate|
|StyleSheet|##StyleSheet|

http://mptw.tiddlyspot.com/#MptwTheme ($Rev: 1829 $)

!PageTemplate
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
	<div class='headerShadow'>
		<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
		<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
	</div>
	<div class='headerForeground'>
		<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
		<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
	</div>
</div>
<!-- horizontal MainMenu -->
<div id='topMenu' refresh='content' tiddler='MainMenu'></div>
<!-- original MainMenu menu -->
<!-- <div id='mainMenu' refresh='content' tiddler='MainMenu'></div> -->
<div id='sidebar'>
	<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
	<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
	<div id='messageArea'></div>
	<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->

!ViewTemplate
<!--{{{-->
<div class="uncollapsedView">
[[MptwTheme##ViewTemplateToolbar]]

<div class="tagglyTagged" macro="tags"></div>

<div class='titleContainer'>
	<span class='title' macro='view title'></span>
	<span macro="miniTag"></span>
</div>

<div class='subtitle'>
	(updated <span macro='view modified date {{config.mptwDateFormat?config.mptwDateFormat:"MM/0DD/YY"}}'></span>
	by <span macro='view modifier link'></span>)
	<!--
	(<span macro='message views.wikified.createdPrompt'></span>
	<span macro='view created date {{config.mptwDateFormat?config.mptwDateFormat:"MM/0DD/YY"}}'></span>)
	-->
</div>

<div macro="showWhen tiddler.tags.containsAny(['css','html','pre','systemConfig']) && !tiddler.text.match('{{'+'{')">
	<div class='viewer'><pre macro='view text'></pre></div>
</div>
<div macro="else">
	<div class='viewer' macro='view text wikified'></div>
</div>

<div class="tagglyTagging" macro="tagglyTagging"></div>
</div>
<div class="collapsedView">
	<span class='toolbar'>
		<span macro='toolbar closeTiddler'></span>
		<span macro='mptwCollapse +'></span>
	</span>
	<span class='title' macro='view title'></span>
</div>

<!--}}}-->

!ViewTemplateToolbar
<!--{{{-->
<div class='toolbar'>
	<span macro="showWhenTagged systemConfig">
		<span macro="toggleTag systemConfigDisable . '[[disable|systemConfigDisable]]'"></span>
	</span>
	<span macro="showWhenTagged systemTheme"><span macro="applyTheme"></span></span>
	<span macro="showWhenTagged systemPalette"><span macro="applyPalette"></span></span>
	<span macro="showWhen tiddler.tags.contains('css') || tiddler.title == 'StyleSheet'"><span macro="refreshAll"></span></span>
	<span style="padding:1em;"></span>
	<span macro='toolbar closeTiddler closeOthers +editTiddler deleteTiddler > fields syncing permalink references jump'></span> <span macro='newHere label:"new here"'></span>
	<span macro='newJournalHere {{config.mptwJournalFormat?config.mptwJournalFormat:"MM/0DD/YY"}}'></span>
	<!--span macro='mptwCollapse -'></span-->
</div>
<!--}}}-->

!EditTemplate
<!--{{{-->
<div class="toolbar" macro="toolbar +saveTiddler saveCloseTiddler closeOthers -cancelTiddler cancelCloseTiddler deleteTiddler"></div>
<div class="title" macro="view title"></div>
<div class="editLabel">Title</div><div class="editor" macro="edit title"></div>
<div macro='annotations'></div>
<div class="editLabel">Content</div><div class="editor" macro="edit text"></div>
<div class="editLabel">Tags</div><div class="editor" macro="edit tags"></div>
<div class="editorFooter"><span macro="message views.editor.tagPrompt"></span><span macro="tagChooser"></span></div>
<!--}}}-->

!StyleSheet
/*{{{*/

/* a contrasting background so I can see where one tiddler ends and the other begins */
body {
	background: [[ColorPalette::TertiaryLight]];
}

/* sexy colours and font for the header */
.headerForeground {
	color: [[ColorPalette::PrimaryPale]];
}
.headerShadow, .headerShadow a {
	color: [[ColorPalette::PrimaryMid]];
}

/* separate the top menu parts */
.headerForeground, .headerShadow {
	padding: 1em 1em 0;
}

.headerForeground, .headerShadow {
	font-family: 'Trebuchet MS', sans-serif;
	font-weight:bold;
}
.headerForeground .siteSubtitle {
	color: [[ColorPalette::PrimaryLight]];
}
.headerShadow .siteSubtitle {
	color: [[ColorPalette::PrimaryMid]];
}

/* make shadow go and down right instead of up and left */
.headerShadow {
	left: 1px;
	top: 1px;
}

/* prefer monospace for editing */
.editor textarea, .editor input {
	font-family: 'Consolas', monospace;
	background-color:[[ColorPalette::TertiaryPale]];
}


/* sexy tiddler titles */
.title {
	font-size: 250%;
	color: [[ColorPalette::PrimaryLight]];
	font-family: 'Trebuchet MS', sans-serif;
}

/* more subtle tiddler subtitle */
.subtitle {
	padding:0px;
	margin:0px;
	padding-left:1em;
	font-size: 90%;
	color: [[ColorPalette::TertiaryMid]];
}
.subtitle .tiddlyLink {
	color: [[ColorPalette::TertiaryMid]];
}

/* a little bit of extra whitespace */
.viewer {
	padding-bottom:3px;
}

/* don't want any background color for headings */
h1,h2,h3,h4,h5,h6 {
	background-color: transparent;
	color: [[ColorPalette::Foreground]];
}

/* give tiddlers 3d style border and explicit background */
.tiddler {
	background: [[ColorPalette::Background]];
	border-right: 2px [[ColorPalette::TertiaryMid]] solid;
	border-bottom: 2px [[ColorPalette::TertiaryMid]] solid;
	margin-bottom: 1em;
	padding:1em 2em 2em 1.5em;
}

/* make options slider look nicer */
#sidebarOptions .sliderPanel {
	border:solid 1px [[ColorPalette::PrimaryLight]];
}

/* the borders look wrong with the body background */
#sidebar .button {
	border-style: none;
}

/* this means you can put line breaks in SidebarOptions for readability */
#sidebarOptions br {
	display:none;
}
/* undo the above in OptionsPanel */
#sidebarOptions .sliderPanel br {
	display:inline;
}

/* horizontal main menu stuff */
#displayArea {
	margin: 1em 15.7em 0em 1em; /* use the freed up space */
}
#topMenu br {
	display: none;
}
#topMenu {
	background: [[ColorPalette::PrimaryMid]];
	color:[[ColorPalette::PrimaryPale]];
}
#topMenu {
	padding:2px;
}
#topMenu .button, #topMenu .tiddlyLink, #topMenu a {
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding-left: 3px;
	padding-right: 3px;
	color: [[ColorPalette::PrimaryPale]];
	font-size: 115%;
}
#topMenu .button:hover, #topMenu .tiddlyLink:hover {
	background: [[ColorPalette::PrimaryDark]];
}

/* make 2.2 act like 2.1 with the invisible buttons */
.toolbar {
	visibility:hidden;
}
.selected .toolbar {
	visibility:visible;
}

/* experimental. this is a little borked in IE7 with the button 
 * borders but worth it I think for the extra screen realestate */
.toolbar { float:right; }

/* fix for TaggerPlugin. from sb56637. improved by FND */
.popup li .tagger a {
   display:inline;
}

/* makes theme selector look a little better */
#sidebarOptions .sliderPanel .select .button {
  padding:0.5em;
  display:block;
}
#sidebarOptions .sliderPanel .select br {
	display:none;
}

/* make it print a little cleaner */
@media print {
	#topMenu {
		display: none ! important;
	}
	/* not sure if we need all the importants */
	.tiddler {
		border-style: none ! important;
		margin:0px ! important;
		padding:0px ! important;
		padding-bottom:2em ! important;
	}
	.tagglyTagging .button, .tagglyTagging .hidebutton {
		display: none ! important;
	}
	.headerShadow {
		visibility: hidden ! important;
	}
	.tagglyTagged .quickopentag, .tagged .quickopentag {
		border-style: none ! important;
	}
	.quickopentag a.button, .miniTag {
		display: none ! important;
	}
}

/* get user styles specified in StyleSheet */
[[StyleSheet]]

/*}}}*/

|Name|MptwTrim|
|Description|Mptw Theme with a reduced header to increase useful space|
|ViewTemplate|MptwTheme##ViewTemplate|
|EditTemplate|MptwTheme##EditTemplate|
|StyleSheet|MptwTheme##StyleSheet|
|PageTemplate|##PageTemplate|

!PageTemplate
<!--{{{-->

<!-- horizontal MainMenu -->
<div id='topMenu' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<span refresh='content' tiddler='SiteTitle' style="padding-left:1em;font-weight:bold;"></span>:
<span refresh='content' tiddler='MainMenu'></span>
</div>
<div id='sidebar'>
	<div id='sidebarOptions'>
		<div refresh='content' tiddler='SideBarOptions'></div>
		<div style="margin-left:0.1em;"
			macro='slider chkTabSliderPanel SideBarTabs {{"tabs \u00bb"}} "Show Timeline, All, Tags, etc"'></div>
	</div>
</div>
<div id='displayArea'>
	<div id='messageArea'></div>
	<div id='tiddlerDisplay'></div>
</div>

/***
|Description:|A place to put your config tweaks so they aren't overwritten when you upgrade MPTW|
See http://www.tiddlywiki.org/wiki/Configuration_Options for other options you can set. In some cases where there are clashes with other plugins it might help to rename this to zzMptwUserConfigPlugin so it gets executed last.
***/
//{{{

// example: set your preferred date format
//config.mptwDateFormat = 'MM/0DD/YY';
//config.mptwJournalFormat = 'Journal MM/0DD/YY';

// example: set the theme you want to start with
//config.options.txtTheme = 'MptwRoundTheme';

// example: switch off autosave, switch on backups and set a backup folder
//config.options.chkSaveBackups = true;
//config.options.chkAutoSave = false;
//config.options.txtBackupFolder = 'backups';

// uncomment to disable 'new means new' functionality for the new journal macro
//config.newMeansNewForJournalsToo = false;

//}}}
>Q: (L) We talked about that before. (T) So the road looks straight, because you're seeing it from all angles, therefore, instead of it being curved on one, you're seeing it every way, so the road is now straight.  But, it's not really straight in 3rd, and you drive off the road.  (L) OK, continue on with what you were saying...
>A: The entire New Mexico region is on verge of moving to 4th density permanently!
>Q: (L) OK...
>A: Because of the bases.
>Q: (L) So, in other words, the rumors of the bases being moved, being filtered down from other densities, through some of the distorted channels, is in essence, somewhat correct...  (J) Because they need to have the base in third density!  (LAURA ) Only, they're not moving them to Paris, Washington or Buenos Aires, they're moving to 4th density.
>A: Close but the bases are already there, pity the host regions.  Why do you think there is so much activity seen there!
>Q: (L) Does this mean that when that whole region goes to 4th density, that it's going to, for all intents and purposes, disappear from 3rd?
>A: No.
>Q: (T) OK, answer your earlier question, then. Why is there so much UFO activity there?  Tell me.
>A: Bleed through.
>Q: (L) So they're flying around in 4th density... (T)...and they're showing up here in 3rd because...
>A: Wait 'til shift is complete.
>Q: (L) Do you mean the shift of New Mexico?  Or the total shift? (T) I think they're making the sarcastic statement: "Wait till shift is complete... We ain't seen nuthin yet!!"  We're just beginning to.
>A: Yes.
>Q: (T) Now, this opens up some questions.  First question. You made the statement "But the bases are in 4th density." What happens when the 3rd density base, which is vibrating itself into 4th density, runs into the 4th density base that's already there?
>A: Merge.
>Q: (T) They become one base?
>A: They already are.
>Q: (T) What do you mean by "They will merge?"
>A: To same density.
>Q: (J) I've got a question... (T) OK, now, is this moving of the third density location a side effect of the bases? Harmonic resonance, and all that, as in the beginning of the Matrix?  Are we talking about the fact that it's been there so long, that that section of third density is now resonating itself to the fourth density frequencies, and that this is not exactly what they wanted it to do, but it's a side-effect of the fact that they're there?
>A: Yes.
>Q: (T) Did they know that it was going to happen?
>A: The 4th density STS did, but not 3rd.
>Q: (T) One of the little surprises they weren't told about before the deal was cut?  (J) If I may ask my question now: You've got these third density bases that are going to move to fourth density.  Are they going to need to re- establish another third density base to continue their work?   To replace the one that's gone?
>A: Why?  The whole "territory" will be in 4th then. Tremendous reality shock will occur when it crosses the border.
>Q: (L) How will we in third perceive it? (J) We won't!  (L) Now, wait, don't make assumptions here!  How will we in third perceive it?  Let's play make-believe here.  What are they going to say?
>A: Tremendous reality shock when cross border.
>Q: (L) Are you saying that this whole region will go into fourth density when the Realm Border crossing occurs, or is it going to happen shortly?
>A: Before!
>Q: (L) OK, this is going to be a tremendous reality shock to us, in third density? (J) I guess! (SV) Well, New Mexico's not going to be there any more! (L) Well, now, how are we going to perceive it?  That's what I want to know!  Are we going to see a big hole in our world?  Are we going to see a vast, empty desert?
>A: New Mexico will still be there, but suggest review driving skills, for but one example! [Jan's note: New Mexico's vehicle license plate does say "Land of Enchantment."]
>Q: (T) New Mexico will still exist, but the perception, when you drive into it, is going to change completely, because you've moved into a different density?
>A: Cooking will be fun too!
>Q: (T) Because it's fourth density. (L) Wait, now, stop a minute here... (T) This is not something that can be covered up very easily... (L) Now, hold on, back up.  What will we perceive... I mean, what is it going to say on the news?  Everybody in New Mexico disappeared?  (J) Or they all go nuts... (T) I would hazard to guess...
>A: News blackout.
>Q: (T) They're not going to say anything. Now, what is the government's response?  I'm sure they will do something like ... "An underground nuclear facility for old rods," and they have to block the whole state off...  (L) That's tangential. (J) They're going to have to keep people out! (T) How will they explain it?  They will not let anybody in! (L) But they still have...  What I'm getting at is... That's begging the question!  (T) I have another question... (L) The question is, what will...  (T) It will look like New Mexico!  (J) It will be different every time... (L) But the question is, will there be people there?  Will there be buildings there?  If you fly over it, if you could fly over it, would you see a landscape? Would you see cities?  (T) It will look like New Mexico... (L) They didn't say that!!!
>A: This requires 1,000 answers!
>Q: (L) In other words, there is an issue here!  (T) Yes, there is, and there's another issue. That's only one base. OK, we're talking bases...
>A: Colossal issue.
>Q: (L) My question is a colossal issue here.  What's going on here?  This is the whole thing. (T) My question, I think, is important, too.  There's more than one base.  If one is doing it... (L) Well, they said the whole territory... (T) Not New Mexico; there are bases in South America, there's supposedly a base off the coast of Florida... (L) OK, is this going to happen to all the bases? (T) There are bases all over the world...(L) But New Mexico is where they're hearing all that "business." (T) They're hearing the "noise" in a lot of places around the world.  (L) OK, are there other bases and areas around the world where this is going to happen?
>A: Yes.
>Q: (L) Is it going to happen simultaneously?
>A: No.
/***
|Name:|NewHerePlugin|
|Description:|Creates the new here and new journal macros|
|Version:|3.0a|
|Date:|27-Jun-2011|
|Source:|http://mptw.tiddlyspot.com/#NewHerePlugin|
|Author:|Simon Baird <simon.baird@gmail.com>|
|License|http://mptw.tiddlyspot.com/#TheBSDLicense|
***/
//{{{
merge(config.macros, {
  newHere: {
    handler: function(place,macroName,params,wikifier,paramString,tiddler) {
      wikify("<<newTiddler "+paramString+" tag:[["+tiddler.title+"]]>>",place,null,tiddler);
    }
  },
  newJournalHere: {
    handler: function(place,macroName,params,wikifier,paramString,tiddler) {
      wikify("<<newJournal "+paramString+" tag:[["+tiddler.title+"]]>>",place,null,tiddler);
    }
  }
});

//}}}
/***
|Name:|NewMeansNewPlugin|
|Description:|If 'New Tiddler' already exists then create 'New Tiddler (1)' and so on|
|Version:|1.1.1a|
|Date:|27-Jun-2011|
|Source:|http://mptw.tiddlyspot.com/empty.html#NewMeansNewPlugin|
|Author:|Simon Baird <simon.baird@gmail.com>|
|License|http://mptw.tiddlyspot.com/#TheBSDLicense|
!!Note: I think this should be in the core
***/
//{{{

// change this or set config.newMeansNewForJournalsToo it in MptwUuserConfigPlugin
if (config.newMeansNewForJournalsToo == undefined) config.newMeansNewForJournalsToo = true;

String.prototype.getNextFreeName = function() {
  numberRegExp = / \(([0-9]+)\)$/;
  var match = numberRegExp.exec(this);
  if (match) {
  var num = parseInt(match[1]) + 1;
    return this.replace(numberRegExp," ("+num+")");
  }
  else {
    return this + " (1)";
  }
}

config.macros.newTiddler.checkForUnsaved = function(newName) {
  var r = false;
  story.forEachTiddler(function(title,element) {
    if (title == newName)
      r = true;
  });
  return r;
}

config.macros.newTiddler.getName = function(newName) {
  while (store.getTiddler(newName) || config.macros.newTiddler.checkForUnsaved(newName))
    newName = newName.getNextFreeName();
  return newName;
}


config.macros.newTiddler.onClickNewTiddler = function()
{
  var title = this.getAttribute("newTitle");
  if(this.getAttribute("isJournal") == "true") {
    title = new Date().formatString(title.trim());
  }

  // ---- these three lines should be the only difference between this and the core onClickNewTiddler
  if (config.newMeansNewForJournalsToo || this.getAttribute("isJournal") != "true")
    title = config.macros.newTiddler.getName(title);

  var params = this.getAttribute("params");
  var tags = params ? params.split("|") : [];
  var focus = this.getAttribute("newFocus");
  var template = this.getAttribute("newTemplate");
  var customFields = this.getAttribute("customFields");
  if(!customFields && !store.isShadowTiddler(title))
    customFields = String.encodeHashMap(config.defaultCustomFields);
  story.displayTiddler(null,title,template,false,null,null);
  var tiddlerElem = story.getTiddler(title);
  if(customFields)
    story.addCustomFields(tiddlerElem,customFields);
  var text = this.getAttribute("newText");
  if(typeof text == "string")
    story.getTiddlerField(title,"text").value = text.format([title]);
  for(var t=0;t<tags.length;t++)
    story.setTiddlerTag(title,tags[t],+1);
  story.focusTiddler(title,focus);
  return false;
};

//}}}
*[[100's of Habitable Planets within 30 Light Years|http://www.telegraph.co.uk/science/space/9170683/New-life-in-space-hope-after-billions-of-habitable-planets-found-in-Milky-Way.html]] - 28th March
*[[Human Fossils Hint at New Species|http://www.bbc.co.uk/news/science-environment-17370170]] - 14th March
|!Subject Area (See all articles in area)|!Main Pages|
|[[Aliens and Interdimensional Entities]]|[[Abductions]] - [[Alien Groups]] - Crop Circles - Mutilations - Underground Bases - Historical Events - Genetics - UFO (Craft) - [[Ear Tones]]|
|Esoterism and Metaphysics|Densities - Spiritual Orientation and Polarity - [[Lucid Dreaming/Astral Projection]] - The Wave - Archetypes and Magical Personality - Hermetics - [[Toltecs]]|
|Physics, Chemistry and Biology|Alchemy and Transmutation - [[Ether / Longitudinal Wave Physics]] - Notable Figures and History - Psychotronics - [[Mind Control]]|
|History and Secret Societies|Atlantis, Lemuria and Mu - Rosicrucians - Ancient Sumer and Babylonia - Ancient Egypt - The Nazis - The Knights Templar - The Ark / Grail - Lucifer and the Fall - Masonry (Page 33)|
|Socio-political and Psychology|Psychological Theories for Self Development and Introspection|
|Misc'|Old Work|
/***
|''Name:''|PasswordOptionPlugin|
|''Description:''|Extends TiddlyWiki options with non encrypted password option.|
|''Version:''|1.0.2|
|''Date:''|Apr 19, 2007|
|''Source:''|http://tiddlywiki.bidix.info/#PasswordOptionPlugin|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0 (Beta 5)|
***/
//{{{
version.extensions.PasswordOptionPlugin = {
	major: 1, minor: 0, revision: 2, 
	date: new Date("Apr 19, 2007"),
	source: 'http://tiddlywiki.bidix.info/#PasswordOptionPlugin',
	author: 'BidiX (BidiX (at) bidix (dot) info',
	license: '[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D]]',
	coreVersion: '2.2.0 (Beta 5)'
};

config.macros.option.passwordCheckboxLabel = "Save this password on this computer";
config.macros.option.passwordInputType = "password"; // password | text
setStylesheet(".pasOptionInput {width: 11em;}\n","passwordInputTypeStyle");

merge(config.macros.option.types, {
	'pas': {
		elementType: "input",
		valueField: "value",
		eventName: "onkeyup",
		className: "pasOptionInput",
		typeValue: config.macros.option.passwordInputType,
		create: function(place,type,opt,className,desc) {
			// password field
			config.macros.option.genericCreate(place,'pas',opt,className,desc);
			// checkbox linked with this password "save this password on this computer"
			config.macros.option.genericCreate(place,'chk','chk'+opt,className,desc);			
			// text savePasswordCheckboxLabel
			place.appendChild(document.createTextNode(config.macros.option.passwordCheckboxLabel));
		},
		onChange: config.macros.option.genericOnChange
	}
});

merge(config.optionHandlers['chk'], {
	get: function(name) {
		// is there an option linked with this chk ?
		var opt = name.substr(3);
		if (config.options[opt]) 
			saveOptionCookie(opt);
		return config.options[name] ? "true" : "false";
	}
});

merge(config.optionHandlers, {
	'pas': {
 		get: function(name) {
			if (config.options["chk"+name]) {
				return encodeCookie(config.options[name].toString());
			} else {
				return "";
			}
		},
		set: function(name,value) {config.options[name] = decodeCookie(value);}
	}
});

// need to reload options to load passwordOptions
loadOptionsCookie();

/*
if (!config.options['pasPassword'])
	config.options['pasPassword'] = '';

merge(config.optionsDesc,{
		pasPassword: "Test password"
	});
*/
//}}}
!!!Introduction
Following my research into schools and doctrines of occult instruction, I wish to present what I believe to be a comprehensive yet concise collection of exercises which are related to the development of the so called psychic faculties. The development of certain skill sets within "the physical" is important for the development of the psychic disciplines.
*Meditation - The control of the thought process must be cultivated, from the basic awareness of the train of thoughts, to the ability to retain single pointedness of mind and finally the shunning of concrete thoughts and dialogue to experience direct perception of the object or subject without noise. The silencing of the mind will attune the person to a much closer emotional and sensitive relationship with the world and environment around themselves. Subtle inner feelings must be listened to in order to see intuitive information being given, and the observation of synchs and omens.
*Physical Discipline - In pursuing expanded awareness in meditation and of the body it will quickly become realised that the body will not tolerate more unhealthy foods - even if it appeared that no complaints arose before from these foods. A simple a light diet must be observed. Correct posture must be cultivated, aiding greatly in the silencing of mental dialogue and purity of thought. Flexibility is very important, once the body is placed into a good condition of health and tension is released then the physical body may become easily relaxed so as to "forget itself". This is practised in the locking in off asana positions, and conditioning a reflex for relaxation. Absolute dedication to complex forms of physical yoga is NOT needed.
*Emotional Stability and Flexibility - There should be a tolerance and control of emotional states such that they can be felt but have no influence as to control your behaviour. You should retain control of your actions in a balanced way despite your emotional state, and be able to transmute emotions to positive use.
*Keeping Record - For 99% of people, it is utterly essential to have a hand-written diary which contains the date, day of the week and year included, the dreams experienced at night, any health complaints, the success and rationale behind exercies performed, any pressing issues, and the general actions of the day along with a personal reflection.
!!!Recommended Preliminary Reading
I recommend that these are all read at least before the end of step two, and preferably as early as possible.
*Robert Bruce - Astral Dynamics, Psychic Self Defence, pay attention to his system of Tactile Energy Perception, he also has a pamphlet on auric sight
*Ophiel - The Art and Practise of Astral Projection (I advise on this method of training over astral dynamics, but accustom yourself with the phenomena bruce describes.)
*A collection of the works of C.W. Leadbeater, Anne Besant
*Material written by William Walker Atkinson - Particularly on Clairvoyance and "The Kybalion by Three Initiates"
*Franz Bardon - Initiation into Hermetics
*Theun Mares - Toltec Teaching Series
*Rudolf Steiner - Initiation or Knowledge of Higher Worlds
*Familiarise yourself with the basics of the kabbalah - Not completely necessary without it you will be unable to understand a large proportion of material from alchemical and occult literature. It is vastly helpful as a foundation for ideas for exploration and in Bardons mirror exercise.
Reading of about 10 books or so from the above should be more than enough to free you from having to pursue many any other books for a long time (but I may make suggestions in the steps) and to focus purely on practical experience and attainment.
!!!Equipment You May Wish to Have
*A pure crystal stone, such as amethyst.
*Following William Walker Atkinsons Material - A Crystal Ball, Obsidian Mirror, or a Quartz Dragons Egg (Seer's Stone), or build a psychomantium in which case candles,
*A Diary which you may carry around with you for the day, place the mirrors of franz bardon in the back and use this as your "magickal diary" described above. Place in the back as well any particular exercises you wish to commit to.
*A Tarot Deck
*Tatwa Pictures
*Cushions, or Meditation Equipment, a Blanket
!!!A course of exercises - which will follow generally along the line of franz bardon but with extra help
*[[Step One: Practical Higher Knowledge]]
/***
|Name:|PrettyDatesPlugin|
|Description:|Provides a new date format ('pppp') that displays times such as '2 days ago'|
|Version:|1.0a|
|Date:|27-Jun-2011|
|Source:|http://mptw.tiddlyspot.com/#PrettyDatesPlugin|
|Author:|Simon Baird <simon.baird@gmail.com>|
|License:|http://mptw.tiddlyspot.com/#TheBSDLicense|
!!Notes
* If you want to you can rename this plugin. :) Some suggestions: LastUpdatedPlugin, RelativeDatesPlugin, SmartDatesPlugin, SexyDatesPlugin.
* Inspired by http://ejohn.org/files/pretty.js
***/
//{{{
Date.prototype.prettyDate = function() {
  var diff = (((new Date()).getTime() - this.getTime()) / 1000);
  var day_diff = Math.floor(diff / 86400);

  if (isNaN(day_diff))      return "";
  else if (diff < 0)        return "in the future";
  else if (diff < 60)       return "just now";
  else if (diff < 120)      return "1 minute ago";
  else if (diff < 3600)     return Math.floor(diff/60) + " minutes ago";
  else if (diff < 7200)     return "1 hour ago";
  else if (diff < 86400)    return Math.floor(diff/3600) + " hours ago";
  else if (day_diff == 1)   return "Yesterday";
  else if (day_diff < 7)    return day_diff + " days ago";
  else if (day_diff < 14)   return  "a week ago";
  else if (day_diff < 31)   return Math.ceil(day_diff/7) + " weeks ago";
  else if (day_diff < 62)   return "a month ago";
  else if (day_diff < 365)  return "about " + Math.ceil(day_diff/31) + " months ago";
  else if (day_diff < 730)  return "a year ago";
  else                      return Math.ceil(day_diff/365) + " years ago";
}

Date.prototype.formatString_orig_mptw = Date.prototype.formatString;

Date.prototype.formatString = function(template) {
  return this.formatString_orig_mptw(template).replace(/pppp/,this.prettyDate());
}

// for MPTW. otherwise edit your ViewTemplate as required.
// config.mptwDateFormat = 'pppp (DD/MM/YY)';
config.mptwDateFormat = 'pppp';

//}}}
/***
|Name:|QuickOpenTagPlugin|
|Description:|Changes tag links to make it easier to open tags as tiddlers|
|Version:|3.0.1a|
|Date:|27-Jun-2011|
|Source:|http://mptw.tiddlyspot.com/#QuickOpenTagPlugin|
|Author:|Simon Baird <simon.baird@gmail.com>|
|License:|http://mptw.tiddlyspot.com/#TheBSDLicense|
***/
//{{{
config.quickOpenTag = {

  dropdownChar: (document.all ? "\u25bc" : "\u25be"), // the little one doesn't work in IE?

  createTagButton: function(place,tag,excludeTiddler) {
    // little hack so we can do this: <<tag PrettyTagName|RealTagName>>
    var splitTag = tag.split("|");
    var pretty = tag;
    if (splitTag.length == 2) {
      tag = splitTag[1];
      pretty = splitTag[0];
    }

    var sp = createTiddlyElement(place,"span",null,"quickopentag");
    createTiddlyText(createTiddlyLink(sp,tag,false),pretty);

    var theTag = createTiddlyButton(sp,config.quickOpenTag.dropdownChar,
                        config.views.wikified.tag.tooltip.format([tag]),onClickTag);
    theTag.setAttribute("tag",tag);
    if (excludeTiddler)
      theTag.setAttribute("tiddler",excludeTiddler);
        return(theTag);
  },

  miniTagHandler: function(place,macroName,params,wikifier,paramString,tiddler) {
    var tagged = store.getTaggedTiddlers(tiddler.title);
    if (tagged.length > 0) {
      var theTag = createTiddlyButton(place,config.quickOpenTag.dropdownChar,
                          config.views.wikified.tag.tooltip.format([tiddler.title]),onClickTag);
      theTag.setAttribute("tag",tiddler.title);
      theTag.className = "miniTag";
    }
  },

  allTagsHandler: function(place,macroName,params) {
    var tags = store.getTags(params[0]);
    var filter = params[1]; // new feature
    var ul = createTiddlyElement(place,"ul");
    if(tags.length == 0)
      createTiddlyElement(ul,"li",null,"listTitle",this.noTags);
    for(var t=0; t<tags.length; t++) {
      var title = tags[t][0];
      if (!filter || (title.match(new RegExp('^'+filter)))) {
        var info = getTiddlyLinkInfo(title);
        var theListItem =createTiddlyElement(ul,"li");
        var theLink = createTiddlyLink(theListItem,tags[t][0],true);
        var theCount = " (" + tags[t][1] + ")";
        theLink.appendChild(document.createTextNode(theCount));
        var theDropDownBtn = createTiddlyButton(theListItem," " +
          config.quickOpenTag.dropdownChar,this.tooltip.format([tags[t][0]]),onClickTag);
        theDropDownBtn.setAttribute("tag",tags[t][0]);
      }
    }
  },

  // todo fix these up a bit
  styles: [
"/*{{{*/",
"/* created by QuickOpenTagPlugin */",
".tagglyTagged .quickopentag, .tagged .quickopentag ",
" { margin-right:1.2em; border:1px solid #eee; padding:2px; padding-right:0px; padding-left:1px; }",
".quickopentag .tiddlyLink { padding:2px; padding-left:3px; }",
".quickopentag a.button { padding:1px; padding-left:2px; padding-right:2px;}",
"/* extra specificity to make it work right */",
"#displayArea .viewer .quickopentag a.button, ",
"#displayArea .viewer .quickopentag a.tiddyLink, ",
"#mainMenu .quickopentag a.tiddyLink, ",
"#mainMenu .quickopentag a.tiddyLink ",
" { border:0px solid black; }",
"#displayArea .viewer .quickopentag a.button, ",
"#mainMenu .quickopentag a.button ",
" { margin-left:0px; padding-left:2px; }",
"#displayArea .viewer .quickopentag a.tiddlyLink, ",
"#mainMenu .quickopentag a.tiddlyLink ",
" { margin-right:0px; padding-right:0px; padding-left:0px; margin-left:0px; }",
"a.miniTag {font-size:150%;} ",
"#mainMenu .quickopentag a.button ",
" /* looks better in right justified main menus */",
" { margin-left:0px; padding-left:2px; margin-right:0px; padding-right:0px; }",
"#topMenu .quickopentag { padding:0px; margin:0px; border:0px; }",
"#topMenu .quickopentag .tiddlyLink { padding-right:1px; margin-right:0px; }",
"#topMenu .quickopentag .button { padding-left:1px; margin-left:0px; border:0px; }",
"/*}}}*/",
    ""].join("\n"),

  init: function() {
    // we fully replace these builtins. can't hijack them easily
    window.createTagButton = this.createTagButton;
    config.macros.allTags.handler = this.allTagsHandler;
    config.macros.miniTag = { handler: this.miniTagHandler };
    config.shadowTiddlers["QuickOpenTagStyles"] = this.styles;
    store.addNotification("QuickOpenTagStyles",refreshStyles);
  }
}

config.quickOpenTag.init();

//}}}
*18/03/2012 - Added Discussion of the [[Celestine Prophesy Insights|Analysis of The Celestine Prophesy Insights]] and of [[Catalyst]] (both a work in progress.)
*14/03/2012 - Updated Links (Free Energy) - [[External Links and Resources]]
/***
|Name:|RenameTagsPlugin|
|Description:|Allows you to easily rename or delete tags across multiple tiddlers|
|Version:|3.0a|
|Date:|27-Jun-2011|
|Source:|http://mptw.tiddlyspot.com/#RenameTagsPlugin|
|Author:|Simon Baird <simon.baird@gmail.com>|
|License|http://mptw.tiddlyspot.com/#TheBSDLicense|
Rename a tag and you will be prompted to rename it in all its tagged tiddlers.
***/
//{{{
config.renameTags = {

  prompts: {
    rename: "Rename the tag '%0' to '%1' in %2 tidder%3?",
    remove: "Remove the tag '%0' from %1 tidder%2?"
  },

  removeTag: function(tag,tiddlers) {
    store.suspendNotifications();
    for (var i=0;i<tiddlers.length;i++) {
      store.setTiddlerTag(tiddlers[i].title,false,tag);
    }
    store.resumeNotifications();
    store.notifyAll();
  },

  renameTag: function(oldTag,newTag,tiddlers) {
    store.suspendNotifications();
    for (var i=0;i<tiddlers.length;i++) {
      store.setTiddlerTag(tiddlers[i].title,false,oldTag); // remove old
      store.setTiddlerTag(tiddlers[i].title,true,newTag);  // add new
    }
    store.resumeNotifications();
    store.notifyAll();
  },

  storeMethods: {

    saveTiddler_orig_renameTags: TiddlyWiki.prototype.saveTiddler,

    saveTiddler: function(title,newTitle,newBody,modifier,modified,tags,fields,clearChangeCount,created,creator) {
      if (title != newTitle) {
        var tagged = this.getTaggedTiddlers(title);
        if (tagged.length > 0) {
          // then we are renaming a tag
          if (confirm(config.renameTags.prompts.rename.format([title,newTitle,tagged.length,tagged.length>1?"s":""])))
            config.renameTags.renameTag(title,newTitle,tagged);

          if (!this.tiddlerExists(title) && newBody == "")
            // dont create unwanted tiddler
            return null;
        }
      }
      return this.saveTiddler_orig_renameTags(title,newTitle,newBody,modifier,modified,tags,fields,clearChangeCount,created,creator);
    },

    removeTiddler_orig_renameTags: TiddlyWiki.prototype.removeTiddler,

    removeTiddler: function(title) {
      var tagged = this.getTaggedTiddlers(title);
      if (tagged.length > 0)
        if (confirm(config.renameTags.prompts.remove.format([title,tagged.length,tagged.length>1?"s":""])))
          config.renameTags.removeTag(title,tagged);
      return this.removeTiddler_orig_renameTags(title);
    }

  },

  init: function() {
    merge(TiddlyWiki.prototype,this.storeMethods);
  }
}

config.renameTags.init();

//}}}
/***
|Name:|SaveCloseTiddlerPlugin|
|Description:|Provides two extra toolbar commands, saveCloseTiddler and cancelCloseTiddler|
|Version:|3.0a|
|Date:|27-Jun-2011|
|Source:|http://mptw.tiddlyspot.com/#SaveCloseTiddlerPlugin|
|Author:|Simon Baird <simon.baird@gmail.com>|
|License:|http://mptw.tiddlyspot.com/#TheBSDLicense|
To use these add them to the commands in ToolbarCommands under EditToolbar,
or in the MptwTheme tiddler under EditTemplate.
***/
//{{{
merge(config.commands,{

  saveCloseTiddler: {
    text: 'done/close',
    tooltip: 'Save changes to this tiddler and close it',
    handler: function(ev,src,title) {
      var closeTitle = title;
      var newTitle = story.saveTiddler(title,ev.shiftKey);
      if (newTitle)
        closeTitle = newTitle;
      return config.commands.closeTiddler.handler(ev,src,closeTitle);
    }
  },

  cancelCloseTiddler: {
    text: 'cancel/close',
    tooltip: 'Undo changes to this tiddler and close it',
    handler: function(ev,src,title) {
      // the same as closeTiddler now actually
      return config.commands.closeTiddler.handler(ev,src,title);
    }
  }

});

//}}}
/***
|Name:|SelectThemePlugin|
|Description:|Lets you easily switch theme and palette|
|Version:|1.0.1a|
|Date:|27-Jun-2011|
|Source:|http://mptw.tiddlyspot.com/#SelectThemePlugin|
|Author:|Simon Baird <simon.baird@gmail.com>|
|License:|http://mptw.tiddlyspot.com/#TheBSDLicense|
!Notes
* Borrows largely from ThemeSwitcherPlugin by Martin Budden http://www.martinswiki.com/#ThemeSwitcherPlugin
* Theme is cookie based. But set a default by setting config.options.txtTheme in MptwConfigPlugin (for example)
* Palette is not cookie based. It actually overwrites your ColorPalette tiddler when you select a palette, so beware.
!Usage
* {{{<<selectTheme>>}}} makes a dropdown selector
* {{{<<selectPalette>>}}} makes a dropdown selector
* {{{<<applyTheme>>}}} applies the current tiddler as a theme
* {{{<<applyPalette>>}}} applies the current tiddler as a palette
* {{{<<applyTheme TiddlerName>>}}} applies TiddlerName as a theme
* {{{<<applyPalette TiddlerName>>}}} applies TiddlerName as a palette
***/
//{{{

config.macros.selectTheme = {
  label: {
    selectTheme:"select theme",
    selectPalette:"select palette"
  },
  prompt: {
    selectTheme:"Select the current theme",
    selectPalette:"Select the current palette"
  },
  tags: {
    selectTheme:'systemTheme',
    selectPalette:'systemPalette'
  }
};

config.macros.selectTheme.handler = function(place,macroName)
{
  var btn = createTiddlyButton(place,this.label[macroName],this.prompt[macroName],this.onClick);
  // want to handle palettes and themes with same code. use mode attribute to distinguish
  btn.setAttribute('mode',macroName);
};

config.macros.selectTheme.onClick = function(ev)
{
  var e = ev ? ev : window.event;
  var popup = Popup.create(this);
  var mode = this.getAttribute('mode');
  var tiddlers = store.getTaggedTiddlers(config.macros.selectTheme.tags[mode]);
  // for default
  if (mode == "selectPalette") {
    var btn = createTiddlyButton(createTiddlyElement(popup,'li'),"(default)","default color palette",config.macros.selectTheme.onClickTheme);
    btn.setAttribute('theme',"(default)");
    btn.setAttribute('mode',mode);
  }
  for(var i=0; i<tiddlers.length; i++) {
    var t = tiddlers[i].title;
    var name = store.getTiddlerSlice(t,'Name');
    var desc = store.getTiddlerSlice(t,'Description');
    var btn = createTiddlyButton(createTiddlyElement(popup,'li'), name?name:t, desc?desc:config.macros.selectTheme.label['mode'], config.macros.selectTheme.onClickTheme);
    btn.setAttribute('theme',t);
    btn.setAttribute('mode',mode);
  }
  Popup.show();
  return stopEvent(e);
};

config.macros.selectTheme.onClickTheme = function(ev)
{
  var mode = this.getAttribute('mode');
  var theme = this.getAttribute('theme');
  if (mode == 'selectTheme')
    story.switchTheme(theme);
  else // selectPalette
    config.macros.selectTheme.updatePalette(theme);
  return false;
};

config.macros.selectTheme.updatePalette = function(title)
{
  if (title != "") {
    store.deleteTiddler("ColorPalette");
    if (title != "(default)")
      store.saveTiddler("ColorPalette","ColorPalette",store.getTiddlerText(title),
          config.options.txtUserName,undefined,"");
    refreshAll();
    if(config.options.chkAutoSave)
      saveChanges(true);
  }
};

config.macros.applyTheme = {
  label: "apply",
  prompt: "apply this theme or palette" // i'm lazy
};

config.macros.applyTheme.handler = function(place,macroName,params,wikifier,paramString,tiddler) {
  var useTiddler = params[0] ? params[0] : tiddler.title;
  var btn = createTiddlyButton(place,this.label,this.prompt,config.macros.selectTheme.onClickTheme);
  btn.setAttribute('theme',useTiddler);
  btn.setAttribute('mode',macroName=="applyTheme"?"selectTheme":"selectPalette"); // a bit untidy here
}

config.macros.selectPalette = config.macros.selectTheme;
config.macros.applyPalette = config.macros.applyTheme;

config.macros.refreshAll = { handler: function(place,macroName,params,wikifier,paramString,tiddler) {
  createTiddlyButton(place,"refresh","refresh layout and styles",function() { refreshAll(); });
}};

//}}}
Assembling the four dimensional puzzle
Signs and Syncs
The study of soul composition, whatever that is, is apparently related to cattle mutilations according to the C's. Mutilations involve strange consistent removal of certain tissues.. the jaw skin, and some of the jaw, a single eye or eye lids, the anus, all of the blood of the victim (with no trace marks, but sometimes punctures). It should be noted there has been the odd few cases of human mutilations with the exact same tissue removal.
!!!Introduction to Step One of Practical Higher Knowledge
In this step there will be focus on cultivating mental discipline, and overall standards of good health. It will be tough at times, but keep up your progress. If visualisation becomes too exhausting then just hold general intent. Your stamina will improve with time.
This Steps Reading: 
<<<
Franz Bardons Step One of the IIH - To be followed, with the modifications or extra parts described below...
Find and read rawn clarks commentary on franz bardons initiaton to hermetics on the internet
Familiarise yourself with the primary Chakras, particularly their colours
Read about Robert Bruces Tactile Energy Exercises
Read about Robert Monroes Focus 10 and 12 states
Read Knowledge of Higher Worlds
Read Practical Psychic Self Defence
<<<
!!!Morning Routine
*Develop a routine of basic stretches and spend at least 30 minutes stretching in the morning. Stretch from the extremities of your body inwardly. If you need consult a more sporty person on this. Don't obsess on the development.
*When showering, you are to visualise yourself (in your minds eye) as being a body of light, and the water is pure light cleaning you. You are to focus on washing each chakra as if you are washing dirt off of a glowing jewel, focusing on it emanating its coloured light. You may also push energy up a central white channel of light. Use coolish water as franz bardon suggests, it need not be uncomfortably cold. A tingling mint wash may be helpful. Stretch before or after the shower, and you may visualise light energy and tactile sensation when stretching too if you want.
*When you are stretched and ready, go out side with a large cool glass of water... barefoot, and drink the water, imagining it cleansing your light body and mind. Visualise water as luminous fluid charged with your intent.
*Take a moment to silence your mind and take in the sound of outside, and then perform a visualisation of breathing light into your body for the same purpose.
*Eat breakfast slowly and in silence, you may perform the light visualisation too. Always eat carefully and consciously.
!!!Throughout the Day
*Keep an awareness for stress and events that you may record in your mirrors. At lunch time write about the progression of your day. Always find time to go alone for a while to write. Record how you feel an hour or two after lunch time.
*Be conscious as before when you eat, drink, use the bathroom and come into contact with water, or fresh air. Make sure you do get fresh air at some point.
*Focus on keeping good posture, particularly an erect back.
*Perform your franz bardon exercises at a point when you can, but do not forget to perform them.
!!!Night Routine
*Stretches as before, another shower if you want.
*A quick meditation on your place in the universe, your aspiration and goals to be affirmed, ask that your sleep be productive and healthy. Focus on the highest ideal you know of as you drift to sleep.
!!!Other Exercises to Do Throughout the First Week
*The adoption of an asana - research and find your most preferable asana, sitting upright on a chair is acceptable. You are to develop the ability to sit completely still with your eyes closed until you may sit for an hour completely still. Try to quieten your mind at this time. Take note of any stress that appears and stop if it becomes too great. However, moderate ache is something to sit through - you do this at your own risk though. This is an important exercise in developing the ability to ignore itching and irritating sensations of the body. It will help with those who have trouble sleeping etc... but it will become absolutely essential for later techniques. Laying down as an assana is not acceptable, nor is any which places the spine out of alignment. Use a timer, aim for an hour, record how much time you are able to do. Swallowing is acceptable. Do this several times a week, as much as you can. You are trying to develop a reflex to relax. Do not use tapes or meditation music in this practise, but you can for the stretches.
*Be by yourself - Go on into the world, for a day if you can but less if not possible, by yourself and take no major distractions with you. Sit outside and people watch, have a coffee or drink. Reflect on what you see, be and connect with the real world. Observe your minds response to everything around you. Pretend you have never been to earth before, and look at every small detail, texture, sound. The expressions and emotions of people. Do this for one day at least, but if you enjoy it then do it more. Go to places you've never been before, leave your comfort zone and be confident with your own company.
*Crystal watching - Get a pure crystal - I first used a small stone of amethyst, sit in a comfortable chair and look at it, do not move your eyes off of the crystal, calm your mind and listen and feel patiently into the quiet of your mind, as if you were hoping to hear the crystal say something. Do this for at least an hour. Do not stare, just keep your eyes on the crystal. Record anything that happens. A basic sign of success is a change in your head or sudden quieting of thoughts, it may be preceded by a strange sensation of rising within the body. Keep calm and relax through it if this happens, but otherwise it is a concentration exercise like the asana one.
!!!Exercises to Complete in Week Two
*Continue your franz bardon mirrors and asanas
*Write the names of people you spend most of your time with down, create a mind-map of all of the things which come to mind with and about that person around them, go through these subjects - the first things that come to mind, words that describe them, sentences you associate with them, their relation to you, how you feel around them, what you often do with them, thoughts you often have about them, what you think they might benefit from, what you can get from them, what you can give to them, the struggles that they seem to face in their life. This will be of great assistance to the mirror task if done correctly.
*Write down the major events in your life, any events that you often think about, and write down the theme of them, how they make you feel, see if you think they contain a message for you. Don't get too stressed if this is hard.. it is meant to cultivate self honesty and to highlight those things that you may need to overcome, or those things which show you who you are and what is important to you. Keep a big folder for projects like these so you can go back to them to add to them or think about.
!!!Exercise in week three
*Continue with your asana practise on top of the daily routine.
*Read the article, on wikipedia about hypnagogic imagery and auditory effects, familiarise yourself with the concept.
*Set your alarm to wake yourself an hour up early on the days in which you do not have to go to work, go back to bed, and concentrate on paying attention to the sensations that you have upon falling asleep, and your sight behind your eyes. Record your experiences.
*If you know of lucid dreams or are already able too them restrain your activity to testing the senses and walking around your room. Do not do anything else. If you accomplish your first lucid dream, then remain calm, look around the room then will yourself to wake up.
[[Extra Notes On Step One Sleep Exercise]]
!!!Week four
*Whilst performing asana exercises and daily exercises - pick a selection of your favourites from the above. Continue to mix it up for the duration of this step.
!!!When Do You Progress to Step Two??
At a time of no less than a month (It will take most people 2-3) and when you...
# Have completed franz bardon exercises to a minimum of five minutes, as he says in the book, but will probably be able to achieve in excess of that as my exercises are a little more intensive
# Have completed the soul mirrors exercise with a 100 items on each list, elementally assigned and in importance
# Are able to sit in your asana without moving for at least an hour
# Have achieved an altered state of consciousness whilst sitting in the asana without moving where thoughts are suddenly silenced and a shifting or rising sensation has occured... as you have completed franz bardon step one and the asana you should not struggle in this.
If this takes longer then, you have not been disciplined enough, and you must add an extra month until it is completed. In this time you must start the mirrors from scratch, and repeat the extra exercises I have given. I have no doubt that with a normal amount of effort the above will be enough. If you have serious problems, then e-mail me...






/***
|Name:|TagglyTaggingPlugin|
|Description:|tagglyTagging macro is a replacement for the builtin tagging macro in your ViewTemplate|
|Version:|3.3.2a|
|Date:|27-Jun-2011|
|Source:|http://mptw.tiddlyspot.com/#TagglyTaggingPlugin|
|Author:|Simon Baird <simon.baird@gmail.com>|
|License:|http://mptw.tiddlyspot.com/#TheBSDLicense|
!Notes
See http://mptw.tiddlyspot.com/#TagglyTagging
***/
//{{{

merge(String.prototype,{

  parseTagExpr: function(debug) {

    if (this.trim() == "")
      return "(true)";

    var anyLogicOp = /(!|&&|\|\||\(|\))/g;
    var singleLogicOp = /^(!|&&|\|\||\(|\))$/;

    var spaced = this.
      // because square brackets in templates are no good
      // this means you can use [(With Spaces)] instead of [[With Spaces]]
      replace(/\[\(/g," [[").
      replace(/\)\]/g,"]] ").
      // space things out so we can use readBracketedList. tricky eh?
      replace(anyLogicOp," $1 ");

    var expr = "";

    var tokens = spaced.readBracketedList(false); // false means don't uniq the list. nice one JR!

    for (var i=0;i<tokens.length;i++)
      if (tokens[i].match(singleLogicOp))
        expr += tokens[i];
      else
        expr += "tiddler.tags.contains('%0')".format([tokens[i].replace(/'/,"\\'")]); // fix single quote bug. still have round bracket bug i think

    if (debug)
      alert(expr);

    return '('+expr+')';
  }

});

merge(TiddlyWiki.prototype,{
  getTiddlersByTagExpr: function(tagExpr,sortField) {

    var result = [];

    var expr = tagExpr.parseTagExpr();

    store.forEachTiddler(function(title,tiddler) {
      if (eval(expr))
        result.push(tiddler);
    });

    if(!sortField)
      sortField = "title";

    result.sort(function(a,b) {return a[sortField] < b[sortField] ? -1 : (a[sortField] == b[sortField] ? 0 : +1);});

    return result;
  }
});

config.taggly = {

  // for translations
  lingo: {
    labels: {
      asc:        "\u2191", // down arrow
      desc:       "\u2193", // up arrow
      title:      "title",
      modified:   "modified",
      created:    "created",
      show:       "+",
      hide:       "-",
      normal:     "normal",
      group:      "group",
      commas:     "commas",
      sitemap:    "sitemap",
      numCols:    "cols\u00b1", // plus minus sign
      label:      "Tagged as '%0':",
      exprLabel:  "Matching tag expression '%0':",
      excerpts:   "excerpts",
      descr:      "descr",
      slices:     "slices",
      contents:   "contents",
      sliders:    "sliders",
      noexcerpts: "title only",
      noneFound:  "(none)"
    },

    tooltips: {
      title:      "Click to sort by title",
      modified:   "Click to sort by modified date",
      created:    "Click to sort by created date",
      show:       "Click to show tagging list",
      hide:       "Click to hide tagging list",
      normal:     "Click to show a normal ungrouped list",
      group:      "Click to show list grouped by tag",
      sitemap:    "Click to show a sitemap style list",
      commas:     "Click to show a comma separated list",
      numCols:    "Click to change number of columns",
      excerpts:   "Click to show excerpts",
      descr:      "Click to show the description slice",
      slices:     "Click to show all slices",
      contents:   "Click to show entire tiddler contents",
      sliders:    "Click to show tiddler contents in sliders",
      noexcerpts: "Click to show entire title only"
    },

    tooDeepMessage: "* //sitemap too deep...//"
  },

  config: {
    showTaggingCounts: true,
    listOpts: {
      // the first one will be the default
      sortBy:     ["title","modified","created"],
      sortOrder:  ["asc","desc"],
      hideState:  ["show","hide"],
      listMode:   ["normal","group","sitemap","commas"],
      numCols:    ["1","2","3","4","5","6"],
      excerpts:   ["noexcerpts","excerpts","descr","slices","contents","sliders"]
    },
    valuePrefix: "taggly.",
    excludeTags: ["excludeLists","excludeTagging"],
    excerptSize: 50,
    excerptMarker: "/%"+"%/",
    siteMapDepthLimit: 25
  },

  getTagglyOpt: function(title,opt) {
    var val = store.getValue(title,this.config.valuePrefix+opt);
    return val ? val : this.config.listOpts[opt][0];
  },

  setTagglyOpt: function(title,opt,value) {
    // create it silently if it doesn't exist
    if (!store.tiddlerExists(title)) {
      store.saveTiddler(title,title,config.views.editor.defaultText.format([title]),config.options.txtUserName,new Date(),"");

      // <<tagglyTagging expr:"...">> creates a tiddler to store its display settings
      // Make those tiddlers less noticeable by tagging as excludeSearch and excludeLists
      // Because we don't want to hide real tags, check that they aren't actually tags before doing so
      // Also tag them as tagglyExpression for manageability
      // (contributed by RA)
      if (!store.getTaggedTiddlers(title).length) {
        store.setTiddlerTag(title,true,"excludeSearch");
        store.setTiddlerTag(title,true,"excludeLists");
        store.setTiddlerTag(title,true,"tagglyExpression");
      }
    }

    // if value is default then remove it to save space
    return store.setValue(title, this.config.valuePrefix+opt, value == this.config.listOpts[opt][0] ? null : value);
  },

  getNextValue: function(title,opt) {
    var current = this.getTagglyOpt(title,opt);
    var pos = this.config.listOpts[opt].indexOf(current);
    // supposed to automagically don't let cols cycle up past the number of items
    // currently broken in some situations, eg when using an expression
    // lets fix it later when we rewrite for jquery
    // the columns thing should be jquery table manipulation probably
    var limit = (opt == "numCols" ? store.getTaggedTiddlers(title).length : this.config.listOpts[opt].length);
    var newPos = (pos + 1) % limit;
    return this.config.listOpts[opt][newPos];
  },

  toggleTagglyOpt: function(title,opt) {
    var newVal = this.getNextValue(title,opt);
    this.setTagglyOpt(title,opt,newVal);
  },

  createListControl: function(place,title,type) {
    var lingo = config.taggly.lingo;
    var label;
    var tooltip;
    var onclick;

    if ((type == "title" || type == "modified" || type == "created")) {
      // "special" controls. a little tricky. derived from sortOrder and sortBy
      label = lingo.labels[type];
      tooltip = lingo.tooltips[type];

      if (this.getTagglyOpt(title,"sortBy") == type) {
        label += lingo.labels[this.getTagglyOpt(title,"sortOrder")];
        onclick = function() {
          config.taggly.toggleTagglyOpt(title,"sortOrder");
          return false;
        }
      }
      else {
        onclick = function() {
          config.taggly.setTagglyOpt(title,"sortBy",type);
          config.taggly.setTagglyOpt(title,"sortOrder",config.taggly.config.listOpts.sortOrder[0]);
          return false;
        }
      }
    }
    else {
      // "regular" controls, nice and simple
      label = lingo.labels[type == "numCols" ? type : this.getNextValue(title,type)];
      tooltip = lingo.tooltips[type == "numCols" ? type : this.getNextValue(title,type)];
      onclick = function() {
        config.taggly.toggleTagglyOpt(title,type);
        return false;
      }
    }

    // hide button because commas don't have columns
    if (!(this.getTagglyOpt(title,"listMode") == "commas" && type == "numCols"))
      createTiddlyButton(place,label,tooltip,onclick,type == "hideState" ? "hidebutton" : "button");
  },

  makeColumns: function(orig,numCols) {
    var listSize = orig.length;
    var colSize = listSize/numCols;
    var remainder = listSize % numCols;

    var upperColsize = colSize;
    var lowerColsize = colSize;

    if (colSize != Math.floor(colSize)) {
      // it's not an exact fit so..
      upperColsize = Math.floor(colSize) + 1;
      lowerColsize = Math.floor(colSize);
    }

    var output = [];
    var c = 0;
    for (var j=0;j<numCols;j++) {
      var singleCol = [];
      var thisSize = j < remainder ? upperColsize : lowerColsize;
      for (var i=0;i<thisSize;i++)
        singleCol.push(orig[c++]);
      output.push(singleCol);
    }

    return output;
  },

  drawTable: function(place,columns,theClass) {
    var newTable = createTiddlyElement(place,"table",null,theClass);
    var newTbody = createTiddlyElement(newTable,"tbody");
    var newTr = createTiddlyElement(newTbody,"tr");
    for (var j=0;j<columns.length;j++) {
      var colOutput = "";
      for (var i=0;i<columns[j].length;i++)
        colOutput += columns[j][i];
      var newTd = createTiddlyElement(newTr,"td",null,"tagglyTagging"); // todo should not need this class
      wikify(colOutput,newTd);
    }
    return newTable;
  },

  createTagglyList: function(place,title,isTagExpr) {
    switch(this.getTagglyOpt(title,"listMode")) {
      case "group":  return this.createTagglyListGrouped(place,title,isTagExpr); break;
      case "normal": return this.createTagglyListNormal(place,title,false,isTagExpr); break;
      case "commas": return this.createTagglyListNormal(place,title,true,isTagExpr); break;
      case "sitemap":return this.createTagglyListSiteMap(place,title,isTagExpr); break;
    }
  },

  getTaggingCount: function(title,isTagExpr) {
    // thanks to Doug Edmunds
    if (this.config.showTaggingCounts) {
      var tagCount = config.taggly.getTiddlers(title,'title',isTagExpr).length;
      if (tagCount > 0)
        return " ("+tagCount+")";
    }
    return "";
  },

  getTiddlers: function(titleOrExpr,sortBy,isTagExpr) {
    return isTagExpr ? store.getTiddlersByTagExpr(titleOrExpr,sortBy) : store.getTaggedTiddlers(titleOrExpr,sortBy);
  },

  getExcerpt: function(inTiddlerTitle,title,indent) {
    if (!indent)
      indent = 1;

    var displayMode = this.getTagglyOpt(inTiddlerTitle,"excerpts");
    var t = store.getTiddler(title);

    if (t && displayMode == "excerpts") {
      var text = t.text.replace(/\n/," ");
      var marker = text.indexOf(this.config.excerptMarker);
      if (marker != -1) {
        return " {{excerpt{<nowiki>" + text.substr(0,marker) + "</nowiki>}}}";
      }
      else if (text.length < this.config.excerptSize) {
        return " {{excerpt{<nowiki>" + t.text + "</nowiki>}}}";
      }
      else {
        return " {{excerpt{<nowiki>" + t.text.substr(0,this.config.excerptSize) + "..." + "</nowiki>}}}";
      }
    }
    else if (t && displayMode == "contents") {
      return "\n{{contents indent"+indent+"{\n" + t.text + "\n}}}";
    }
    else if (t && displayMode == "sliders") {
      return "<slider slide>\n{{contents{\n" + t.text + "\n}}}\n</slider>";
    }
    else if (t && displayMode == "descr") {
      var descr = store.getTiddlerSlice(title,'Description');
      return descr ? " {{excerpt{" + descr  + "}}}" : "";
    }
    else if (t && displayMode == "slices") {
      var result = "";
      var slices = store.calcAllSlices(title);
      for (var s in slices)
        result += "|%0|<nowiki>%1</nowiki>|\n".format([s,slices[s]]);
      return result ? "\n{{excerpt excerptIndent{\n" + result  + "}}}" : "";
    }
    return "";
  },

  notHidden: function(t,inTiddler) {
    if (typeof t == "string")
      t = store.getTiddler(t);
    return (!t || !t.tags.containsAny(this.config.excludeTags) ||
        (inTiddler && this.config.excludeTags.contains(inTiddler)));
  },

  // this is for normal and commas mode
  createTagglyListNormal: function(place,title,useCommas,isTagExpr) {

    var list = config.taggly.getTiddlers(title,this.getTagglyOpt(title,"sortBy"),isTagExpr);

    if (this.getTagglyOpt(title,"sortOrder") == "desc")
      list = list.reverse();

    var output = [];
    var first = true;
    for (var i=0;i<list.length;i++) {
      if (this.notHidden(list[i],title)) {
        var countString = this.getTaggingCount(list[i].title);
        var excerpt = this.getExcerpt(title,list[i].title);
        if (useCommas)
          output.push((first ? "" : ", ") + "[[" + list[i].title + "]]" + countString + excerpt);
        else
          output.push("*[[" + list[i].title + "]]" + countString + excerpt + "\n");

        first = false;
      }
    }

    return this.drawTable(place,
      this.makeColumns(output,useCommas ? 1 : parseInt(this.getTagglyOpt(title,"numCols"))),
      useCommas ? "commas" : "normal");
  },

  // this is for the "grouped" mode
  createTagglyListGrouped: function(place,title,isTagExpr) {
    var sortBy = this.getTagglyOpt(title,"sortBy");
    var sortOrder = this.getTagglyOpt(title,"sortOrder");

    var list = config.taggly.getTiddlers(title,sortBy,isTagExpr);

    if (sortOrder == "desc")
      list = list.reverse();

    var leftOvers = []
    for (var i=0;i<list.length;i++)
      leftOvers.push(list[i].title);

    var allTagsHolder = {};
    for (var i=0;i<list.length;i++) {
      for (var j=0;j<list[i].tags.length;j++) {

        if (list[i].tags[j] != title) { // not this tiddler

          if (this.notHidden(list[i].tags[j],title)) {

            if (!allTagsHolder[list[i].tags[j]])
              allTagsHolder[list[i].tags[j]] = "";

            if (this.notHidden(list[i],title)) {
              allTagsHolder[list[i].tags[j]] += "**[["+list[i].title+"]]"
                    + this.getTaggingCount(list[i].title) + this.getExcerpt(title,list[i].title) + "\n";

              leftOvers.setItem(list[i].title,-1); // remove from leftovers. at the end it will contain the leftovers

            }
          }
        }
      }
    }

    var allTags = [];
    for (var t in allTagsHolder)
      allTags.push(t);

    var sortHelper = function(a,b) {
      if (a == b) return 0;
      if (a < b) return -1;
      return 1;
    };

    allTags.sort(function(a,b) {
      var tidA = store.getTiddler(a);
      var tidB = store.getTiddler(b);
      if (sortBy == "title") return sortHelper(a,b);
      else if (!tidA && !tidB) return 0;
      else if (!tidA) return -1;
      else if (!tidB) return +1;
      else return sortHelper(tidA[sortBy],tidB[sortBy]);
    });

    var leftOverOutput = "";
    for (var i=0;i<leftOvers.length;i++)
      if (this.notHidden(leftOvers[i],title))
        leftOverOutput += "*[["+leftOvers[i]+"]]" + this.getTaggingCount(leftOvers[i]) + this.getExcerpt(title,leftOvers[i]) + "\n";

    var output = [];

    if (sortOrder == "desc")
      allTags.reverse();
    else if (leftOverOutput != "")
      // leftovers first...
      output.push(leftOverOutput);

    for (var i=0;i<allTags.length;i++)
      if (allTagsHolder[allTags[i]] != "")
        output.push("*[["+allTags[i]+"]]" + this.getTaggingCount(allTags[i]) + this.getExcerpt(title,allTags[i]) + "\n" + allTagsHolder[allTags[i]]);

    if (sortOrder == "desc" && leftOverOutput != "")
      // leftovers last...
      output.push(leftOverOutput);

    return this.drawTable(place,
        this.makeColumns(output,parseInt(this.getTagglyOpt(title,"numCols"))),
        "grouped");

  },

  // used to build site map
  treeTraverse: function(title,depth,sortBy,sortOrder,isTagExpr) {

    var list = config.taggly.getTiddlers(title,sortBy,isTagExpr);

    if (sortOrder == "desc")
      list.reverse();

    var indent = "";
    for (var j=0;j<depth;j++)
      indent += "*"

    var childOutput = "";

    if (depth > this.config.siteMapDepthLimit)
      childOutput += indent + this.lingo.tooDeepMessage + "\n";
    else
      for (var i=0;i<list.length;i++)
        if (list[i].title != title)
          if (this.notHidden(list[i].title,this.config.inTiddler))
            childOutput += this.treeTraverse(list[i].title,depth+1,sortBy,sortOrder,false);

    if (depth == 0)
      return childOutput;
    else
      return indent + "[["+title+"]]" + this.getTaggingCount(title) + this.getExcerpt(this.config.inTiddler,title,depth) + "\n" + childOutput;
  },

  // this if for the site map mode
  createTagglyListSiteMap: function(place,title,isTagExpr) {
    this.config.inTiddler = title; // nasty. should pass it in to traverse probably
    var output = this.treeTraverse(title,0,this.getTagglyOpt(title,"sortBy"),this.getTagglyOpt(title,"sortOrder"),isTagExpr);
    return this.drawTable(place,
        this.makeColumns(output.split(/(?=^\*\[)/m),parseInt(this.getTagglyOpt(title,"numCols"))), // regexp magic
        "sitemap"
        );
  },

  macros: {
    tagglyTagging: {
      handler: function (place,macroName,params,wikifier,paramString,tiddler) {
        var parsedParams = paramString.parseParams("tag",null,true);
        var refreshContainer = createTiddlyElement(place,"div");

        // do some refresh magic to make it keep the list fresh - thanks Saq
        refreshContainer.setAttribute("refresh","macro");
        refreshContainer.setAttribute("macroName",macroName);

        var tag = getParam(parsedParams,"tag");
        var expr = getParam(parsedParams,"expr");

        if (expr) {
          refreshContainer.setAttribute("isTagExpr","true");
          refreshContainer.setAttribute("title",expr);
          refreshContainer.setAttribute("showEmpty","true");
        }
        else {
          refreshContainer.setAttribute("isTagExpr","false");
          if (tag) {
                refreshContainer.setAttribute("title",tag);
            refreshContainer.setAttribute("showEmpty","true");
          }
          else {
                refreshContainer.setAttribute("title",tiddler.title);
            refreshContainer.setAttribute("showEmpty","false");
          }
        }
        this.refresh(refreshContainer);
      },

      refresh: function(place) {
        var title = place.getAttribute("title");
        var isTagExpr = place.getAttribute("isTagExpr") == "true";
        var showEmpty = place.getAttribute("showEmpty") == "true";
        jQuery(place).empty()
        addClass(place,"tagglyTagging");
        var countFound = config.taggly.getTiddlers(title,'title',isTagExpr).length
        if (countFound > 0 || showEmpty) {
          var lingo = config.taggly.lingo;
          config.taggly.createListControl(place,title,"hideState");
          if (config.taggly.getTagglyOpt(title,"hideState") == "show") {
            createTiddlyElement(place,"span",null,"tagglyLabel",
                isTagExpr ? lingo.labels.exprLabel.format([title]) : lingo.labels.label.format([title]));
            config.taggly.createListControl(place,title,"title");
            config.taggly.createListControl(place,title,"modified");
            config.taggly.createListControl(place,title,"created");
            config.taggly.createListControl(place,title,"listMode");
            config.taggly.createListControl(place,title,"excerpts");
            config.taggly.createListControl(place,title,"numCols");
            config.taggly.createTagglyList(place,title,isTagExpr);
            if (countFound == 0 && showEmpty)
              createTiddlyElement(place,"div",null,"tagglyNoneFound",lingo.labels.noneFound);
          }
        }
      }
    }
  },

  // todo fix these up a bit
  styles: [
"/*{{{*/",
"/* created by TagglyTaggingPlugin */",
".tagglyTagging { padding-top:0.5em; }",
".tagglyTagging li.listTitle { display:none; }",
".tagglyTagging ul {",
" margin-top:0px; padding-top:0.5em; padding-left:2em;",
" margin-bottom:0px; padding-bottom:0px;",
"}",
".tagglyTagging { vertical-align: top; margin:0px; padding:0px; }",
".tagglyTagging table { margin:0px; padding:0px; }",
".tagglyTagging .button { visibility:hidden; margin-left:3px; margin-right:3px; }",
".tagglyTagging .button, .tagglyTagging .hidebutton {",
" color:[[ColorPalette::TertiaryLight]]; font-size:90%;",
" border:0px; padding-left:0.3em;padding-right:0.3em;",
"}",
".tagglyTagging .button:hover, .hidebutton:hover, ",
".tagglyTagging .button:active, .hidebutton:active  {",
" border:0px; background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]];",
"}",
".selected .tagglyTagging .button { visibility:visible; }",
".tagglyTagging .hidebutton { color:[[ColorPalette::Background]]; }",
".selected .tagglyTagging .hidebutton { color:[[ColorPalette::TertiaryLight]] }",
".tagglyLabel { color:[[ColorPalette::TertiaryMid]]; font-size:90%; }",
".tagglyTagging ul {padding-top:0px; padding-bottom:0.5em; margin-left:1em; }",
".tagglyTagging ul ul {list-style-type:disc; margin-left:-1em;}",
".tagglyTagging ul ul li {margin-left:0.5em; }",
".editLabel { font-size:90%; padding-top:0.5em; }",
".tagglyTagging .commas { padding-left:1.8em; }",
"/* not technically tagglytagging but will put them here anyway */",
".tagglyTagged li.listTitle { display:none; }",
".tagglyTagged li { display: inline; font-size:90%; }",
".tagglyTagged ul { margin:0px; padding:0px; }",
".excerpt { color:[[ColorPalette::TertiaryDark]]; }",
".excerptIndent { margin-left:4em; }",
"div.tagglyTagging table,",
"div.tagglyTagging table tr,",
"td.tagglyTagging",
" {border-style:none!important; }",
".tagglyTagging .contents { border-bottom:2px solid [[ColorPalette::TertiaryPale]]; padding:0 1em 1em 0.5em;",
"  margin-bottom:0.5em; }",
".tagglyTagging .indent1  { margin-left:3em;  }",
".tagglyTagging .indent2  { margin-left:4em;  }",
".tagglyTagging .indent3  { margin-left:5em;  }",
".tagglyTagging .indent4  { margin-left:6em;  }",
".tagglyTagging .indent5  { margin-left:7em;  }",
".tagglyTagging .indent6  { margin-left:8em;  }",
".tagglyTagging .indent7  { margin-left:9em;  }",
".tagglyTagging .indent8  { margin-left:10em; }",
".tagglyTagging .indent9  { margin-left:11em; }",
".tagglyTagging .indent10 { margin-left:12em; }",
".tagglyNoneFound { margin-left:2em; color:[[ColorPalette::TertiaryMid]]; font-size:90%; font-style:italic; }",
"/*}}}*/",
    ""].join("\n"),

  init: function() {
    merge(config.macros,this.macros);
    config.shadowTiddlers["TagglyTaggingStyles"] = this.styles;
    store.addNotification("TagglyTaggingStyles",refreshStyles);
  }
};

config.taggly.init();

//}}}

/***
InlineSlidersPlugin
By Saq Imtiaz
http://tw.lewcid.org/sandbox/#InlineSlidersPlugin

// syntax adjusted to not clash with NestedSlidersPlugin
// added + syntax to start open instead of closed

***/
//{{{
config.formatters.unshift( {
  name: "inlinesliders",
  // match: "\\+\\+\\+\\+|\\<slider",
  match: "\\<slider",
  // lookaheadRegExp: /(?:\+\+\+\+|<slider) (.*?)(?:>?)\n((?:.|\n)*?)\n(?:====|<\/slider>)/mg,
  lookaheadRegExp: /(?:<slider)(\+?) (.*?)(?:>)\n((?:.|\n)*?)\n(?:<\/slider>)/mg,
  handler: function(w) {
    this.lookaheadRegExp.lastIndex = w.matchStart;
    var lookaheadMatch = this.lookaheadRegExp.exec(w.source)
    if(lookaheadMatch && lookaheadMatch.index == w.matchStart ) {
      var btn = createTiddlyButton(w.output,lookaheadMatch[2] + " "+"\u00BB",lookaheadMatch[2],this.onClickSlider,"button sliderButton");
      var panel = createTiddlyElement(w.output,"div",null,"sliderPanel");
      panel.style.display = (lookaheadMatch[1] == '+' ? "block" : "none");
      wikify(lookaheadMatch[3],panel);
      w.nextMatch = lookaheadMatch.index + lookaheadMatch[0].length;
    }
   },
   onClickSlider : function(e) {
    if(!e) var e = window.event;
    var n = this.nextSibling;
    n.style.display = (n.style.display=="none") ? "block" : "none";
    return false;
  }
});

//}}}
*This is definitely a work in progress
!!!Basic Concepts
The usage of the term "the will" is found in an abundance of "magical" texts and was probably made most famous by [[Aleister Crowley]]. The will, for most purposes synonymous with the concept of intent, is also referred to within [[Toltec]] philosophies and training. The concept of "the will" is most readily understood from the hermetic viewpoint that the entire universe is a projection of the mental form of the creator (for a basic introduction read the [[Kybalion]]). Most individuals who come to study magical disciplines in any form, including those of lucid dreaming and astral projection, are often confused as to the nature of the will. More often than not those students beginning lucid dreaming and meditation are in fact using "the will" all the time, and all people know what "intent" means. However, most people do not initially understand intent or the will, because the true significance is far greater than when taken at face value. 

The will and intent is the major force (technically the only force) of the universe, it signifies the purest definition of creation. The will and intent represent the power of crystallisation. As such the will forms the absolute fundamental basis of all magical manipulations, as it is the very process by which all other "forces" arise. The will is the only force in a "unified field theory" of existence, acting on the medium that is the infinite energy and being of the creator. The major will of the logos (that for drawing back into itself the fragmented consciousness), gives rise to the [[archetypes|Archetypes]] (modes and paths of existence), the interrelationships between the archetypes and the impetus to move through such archetypes comprise the minor or secondary forces of the universe. In this way, it is the will and intent of the grand plan of this logos than eventually gives rise to the emotions and characteristics that are drawn to the archetypes. Emotions showing the will of the spirit of man, and guiding him to self-actualisation. A downward acting will - a expansive force, from that of the logos crystallises intelligent infinity to that which is called matter by the reduction of its vibratory rate, the paths it follows downwards following the law that is decided by the logos (the logos experiments in the conditions and paths which may be taken from infinity to finity, and each sublogos further regulates these experiential paths). The upwards will, or retracting force leads the consciousness which is placed within the matter to progress through the densities. The densities may be seen as the major modes of existence, whereas our common understanding of archetypes represent minor modes of existence. In the conscious development of the fragmented consciousness the entity sublimes as becomes less physical and more ethereal. The use of the terms major and minor represent only relative qualities, for each major is a minor to that quality above it. The pattern repeats like an endless fractal image.

This understanding is at the basis of yin/yang, the electric and magnetic forces of [[Bardon|Franz Bardon]] (and as such the elements which are minor forces of the combination and interaction of the two forces), the archetypes (which can be seen as minor energy patterns from the combination of "the elements"), the process of alchemy (in which the processes of crystallisation and sublimation are controlled a step above that of normal chemistry - the laws of chemistry being the minor interactions of a more archetypal energy pattern above it, the alchemy of precious metals merely being the assisted evolution of the atoms involved). All of the hermetic laws are a result of the intent of the logos, the only true hermetic law being the principle of mentalism. The expansive and contractive forces are the meaning behind "solve et coagula".
!!!Time
In order to understand why the intent is important in more depth, let us consider the nature of time. It is often said that time is illusionary. What does this mean when viewed in light of the outwards and inwards forces of "the will". If time is illusionary, how is it that there may be outward and inward movement of the will? In fact, it is consciousness that moves "inward and outward", time is the development of the consciousness in the processes of sublimation and crystallisation. The rate of change of consciousness is true time - after all there is no time without movement, and the hermetic principles tell us all is mind, what else may move than consciousness. Since consciousness is all encompassing however, it may not "move" anywhere, it may only change configuration. However for all intents and purposes to us at this level of being, the pattern which has been laid out by the logos is frozen. It is simply a fractal portion of the laws of the prime creator, so the consciousness may only change by effectively zooming inwards and outwards of this fractal pattern. In this way, it can be seen how the "laws", the equation of the fractal pattern, are divided and become more complex upon themselves in each new level. What is it to be conscious of the fractal pattern at this level - awareness. In the Toltec teachings mares states that Time is equal to a constant divided by awareness. This "constant" is actually the very same equation embedded within itself - but at the level of the logos rather than our own. It is not constant in reality, but whilst we are a part of that logos, it is constant for us (see here Einstein's law's of special relativity). It is important to realise at this point that awareness and intent are linked. It is intent and the will which give rise to awareness, and that intent can focus awareness either towards crystallisation or sublimation. Therefore the intent has direction, it is a vector quality. This is part of the reason why the collapse of the universe in on itself (which technically can't happen, as it is both states at once in the absolute sense - but does happen to the consciousness or awareness that becomes matter) has caused physicists to conjecture that time would run backwards. 
!!!Intent acts upon multiple modalities of existence
Just as we inhabit a density, we also span several sub-densities. Whilst it is conventionally understood that there are seven sub-densities, these are simply areas of a spectrum which we have divided for easy conceptualisation. The intent of man may act (and does act either consciously or unconsciously), in any of these densities. We are most accustomed to acting (focusing intent) in the physical, but we may just as easily act within the other sub-densities. In other words, we may focus intent in the astral, mental, and etheric planes. Normally our physical actions are focused by us in response to our emotions, but we often fail to realise that these are just formed by the subconscious intent on a higher level, them too by the crystallisation of energy patterns from yet higher intents. A point to add at this point.. we are forever trapped to act out the archetypes of the logos, and in the ultimate sense are not as individuals capable in free will. These are the forces of destiny, our inevitable future is unavoidable. This has caused in some a great sense of fear.

Now, we may see the true use in intent, and why it is possible for awareness and the entity to spiritually stagnate whilst it is unruly. An unfocused mind purely goes backward and forward in time, and awareness, as the intents cancel each other out.
!!!Mares Toltec Triangle of Manisfestion
The Nagal is the unknowable, which because manifest in the tonal as the unknown (a differentiation of consciousness). The act of intelligence makes this unknown into knowable experience. The link between nagal and the tonal being awareness. Where the a part of the unknowable has became known through differentiated consciousness experiencing itself. The awareness is a result and also cause of the act of intelligence. Self-awareness actively searches the unknown to make things known, because the mechanism itself has been understood. The act of intelligence is polar, consisting of a breaking apart (rationalisation - a microscope of the mind) and a unification (intent - zooming out). Here Mares has shown the vector nature of intent described as above as been either rationalisation or intent. Archetypes are paths or methods of the act of intelligence, they can therefore be linked to the status of awareness. For example, the initiate archetype of the fool, where there is so little known that the unknown can not be understood except as by accident. This is akin to assembling a "view of the world" through synchronised "coincidence", or destiny. Mares also brings up Einstein's law of relativity, and Pythagoras. These are the "three great bands".
!!!Notes to improve this
*Clear up the distinctions between emotions, and the energy of the "emotional body", awareness changes the nature and experience of emotions. Avoid confusion on the emotions > action topic. Emotions / Feeling.
*Re-organise terminology to a coherent system?

!!!Theories
There are apparently many passing through "people" here from 4th Density who are of an STO orientation. These people may have an input directly into certain peoples lives, appearing to simply be normal humans to everyone else. It is possible to identify such persons. These persons might be identifiable by:
*Physical qualities: perhaps they fit the stereotypical athletic build of a nordic type alien. Is their make-up a thought form projection or are they actually there in "full form"
* Their being in a position of service to others, not necessarily always by the typical means as perceived by third density themselves, such as within charity work, but certainly in a position to interact with people, animals or the environment in a beneficial way. This way may in fact be quite a blatant display of service, or perhaps appear to be very subtle in nature due to the lack of perspective that a third density being has. They very well may frequent UFO groups, or abduction groups, scouting out those who are in need of assistance from escaping STS beings, or taking note of those who are beginning to polarise or "wake up" to the control system.
* Whilst they have the ability to use energy and have abilities above and beyond the capabilities of the typical human being, they would be certain to not interfere with the development of a person not ready for such display of abilities, and therefore may not manifest any miraculous behaviour in an obvious way. However, they certainly would have a deeper understanding of the person they are talking to, and if the person is open, then they may sense and behave in a detectable way, such as seeming to display great propensity for empathy and understanding. They perhaps would not form strong opinions upon any subject directly, and only serve to pose questions and alternatives, without aggression to force someone's behaviour to change. At the same time, they may not interact with overly negative people in a direct way since their time might be more beneficially directed.
* If someone was perceptive to energy, then there should be some form of recognition between a third being and a fourth being, but since the third being might not be aware of what this strange feeling is, then they would not conclude that they are a fourth density being. It's possible that the fourth being may not infringe on the recesses of the mind of a person to detect this themselves as in order to facilitate a more natural form of interaction which is accepted by third density beings. The empathic responses and understanding of the fourth density being therefore may not be due to an external searching of a persons mind, but simply due to a more thorough and enlightened processing of the information that they receive from someone else, as according to their free will.
!!!What does it mean to be service to others
*This is a short piece which I wrote for myself, when I was trying to think of objective ways to develop my ability to be of service to others and I thought it may be great to share as an example of an exercise you might wish to undertake...
Being of a service to others orientation involves maximising the ability of others to manifest their will, increasing the power of their free will. It involves taking a responsibility for all of your actions and interactions and their accumulative impact within society, your friendship groups, your family and yourself. The principles of opening the flow and synchronicity allow you to become the instrument of positive change in society through the help of your higher density counterparts. The development of service to others consciousness involves keeping an awareness of the polarity of ideas and the subsequent development of choices and actions within three spheres of interaction: 

#Societal (those interactions feeding back into society at large based on your input to corporations, businesses and charities etc…)
#Social (those interactions directly with people, conversations and direct assistance)
#Personal (those interactions with which you govern the intimacies of your life and your own handling of will and emotions based on their outward projections to the state of others.)

I proceeded to make a table using the above "spheres of interactions" as headings and consider real goals and actions to apply and live to in my life.
|!Link|!Description|
|[[Thought Exp: What does it mean to be service to others]]|Thinking about what it means to be service to self, and how to take objective steps in that direction|
|[[Thought Exp: Identifying 4D STO Amongst Us]]|Thinking about the possibility of contacting 4D STO|
|[[Analysis of The Celestine Prophesy Insights]]|My own analysis and interpretations of the short forms of the insights (It's getting a lot bigger than I thought it would)|
!!!How to use and navigate on the tiddlywiki system:
*This entire site is contained on a single html file, encoded with javascript. Pretty impressive. It provides an easy interface for me to rapidly upload content to the internet and to have cool features where I can quickly explain terms that I introduce into the text (like having a built in glossary).
*It is a non-linear form of website, trying to help me and you understand and collate non-linear information... I think that is excellently suited for function and purpose, and it allows you to explore my content in a way which gives you more of a say about what context to build it on. It is not a wiki for you to alter yourself however, and don't try because you will probably not be able to unless you're a conspiring hacker in the depths of an underground base.. or your moms basement, potentially.
*If there is a blue bold link, then click it and another window opens to that page. Like this one: [[Home|Welcome Page]]
*If there is a blue link in italics, then I have highlighted it in the intent to make a page but it doesn't exist yet... [[like this one]], these indicate pages that I need to write, so pay attention for them to be updated. You can also find updates here... [[Recent Updates]]
*At the top right of the pages there are links to close the page, or to close all others, don't worry about losing pages, they're easy to re-obtain. Under more you find "permalink" which you must use if you want to direct someone to a specific page in this website, because otherwise they will just get the home page. If you click references, you will find other "tiddlers" - which are pages - that link to the one which you are currently reading... a quick way to find related topics.
!!!PDF Files and Limits of this site
There are limits to this site and downfalls I know. Sometimes the text can be a little harder to read since there are large blocks of text and it is not completely broken up, it may help to zoom in a little bit in this case. I will work on this issue and attempt to provide nice ~PDFs of major articles and sets of information if you are interested. In these I may include extra information and pictures to make it that much more presentable. I will probably work on a way of including pictures into the site. I hope that the quality of information I can work to provide can make up for this though.
!!!Get your own tiddlywiki:
http://www.tiddlywiki.com
/***
|Name:|ToggleTagPlugin|
|Description:|Makes a checkbox which toggles a tag in a tiddler|
|Version:|3.1.0a|
|Date:|27-Jun-2011|
|Source:|http://mptw.tiddlyspot.com/#ToggleTagPlugin|
|Author:|Simon Baird <simon.baird@gmail.com>|
|License:|http://mptw.tiddlyspot.com/#TheBSDLicense|
!!Usage
{{{<<toggleTag }}}//{{{TagName TiddlerName LabelText}}}//{{{>>}}}
* TagName - the tag to be toggled, default value "checked"
* TiddlerName - the tiddler to toggle the tag in, default value the current tiddler
* LabelText - the text (gets wikified) to put next to the check box, default value is '{{{[[TagName]]}}}' or '{{{[[TagName]] [[TiddlerName]]}}}'
(If a parameter is '.' then the default will be used)
* TouchMod flag - if non empty then touch the tiddlers mod date. Note, can set config.toggleTagAlwaysTouchModDate to always touch mod date
!!Examples
|Code|Description|Example|h
|{{{<<toggleTag>>}}}|Toggles the default tag (checked) in this tiddler|<<toggleTag>>|
|{{{<<toggleTag TagName>>}}}|Toggles the TagName tag in this tiddler|<<toggleTag TagName>>|
|{{{<<toggleTag TagName TiddlerName>>}}}|Toggles the TagName tag in the TiddlerName tiddler|<<toggleTag TagName TiddlerName>>|
|{{{<<toggleTag TagName TiddlerName 'click me'>>}}}|Same but with custom label|<<toggleTag TagName TiddlerName 'click me'>>|
|{{{<<toggleTag . . 'click me'>>}}}|dot means use default value|<<toggleTag . . 'click me'>>|
!!Notes
* If TiddlerName doesn't exist it will be silently created
* Set label to '-' to specify no label
* See also http://mgtd-alpha.tiddlyspot.com/#ToggleTag2
!!Known issues
* Doesn't smoothly handle the case where you toggle a tag in a tiddler that is current open for editing
* Should convert to use named params
***/
//{{{

if (config.toggleTagAlwaysTouchModDate == undefined) config.toggleTagAlwaysTouchModDate = false;

merge(config.macros,{

  toggleTag: {

    createIfRequired: true,
    shortLabel: "[[%0]]",
    longLabel: "[[%0]] [[%1]]",

    handler: function(place,macroName,params,wikifier,paramString,tiddler) {
      var tiddlerTitle = tiddler ? tiddler.title : '';
      var tag   = (params[0] && params[0] != '.') ? params[0] : "checked";
      var title = (params[1] && params[1] != '.') ? params[1] : tiddlerTitle;
      var defaultLabel = (title == tiddlerTitle ? this.shortLabel : this.longLabel);
      var label = (params[2] && params[2] != '.') ? params[2] : defaultLabel;
      var touchMod = (params[3] && params[3] != '.') ? params[3] : "";
      label = (label == '-' ? '' : label); // dash means no label
      var theTiddler = (title == tiddlerTitle ? tiddler : store.getTiddler(title));
      var cb = createTiddlyCheckbox(place, label.format([tag,title]), theTiddler && theTiddler.isTagged(tag), function(e) {
        if (!store.tiddlerExists(title)) {
          if (config.macros.toggleTag.createIfRequired) {
            var content = store.getTiddlerText(title); // just in case it's a shadow
            store.saveTiddler(title,title,content?content:"",config.options.txtUserName,new Date(),null);
          }
          else
            return false;
        }
        if ((touchMod != "" || config.toggleTagAlwaysTouchModDate) && theTiddler)
            theTiddler.modified = new Date();
        store.setTiddlerTag(title,this.checked,tag);
        return true;
      });
    }
  }
});

//}}}

!!!Overview
For those who are not familiar with the "Toltecs" I would strongly advise the reader to become familiar with the work that is presented by both [[Carlos Castaneda|http://en.wikipedia.org/wiki/Carlos_Castaneda]] and by [[Theun Mares|http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dstripbooks&field-keywords=Theun+Mares]]. Theun Mares is key to understanding the concepts and stories written in Castanedas work, which many more are familiar, but more usefully outlines a path for the person to actually follow the instruction themselves. This is not very easy to do from Castanedas work which is more of introductory and entertainment value. For those who want a very easy introduction to Toltec philosophy, then I would advise the works of [[Dan Millman|http://www.peacefulwarrior.com/]], particularly his first peaceful warrior book. I wrote this introduction as a condensed overview based on the information written in Theun Mares first book (if you are uncertain about terms click on the links)..
<<<
Mares suggests that life be lived with the individual focusing on all events in life being a battle for power, and to view all experiences as presenting to us a challenge or obstacle. The challenges and obstacles call for us to develop our latent potentials in order to overcome them. Power is equated with knowledge, which is purely practical knowledge of how to focus and use the [[will (intent)|The Will]] most effectively and efficiently.

It suggests emotional [[energetic independence|Energetic Independence]] from events in life by viewing them as challenges and obstacles in the individuals constant search to understand their tonal. By facing these challenges and obstacles with an energetic independence we reclaim our [[personal power]] and are able to focus effectively at the task at hand, without becoming distracted by the [[ego|The Ego]]. Knowledge of the [[tonal|The Tonal]] is self knowledge, an understanding of what constitutes the individuals being and conditions of life, the terrain that the spirit, called the [[nagal|The Nagal]] inhabits. To understand the tonal is to know your life purpose and destiny, the ultimate goal of human existence. 

In order to enter the battle for power, the individual must first learn to hunt for power. Drawing analogies of hunting for such a thing as power with those techniques and skills required for physical hunting are used to conceptualise what must be accomplished in the mind of the individual. In order to “hunt for power”, an individual must become very knowledgeable of the terrain (the content of the tonal) – the individual must understand that they too may be lead into traps and certain other universal truths. By hunting for power, the individual may eventually retain enough personal power and gain awareness through practical experience to work in conscious co-operation with the stalking forces of destiny, and may expertly overcome the obstacles that stand between him and self-actualisation. 

It must be understood by the individual that multiple [[frames of reference|Frame of Reference]] exist, that the average man begins with a flawed or incomplete logical capacity, and so may not [[rationalise|Rationalisation in Toltec Philosophy]] his experiences and existence. In order to achieve self-actualisation, and to know real truth, he must experience the content of his life, of the tonal from all frames of reference, via the movement of the “[[assembly point|The Assemblage Point]]”. 

In classical definitions, which appear to be in debate, the assembly point may either move or shift. This corresponds to an upwards vibrational “movement”, through greater alignment of energy points to see greater clarity of the current reality. The movement is seen as a rotation of the assembly point. Alternatively there may be a sideways “shift”, changing the energy points that are used, shifting through what may loosely constitute parallel universes, [[alternative realities|Alternative Realities]]. The assemblage point is set in place by intent, the will. Reclaiming our personal power, is to reclaim that power which is used by our subconsciousness and which sets the assemblage point firmly within place locking us into our current reality. It does this via the [[internal dialogue|Internal Dialogue]], which from birth has been conditioned through social interactions to become locked firmly within our current locale of reality. Thus the silencing of the internal dialogue, with personal power gained to focus intent, forms the basic premise of freeing the assemblage point for conscious control. In this way the individual can come to know the real truth of things, by seeing them in all frames of reference.
<<<
/***
Description: Contains the stuff you need to use Tiddlyspot
Note, you also need UploadPlugin, PasswordOptionPlugin and LoadRemoteFileThroughProxy
from http://tiddlywiki.bidix.info for a complete working Tiddlyspot site.
***/
//{{{

// edit this if you are migrating sites or retrofitting an existing TW
config.tiddlyspotSiteId = 'signsandsyncs';

// make it so you can by default see edit controls via http
config.options.chkHttpReadOnly = false;
window.readOnly = false; // make sure of it (for tw 2.2)
window.showBackstage = true; // show backstage too

// disable autosave in d3
if (window.location.protocol != "file:")
	config.options.chkGTDLazyAutoSave = false;

// tweak shadow tiddlers to add upload button, password entry box etc
with (config.shadowTiddlers) {
	SiteUrl = 'http://'+config.tiddlyspotSiteId+'.tiddlyspot.com';
	SideBarOptions = SideBarOptions.replace(/(<<saveChanges>>)/,"$1<<tiddler TspotSidebar>>");
	OptionsPanel = OptionsPanel.replace(/^/,"<<tiddler TspotOptions>>");
	DefaultTiddlers = DefaultTiddlers.replace(/^/,"[[WelcomeToTiddlyspot]] ");
	MainMenu = MainMenu.replace(/^/,"[[WelcomeToTiddlyspot]] ");
}

// create some shadow tiddler content
merge(config.shadowTiddlers,{

'TspotOptions':[
 "tiddlyspot password:",
 "<<option pasUploadPassword>>",
 ""
].join("\n"),

'TspotControls':[
 "| tiddlyspot password:|<<option pasUploadPassword>>|",
 "| site management:|<<upload http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/store.cgi index.html . .  " + config.tiddlyspotSiteId + ">>//(requires tiddlyspot password)//<br>[[control panel|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/controlpanel]], [[download (go offline)|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/download]]|",
 "| links:|[[tiddlyspot.com|http://tiddlyspot.com/]], [[FAQs|http://faq.tiddlyspot.com/]], [[blog|http://tiddlyspot.blogspot.com/]], email [[support|mailto:support@tiddlyspot.com]] & [[feedback|mailto:feedback@tiddlyspot.com]], [[donate|http://tiddlyspot.com/?page=donate]]|"
].join("\n"),

'WelcomeToTiddlyspot':[
 "This document is a ~TiddlyWiki from tiddlyspot.com.  A ~TiddlyWiki is an electronic notebook that is great for managing todo lists, personal information, and all sorts of things.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //What now?// &nbsp;&nbsp;@@ Before you can save any changes, you need to enter your password in the form below.  Then configure privacy and other site settings at your [[control panel|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/controlpanel]] (your control panel username is //" + config.tiddlyspotSiteId + "//).",
 "<<tiddler TspotControls>>",
 "See also GettingStarted.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Working online// &nbsp;&nbsp;@@ You can edit this ~TiddlyWiki right now, and save your changes using the \"save to web\" button in the column on the right.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Working offline// &nbsp;&nbsp;@@ A fully functioning copy of this ~TiddlyWiki can be saved onto your hard drive or USB stick.  You can make changes and save them locally without being connected to the Internet.  When you're ready to sync up again, just click \"upload\" and your ~TiddlyWiki will be saved back to tiddlyspot.com.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Help!// &nbsp;&nbsp;@@ Find out more about ~TiddlyWiki at [[TiddlyWiki.com|http://tiddlywiki.com]].  Also visit [[TiddlyWiki.org|http://tiddlywiki.org]] for documentation on learning and using ~TiddlyWiki. New users are especially welcome on the [[TiddlyWiki mailing list|http://groups.google.com/group/TiddlyWiki]], which is an excellent place to ask questions and get help.  If you have a tiddlyspot related problem email [[tiddlyspot support|mailto:support@tiddlyspot.com]].",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Enjoy :)// &nbsp;&nbsp;@@ We hope you like using your tiddlyspot.com site.  Please email [[feedback@tiddlyspot.com|mailto:feedback@tiddlyspot.com]] with any comments or suggestions."
].join("\n"),

'TspotSidebar':[
 "<<upload http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/store.cgi index.html . .  " + config.tiddlyspotSiteId + ">><html><a href='http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/download' class='button'>download</a></html>"
].join("\n")

});
//}}}
| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |
| 22/11/2012 23:29:04 | YourName | [[/|http://signsandsyncs.tiddlyspot.com/]] | [[store.cgi|http://signsandsyncs.tiddlyspot.com/store.cgi]] | . | [[index.html | http://signsandsyncs.tiddlyspot.com/index.html]] | . | ok |
| 22/11/2012 23:37:40 | YourName | [[/|http://signsandsyncs.tiddlyspot.com/]] | [[store.cgi|http://signsandsyncs.tiddlyspot.com/store.cgi]] | . | [[index.html | http://signsandsyncs.tiddlyspot.com/index.html]] | . | ok |
| 22/11/2012 23:52:31 | YourName | [[/|http://signsandsyncs.tiddlyspot.com/]] | [[store.cgi|http://signsandsyncs.tiddlyspot.com/store.cgi]] | . | [[index.html | http://signsandsyncs.tiddlyspot.com/index.html]] | . | ok |
| 23/11/2012 00:25:00 | YourName | [[/|http://signsandsyncs.tiddlyspot.com/]] | [[store.cgi|http://signsandsyncs.tiddlyspot.com/store.cgi]] | . | [[index.html | http://signsandsyncs.tiddlyspot.com/index.html]] | . |
| 06/02/2013 19:58:03 | YourName | [[/|http://signsandsyncs.tiddlyspot.com/]] | [[store.cgi|http://signsandsyncs.tiddlyspot.com/store.cgi]] | . | [[index.html | http://signsandsyncs.tiddlyspot.com/index.html]] | . | failed |
| 06/02/2013 19:58:19 | YourName | [[/|http://signsandsyncs.tiddlyspot.com/]] | [[store.cgi|http://signsandsyncs.tiddlyspot.com/store.cgi]] | . | [[index.html | http://signsandsyncs.tiddlyspot.com/index.html]] | . | failed |
| 06/02/2013 19:58:34 | YourName | [[/|http://signsandsyncs.tiddlyspot.com/]] | [[store.cgi|http://signsandsyncs.tiddlyspot.com/store.cgi]] | . | [[index.html | http://signsandsyncs.tiddlyspot.com/index.html]] | . |
| 28/04/2014 17:20:23 | YourName | [[/|http://signsandsyncs.tiddlyspot.com/]] | [[store.cgi|http://signsandsyncs.tiddlyspot.com/store.cgi]] | . | [[index.html | http://signsandsyncs.tiddlyspot.com/index.html]] | . | failed |
| 28/04/2014 17:20:49 | YourName | [[/|http://signsandsyncs.tiddlyspot.com/]] | [[store.cgi|http://signsandsyncs.tiddlyspot.com/store.cgi]] | . | [[index.html | http://signsandsyncs.tiddlyspot.com/index.html]] | . | failed |
| 28/04/2014 17:21:15 | YourName | [[/|http://signsandsyncs.tiddlyspot.com/]] | [[store.cgi|http://signsandsyncs.tiddlyspot.com/store.cgi]] | . | [[index.html | http://signsandsyncs.tiddlyspot.com/index.html]] | . |
/***
|''Name:''|UploadPlugin|
|''Description:''|Save to web a TiddlyWiki|
|''Version:''|4.1.3|
|''Date:''|Feb 24, 2008|
|''Source:''|http://tiddlywiki.bidix.info/#UploadPlugin|
|''Documentation:''|http://tiddlywiki.bidix.info/#UploadPluginDoc|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0|
|''Requires:''|PasswordOptionPlugin|
***/
//{{{
version.extensions.UploadPlugin = {
	major: 4, minor: 1, revision: 3,
	date: new Date("Feb 24, 2008"),
	source: 'http://tiddlywiki.bidix.info/#UploadPlugin',
	author: 'BidiX (BidiX (at) bidix (dot) info',
	coreVersion: '2.2.0'
};

//
// Environment
//

if (!window.bidix) window.bidix = {}; // bidix namespace
bidix.debugMode = false;	// true to activate both in Plugin and UploadService
	
//
// Upload Macro
//

config.macros.upload = {
// default values
	defaultBackupDir: '',	//no backup
	defaultStoreScript: "store.php",
	defaultToFilename: "index.html",
	defaultUploadDir: ".",
	authenticateUser: true	// UploadService Authenticate User
};
	
config.macros.upload.label = {
	promptOption: "Save and Upload this TiddlyWiki with UploadOptions",
	promptParamMacro: "Save and Upload this TiddlyWiki in %0",
	saveLabel: "save to web", 
	saveToDisk: "save to disk",
	uploadLabel: "upload"	
};

config.macros.upload.messages = {
	noStoreUrl: "No store URL in parmeters or options",
	usernameOrPasswordMissing: "Username or password missing"
};

config.macros.upload.handler = function(place,macroName,params) {
	if (readOnly)
		return;
	var label;
	if (document.location.toString().substr(0,4) == "http") 
		label = this.label.saveLabel;
	else
		label = this.label.uploadLabel;
	var prompt;
	if (params[0]) {
		prompt = this.label.promptParamMacro.toString().format([this.destFile(params[0], 
			(params[1] ? params[1]:bidix.basename(window.location.toString())), params[3])]);
	} else {
		prompt = this.label.promptOption;
	}
	createTiddlyButton(place, label, prompt, function() {config.macros.upload.action(params);}, null, null, this.accessKey);
};

config.macros.upload.action = function(params)
{
		// for missing macro parameter set value from options
		if (!params) params = {};
		var storeUrl = params[0] ? params[0] : config.options.txtUploadStoreUrl;
		var toFilename = params[1] ? params[1] : config.options.txtUploadFilename;
		var backupDir = params[2] ? params[2] : config.options.txtUploadBackupDir;
		var uploadDir = params[3] ? params[3] : config.options.txtUploadDir;
		var username = params[4] ? params[4] : config.options.txtUploadUserName;
		var password = config.options.pasUploadPassword; // for security reason no password as macro parameter	
		// for still missing parameter set default value
		if ((!storeUrl) && (document.location.toString().substr(0,4) == "http")) 
			storeUrl = bidix.dirname(document.location.toString())+'/'+config.macros.upload.defaultStoreScript;
		if (storeUrl.substr(0,4) != "http")
			storeUrl = bidix.dirname(document.location.toString()) +'/'+ storeUrl;
		if (!toFilename)
			toFilename = bidix.basename(window.location.toString());
		if (!toFilename)
			toFilename = config.macros.upload.defaultToFilename;
		if (!uploadDir)
			uploadDir = config.macros.upload.defaultUploadDir;
		if (!backupDir)
			backupDir = config.macros.upload.defaultBackupDir;
		// report error if still missing
		if (!storeUrl) {
			alert(config.macros.upload.messages.noStoreUrl);
			clearMessage();
			return false;
		}
		if (config.macros.upload.authenticateUser && (!username || !password)) {
			alert(config.macros.upload.messages.usernameOrPasswordMissing);
			clearMessage();
			return false;
		}
		bidix.upload.uploadChanges(false,null,storeUrl, toFilename, uploadDir, backupDir, username, password); 
		return false; 
};

config.macros.upload.destFile = function(storeUrl, toFilename, uploadDir) 
{
	if (!storeUrl)
		return null;
		var dest = bidix.dirname(storeUrl);
		if (uploadDir && uploadDir != '.')
			dest = dest + '/' + uploadDir;
		dest = dest + '/' + toFilename;
	return dest;
};

//
// uploadOptions Macro
//

config.macros.uploadOptions = {
	handler: function(place,macroName,params) {
		var wizard = new Wizard();
		wizard.createWizard(place,this.wizardTitle);
		wizard.addStep(this.step1Title,this.step1Html);
		var markList = wizard.getElement("markList");
		var listWrapper = document.createElement("div");
		markList.parentNode.insertBefore(listWrapper,markList);
		wizard.setValue("listWrapper",listWrapper);
		this.refreshOptions(listWrapper,false);
		var uploadCaption;
		if (document.location.toString().substr(0,4) == "http") 
			uploadCaption = config.macros.upload.label.saveLabel;
		else
			uploadCaption = config.macros.upload.label.uploadLabel;
		
		wizard.setButtons([
				{caption: uploadCaption, tooltip: config.macros.upload.label.promptOption, 
					onClick: config.macros.upload.action},
				{caption: this.cancelButton, tooltip: this.cancelButtonPrompt, onClick: this.onCancel}
				
			]);
	},
	options: [
		"txtUploadUserName",
		"pasUploadPassword",
		"txtUploadStoreUrl",
		"txtUploadDir",
		"txtUploadFilename",
		"txtUploadBackupDir",
		"chkUploadLog",
		"txtUploadLogMaxLine"		
	],
	refreshOptions: function(listWrapper) {
		var opts = [];
		for(i=0; i<this.options.length; i++) {
			var opt = {};
			opts.push();
			opt.option = "";
			n = this.options[i];
			opt.name = n;
			opt.lowlight = !config.optionsDesc[n];
			opt.description = opt.lowlight ? this.unknownDescription : config.optionsDesc[n];
			opts.push(opt);
		}
		var listview = ListView.create(listWrapper,opts,this.listViewTemplate);
		for(n=0; n<opts.length; n++) {
			var type = opts[n].name.substr(0,3);
			var h = config.macros.option.types[type];
			if (h && h.create) {
				h.create(opts[n].colElements['option'],type,opts[n].name,opts[n].name,"no");
			}
		}
		
	},
	onCancel: function(e)
	{
		backstage.switchTab(null);
		return false;
	},
	
	wizardTitle: "Upload with options",
	step1Title: "These options are saved in cookies in your browser",
	step1Html: "<input type='hidden' name='markList'></input><br>",
	cancelButton: "Cancel",
	cancelButtonPrompt: "Cancel prompt",
	listViewTemplate: {
		columns: [
			{name: 'Description', field: 'description', title: "Description", type: 'WikiText'},
			{name: 'Option', field: 'option', title: "Option", type: 'String'},
			{name: 'Name', field: 'name', title: "Name", type: 'String'}
			],
		rowClasses: [
			{className: 'lowlight', field: 'lowlight'} 
			]}
};

//
// upload functions
//

if (!bidix.upload) bidix.upload = {};

if (!bidix.upload.messages) bidix.upload.messages = {
	//from saving
	invalidFileError: "The original file '%0' does not appear to be a valid TiddlyWiki",
	backupSaved: "Backup saved",
	backupFailed: "Failed to upload backup file",
	rssSaved: "RSS feed uploaded",
	rssFailed: "Failed to upload RSS feed file",
	emptySaved: "Empty template uploaded",
	emptyFailed: "Failed to upload empty template file",
	mainSaved: "Main TiddlyWiki file uploaded",
	mainFailed: "Failed to upload main TiddlyWiki file. Your changes have not been saved",
	//specific upload
	loadOriginalHttpPostError: "Can't get original file",
	aboutToSaveOnHttpPost: 'About to upload on %0 ...',
	storePhpNotFound: "The store script '%0' was not found."
};

bidix.upload.uploadChanges = function(onlyIfDirty,tiddlers,storeUrl,toFilename,uploadDir,backupDir,username,password)
{
	var callback = function(status,uploadParams,original,url,xhr) {
		if (!status) {
			displayMessage(bidix.upload.messages.loadOriginalHttpPostError);
			return;
		}
		if (bidix.debugMode) 
			alert(original.substr(0,500)+"\n...");
		// Locate the storeArea div's 
		var posDiv = locateStoreArea(original);
		if((posDiv[0] == -1) || (posDiv[1] == -1)) {
			alert(config.messages.invalidFileError.format([localPath]));
			return;
		}
		bidix.upload.uploadRss(uploadParams,original,posDiv);
	};
	
	if(onlyIfDirty && !store.isDirty())
		return;
	clearMessage();
	// save on localdisk ?
	if (document.location.toString().substr(0,4) == "file") {
		var path = document.location.toString();
		var localPath = getLocalPath(path);
		saveChanges();
	}
	// get original
	var uploadParams = new Array(storeUrl,toFilename,uploadDir,backupDir,username,password);
	var originalPath = document.location.toString();
	// If url is a directory : add index.html
	if (originalPath.charAt(originalPath.length-1) == "/")
		originalPath = originalPath + "index.html";
	var dest = config.macros.upload.destFile(storeUrl,toFilename,uploadDir);
	var log = new bidix.UploadLog();
	log.startUpload(storeUrl, dest, uploadDir,  backupDir);
	displayMessage(bidix.upload.messages.aboutToSaveOnHttpPost.format([dest]));
	if (bidix.debugMode) 
		alert("about to execute Http - GET on "+originalPath);
	var r = doHttp("GET",originalPath,null,null,username,password,callback,uploadParams,null);
	if (typeof r == "string")
		displayMessage(r);
	return r;
};

bidix.upload.uploadRss = function(uploadParams,original,posDiv) 
{
	var callback = function(status,params,responseText,url,xhr) {
		if(status) {
			var destfile = responseText.substring(responseText.indexOf("destfile:")+9,responseText.indexOf("\n", responseText.indexOf("destfile:")));
			displayMessage(bidix.upload.messages.rssSaved,bidix.dirname(url)+'/'+destfile);
			bidix.upload.uploadMain(params[0],params[1],params[2]);
		} else {
			displayMessage(bidix.upload.messages.rssFailed);			
		}
	};
	// do uploadRss
	if(config.options.chkGenerateAnRssFeed) {
		var rssPath = uploadParams[1].substr(0,uploadParams[1].lastIndexOf(".")) + ".xml";
		var rssUploadParams = new Array(uploadParams[0],rssPath,uploadParams[2],'',uploadParams[4],uploadParams[5]);
		var rssString = generateRss();
		// no UnicodeToUTF8 conversion needed when location is "file" !!!
		if (document.location.toString().substr(0,4) != "file")
			rssString = convertUnicodeToUTF8(rssString);	
		bidix.upload.httpUpload(rssUploadParams,rssString,callback,Array(uploadParams,original,posDiv));
	} else {
		bidix.upload.uploadMain(uploadParams,original,posDiv);
	}
};

bidix.upload.uploadMain = function(uploadParams,original,posDiv) 
{
	var callback = function(status,params,responseText,url,xhr) {
		var log = new bidix.UploadLog();
		if(status) {
			// if backupDir specified
			if ((params[3]) && (responseText.indexOf("backupfile:") > -1))  {
				var backupfile = responseText.substring(responseText.indexOf("backupfile:")+11,responseText.indexOf("\n", responseText.indexOf("backupfile:")));
				displayMessage(bidix.upload.messages.backupSaved,bidix.dirname(url)+'/'+backupfile);
			}
			var destfile = responseText.substring(responseText.indexOf("destfile:")+9,responseText.indexOf("\n", responseText.indexOf("destfile:")));
			displayMessage(bidix.upload.messages.mainSaved,bidix.dirname(url)+'/'+destfile);
			store.setDirty(false);
			log.endUpload("ok");
		} else {
			alert(bidix.upload.messages.mainFailed);
			displayMessage(bidix.upload.messages.mainFailed);
			log.endUpload("failed");			
		}
	};
	// do uploadMain
	var revised = bidix.upload.updateOriginal(original,posDiv);
	bidix.upload.httpUpload(uploadParams,revised,callback,uploadParams);
};

bidix.upload.httpUpload = function(uploadParams,data,callback,params)
{
	var localCallback = function(status,params,responseText,url,xhr) {
		url = (url.indexOf("nocache=") < 0 ? url : url.substring(0,url.indexOf("nocache=")-1));
		if (xhr.status == 404)
			alert(bidix.upload.messages.storePhpNotFound.format([url]));
		if ((bidix.debugMode) || (responseText.indexOf("Debug mode") >= 0 )) {
			alert(responseText);
			if (responseText.indexOf("Debug mode") >= 0 )
				responseText = responseText.substring(responseText.indexOf("\n\n")+2);
		} else if (responseText.charAt(0) != '0') 
			alert(responseText);
		if (responseText.charAt(0) != '0')
			status = null;
		callback(status,params,responseText,url,xhr);
	};
	// do httpUpload
	var boundary = "---------------------------"+"AaB03x";	
	var uploadFormName = "UploadPlugin";
	// compose headers data
	var sheader = "";
	sheader += "--" + boundary + "\r\nContent-disposition: form-data; name=\"";
	sheader += uploadFormName +"\"\r\n\r\n";
	sheader += "backupDir="+uploadParams[3] +
				";user=" + uploadParams[4] +
				";password=" + uploadParams[5] +
				";uploaddir=" + uploadParams[2];
	if (bidix.debugMode)
		sheader += ";debug=1";
	sheader += ";;\r\n"; 
	sheader += "\r\n" + "--" + boundary + "\r\n";
	sheader += "Content-disposition: form-data; name=\"userfile\"; filename=\""+uploadParams[1]+"\"\r\n";
	sheader += "Content-Type: text/html;charset=UTF-8" + "\r\n";
	sheader += "Content-Length: " + data.length + "\r\n\r\n";
	// compose trailer data
	var strailer = new String();
	strailer = "\r\n--" + boundary + "--\r\n";
	data = sheader + data + strailer;
	if (bidix.debugMode) alert("about to execute Http - POST on "+uploadParams[0]+"\n with \n"+data.substr(0,500)+ " ... ");
	var r = doHttp("POST",uploadParams[0],data,"multipart/form-data; ;charset=UTF-8; boundary="+boundary,uploadParams[4],uploadParams[5],localCallback,params,null);
	if (typeof r == "string")
		displayMessage(r);
	return r;
};

// same as Saving's updateOriginal but without convertUnicodeToUTF8 calls
bidix.upload.updateOriginal = function(original, posDiv)
{
	if (!posDiv)
		posDiv = locateStoreArea(original);
	if((posDiv[0] == -1) || (posDiv[1] == -1)) {
		alert(config.messages.invalidFileError.format([localPath]));
		return;
	}
	var revised = original.substr(0,posDiv[0] + startSaveArea.length) + "\n" +
				store.allTiddlersAsHtml() + "\n" +
				original.substr(posDiv[1]);
	var newSiteTitle = getPageTitle().htmlEncode();
	revised = revised.replaceChunk("<title"+">","</title"+">"," " + newSiteTitle + " ");
	revised = updateMarkupBlock(revised,"PRE-HEAD","MarkupPreHead");
	revised = updateMarkupBlock(revised,"POST-HEAD","MarkupPostHead");
	revised = updateMarkupBlock(revised,"PRE-BODY","MarkupPreBody");
	revised = updateMarkupBlock(revised,"POST-SCRIPT","MarkupPostBody");
	return revised;
};

//
// UploadLog
// 
// config.options.chkUploadLog :
//		false : no logging
//		true : logging
// config.options.txtUploadLogMaxLine :
//		-1 : no limit
//      0 :  no Log lines but UploadLog is still in place
//		n :  the last n lines are only kept
//		NaN : no limit (-1)

bidix.UploadLog = function() {
	if (!config.options.chkUploadLog) 
		return; // this.tiddler = null
	this.tiddler = store.getTiddler("UploadLog");
	if (!this.tiddler) {
		this.tiddler = new Tiddler();
		this.tiddler.title = "UploadLog";
		this.tiddler.text = "| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |";
		this.tiddler.created = new Date();
		this.tiddler.modifier = config.options.txtUserName;
		this.tiddler.modified = new Date();
		store.addTiddler(this.tiddler);
	}
	return this;
};

bidix.UploadLog.prototype.addText = function(text) {
	if (!this.tiddler)
		return;
	// retrieve maxLine when we need it
	var maxLine = parseInt(config.options.txtUploadLogMaxLine,10);
	if (isNaN(maxLine))
		maxLine = -1;
	// add text
	if (maxLine != 0) 
		this.tiddler.text = this.tiddler.text + text;
	// Trunck to maxLine
	if (maxLine >= 0) {
		var textArray = this.tiddler.text.split('\n');
		if (textArray.length > maxLine + 1)
			textArray.splice(1,textArray.length-1-maxLine);
			this.tiddler.text = textArray.join('\n');		
	}
	// update tiddler fields
	this.tiddler.modifier = config.options.txtUserName;
	this.tiddler.modified = new Date();
	store.addTiddler(this.tiddler);
	// refresh and notifiy for immediate update
	story.refreshTiddler(this.tiddler.title);
	store.notify(this.tiddler.title, true);
};

bidix.UploadLog.prototype.startUpload = function(storeUrl, toFilename, uploadDir,  backupDir) {
	if (!this.tiddler)
		return;
	var now = new Date();
	var text = "\n| ";
	var filename = bidix.basename(document.location.toString());
	if (!filename) filename = '/';
	text += now.formatString("0DD/0MM/YYYY 0hh:0mm:0ss") +" | ";
	text += config.options.txtUserName + " | ";
	text += "[["+filename+"|"+location + "]] |";
	text += " [[" + bidix.basename(storeUrl) + "|" + storeUrl + "]] | ";
	text += uploadDir + " | ";
	text += "[[" + bidix.basename(toFilename) + " | " +toFilename + "]] | ";
	text += backupDir + " |";
	this.addText(text);
};

bidix.UploadLog.prototype.endUpload = function(status) {
	if (!this.tiddler)
		return;
	this.addText(" "+status+" |");
};

//
// Utilities
// 

bidix.checkPlugin = function(plugin, major, minor, revision) {
	var ext = version.extensions[plugin];
	if (!
		(ext  && 
			((ext.major > major) || 
			((ext.major == major) && (ext.minor > minor))  ||
			((ext.major == major) && (ext.minor == minor) && (ext.revision >= revision))))) {
			// write error in PluginManager
			if (pluginInfo)
				pluginInfo.log.push("Requires " + plugin + " " + major + "." + minor + "." + revision);
			eval(plugin); // generate an error : "Error: ReferenceError: xxxx is not defined"
	}
};

bidix.dirname = function(filePath) {
	if (!filePath) 
		return;
	var lastpos;
	if ((lastpos = filePath.lastIndexOf("/")) != -1) {
		return filePath.substring(0, lastpos);
	} else {
		return filePath.substring(0, filePath.lastIndexOf("\\"));
	}
};

bidix.basename = function(filePath) {
	if (!filePath) 
		return;
	var lastpos;
	if ((lastpos = filePath.lastIndexOf("#")) != -1) 
		filePath = filePath.substring(0, lastpos);
	if ((lastpos = filePath.lastIndexOf("/")) != -1) {
		return filePath.substring(lastpos + 1);
	} else
		return filePath.substring(filePath.lastIndexOf("\\")+1);
};

bidix.initOption = function(name,value) {
	if (!config.options[name])
		config.options[name] = value;
};

//
// Initializations
//

// require PasswordOptionPlugin 1.0.1 or better
bidix.checkPlugin("PasswordOptionPlugin", 1, 0, 1);

// styleSheet
setStylesheet('.txtUploadStoreUrl, .txtUploadBackupDir, .txtUploadDir {width: 22em;}',"uploadPluginStyles");

//optionsDesc
merge(config.optionsDesc,{
	txtUploadStoreUrl: "Url of the UploadService script (default: store.php)",
	txtUploadFilename: "Filename of the uploaded file (default: in index.html)",
	txtUploadDir: "Relative Directory where to store the file (default: . (downloadService directory))",
	txtUploadBackupDir: "Relative Directory where to backup the file. If empty no backup. (default: ''(empty))",
	txtUploadUserName: "Upload Username",
	pasUploadPassword: "Upload Password",
	chkUploadLog: "do Logging in UploadLog (default: true)",
	txtUploadLogMaxLine: "Maximum of lines in UploadLog (default: 10)"
});

// Options Initializations
bidix.initOption('txtUploadStoreUrl','');
bidix.initOption('txtUploadFilename','');
bidix.initOption('txtUploadDir','');
bidix.initOption('txtUploadBackupDir','');
bidix.initOption('txtUploadUserName','');
bidix.initOption('pasUploadPassword','');
bidix.initOption('chkUploadLog',true);
bidix.initOption('txtUploadLogMaxLine','10');


// Backstage
merge(config.tasks,{
	uploadOptions: {text: "upload", tooltip: "Change UploadOptions and Upload", content: '<<uploadOptions>>'}
});
config.backstageTasks.push("uploadOptions");


//}}}

!!!Hello There!
Welcome to my online notebook for articles and resources concerning fringe topics and metaphysics. If you are new to the site you might like to read my short introduction on what this site is about and the way I intend to present work by clicking [[here|Introduction to the site]]. If you want to understand how this site works then here is an introduction to the [[TiddlyWiki System]]. The majority of the parts of this site can be accessed from the [[Knowledge Base]].

!!!Contact
For any questions or correspondance, please direct your messages to <html><a href="mailto:signsandsyncs@gmail.com"/>signsandsyncs@gmail.com</html>, or to the old email at kp1133@zoho.com if you happen to mistrust google.

[[Creative Commons]]
!!!The Proximity Effect
The "proximity effect" is the observance that the psychic capabilities and memory recall of an individual seems to be increased by being in proximity to 4D beings. Many abductees can recall many or perhaps all of their previous abductions at any later abduction but then forget the whole series when they are returned. The proximity effect can be seen as a small localised version of an etheric tide, either by being close to beings with greater etheric output, or by being shifted into a 4D locale where the ambient etheric energy is greater.

The casseneda concept of the assemblage point may be related to this phenomenon.