<!--{{{-->
<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>>
It is 37 days since my arrival in Thailand. I will be here at least 90 days. 
[[The Importance of Death Rituals (Shradh)|https://youtu.be/ueIbAYJWNr8]] - [[Unraveling Death|https://youtu.be/O1B0lDS1Jnw?list=PL3uDtbb3OvDNsDLMnmyR94MTfGHQh6HtP]]

<<miniBrowser https://en.wikipedia.org/wiki/Bhumibol_Adulyadej>>
[[Thailand's King Bhumibol Adulyadej dies at 88|https://youtu.be/Dafkr4Q5sgk]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Dafkr4Q5sgk" frameborder="0" allowfullscreen></iframe></html>
[[Crown Prince Maha Vajiralongkorn|https://vimeo.com/105593270]] - [[What is the significance of Kamala in the novel "Siddhartha"?|http://www.enotes.com/homework-help/whait-significance-kamala-29289]]<br><html><iframe src="https://player.vimeo.com/video/105593270" width="640" height="480" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<p><a href="https://vimeo.com/105593270">Crown Prince Maha Vajiralongkorn</a> from <a href="https://vimeo.com/user29226363">Emilio Esteban</a> on <a href="https://vimeo.com">Vimeo</a>.</p></html>
[[Life's Only Purpose: Blossoming to the Fullest Possibility - Shekhar Kapur with Sadhguru|https://youtu.be/-S0XbjHnjUc?list=PLz5ZeksvZgn2ho15RRlXBZ69VMh_MQY9e]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/-S0XbjHnjUc?list=PLz5ZeksvZgn2ho15RRlXBZ69VMh_MQY9e" frameborder="0" allowfullscreen></iframe></html>
See [[Gary Rust on Facebook|https://www.facebook.com/gary.rust.75]]

[[Chris Matthews: "Well That’s a Bitch” - After Trump Wins|https://youtu.be/yg6sDWEKt20]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/yg6sDWEKt20" frameborder="0" allowfullscreen></iframe></html>
I endorse Kamagra, because of my advanced age, and it does make me feel younger, but it is no laughing 
matter when you have only two surviving friends, and they are both senile. Is it possible to get tough with 
the medical system, so they will do less malpractice? Why is it impossible to sue the Veterans Administration, 
when any endocrinologist could verify incompetence. You can lead a horse to water, but a pencil must be led. 😇h 
Who wants led poisoning. (Ie: If you drink a bucket of paint - Never inhale).
In December The New York Stock Exchange is going to reinvest in The Stock Exchange of Thailand (SET) - https://goo.gl/stR9GK  
Boatloads of billionaire Clinton investors, looking for land just over the horizon will  scramble to keep what money 
they can scrape together in group investments by claiming that they are in purgatory, and you have to trust in God (Shiva) 
No land will appear, and the ghost of the RMS Lusitania (https://en.wikipedia.org/wiki/RMS_Lusitania) will sail on forever.  
There will be Soup Lines everywhere in America, and autocracy will prevail until somebody finds a solution.
The Devil And Miss Jones (1941) - Rip Van Winkle - https://goo.gl/27HjC8 
SIDDHARTHA - https://goo.gl/ZBtm42 - List of hexagrams - https://goo.gl/WxtA8f
Kamala -  A courtesan who instructs Siddhartha in the art of physical love. In addition to being Siddhartha’s lover, Kamala 
helps him learn the ways of the city and leave his ascetic life as a Samana behind. Just before she dies from a snakebite, 
she reveals that Siddhartha is the father of her son.
ySman - (นักปรัชญา -  Nạk prạchỵā) - The Book of Changes - https://goo.gl/IlzsWD - Translation -  https://goo.gl/uxGATU
THE SACRED BOOKS OF THE EAST -  https://goo.gl/MsP8Dg (16 - I Ching)
Thaksin Shinawatra  - https://goo.gl/yEU5Xm - US ambassador to Thailand Ralph L. Boyce - Nai Lert Park Hotel - https://goo.gl/6ApHXU
https://en.wikipedia.org/wiki/Biker_bar 
Picture of Cook's Corner Biker Bar - https://goo.gl/vozLQx

[[BATHING IN HOLY WATER! Best of Bali's Temples, Tirta Empul|https://youtu.be/1Q9TvthJOCI?list=PLbsCtmW8L3ZM-7CG9L7SCiyDfer6YgwVZ]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/1Q9TvthJOCI?list=PLbsCtmW8L3ZM-7CG9L7SCiyDfer6YgwVZ" frameborder="0" allowfullscreen></iframe></html>
Maybe Donald Trump isn't so dumb. This is a good time to be a tourist, and being a tourist would cause people to be more 
respectful of other cultures.
8:13 AM - Thursday, November 17, 2559 BE (GMT+7) - Time in Thailand - View other comments

[[DREAMIEST HOTEL I’VE EVER STAYED IN - Krabi, Thailand|https://youtu.be/QB8qgNMZkIo]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/QB8qgNMZkIo" frameborder="0" allowfullscreen></iframe></html>
8:13 AM - Thursday, November 17, 2559 BE (GMT+7) - Time in Thailand - Subscribe - View other comments

[[WE FOUND IT! The 60 Minutes Interview George Soros Tried To Bury!|https://youtu.be/p8Ux5b6YM9A]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/p8Ux5b6YM9A" frameborder="0" allowfullscreen></iframe></html>
8:13 AM - Thursday, November 17, 2559 BE (GMT+7) - Time in Thailand
George Soros & Hillary Clinton Relationship! - https://youtu.be/Asx_LlichBE -  Agent provocateur - https://en.wikipedia.org/wiki/Agent_provocateur - 
COINTELPRO - Mantras for Deep Inner Peace - https://goo.gl/l3baVZ   - Translation https://goo.gl/uxGATU - 
Shanti the musical elephant - https://goo.gl/Tcmm3B - View other comments

[[To love a thing means wanting it to live. - Confucius|https://goo.gl/a1Zrne]]<br><html><a href="http://www.azquotes.com/quote/569278" title="Confucius quote"><img src="http://www.azquotes.com/picture-quotes/quote-to-love-a-thing-means-wanting-it-to-live-confucius-56-92-78.jpg" alt="To love a thing means wanting it to live. - Confucius"></a></html>

[[Donald Trump Says That He Will Not Take The Presidential Salary|https://youtu.be/-xbabgEcEws]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/-xbabgEcEws" frameborder="0" allowfullscreen></iframe></html>
This is a good time to be a tourist, and being a tourist would cause people to be more respectful of other cultures. Better than the Peace Corp.
8:13 AM - Thursday, November 17, 2559 BE (GMT+7) - Time in Thailand - Building walls with cheap hotels behind them - View other comments

[[Always Look On The Bright Side Of Life - HD 1080p - Monty Python Life of Brian|https://youtu.be/Ep9Vzb6R_58]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Ep9Vzb6R_58" frameborder="0" allowfullscreen></iframe></html>
Purgatory - https://goo.gl/2cmZJE
THE SACRED BOOKS OF THE EAST - https://goo.gl/MsP8Dg (16 - I Ching) - Huge Crisis Headed Our Way, Credit Freeze, 
Bank Runs & Riots - https://youtu.be/8sSBCTGbMHw - Meaning of Shanti - https://goo.gl/Yu79jH
8:13 AM - Thursday, November 17, 2559 BE (GMT+7) - Time in Thailand - Building walls with free hotels behind them - View other comments
<<miniBrowser http://betteroffbitcoin.com/a-protocol-for-offline-bitcoin-over-radio-transactions/>>
''[[Additive Manufacturing - Ceramic 3D Printing Breakthrough|http://blenderorganizer.tiddlyspot.com/#%5B%5BAdditive%20Manufacturing%20-%20Ceramic%203D%20Printing%20Breakthrough%5D%5D]] Youtube - [[Math Channels|http://scienceport.tiddlyspot.com/#%5B%5BMath%20Channels%5D%5D]]''
''[[To Farm Out Work or Not To Farm Out Work?|http://psychology.tiddlyspot.com/#%5B%5BTo%20Farm%20Out%20Work%20or%20Not%20To%20Farm%20Out%20Work%3F%5D%5D]] - [[Virtual Reality Glasses|http://mediaport.tiddlyspot.com/#%5B%5BWorlds%20First%204K%20VR%20-%20HALF%20PRICE%20of%20a%20HTC%20VIVE%5D%5D]] - [[Barbi (Klein) Benton|https://youtu.be/A1o-gLIh10w]] ([[2|http://www.hgtv.com/videos/barbis-copper-dream-palace-0217813]])''
''[[DIY Low Cost Tiny Home made of Air crete|https://youtu.be/b9Gmor0I3mw]] - [[Creation of a Medieval Village in Blender 2.79|https://youtu.be/GlyhFyfVGbE]]''
''What if you could startup a [[Pony Express Ebike Battery Exchange, Charging Station and Database|http://inventoryport.tiddlyspot.com/#%5B%5BPony%20Express%20Ebike%20Battery%20Exchange%2C%20Charging%20Station%20and%20Database%5D%5D]]
in any bicycle shop, hostile, or apartment building that features an exercise room, nation wide on [[Google Docs|https://docs.google.com/]]? - [[Tesla Inc.|http://scienceport.tiddlyspot.com/#%5B%5BTesla%20Inc.%5D%5D]]''
''When you are traveling, carrying a large lithium battery for an Ebike on an airplane is not allowed. Exchange it with Bitcoin.''
# ''What production would be the bees knees for the King of Thailand? - [[CMS Bali 250cc Water Cooled Moped|http://countyimports.com/inc/sdetail/cms-bali-250cc-water-cooled-touring-edition-motor-scooter-moped-for-sale---free-shipping--mp-5018--/25503/22831]] - $2,099.96
Gasoline Vehicles do not need Transmissions, they need electric wheels for Serial Power assist. (Reducing emissions).
A [[Cyclamatic Power Plus eBike|https://www.amazon.com/dp/B002AQHM3U/_encoding=UTF8?coliid=I4NFDTMNXZ0LE&colid=27Y18XJ9539G3]] with a connection for a [[Savannamama 26" 2-Stroke 66CC/80CC gBike|https://www.amazon.com/dp/B01I3NL5S6/_encoding=UTF8?coliid=I38B6Q7EW7CHLG&colid=27Y18XJ9539G3]] as a sidecar
(autonomous and Covered) to pull a Rickshaw Carriage (no range limitations). [[TL;DR - What Was the Mouse Utopia?|https://youtu.be/HfNKFvHtA3g]]''
# '' [[DongFang (150CC :: 3 Wheel reverse trike|http://countyimports.com/inc/sdetail/dongfang--150cc----3-wheel-reverse-trike---motor-scooter---free-shipping---df-12567--/19235/40309]] - $1,959.95 - with front electric wheels - http://dmvnv.com/newresident.htm''
''[[How to Make a Google Home on Raspberry Pi without MagPi 57 Kit|http://n6xre.tiddlyspot.com/#%5B%5BHow%20to%20Make%20a%20Google%20Home%20on%20Raspberry%20Pi%20without%20MagPi%2057%20Kit%5D%5D]]''
''[[Aluminum shell prototyping|Aluminum shell prototyping parts|http://n6xre.tiddlyspot.com/#%5B%5BAluminum%20shell%20prototyping%20parts%5D%5D]] - [[Sculpteo|https://www.sculpteo.com/en/]] - [[Baofeng Radio TNC Packet Radio|http://n6xre.tiddlyspot.com/#%5B%5BBaofeng%20Radio%20TNC%20Packet%20Radio%20cable%5D%5D]]''
''[[Anet A8 3D Printer Kit|http://scienceport.tiddlyspot.com/#%5B%5BAnet%20A8%20Desktop%203D%20Printer%20Prusa%20i3%20DIY%20Kit%5D%5D]] - [[Consciousness is similar to the Astronomy of time and space|http://n6xre.tiddlyspot.com/#%5B%5BConsciousness%20is%20similar%20to%20the%20Astronomy%20of%20time%20and%20space%5D%5D]]''
''[[Water Memory (Documentary of 2014 about Nobel Prize laureate Luc Montagnier)|https://youtu.be/R8VyUsVOic0]]''
''[[Making Gears|http://blenderorganizer.tiddlyspot.com/#%5B%5BMaking%20Gears%5D%5D]] - [[Danielle Fong|https://youtu.be/MaebOLfdSd8]] - [[Elon Musk tells all, strange events.|https://youtu.be/RPOLlAqBe1g]] - [[Red Skelton Albert Hall|https://youtu.be/3Pf5DIkd0xo]]''
I was adopted by [[Robert Rust in Yuba City, California, 95991|https://www.instantcheckmate.com/people/robert-rust/?state=California&city=Yuba+City&zip=95991]] the second husband of Elizabeth Ann Turner. 
My natural name is Gary Allen Snow ([[PDQ|http://www.thesaurus.com/browse/pdq]] - [[The Virtual King of Speed|https://youtu.be/Hg2zx95CgdA]] + 71) - [[To This Day Project|https://youtu.be/ltun92DfnPY]]
''[[Author Brian Shul on piloting the SR-71|https://youtu.be/wigZsFypdyI]]'' - [[The flight that rocked the Soviet Union|http://n6xre.tiddlyspot.com/#%5B%5BThe%20flight%20that%20rocked%20the%20Soviet%20Union%5D%5D]] - [[Rrustdon (ficticious)|https://youtu.be/eenZZL_bf6o]]<br> <html><iframe width="560" height="315" src="https://www.youtube.com/embed/wigZsFypdyI" frameborder="0" allowfullscreen></iframe></html>
[[Photorealistic Facial Texture Inference Using Deep Neural Networks|http://scienceport.tiddlyspot.com/#%5B%5BPhotorealistic%20Facial%20Texture%20Inference%20Using%20Deep%20Neural%20Networks%5D%5D]]


[[Permaview|http://psychology.tiddlyspot.com/#Airbnb]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[AncestryDNA|http://scienceport.tiddlyspot.com/#AncestryDNA]]'' - [[Moving Plans]] - [[Golden spiral]] - [[MY FIRST VLOG|MY FIRST VLOG - Casey Neistat]] - [[Living on a Boat|http://psychology.tiddlyspot.com/#%5B%5BLiving%20on%20a%20Boat%5D%5D]] - [[Apartments]] -  [[JetRadar|JetRadar - Los Angeles to All Points, Thailand]] 

West Key Kamala apartment, Phuket, Thailand
Check in - Mon, Sep 5 - Check out - Wed, Oct 5
Guests - 1 guest - Confirmation code - TBFH59
Address - West Key Kamala apartment [[Latitude/Logitude Lookup|http://www.latlong.net/]] - ([[map Lat 7.947257 Long 98.29939|https://www.google.com/maps/place/map+7.947257,+98.299393/data=!4m2!3m1!1s0x0:0x0?sa=X&ved=0ahUKEwj96qrn4tHOAhUDyGMKHQqUBi0Q8gEIGzAA]])
63 Kamala 8, Tambon Kammala, Amphoe Kathu, Chang Wat Phuket 83120, Thailand
|[[West Key Kamala apartment|https://www.airbnb.com/rooms/7957538]] -click- July 2, 2016 - $396 Rent - Reserved for 1 month - [[Thailand Law]] - other expenses<br>[img[http://i.imgur.com/igIbdYm.png][https://www.airbnb.com/rooms/7957538]]<br>http://www.phuketlivingrealestate.com/property/west-key-kamala-1-bedroom-apartment/|<html><div class="airbnb-embed-frame" data-add-type-to-city-link="1" data-city-link-index="0" data-eb="1463737949_uKH62iqEdz4eKlxF" data-embed-source-type="p3" data-trigger-source-type="p3" data-listing-id="7957538" data-photo-url="https://a1.muscache.com/im/pictures/101388557/e5226ebf_original.jpg?aki_policy=x_large" data-view="listing_frame" style="max-width:600px;margin:auto;transition:height .2s;"><img src="https://a1.muscache.com/im/pictures/101388557/e5226ebf_original.jpg?aki_policy=x_large" style="max-width:100%;" alt=""/><div><a href="https://www.airbnb.com/rooms/7957538" rel="nofollow"><h4>West Key Kamala apartment</h4></a><div>Tambon Kammala, Chang Wat Phuket, Thailand</div><blockquote>My apartment Clean, quiet and mountain views Facility</blockquote></div><script async="" src="https://www.airbnb.com/embeddable/airbnb_jssdk"></script></div></html>|
|<html><div class="airbnb-embed-frame" data-add-type-to-city-link="1" data-city-link-index="0" data-eb="1463737949_uKH62iqEdz4eKlxF" data-embed-source-type="p3" data-trigger-source-type="p3" data-listing-id="7957538" data-photo-url="https://a1.muscache.com/im/pictures/101388596/0be3dab1_original.jpg?aki_policy=x_large" data-view="listing_frame" style="max-width:600px;margin:auto;transition:height .2s;"><img src="https://a1.muscache.com/im/pictures/101388596/0be3dab1_original.jpg?aki_policy=x_large" style="max-width:100%;" alt=""/><div><a href="https://www.airbnb.com/rooms/7957538" rel="nofollow"><h4>West Key Kamala apartment</h4></a><div>Tambon Kammala, Chang Wat Phuket, Thailand</div><blockquote>My apartment Clean, quiet and mountain views Facility</blockquote></div><script async="" src="https://www.airbnb.com/embeddable/airbnb_jssdk"></script></div></html>|<html><div class="airbnb-embed-frame" data-add-type-to-city-link="1" data-city-link-index="1" data-eb="1463737949_uKH62iqEdz4eKlxF" data-embed-source-type="p3" data-trigger-source-type="p3" data-listing-id="7957538" data-photo-url="https://a2.muscache.com/im/pictures/101388922/a7b9b740_original.jpg?aki_policy=x_large" data-view="listing_frame" style="max-width:600px;margin:auto;transition:height .2s;"><img src="https://a2.muscache.com/im/pictures/101388922/a7b9b740_original.jpg?aki_policy=x_large" style="max-width:100%;" alt=""/><div><a href="https://www.airbnb.com/rooms/7957538" rel="nofollow"><h4>West Key Kamala apartment</h4></a><div>Tambon Kammala, Chang Wat Phuket, Thailand</div><blockquote>My apartment Clean, quiet and mountain views Facility</blockquote></div><script async="" src="https://www.airbnb.com/embeddable/airbnb_jssdk"></script></div></html>|
Click open to view in a New Tab
[[Thailand Wikivoyage|https://en.wikivoyage.org/wiki/Thailand]] - [[Tourism Authority of Thailand|http://www.tourismthailand.org/Accommodation]] - [[Thailand (Wikipedia)|https://en.wikipedia.org/wiki/Thailand]] - [[Airbnb|https://www.airbnb.com/]] - [[CARGO CRUISE]] - ''[[How to explore the world by cruise ship - Lonely Planet|https://www.lonelyplanet.com/travel-tips-and-articles/how-to-explore-the-world-by-cruise-ship]] - [[JetRadar|JetRadar - Los Angeles to All Points, Thailand]]''

[[Airport Bus]]
<<miniBrowser https://en.wikivoyage.org/wiki/Thailand>>
[[MY STORAGE Self Storage - Jungceylon Shopping Center, Patong|https://youtu.be/Oa9nrESaDEg]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Oa9nrESaDEg" frameborder="0" allowfullscreen></iframe></html>
<<miniBrowser http://www.mystorageasia.com/home/home.aspx>>
[[Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, Malaysia - Airbnb|https://www.airbnb.com/rooms/14953049?guests=1&s=3pBzEAVy&sug=50&check_in=2016-11-01&check_out=2016-11-03]]
[[Phuket to/from Kuala Lumpur Airplane|http://www.jetradar.com/searches/AHKT0111AKUL0311Y1]] - [[RETIREMENT VISA PACKAGE]] - [[Getting to Airport Phuket by Bus|http://www.t-globe.com/10660]] - [[Phuket Local Bus|http://www.phuket.com/phuket-magazine/phuket-local-bus.htm#]]
[img[https://a2.muscache.com/im/pictures/6e13a4cd-9e97-4a9e-a79f-599d6c40f06b.jpg?aki_policy=x_large][https://www.airbnb.com/rooms/14953049?guests=1&s=3pBzEAVy&sug=50&check_in=2016-11-01&check_out=2016-11-03]]
<<miniBrowser http://www.t-globe.com/10660>>
[[Phuket Airport Bus Express in English|https://translate.google.co.th/translate?hl=en&sl=th&tl=en&u=https%3A%2F%2Fyutphuket.com%2F2013%2F10%2F07%2Fphuket-airport-bus-express%2F]] Google Translate - [[GETTING HERE - Jungceylon|http://www.jungceylon.com/getting_here.aspx]]
<<miniBrowser http://www.airportbusphuket.com/index.html>>
<<miniBrowser http://www.hellophuket.net/>>
|[[Alison's Adventures|https://www.youtube.com/user/AlisonsAdventures/playlists]] - ''[[FEMA|http://psychology.tiddlyspot.com/#FEMA]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/8cvszW8ZBgk?list=PLFP2qbtigLRsRsGD8UNPWqV_a41nmmEF0" frameborder="0" allowfullscreen></iframe></html>|[[Best Destinations in the World Most Popular Documentary 2016 HD|https://youtu.be/w_2ZUXsZLWE]] - ''[[N6XRE|http://n6xre.tiddlyspot.com/]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/w_2ZUXsZLWE" frameborder="0" allowfullscreen></iframe></html>|
|[[The Secret Life Of Thailand Hidden Treasure|https://youtu.be/GdBQZHzUqkA]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/GdBQZHzUqkA" frameborder="0" allowfullscreen></iframe></html>|[[Dirt Cheap - Fiji|https://youtu.be/Im7ukO7ndqU]] - [[National Geographic The Pentagon|https://youtu.be/Gd3tN4H0NjY]] - [[INSIDE THE U.S. SECRET SERVICE|https://youtu.be/BHkvtmEyas8]] - [[uTOHphu|http://psychology.tiddlyspot.com/#%5B%5BCult%20suicide%5D%5D]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Im7ukO7ndqU" frameborder="0" allowfullscreen></iframe></html>|
''[[Universal Licensing System|http://n6xre.tiddlyspot.com/#%5B%5BUniversal%20Licensing%20System%5D%5D]] - [[A Protocol for Offline Bitcoin Over Radio Transactions|http://n6xre.tiddlyspot.com/#%5B%5BA%20Protocol%20for%20Offline%20Bitcoin%20Over%20Radio%20Transactions%5D%5D]] - [[HP Laptop Store|http://store.hp.com/us/en/vwa/Laptops/form=Standard-laptop]]''
See ''[[Anet A8 3D Printer Kit|http://scienceport.tiddlyspot.com/#%5B%5BAnet%20A8%20Desktop%203D%20Printer%20Prusa%20i3%20DIY%20Kit%5D%5D]] - [[DIY Electric Bike - 3d Printed|http://scienceport.tiddlyspot.com/#%5B%5BDIY%20Electric%20Bike%20-%203d%20Printed%5D%5D]] - [[Lilium VTOL ElectroJet|https://lilium.com/]] - [[Tesla, Inc.|https://www.tesla.com/]] - [[BCI|https://en.wikipedia.org/wiki/Brain%E2%80%93computer_interface]] - [[Railgun|https://en.wikipedia.org/wiki/Railgun]] - [[Ship Parts|http://psychology.tiddlyspot.com/#%5B%5BShip%20Parts%5D%5D]]''
''[[The Mouse That Roared|https://thepiratebay.org/torrent/4072072/The_Mouse_That_Roared_(1959)_(Peter_Sellers__Jean_Seberg)]] - [[Prophecy 80 Pound Pistol Crossbow|https://www.amazon.com/dp/B00SI8TZCK/_encoding=UTF8?coliid=I3VMAYCT3G1GQG&colid=27Y18XJ9539G3]] - [[3D Printed Theo Jansen Crossbow Tank|http://blenderorganizer.tiddlyspot.com/#%5B%5B3D%20Printed%20Theo%20Jansen%20Crossbow%20Tank%5D%5D]]''
[[Internet Radio|https://www.internet-radio.com]] - [[PhuketLiveRadio|http://www.thephuketnews.com/radio/listen.php#5KdBJpbAL5yeyc3v.97]] - https://time.is/Phuket - [[Ambient Art Foundation on RadioForest|http://www.radioforest.net/radio/ambient-art-foundation/700272]] - ''[[Thingiverse|https://www.thingiverse.com/]]''
[[Shoutcast]] - [[Psychillosis.pls|https://yp.shoutcast.com/sbin/tunein-station.pls?id=543496]] (for an external player) - http://websdr.suws.org.uk/ @ 196.00 kHz AM
<<miniBrowser http://www.shoutcast.com/Search?query=Psy>>
''[[Democratizing Bio-Sensing Tools With OpenBCI|https://youtu.be/c7v5urh06kM]] - [[UCMJ|http://n6xre.tiddlyspot.com/#%5B%5BThe%20flight%20that%20rocked%20the%20Soviet%20Union%5D%5D]] - [[THE BORG|https://en.wikipedia.org/wiki/Borg_(Star_Trek)]] - [[Rendering Photorealistic CGI|http://blenderorganizer.tiddlyspot.com/#%5B%5BThe%20Science%20of%20Rendering%20Photorealistic%20CGI%5D%5D]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/c7v5urh06kM" frameborder="0" allowfullscreen></iframe></html>
''[[A Helicopter pad on an airplane.|http://h8quadmod.tiddlyspot.com/#%5B%5BA%20Helicopter%20pad%20on%20an%20airplane%5D%5D]] The helicopter controls a submarine. The submarine is a drone sub''
''with no personnel. The submarine has a helicopter pad for inspection and repair. After a mission''
''the helicopter would be able to land back on the airplane pad. Also, remote control the helicopter.''
''[[Solar powered submarine|https://www.google.com/search?client=ubuntu&channel=fs&q=Borg&ie=utf-8&oe=utf-8#channel=fs&q=solar+powered+submarine]] - [[Submarine Robots Powered by Renewable Energy|https://youtu.be/Iu7_UkhFyn0]] - [[Circumnavigation|https://en.wikipedia.org/wiki/Circumnavigation]]''
''[[Fusion power|https://en.wikipedia.org/wiki/Fusion_power]] - [[Tesla, Inc.|https://www.tesla.com/]] should also make [[eBikes|https://www.amazon.com/gp/product/B002AQHM3U/ref=oh_aui_detailpage_o06_s00?ie=UTF8&psc=1]] and [[Lilium VTOL ElectroJet|https://lilium.com/]]s - [[SpaceX|https://en.wikipedia.org/wiki/SpaceX]]''
''[[Koenigsegg|https://youtu.be/H2mTriy9oQM]] [[Flexible-fuel|https://en.wikipedia.org/wiki/Flexible-fuel_vehicle]] (Propane?)  [[Turbo-Electric|https://en.wikipedia.org/wiki/Gas_turbine_locomotive]] Charging Station Trailer for Tesla Products.''
''[[Permaview|http://moving.tiddlyspot.com/#Apartments]] - [[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]

!! [[Oasis Ridge|http://www.apartmentguide.com/apartments/Nevada/Las-Vegas/Oasis-Ridge/12623/]] Las Vegas, NV. USA From $505-$535 / mo - Deposit: $0 - [[Leasing Portal|https://ridgeoncharleston.securecafe.com/residentservices/oasis-ridge-0/userlogin.aspx]]<br>
[[Myaccount.NVenergy.com|https://myaccount.nvenergy.com/SignIn/Home]] - [[Ting Current usage|https://ting.com/account]] - [[Cox High Speed Internet|https://www.cox.com/residential/internet.html]] - [[$100,000 personal liability insurance|http://www.renterslive.com/]]
[[Canibis]] in Nevada
Gary Rust
3040 E. Charleston Blvd #3087
Las Vegas, Nevada 89104
[[(map Lat 36.158424 Long -115.106699)|https://goo.gl/72Q85B]] - [[map Naughty Town|https://www.google.co.th/maps/dir/''/''/@36.1444459,-115.2277436,12z/data=!3m1!4b1!4m8!4m7!1m0!1m5!1m1!1s0x80c8c476f827990d:0x4fcd2fda1c45bf03!2m2!1d-115.1577035!2d36.1444663]]
[[NV Energy account number (702)-402- 5555 # 3000|https://www.nvenergy.com/home/requestservice/]] - https://www.straighttalk.com/ - 2 bank statements
http://www.lv.net/high-speed-las-vegas.htm - [[internet service providers las vegas nevada|https://www.google.co.th/search?biw=1818&bih=879&q=internet+service+providers+las+vegas+nevada&npsic=0&rflfq=1&rlha=0&rllag=36157214,-115172832,3145&tbm=lcl&ved=0ahUKEwilqpiEq83RAhXIrY8KHQWoADsQtgMIPg&tbs=lf_msr:-1,lf_od:-1,lf_oh:-1,lf_pqs:EAE,lf:1,lf_ui:2#q=internet+service+providers+las+vegas+nevada&tbs=lf_msr:-1,lf_od:-1,lf_oh:-1,lf_pqs:EAE,lf:1,lf_ui:2&tbm=lcl&start=20&fll=36.07465646806466,-115.09181319775388&fspn=0.10184431916955816,0.2399948819622182&fz=13&rlfi=hd:;si:;mv:!1m3!1d105106.81291723164!2d-115.20940124096677!3d36.15037495!3m2!1i1398!2i783!4f13.1]] - [[Project REACH (electricity)|https://www.nvenergy.com/home/assistance/projectreach.cfm]]

Other Oasis Ridge residents have used for insurance:
State Farm
Tom Paikos Agent (702)-242- 0297
8554 W Lake Mead, Las Vegas, NV 89128
eRenterPlan
1-888- 906-5865
www.renterslive.com
Assurant Specialty Property
1-866- 786-1721
www.directrentersins.com
[[Cheap Cell Phone and Plan Options|http://www.freegovernmentcellphones.net/cheap-cell-phone-plans]]

Is the apt furnished? I am vacationing in Thailand and will be back in the USA - LAS - 06:20 pm Fri, Jan 27, 2017 - NO

[[Crazy Fremont Street in Vegas|https://youtu.be/6pWitgQrmg0]] - [[Making your Boudoir Clients Feel Comfortable|https://youtu.be/ONkuyVyR15s]]

<<miniBrowser https://ridgeoncharleston.securecafe.com/residentservices/oasis-ridge-0/userlogin.aspx>>
[[Yamaha - 5.1 600 W Home Audio Speaker System|http://www.bestbuy.com/site/yamaha-5-1-600-w-home-audio-speaker-system/4452997.p?id=1218477876778&skuId=4452997]]

[img[http://image1.apartmentguide.com/imgr/cc0235c40fb2967066c17f99eb658bb9/850-][http://www.apartmentguide.com/apartments/Nevada/Las-Vegas/Oasis-Ridge/12623/]]<br>[img[http://image1.apartmentguide.com/imgr/6b4f15acdf1cd013ab3137c6218e33be/525-][http://www.apartmentguide.com/apartments/Nevada/Las-Vegas/Oasis-Ridge/12623/]]
|[[Streets by VICE: Las Vegas (Charleston Blvd.)|https://youtu.be/xVpdcpXIWyo]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/xVpdcpXIWyo" frameborder="0" allowfullscreen></iframe></html>|[[Las Vegas Underground Vaults to Secret Surveillance Centers|https://youtu.be/OufNpUxfSds]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/OufNpUxfSds" frameborder="0" allowfullscreen></iframe></html>|

[[AncestryDNA|http://scienceport.tiddlyspot.com/#AncestryDNA]] - [[Tourism and the Truth Thailand|https://youtu.be/x-7L5uuH46Q]]'' - [[Vacation in Phuk
et, Thailand 2016|Arrived in Phuket, Thailand on Sept 05, 2016]] - ''[[Up 2009 Full Movie|https://youtu.be/o8lFOVxheyE]]'' - [[Economics]] - ''http://broadbandnow.com/Nevada/Las-Vegas''
''[[Cox Communications, Inc.|https://www.cox.com/residential/pricing.html#internet]] - [[Cheapest Buffet Downtown Vegas|https://youtu.be/Gb-5FYUOdl0]] - [[Visit Las Vegas - 10 Things That Will SHOCK You About Las Vegas|https://youtu.be/lSEvx3s1mt4]] - [[Top 10 Las Vegas Casino Implosions|https://youtu.be/5igVwiXk-gM]] - [[Psilocybin|http://scienceport.tiddlyspot.com/#Psilocybin]]''
''[[Las Vegas - McCarran International Airport (LAS) - Arrival Info - Tourist Information - Episode# 1|https://youtu.be/GRL9CAG4BIo?list=PLygLpg7UYduKO6a-zTmweznu-KTjo6oJi]] - [[RTC Transit Stop at McCarran International Aiprort|https://youtu.be/g373XC0g6i4]] - [[SuperShuttle|https://booking.supershuttle.com/]]''
''[[Cyclamatic Power Plus CX1 Electric Mountain Bike with Lithium-Ion Battery|https://www.amazon.com/dp/B002AQHM3U/ref=wl_it_dp_o_pC_nS_ttl?_encoding=UTF8&colid=27Y18XJ9539G3&coliid=I24MXYHN5NSPO2]] -  [[36V 13 Ah Downtube Style Li-ion Battery for E-bikes, Bicycles W / Charger|http://www.ebay.com/itm/36V-13-Ah-Downtube-Style-Li-ion-Battery-for-E-bikes-Bicycles-W-Charger-/262817217464?hash=item3d31207bb8:g:BxwAAOSwXeJYIL2Y]]''
''[[Cylamatic - Change the rear wheel|http://scienceport.tiddlyspot.com/#Cylamatic]] - [[26" GAS 66/80CC MOTOR MOTORIZED BIKE|http://www.ebay.com/itm/262458282967?rmvSB=true]] - [[Bicycle Engine Kit|http://scienceport.tiddlyspot.com/#%5B%5BBicycle%20Engine%20Kit%5D%5D]]''
''[[3D LabPrint|http://mediaport.tiddlyspot.com/#%5B%5B3D%20LabPrint%5D%5D]]  - [[Flyzone Tidewater EP Seaplane|https://www.amazon.com/Flyzone-Tidewater-EP-Seaplane-Transmitter/dp/B004QJS882/ref=pd_sbs_21_6?_encoding=UTF8&psc=1&refRID=XEZPCW1NXWVXKWT6R4WM]]''
[[Airbnb]] - [[JetRadar|JetRadar - Los Angeles to All Points, Thailand]] - ''[[Time in Las Vegas|https://www.timeanddate.com/worldclock/usa/las-vegas]]''
|[[Las Vegas Travel Guide)|https://youtu.be/GRL9CAG4BIo?list=PLygLpg7UYduKO6a-zTmweznu-KTjo6oJi]] - [[Elvis Presley - Viva Las Vegas|http://dai.ly/x2k8q0v]] - [[Living on a Boat|http://psychology.tiddlyspot.com/#%5B%5BLiving%20on%20a%20Boat%5D%5D]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/GRL9CAG4BIo?list=PLygLpg7UYduKO6a-zTmweznu-KTjo6oJi" frameborder="0" allowfullscreen></iframe></html><br>[[JetRadar]] - [[Homepage of [Las Vegas - McCarran International Airport (LAS)|https://www.mccarran.com/Find/Facilities.aspx]]|[[Las Vegas — Documentary|https://youtu.be/HPN2kECs-Tg]] - [[See the Drone That Is Years Ahead of Google and Facebook|https://youtu.be/cwfbEMe5a4I]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/HPN2kECs-Tg" frameborder="0" allowfullscreen></iframe></html><br>''[[SOLAR Powered RC FPV Plane Build|https://youtu.be/mS2UvS0Jb_8]] - [[Aosenma CG035 Quad Copter|https://youtu.be/dzr0ivAi8T8]] - [[TeraRanger|https://www.youtube.com/channel/UCHaYoFJRKoLu7GPc8ANXTJA]]''|
''[[Apartment Guide Las Vegas|http://www.apartmentguide.com/apartments/Nevada/Las-Vegas/1-beds-1z141xt/?max_price=700]]''

''Three Stage Launching - Stage One - [[Beyond Beauty|https://youtu.be/X6HobTJ2jnk]] - [[Humane Rigging|https://youtu.be/3J-XN38EnhQ?list=PLE211C8C41F1AFBAB]]''

[[Hostle|https://www.hotels.com/hotel/details.html?q-check-out=2017-02-03&q-check-in=2017-01-27&WOE=5&WOD=5&q-room-0-children=0&pa=1&tab=description&hotel-id=480414&q-room-0-adults=1&YGF=14&MGT=7&ZSX=0&SYE=3]]
''Stage Two - Small Living Spaces - [[Living on a Boat|http://psychology.tiddlyspot.com/#%5B%5BLiving%20on%20a%20Boat%5D%5D]] - [[Sailing La Vagabonde|https://www.youtube.com/channel/UCZdQjaSoLjIzFnWsDQOv4ww]]''

[[Sunrise Gardens is a Senior community - Quad Living 1 Bed 1 Bath]]
https://www.walmart.com/'' 


''Stage Three - Bigger Apartments - [[Mind and Machine: The Future of Thinking|https://youtu.be/f2CIU9oslxA]] - [[Brain Beams|https://youtu.be/SObhSqYglvQ]] - [[Technology|https://youtu.be/TMibbBuh0cI?list=PLKy-B3Qf_RDVPVmhLlHKKkwbi3fNXHW8G]]''

[[Krazy Buffet - All you can eat oriental gourment buffet|http://krazybuffetvegas.com/index.html]] 10.1 miles - [[map|https://www.google.com/maps/dir/3040+E+Charleston+Blvd+%233087,+Las+Vegas,+Nevada/''/@36.1604416,-115.2561981,12z/am=t/data=!4m14!4m13!1m5!1m1!1s0x80c8c4a7eeb7d83d:0x44e5c73105195902!2m2!1d-115.1066988!2d36.1584244!1m5!1m1!1s0x80c8c0963d9cddd7:0x1662954a966801fc!2m2!1d-115.2674831!2d36.1432784!3e1]]
<<miniBrowser http://krazybuffetvegas.com/index.html>>
<<miniBrowser http://www.goodwill.vegas/storelocator>>
[[Goodwill map |https://www.google.com/maps/dir/3040+East+Charleston+Boulevard,+Las+Vegas,+NV/36.1662418,-115.0617391/@36.1609504,-115.1013071,14z/data=!3m1!4b1!4m9!4m8!1m5!1m1!1s0x80c8c4a7eeb7d83d:0x62fe578d35b6db26!2m2!1d-115.1066988!2d36.1584244!1m0!3e1]]
348 N Nellis
Las Vegas NV 89110
US
702-214–2046
[[Panda B45 Portable Washing Machine Demo|https://youtu.be/C4nWy4HXBnE]] - [[Amazon 300W Apartment Washer Spinning Dryer|https://www.amazon.com/dp/B01C6AASW6/ref=wl_it_dp_o_pC_nS_ttl?_encoding=UTF8&colid=27Y18XJ9539G3&coliid=I2KNI7RS9LZEKW]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/C4nWy4HXBnE" frameborder="0" allowfullscreen></iframe></html>

[[Pinewood Crossing]]
[[Lake Tonopah]]
[[Three Fountains]]


''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[AncestryDNA|http://scienceport.tiddlyspot.com/#AncestryDNA]]'' 
'' [[ Circus - Themes|https://youtu.be/zjedLeVGcfE?list=PL1TH9qdjs_UB9jnoFB_rnn6HNhqqX7mF5]] - [[Tourism and the Truth Thailand|https://youtu.be/x-7L5uuH46Q]] - [[Thailands Drug Craze|https://youtu.be/lq1CuXHlAFY]]
[[Reincarnation]] - [[Crown Prince Maha Vajiralongkorn becomes King of Thailand|13 October 2016 - King Bhumibol Adulyadej succeded by Crown Prince Maha Vajiralongkorn]]
When a tiger is caught by his tail he thinks only of his next life, 
as he has already experienced the life of a human being and how they survive. They are very fast.
Especially if they are [[Flying Tigers|Youtube Theme Songs]] - [[Gregory Hallenbeck|https://www.washington.edu/alumni/columns/dec98/back_pages1298.html]]''  - [[The Mega Plush]] - [[GET SMART]]
[[Blenderella]]

''เมื่อเสือถูกจับได้โดยหางของเขาเขาคิดเพียงของชีวิตต่อไปของเขา
ขณะที่เขามีประสบการณ์แล้วชีวิตของมนุษย์และวิธีการที่พวกเขาอยู่รอด พวกเขาเป็นไปอย่างรวดเร็วมาก
โดยเฉพาะอย่างยิ่งถ้าพวกเขาจะบินไทเกอร์ - [[thailanguage|http://thailanguage.tiddlyspot.com/]]''

''Thai Audio Translation - [[I only came to say goodbye. - Hello|https://translate.google.co.th/?hl=en&tab=wT#auto/th/I%20only%20came%20to%20say%0Agoodbye%0Ahello]]''

[[Phuket, Thailand|https://en.wikipedia.org/wiki/Phuket_Province]]'' - ''[[20 Seconds in Thailand|https://www.youtube.com/channel/UCd7MMxZLnYVREjGJLXYJvCA/featured]]'' - [[World Travel Thailand]] - [[Visa]]
|[[PATTAYA, COST OF START UP BUSINESS FOR THAI GIRLFRIEND Vlog 123|https://youtu.be/WP1gto0CSvc]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/WP1gto0CSvc" frameborder="0" allowfullscreen></iframe></html>|[[Procambarus Clarkii Crayfish in thailand Breeding|https://youtu.be/GeI7GOF-sI4]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/GeI7GOF-sI4" frameborder="0" allowfullscreen></iframe></html>|
<<miniBrowser http://www.thaivisa.com/forum/topic/681592-breeding-crayfish/>>

''[[Weather - Phuket|https://www.timeanddate.com/weather/thailand/phuket]] - [[HOW TO USE PAYPAL WITH A THAI BANK ACCOUNT|'http://www.rent-apartment-pattaya.com/node/171]]'
''[[Kasikorn Bank map|https://www.google.co.th/maps/dir/''/78%2F30-31+Moo+3,+Kamala+-+Pa+Tong+Road,+Tambon+Kamala,+Amphoe+Kathu,+Phuket,+83150,+83150/@7.9506129,98.2852405,16z/am=t/data=!3m1!4b1!4m14!4m13!1m5!1m1!1s0x0:0xeb6421395ea06dd4!2m2!1d98.2995117!2d7.9473215!1m5!1m1!1s0x30503a3965d2878d:0x57a837452a5352f0!2m2!1d98.279724!2d7.947013!3e2]] 2.4 km = 1.49129 miles [[Bank|http://www.kasikornbank.com/en/Pages/Default.aspx]]''
[[Extending your visa in Phuket]] - [[Medical]]
[[Airbnb]] - [[Viabox|How To Sell Your Used Stuff Through Amazon]] - [[Google Hangouts Firewall Ports]]
[[Coil Build Tutorial]] Vape

Journal - [[8:13 AM - Thursday, November 17, 2559 BE (GMT+7) - Time in Thailand]]
[[BANK OF CANADA URGES ‘STAR TREK’ FANS TO STOP ‘SPOCKING’ THEIR FIVERS|http://dangerousminds.net/comments/bank_of_canada_urges_star_trek_fans_to_stop_spocking_their_fivers]]

''If the tiddler is not on this page go to the [[Psychology|http://psychology.tiddlyspot.com/]] page.  These tiddlers were cloned from that page 
and will be modified as time goes on. This page is for organizing the details AFTER moving to Thailand.'' 

[[Permaview|http://moving.tiddlyspot.com/#Bali]]

<<miniBrowser https://en.wikipedia.org/wiki/Bali>>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BBimbo's%20Initiation%5D%5D]]
[[Bimbo's Initiation|https://youtu.be/gua71Ia7rAU]]
<html>
<iframe width="420" height="315" src="https://www.youtube.com/embed/gua71Ia7rAU" frameborder="0" allowfullscreen></iframe>
</html>
<<miniBrowser https://en.wikipedia.org/wiki/Bimbo_(Fleischer_Studios)>>
''Audie Murphy never wanted to be a hero (he was just afraid not to be). "No" means the same thing in all languages. He lived down the street''
''from ([[Oscar winning|Earthquake's Special Achievement Award: 1975 Oscars]]) Frank Brendel (Local 44, Special Effects) in Toluca Lake (my mother's 4th husband). Frank and him were good friends.''
''Franks house was kittycorner (in his back yard) to Bob Hopes house, and Audie Murphys house was at the end of the same block.  He had three''
''girls, and Audie had a couple. They use to have iceream parties with the kids at Curries Icecream on the Riverside Drive while tradeing WWII war stories''.

<<miniBrowser https://en.wikipedia.org/wiki/Audie_Murphy#Post-traumatic_stress>>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[Living on a Boat|http://psychology.tiddlyspot.com/#%5B%5BLiving%20on%20a%20Boat%5D%5D]] - [[A Protocol for Offline Bitcoin Over Radio Transactions]]''
[[How To Sell Your Used Stuff Through Amazon]] - ''https://www.bitcart.io''
|[[Foreign Exchange Rates]]<br>''http://www.xe.com/currencyconverter/ <br>[[Bank of Thailand Suggests Bitcoin Not Illegal|http://www.coindesk.com/bank-thailand-says-bitcoin-illegal-warns-use/]]<br>[[Moving money the modern way|http://betteroffbitcoin.com/moving-money-the-modern-way/]]<br>[[How to Bank With Ally Bank|https://www.ally.com/bank/online-banking/how-to-bank-with-ally/]]<br>[[Use Coinbase to buy and sell bitcoin|https://www.coinbase.com/]] - [[Shift|https://blog.coinbase.com/2016/01/28/shift-card-a-glimpse-under-the-hood/]]''<br>[[Bitcoin ATMs by Country|https://coinatmradar.com/countries/]]<br><<miniBrowser https://coinatmradar.com/countries/>>|[[Bitcoin Will End the Federal Reserve Currency Monopoly|https://youtu.be/bnGCtV4LcRk]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/bnGCtV4LcRk" frameborder="0" allowfullscreen></iframe></html><br>[[How Bitcoin Works Under the Hood|https://youtu.be/Lx9zgZCMqXE]] - [[Blog|http://www.imponderablethings.com/2013/07/how-bitcoin-works-under-hood.html]] - [[WIRED BitCoin|https://youtu.be/jbu6I-8mNUo]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Lx9zgZCMqXE" frameborder="0" allowfullscreen></iframe></html>|
''[[Permaview|https://goo.gl/t7VGUi]] - [[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[The Mega Plush]] 
Corben Wallace's [[Pandeia|https://www.kickstarter.com/projects/2053105763/pandeia-book-i/description]] on Kickstarter - [[Video Editing in Blender|http://blenderorganizer.tiddlyspot.com/#%5B%5BVideo%20Editing%20in%20Blender%5D%5D]]''
''[[Blenderella|https://goo.gl/6XM8NF]] - [[Barbie Doll Clothes and Accessories in Bangkok|https://www.tripadvisor.com/ShowTopic-g293916-i3687-k5963650-Barbie_Doll_Clothes_and_Accessories_in_Bangkok-Bangkok.html]] - [[Shapeways|http://www.shapeways.com/]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/375LkBKnXy0?list=PLCF8C2CA7D76785B7" frameborder="0" allowfullscreen></iframe></html>
''See this [[Asian Mermaid|http://thumbs4.picclick.com/d/w1600/pict/112009264327_/Nixie-the-Mermaid-Wall-Plaque-Garden-Ornament-Wall-Hanging-Sculpture-Stone-Gift.jpg]]
[[MakeHuman|http://www.makehuman.org/]] simplifies the construction of a wire frame 
which may be modified to build an asian mermaid.
[[Manuel Bastioni Laboratory for Blender|http://www.manuelbastioni.com/manuellab.php]] for [[character creation|https://youtu.be/4T91Q-g2urY]].
[[Ubuntu Studio|https://ubuntustudio.org/]] - [[Blender|https://www.blender.org/]] - [[Blender 2.78 Feature Overview|https://youtu.be/ajdnTVDxsxU]]'' 
[[Learn Thai Online]] - ''[[Hangouts|https://hangouts.google.com/]]''
''[[How does a sundial work?|https://youtu.be/IJhgZBn-LHg]] - [[Explaination|https://www.quora.com/How-does-a-sundial-work-If-the-world-is-a-sphere-like-shape-how-does-the-sundial-work-so-consistently-Does-a-sundial-prove-the-earth-is-flat]] - [[Sundial Web Links|http://sundialsoc.org.uk/discussions/web-links/]] - [[Google Sundials|https://www.google.co.th/search?client=ubuntu&hs=3ng&q=how+does+a+sundial+work&sa=X&ved=0ahUKEwjt1qbO-rvPAhWIQ48KHbNVC44Q1QIIdygB]] - [[Astrolabe|https://en.wikipedia.org/wiki/Astrolabe]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/IJhgZBn-LHg" frameborder="0" allowfullscreen></iframe></html>
<<miniBrowser https://en.wikipedia.org/wiki/Astrolabe>>
''[[Shadows Sundial and Astrolabe Software|http://www.shadowspro.com//en/index.html]] (Windows - also works with Wine on Linux) - [[Rigging In Blender|http://blenderorganizer.tiddlyspot.com/#%5B%5BRigging%20In%20Blender%5D%5D]]''
<<miniBrowser https://in-the-sky.org/astrolabe/>>
[[Seven wonders of the Buddhist world BBC Documentary.....|https://youtu.be/-WDG2DELq00]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/-WDG2DELq00" frameborder="0" allowfullscreen></iframe></html>
[[Permaview|http://moving.tiddlyspot.com/#Canibis]] - [[N6XRE - RUST, GARY A |http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[Aeroponics|http://scienceport.tiddlyspot.com/#Aeroponics]] - [[Kamagra]] - [[Psilocybin|http://scienceport.tiddlyspot.com/#Psilocybin]]
[[Las Vegas, Nevada Marijuana Information|http://kushtourism.com/nevada-marijuana-information/]] - [[Steps to Become a Nevada Medical Marijuana patien|http://lasvegasreleaf.com/steps-to-become-a-nevada-medical-marijuana-patient/]] - [[WECAN702|http://wecan702.com/]]
<<miniBrowser http://kushtourism.com/nevada-marijuana-information/]>>
<<miniBrowser http://lasvegasreleaf.com/steps-to-become-a-nevada-medical-marijuana-patient/>>
<<miniBrowser http://wecan702.com/>>
[[Roleadro Upgrade and Newly Developed LED Grow Light Full Spectrum 2nd Generation Series 300w Plants Light|https://www.amazon.com/Roleadro-Upgrade-Developed-Spectrum-Generation/dp/B01HI3AFYM/ref=pd_sbs_86_15?_encoding=UTF8&pd_rd_i=B01HI3AFYM&pd_rd_r=MS6FYS2JQTWZX95XECX1&pd_rd_w=lFjhN&pd_rd_wg=AV0Js&psc=1&refRID=MS6FYS2JQTWZX95XECX1]] Sale:	$64.99 & FREE Shipping
[[Toogod Full Spectrum 16.4ft/5m 5050 Waterproof LED Strip Plant Growing Light Red Blue 4:1 for Greenhouse Hydroponic Pant Garden Flowers Veg Grow Light,DC12V|https://www.amazon.com/dp/B00XHRYX2O/ref=wl_it_dp_o_pC_nS_ttl?_encoding=UTF8&colid=27Y18XJ9539G3&coliid=IJG6YRC21ODLG]] Sale:	$16.98 & FREE Shipping
|[[TOP 8 LED GROW LIGHTS 2017 ON AMAZON - A BUYERS GUIDE TO INDOOR GROWING|https://youtu.be/MmK7ZEbO8iI]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/MmK7ZEbO8iI" frameborder="0" allowfullscreen></iframe></html>|[[DIY $35 LED Grow Light|https://youtu.be/UqPtcWStGu0]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/UqPtcWStGu0" frameborder="0" allowfullscreen></iframe></html>|
[[Thailand Vapers]] for Chemical Raw Materials (this tiddler for updates)
[[Tantra]]
[[Tantra E-juice]]

[[GeekVape Griffin 25 Plus Full Review + Coil Build Tutorial - DJLsb Vapes Reviews|https://youtu.be/Yi0JOlChCJ0]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Yi0JOlChCJ0" frameborder="0" allowfullscreen></iframe></html>
[[Tesla Stealth TC 40W|http://www.healthcabin.net/tesla-stealth-tc-40w-1300mah-mod-kit-with-shadow-2ml-tank-atomizerred-p/11738.html]] - [[100ml Hangsen Mango E-Liquid|http://www.healthcabin.net/100ml-hangsen-mango-eliquid-70pg30vg-p/11943.html]]

[[Thailand Vapers|https://www.thailandvapers.com/threads/vg-vegetable-glycerin-in-thailand.8348/]] for Chemical Raw Materials

[[How to Build Unregulated Dual 18650 Box Mod|http://findmyvapes.com/how-to-build-unregulated-dual-18650-box-mod-with-mosfet/]] CHEAP - [[How to Build OKR Box Mod Tutorial|http://findmyvapes.com/how-to-build-an-okr-box-mod-tutorial/]]
<<miniBrowser http://findmyvapes.com/how-to-build-a-dna-box-mod-tutorial/>>
<<miniBrowser http://findmyvapes.com/how-to-build-an-okr-box-mod-tutorial/>>
<<miniBrowser  https://goo.gl/BrEYSc>>
<<miniBrowser https://goo.gl/U5D8eC>>
<<miniBrowser https://goo.gl/WdllPl>>
[[Premium Food Flavor|https://goo.gl/802TGLl]]
[[Plain Glass Bottle 30.25pcs|https://goo.gl/5dUyFbl]]


<<miniBrowser http://psychology.tiddlyspot.com/#Collusion>>
[[Comparison of online dating websites | http://en.wikipedia.org/wiki/Comparison_of_online_dating_websites]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Comparison_of_online_dating_websites" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
<<miniBrowser http://www.contactlenses.org/qa.htm>>
<<miniBrowser http://www.wikihow.com/Put-in-Contact-Lenses>>
<<miniBrowser http://www.wikihow.com/Remove-Contact-Lenses>>
<<miniBrowser http://www.phuket.net/directory/shopping/better-vision/>>
|[[Couchsurfing around the world|https://youtu.be/thDBzwfCgxI]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/thDBzwfCgxI" frameborder="0" allowfullscreen></iframe></html>|[[Couchsurfing changed the way I GO-DO!|https://youtu.be/1M3fvXYgGpQ]]<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/1M3fvXYgGpQ" frameborder="0" allowfullscreen></iframe></html>|
|[[Couchsurfing: Traveling on Friendship (RT documentary)|https://youtu.be/TUyBPbGxJ9o]]<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/TUyBPbGxJ9o" frameborder="0" allowfullscreen></iframe></html>|[[Couchsurfing documentary and more|https://youtu.be/Ym3xNHspPak]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Ym3xNHspPak" frameborder="0" allowfullscreen></iframe></html>|
|[[How to travel the world with almost no money - Tomislav Perko - TEDxTUHH|https://youtu.be/R7vmHGAshi8]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/R7vmHGAshi8" frameborder="0" allowfullscreen></iframe></html>|[[How to Travel the World for Next to Nothing - Bryce Conway - TEDxInverness|https://youtu.be/U05B-nuBpNo]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/U05B-nuBpNo" frameborder="0" allowfullscreen></iframe></html>|
See [[AncestryDNA|http://scienceport.tiddlyspot.com/#AncestryDNA]] - ONLY$99
* Discover the family story your DNA can tell.
* Uncover your ethnic mix, discover distant relatives, and find new details about your unique family history with a simple DNA test.

I have professed to be a [[Pantheist|https://en.wikipedia.org/wiki/Pantheism]]  ([[Fear > antonyms|https://www.powerthesaurus.org/fear/antonyms]]) in the past, and have been told that my heritage has
some Native American background. However I have read articles about tracing Native American heritage 
with DNA, and there are some complications. There is no question about the [[Legality of the War on Drugs|https://www.revolvy.com/main/index.php?s=Legality%20of%20the%20War%20on%20Drugs&item_type=topic]] 
with the Native American tribes in the study and use of ''[[Psilocybin|http://scienceport.tiddlyspot.com/#Psilocybin]]'' in their culture, of which I am an advocate.
Demonizing the study and use of ''[[Ganoderma|https://youtu.be/sh6CzNbRtks?list=RDsh6CzNbRtks]]'' in any culture, would be equivalent to making a [[mandamus|http://legal-dictionary.thefreedictionary.com/mandamus]] about
[[Darwinism|https://en.wikipedia.org/wiki/Darwinism]] or the study of [[DNA|https://en.wikipedia.org/wiki/DNA]] just to preserve [[Capitalism|https://en.wikipedia.org/wiki/Capitalism]] by promoting [[Disease mongering|https://en.wikipedia.org/wiki/Disease_mongering]]. It's not honest.

[[How to Prove Native American Ancestry|https://youtu.be/dIu-WF1LZY4]] - [[Computer Grown Ganoderma|https://youtu.be/CuOIQY5IvR4]] - [[Festivals Concierge Services|http://festivalsconcierge.com/the-mayan-jungle-experience/]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/dIu-WF1LZY4" frameborder="0" allowfullscreen></iframe></html>
Same with [[Ginseng|https://www.youtube.com/results?search_query=Ginseng]] - [[From Ginseng to Mushrooms: Goodies from your Woods|https://youtu.be/3bGECN7nZpA]] - [[Bioprospecting|https://en.wikipedia.org/wiki/Bioprospecting]]
See video by [[Kathleen Harrison, MA|http://www.plantteachers.com/videos-visionary-convergence-2015/]] (not listed on Youtube) - [[former|http://www.thefreedictionary.com/Higgs+boson]] [[maenad|http://www.thefreedictionary.com/maenad]] ([[2|http://www.thefreedictionary.com/bozon]]) of [[Terence McKenna|https://en.wikipedia.org/wiki/Terence_McKenna]]
/***
|Name|[[DatePlugin]]|
|Source|http://www.TiddlyTools.com/#DatePlugin|
|Documentation|http://www.TiddlyTools.com/#DatePluginInfo|
|Version|2.7.3|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin|
|Description|formatted dates plus popup menu with 'journal' link, changes and (optional) reminders|
This plugin provides a general approach to displaying formatted dates and/or links and popups that permit easy navigation and management of tiddlers based on their creation/modification dates.
!!!!!Documentation
>see [[DatePluginInfo]]
!!!!!Configuration
<<<
<<option chkDatePopupHideCreated>> omit 'created' section from date popups
<<option chkDatePopupHideChanged>> omit 'changed' section from date popups
<<option chkDatePopupHideTagged>> omit 'tagged' section from date popups
<<option chkDatePopupHideReminders>> omit 'reminders' section from date popups
<<option chkShowJulianDate>> display Julian day number (1-365) below current date

see [[DatePluginConfig]] for additional configuration settings, for use in calendar displays, including:
*date formats
*color-coded backgrounds
*annual fixed-date holidays
*weekends
<<<
!!!!!Revisions
<<<
2011.04.23 2.7.3 added config.macros.date.tipformat for custom mouseover tooltip and config.macros.date.leadtime for custom reminder leadtime (default=90 days)
2010.12.15 2.7.2 omit date highlighting when hiding popup items (created/changed/tagged/reminders)
|please see [[DatePluginInfo]] for additional revision details|
2005.10.30 0.9.0 pre-release
<<<
!!!!!Code
***/
//{{{
version.extensions.DatePlugin= {major: 2, minor: 7, revision: 3, date: new Date(2011,4,23)};

config.macros.date = {
	format: 'YYYY.0MM.0DD', // default date display format
	linkformat: 'YYYY.0MM.0DD', // 'dated tiddler' link format
	tipformat: 'YYYY.0MM.0DD', // 'dated tiddler' link tooltip format
	leadtime: 31, // find reminders up to 31 days from now
	linkedbg: '#babb1e',
	todaybg: '#ffab1e',
	weekendbg: '#c0c0c0',
	holidaybg: '#ffaace',
	createdbg: '#bbeeff',
	modifiedsbg: '#bbeeff',
	remindersbg: '#c0ffee',
	weekend: [ 1,0,0,0,0,0,1 ], // [ day index values: sun=0, mon=1, tue=2, wed=3, thu=4, fri=5, sat=6 ],
	holidays: [ '01/01', '07/04', '07/24', '11/24' ]
		// NewYearsDay, IndependenceDay(US), Eric's Birthday (hooray!), Thanksgiving(US)
};

config.macros.date.handler = function(place,macroName,params)
{
	// default: display current date
	var now =new Date();
	var date=now;
	var mode='display';
	if (params[0]&&['display','popup','link'].contains(params[0].toLowerCase()))
		{ mode=params[0]; params.shift(); }

	if (!params[0] || params[0]=='today')
		{ params.shift(); }
	else if (params[0]=='filedate')
		{ date=new Date(document.lastModified); params.shift(); }
	else if (params[0]=='tiddler')
		{ date=store.getTiddler(story.findContainingTiddler(place).id.substr(7)).modified; params.shift(); }
	else if (params[0].substr(0,8)=='tiddler:')
		{ var t; if ((t=store.getTiddler(params[0].substr(8)))) date=t.modified; params.shift(); }
	else {
		var y = eval(params.shift().replace(/Y/ig,(now.getYear()<1900)?now.getYear()+1900:now.getYear()));
		var m = eval(params.shift().replace(/M/ig,now.getMonth()+1));
		var d = eval(params.shift().replace(/D/ig,now.getDate()+0));
		date = new Date(y,m-1,d);
	}
	// date format with optional custom override
	var format=this.format; if (params[0]) format=params.shift();
	var linkformat=this.linkformat; if (params[0]) linkformat=params.shift();
	showDate(place,date,mode,format,linkformat);
}

window.showDate=showDate;
function showDate(place,date,mode,format,linkformat,autostyle,weekend)
{
	mode	  =mode||'display';
	format	  =format||config.macros.date.format;
	linkformat=linkformat||config.macros.date.linkformat;

	// format the date output
	var title=date.formatString(format);
	var linkto=date.formatString(linkformat);
	var tip=date.formatString(config.macros.date.tipformat);

	// just show the formatted output
	if (mode=='display') { place.appendChild(document.createTextNode(title)); return; }

	// link to a 'dated tiddler'
	var link = createTiddlyLink(place, linkto, false);
	link.appendChild(document.createTextNode(title));
	link.title = tip;
	link.date = date;
	link.format = format;
	link.linkformat = linkformat;

	// if using a popup menu, replace click handler for dated tiddler link
	// with handler for popup and make link text non-italic (i.e., an 'existing link' look)
	if (mode=='popup') {
		link.onclick = onClickDatePopup;
		link.style.fontStyle='normal';
	}
	// format the popup link to show what kind of info it contains (for use with calendar generators)
	if (autostyle) setDateStyle(place,link,weekend);
}
//}}}
//{{{
// NOTE: This function provides default logic for setting the date style when displayed in a calendar
// To customize the date style logic, please see[[DatePluginConfig]]
function setDateStyle(place,link,weekend) {
	// alias variable names for code readability
	var date=link.date;
	var fmt=link.linkformat;
	var linkto=date.formatString(fmt);
	var cmd=config.macros.date;

	var co=config.options; // abbrev

	if ((weekend!==undefined?weekend:isWeekend(date))&&(cmd.weekendbg!=''))
		{ place.style.background = cmd.weekendbg; }
	if (hasModifieds(date)||hasCreateds(date)||hasTagged(date,fmt))
		{ link.style.fontStyle='normal'; link.style.fontWeight='bold'; }
	if (hasReminders(date))
		{ link.style.textDecoration='underline'; }
	if (isToday(date))
		{ link.style.border='1px solid black'; }
	if (isHoliday(date)&&(cmd.holidaybg!=''))
		{ place.style.background = cmd.holidaybg; }
	if (hasCreateds(date)&&(cmd.createdbg!=''))
		{ place.style.background = cmd.createdbg; }
	if (hasModifieds(date)&&(cmd.modifiedsbg!=''))
		{ place.style.background = cmd.modifiedsbg; }
	if ((hasTagged(date,fmt)||store.tiddlerExists(linkto))&&(cmd.linkedbg!=''))
		{ place.style.background = cmd.linkedbg; }
	if (hasReminders(date)&&(cmd.remindersbg!=''))
		{ place.style.background = cmd.remindersbg; }
	if (isToday(date)&&(cmd.todaybg!=''))
		{ place.style.background = cmd.todaybg; }
	if (config.options.chkShowJulianDate) { // optional display of Julian date numbers
		var m=[0,31,59,90,120,151,181,212,243,273,304,334];
		var d=date.getDate()+m[date.getMonth()];
		var y=date.getFullYear();
		if (date.getMonth()>1 && (y%4==0 && y%100!=0) || y%400==0)
			d++; // after February in a leap year
		wikify('@@font-size:80%;<br>'+d+'@@',place);
	}

}
//}}}
//{{{
function isToday(date) // returns true if date is today
	{ var now=new Date(); return ((now-date>=0) && (now-date<86400000)); }
function isWeekend(date) // returns true if date is a weekend
	{ return (config.macros.date.weekend[date.getDay()]); }
function isHoliday(date) // returns true if date is a holiday
{
	var longHoliday = date.formatString('0MM/0DD/YYYY');
	var shortHoliday = date.formatString('0MM/0DD');
	for(var i = 0; i < config.macros.date.holidays.length; i++) {
		var holiday=config.macros.date.holidays[i];
		if (holiday==longHoliday||holiday==shortHoliday) return true;
	}
	return false;
}
//}}}
//{{{
// Event handler for clicking on a day popup
function onClickDatePopup(e) { e=e||window.event;
	var p=Popup.create(this); if (!p) return false;
	// always show dated tiddler link (or just date, if readOnly) at the top...
	if (!readOnly || store.tiddlerExists(this.date.formatString(this.linkformat)))
		createTiddlyLink(createTiddlyElement(p,'li'),this.date.formatString(this.linkformat),true);
	else
		createTiddlyText(createTiddlyElement(p,'li'),this.date.formatString(this.linkformat));
	addCreatedsToPopup(p,this.date,this.format);
	addModifiedsToPopup(p,this.date,this.format);
	addTaggedToPopup(p,this.date,this.linkformat);
	addRemindersToPopup(p,this.date,this.linkformat);
	Popup.show(); e.cancelBubble=true; if(e.stopPropagation)e.stopPropagation(); return false;
}
//}}}
//{{{
function indexCreateds() // build list of tiddlers, hash indexed by creation date
{
	var createds= { };
	var tiddlers = store.getTiddlers('title','excludeLists');
	for (var t = 0; t < tiddlers.length; t++) {
		var date = tiddlers[t].created.formatString('YYYY0MM0DD')
		if (!createds[date])
			createds[date]=new Array();
		createds[date].push(tiddlers[t].title);
	}
	return createds;
}
function hasCreateds(date) // returns true if date has created tiddlers
{
	if (config.options.chkDatePopupHideCreated) return false;
	if (!config.macros.date.createds) config.macros.date.createds=indexCreateds();
	return (config.macros.date.createds[date.formatString('YYYY0MM0DD')]!=undefined);
}

function addCreatedsToPopup(p,when,format)
{
	if (config.options.chkDatePopupHideCreated) return false;
	var force=(store.isDirty() && when.formatString('YYYY0MM0DD')==new Date().formatString('YYYY0MM0DD'));
	if (force || !config.macros.date.createds) config.macros.date.createds=indexCreateds();
	var indent=String.fromCharCode(160)+String.fromCharCode(160);
	var createds = config.macros.date.createds[when.formatString('YYYY0MM0DD')];
	if (createds) {
		createds.sort();
		var e=createTiddlyElement(p,'div',null,null,'created ('+createds.length+')');
		for(var t=0; t<createds.length; t++) {
			var link=createTiddlyLink(createTiddlyElement(p,'li'),createds[t],false);
			link.appendChild(document.createTextNode(indent+createds[t]));
		}
	}
}
//}}}
//{{{
function indexModifieds() // build list of tiddlers, hash indexed by modification date
{
	var modifieds= { };
	var tiddlers = store.getTiddlers('title','excludeLists');
	for (var t = 0; t < tiddlers.length; t++) {
		var date = tiddlers[t].modified.formatString('YYYY0MM0DD')
		if (!modifieds[date])
			modifieds[date]=new Array();
		modifieds[date].push(tiddlers[t].title);
	}
	return modifieds;
}
function hasModifieds(date) // returns true if date has modified tiddlers
{
	if (config.options.chkDatePopupHideChanged) return false;
	if (!config.macros.date.modifieds) config.macros.date.modifieds = indexModifieds();
	return (config.macros.date.modifieds[date.formatString('YYYY0MM0DD')]!=undefined);
}

function addModifiedsToPopup(p,when,format)
{
	if (config.options.chkDatePopupHideChanged) return false;
	var date=when.formatString('YYYY0MM0DD');
	var force=(store.isDirty() && date==new Date().formatString('YYYY0MM0DD'));
	if (force || !config.macros.date.modifieds) config.macros.date.modifieds=indexModifieds();
	var indent=String.fromCharCode(160)+String.fromCharCode(160);
	var mods = config.macros.date.modifieds[date];
	if (mods) {
		// if a tiddler was created on this date, don't list it in the 'changed' section
		if (config.macros.date.createds && config.macros.date.createds[date]) {
			var temp=[];
			for(var t=0; t<mods.length; t++)
				if (!config.macros.date.createds[date].contains(mods[t]))
					temp.push(mods[t]);
			mods=temp;
		}
		mods.sort();
		var e=createTiddlyElement(p,'div',null,null,'changed ('+mods.length+')');
		for(var t=0; t<mods.length; t++) {
			var link=createTiddlyLink(createTiddlyElement(p,'li'),mods[t],false);
			link.appendChild(document.createTextNode(indent+mods[t]));
		}
	}
}
//}}}
//{{{
function hasTagged(date,format) // returns true if date is tagging other tiddlers
{
	if (config.options.chkDatePopupHideTagged) return false;
	return store.getTaggedTiddlers(date.formatString(format)).length>0;
}

function addTaggedToPopup(p,when,format)
{
	if (config.options.chkDatePopupHideTagged) return false;
	var indent=String.fromCharCode(160)+String.fromCharCode(160);
	var tagged=store.getTaggedTiddlers(when.formatString(format));
	if (tagged.length) var e=createTiddlyElement(p,'div',null,null,'tagged ('+tagged.length+')');
	for(var t=0; t<tagged.length; t++) {
		var link=createTiddlyLink(createTiddlyElement(p,'li'),tagged[t].title,false);
		link.appendChild(document.createTextNode(indent+tagged[t].title));
	}
}
//}}}
//{{{
function indexReminders(date,leadtime) // build list of tiddlers with reminders, hash indexed by reminder date
{
	var reminders = { };
	if(window.findTiddlersWithReminders!=undefined) { // reminder plugin is installed
		var t = findTiddlersWithReminders(date, [0,leadtime], null, null, 1);
		for(var i=0; i<t.length; i++) reminders[t[i].matchedDate]=true;
	}
	return reminders;
}

function hasReminders(date) // returns true if date has reminders
{
	if (config.options.chkDatePopupHideReminders) return false;
	if (window.reminderCacheForCalendar)
		return window.reminderCacheForCalendar[date]; // use calendar cache
	if (!config.macros.date.reminders)
		config.macros.date.reminders = indexReminders(date,config.macros.date.leadtime); // create a reminder cache
	return (config.macros.date.reminders[date]);
}

function addRemindersToPopup(p,when,format)
{
	if (config.options.chkDatePopupHideReminders) return false;
	if(window.findTiddlersWithReminders==undefined) return; // reminder plugin not installed

	var indent = String.fromCharCode(160)+String.fromCharCode(160);
	var reminders=findTiddlersWithReminders(when, [0,config.macros.date.leadtime],null,null,1);
	createTiddlyElement(p,'div',null,null,'reminders ('+(reminders.length||'none')+')');
	for(var t=0; t<reminders.length; t++) {
		link = createTiddlyLink(createTiddlyElement(p,'li'),reminders[t].tiddler,false);
		var diff=reminders[t].diff;
		diff=(diff<1)?'Today':((diff==1)?'Tomorrow':diff+' days');
		var txt=(reminders[t].params['title'])?reminders[t].params['title']:reminders[t].tiddler;
		link.appendChild(document.createTextNode(indent+diff+' - '+txt));
	}
	if (readOnly) return;	// readonly... omit 'new reminder...' command
	var rem='\\<\\<reminder day:%0 month:%1 year:%2 title:"Enter a reminder title here"\\>\\>';
	rem=rem.format([when.getDate(),when.getMonth()+1,when.getYear()+1900]);
	var cmd="<<newTiddler label:[["+indent+"new reminder...]] prompt:[[add a reminder to '%0']]"
		+" title:[[%0]] text:{{var t=store.getTiddlerText('%0','');t+(t.length?'\\n':'')+'%1'}} tag:%2>>";
	wikify(cmd.format([when.formatString(format),rem,config.options.txtCalendarReminderTags||'']),
		createTiddlyElement(p,'li'));
}
//}}}
/***
|Name|DatePluginConfig|
|Source|http://www.TiddlyTools.com/#DatePluginConfig|
|Documentation|http://www.TiddlyTools.com/#DatePluginInfo|
|Version|2.7.3|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin|
|Description|formats, background colors and other optional settings for DatePlugin|
***/
// // Default popup content display options (can be overridden by cookies)
//{{{
if (config.options.chkDatePopupHideCreated===undefined)
	config.options.chkDatePopupHideCreated=false;
if (config.options.chkDatePopupHideChanged===undefined)
	config.options.chkDatePopupHideChanged=false;
if (config.options.chkDatePopupHideTagged===undefined)
	config.options.chkDatePopupHideTagged=false;
if (config.options.chkDatePopupHideReminders===undefined)
	config.options.chkDatePopupHideReminders=false;
//}}}

// // show Julian date number below regular date
//{{{
if (config.options.chkShowJulianDate===undefined)
	config.options.chkShowJulianDate=false;
//}}}

// // fixed-date annual holidays
//{{{
config.macros.date.holidays=[
	"01/01", // NewYearsDay, 
	"07/04", // US Independence Day
	"07/24"  // Eric's Birthday (hooray!)
];
//}}}

// // weekend map (1=weekend, 0=weekday)
//{{{
config.macros.date.weekend=[ 1,0,0,0,0,0,1 ]; // day index values: sun=0, mon=1, tue=2, wed=3, thu=4, fri=5, sat=6
//}}}

// // date display/link formats
//{{{
config.macros.date.format="YYYY.0MM.0DD"; // default date display format
config.macros.date.linkformat="YYYY.0MM.0DD"; // 'dated tiddler' link format
config.macros.date.tipformat="YYYY.0MM.0DD"; // 'dated tiddler' tooltip format
//}}}

// // reminder lead time
//{{{
config.macros.date.leadtime=31; // find reminders up to 31 days from now
//}}}

// // When displaying a calendar (see [[CalendarPlugin]]), you can customize the colors/styles that are applied to the calendar dates by modifying the values and/or functions below:
//{{{
// default calendar colors
config.macros.date.weekendbg="#c0c0c0";
config.macros.date.holidaybg="#ffaace";
config.macros.date.createdbg="#bbeeff";
config.macros.date.modifiedsbg="#bbeeff";
config.macros.date.linkedbg="#babb1e";
config.macros.date.remindersbg="#c0ffee";

// apply calendar styles
function setDateStyle(place,link,weekend) {
	// alias variable names for code readability
	var date=link.date;
	var fmt=link.linkformat;
	var linkto=date.formatString(fmt);
	var cmd=config.macros.date;

	if ((weekend!==undefined?weekend:isWeekend(date))&&(cmd.weekendbg!=""))
		{ place.style.background = cmd.weekendbg; }
	if (hasModifieds(date)||hasCreateds(date)||hasTagged(date,fmt))
		{ link.style.fontStyle="normal"; link.style.fontWeight="bold"; }
	if (hasReminders(date))
		{ link.style.textDecoration="underline"; }
	if (isToday(date))
		{ link.style.border="1px solid black"; }
	if (isHoliday(date)&&(cmd.holidaybg!=""))
		{ place.style.background = cmd.holidaybg; }
	if (hasCreateds(date)&&(cmd.createdbg!=""))
		{ place.style.background = cmd.createdbg; }
	if (hasModifieds(date)&&(cmd.modifiedsbg!=""))
		{ place.style.background = cmd.modifiedsbg; }
	if ((hasTagged(date,fmt)||store.tiddlerExists(linkto))&&(cmd.linkedbg!=""))
		{ place.style.background = cmd.linkedbg; }
	if (hasReminders(date)&&(cmd.remindersbg!=""))
		{ place.style.background = cmd.remindersbg; }
	if (isToday(date)&&(cmd.todaybg!=""))
		{ place.style.background = cmd.todaybg; }
	if (config.options.chkShowJulianDate) {
		var m=[0,31,59,90,120,151,181,212,243,273,304,334];
		var d=date.getDate()+m[date.getMonth()];
		var y=date.getFullYear();
		if (date.getMonth()>1 && (y%4==0 && y%100!=0) || y%400==0) d++; // after February in a leap year
		wikify("@@font-size:80%;<br>"+d+"@@",place);
	}
	var t=store.getTiddlerText(linkto,'')
	if (config.options.chkInlineCalendarJournals && t.length) wikify('<br>'+t,place);
}
//}}}
|Name|DatePluginInfo|
|Source|http://www.TiddlyTools.com/#DatePlugin|
|Documentation|http://www.TiddlyTools.com/#DatePluginInfo|
|Version|2.7.3|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|documentation|
|Description|documentation for DatePlugin|
This plugin provides a general approach to displaying formatted dates and/or links and popups that permit easy navigation and management of tiddlers based on their creation/modification dates.
!!!!!Usage
<<<
This plugin displays formatted dates, for the specified year, month, day using number values or mathematical expressions such as (Y+1) or (D+30).  Optionally, you can create a link to a 'dated tiddler' for quick blogging or create a popup menu that includes the dated tiddler link plus links to tiddlers that were created/changed on that date, or are tagged with that date and, if the [[ReminderMacros|http://remindermacros.tiddlyspot.com/]] plugin is installed, any pending reminders for next month.  There is also a public API, so other plugins can embed a variety of formatted date output, links, and/or popup menus.
{{{
<<date mode date format linkformat>>
}}}
//all parameters are optional//
*''mode''<br>is one of:
**''display'' (default)<br>shows a formatted date
**''link''<br>creates a link to a specific 'date titled' tiddler
**''popup''<br>creates a popup command containing a dated tiddler link, plus links to changes and reminders.
*''date'' (or ''tiddler'' or ''tiddler:title'' or ''today'' or ''filedate'')<br>enter ANY date (not just today) as space-separated year, month, and day parameters (e.g., 2011 4 23).  You can use pre-defined variables, Y, M, and D for the current year, month and day, repectively.  These variables can be combined with simple mathematical expressions to calculate ''relative dates'' (e.g., D+1 = tomorrow, M-1 = last month, Y+1= next year, etc.)  Alternatively, you can use special keywords in place of the year/month/day parameters to access tiddler and file dates:
**''tiddler'' displays the modification date of the current tiddler.
**''tiddler://name-of-tiddler//'' displays the modification date of a specific tiddler.
**''today'' shows the current date.
**''filedate'' shows the modification date of the entire document.  
*{{block{
''format'' (and ''linkformat'') (default: YYYY.0MM.0DD)<br>uses standard ~TiddlyWiki date formatting syntax to specify the title of the target tiddler.
>''DDD'' - day of week in full (eg, "Monday"), ''DD'' - day of month, ''0DD'' - adds leading zero
>''MMM'' - month in full (eg, "July"), ''MM'' - month number, ''0MM'' - adds leading zero
>''YYYY'' - full year, ''YY'' - two digit year, ''hh'' - hours, ''mm'' - minutes, ''ss'' - seconds
>//note: use of hh, mm or ss format codes is only supported with ''tiddler'', ''today'' or ''filedate'' values//
}}}
*{{block{
''linkformat''<br>specify an alternative date format so that the title of a 'dated tiddler' link can have a format that differs from the date's displayed format.  The default tooltip is same as the title of the linked tiddler.  You can customize the tooltip by modifying the definition in [[DatePluginConfig]]:
{{{
config.macros.date.tipformat="YYYY.0MM.0DD"; // 'dated tiddler' tooltip format
}}}
}}}
You can adjust the 'lead time' for display of [[reminders|http://remindermacros.tiddlyspot.com/]] by modifying the definition in [[DatePluginConfig]]:
{{{
config.macros.date.leadtime=30; // find reminders up to 30 days from now
}}}
In addition to the macro syntax, DatePlugin also provides a public javascript API so that other plugins that work with dates (such as calendar generators, etc.) can quickly incorporate date formatted links or popups into their output:
{{{
showDate(place, date, mode, format, linkformat, autostyle, weekend);
}}}
Note that the javascript API supports two //optional// true/false parameters, in addition those provided by the macro interface:
*''autostyle''<br>font/background styles of formatted dates are automatically adjusted to show the date's status:  'today' is boxed, 'changes' are bold, 'reminders' are underlined, weekends, holidays, changes, and reminders each have a different background color to make them more visibly distinct from one another.
*''weekend''<br>true=day is a weekend, false=day is a weekday, default=automatically determine if a given date falls on a weekend.
<<<
!!!!!Examples
<<<
{{{The current date: <<date>>}}}
>The current date: <<date>>
{{{The current time: <<date today "0hh:0mm:0ss">>}}}
>The current time: <<date today "0hh:0mm:0ss">>
{{{Today's blog: <<date link today "DDD, MMM DDth, YYYY">>}}}
>Today's blog: <<date link today "DDD, MMM DDth, YYYY">>
{{{Recent blogs/changes/reminders: <<date popup Y M D-1 "yesterday">> <<date popup today "today">> <<date popup Y M D+1 "tomorrow">>}}}
>Recent blogs/changes/reminders: <<date popup Y M D-1 "yesterday">> <<date popup today "today">> <<date popup Y M D+1 "tomorrow">>
{{{The first day of next month will be a <<date Y M+1 1 "DDD">>}}}
>The first day of next month will be a <<date Y M+1 1 "DDD">>
{{{This tiddler (DatePlugin) was last updated on: <<date tiddler "DDD, MMM DDth, YYYY">>}}}
>This tiddler (DatePlugin) was last updated on: <<date tiddler "DDD, MMM DDth, YYYY">>
{{{The SiteUrl was last updated on: <<date tiddler:SiteUrl "DDD, MMM DDth, YYYY">>}}}
>The SiteUrl was last updated on: <<date tiddler:SiteUrl "DDD, MMM DDth, YYYY">>
{{{This document was last saved on <<date filedate "DDD, MMM DDth, YYYY at 0hh:0mm:0ss">>}}}
>This document was last saved on <<date filedate "DDD, MMM DDth, YYYY at 0hh:0mm:0ss">>
{{{<<date Y 07 24 "MMM DDth, YYYY">> will be a <<date Y 07 24 "DDD">>}}}
><<date Y 07 24 "MMM DDth, YYYY">> will be a <<date Y 07 24 "DDD">>
<<<
!!!!!Revisions
<<<
2011.04.23 2.7.3 added config.macros.date.tipformat for custom mouseover tooltip
2010.12.15 2.7.2 omit date highlighting when hiding popup items (created/changed/tagged/reminders)
2009.05.31 2.7.1 in addRemindersToPopup(), 'new reminder....' command now uses {{{<<newTiddler>>}}} macro.  Also, general code reduction/cleanup.
2008.03.08 2.7.0 in addModifiedsToPopup(), if a tiddler was created on the specified date, don't list it in the 'changed' section of the popup.  Based on a request from Kashgarinn
2008.01.31 2.6.0 refactored date style logic into separate setDateStyle() function so it can be overridden by a custom definition.  See [[DatePluginConfig]].
2008.01.11 2.5.0 added options to selectively suppress created/changes/tagged/reminders popup content 
2008.01.08 [*.*.*] plugin size reduction: documentation moved to DatePluginInfo
2007.11.21 2.4.0 added hasTagged() and addTaggedToPopup() to list any tiddlers that has been tagged using the title of the dated journal tiddler asa tag value (i.e., the tiddlers that will be listed in the standard "tagging" display when viewing the journal tiddler itself).  Based on a request from Coby.
2007.06.20 2.3.1 in onClickDatePopup(), use Popup.show() instead of deprecated ScrollToTiddlerPopup().  Fixes fatal error that prevents popups from being properly displayed
2007.05.31 2.3.0 list "created" tiddlers in date popup.  Also, force re-cache of created/modified indices when displaying current date and store.isDirty(), so that popup is kept in sync with tiddler changes.
2006.05.09 2.2.1 added "todaybg" handling to set background color of current date.  Also, honor excludeLists tag when getting lists of tiddlers.  Based on suggestions by Mark Hulme.
2006.05.05 2.2.0 added "linkedbg" handling to set background color when a 'dated tiddler' exists.  Based on a suggestion by Mark Hulme.
2006.03.08 2.1.2 add 'override leadtime' flag param in call to findTiddlersWithReminders(), and add "Enter a title" default text to new reminder handler.  Thanks to Jeremy Sheeley for these additional tweaks.
2006.03.06 2.1.0 hasReminders() nows uses window.reminderCacheForCalendar[] when present.  If calendar cache is not present, indexReminders() now uses findTiddlersWithReminders() with a 90-day look ahead to check for reminders.  Also, switched default background colors for autostyled dates: reminders are now greenish ("c0ffee") and holidays are now reddish ("ffaace").
2006.02.14 2.0.5 when readOnly is set (by TW core), omit "new reminders..." popup menu item and, if a "dated tiddler" does not already exist, display the date as simple text instead of a link.
2006.02.05 2.0.4 added var to variables that were unintentionally global.  Avoids FireFox 1.5.0.1 crash bug when referencing global variables
2006.01.18 2.0.3 In 1.2.x the tiddler editor's text area control was given an element ID=("tiddlerBody"+title), so that it was easy to locate this field and programmatically modify its content.  With the addition of configuration templates in 2.x, the textarea no longer has an ID assigned.  To find this control we now look through all the child nodes of the tiddler editor to locate a "textarea" control where attribute("edit") equals "text", and then append the new reminder to the contents of that control.
2006.01.11 2.0.2 correct 'weekend' override detection logic in showDate()
2006.01.10 2.0.1 allow custom-defined weekend days (default defined in config.macros.date.weekend[] array)
added flag param to showDate() API to override internal weekend[] array
2005.12.27 2.0.0 Update for TW2.0
Added parameter handling for 'linkformat'
2005.12.21 1.2.2 FF's date.getYear() function returns 105 (for the current year, 2005).  When calculating a date value from Y M and D expressions, the plugin adds 1900 to the returned year value get the current year number.  But IE's date.getYear() already returns 2005.  As a result, plugin calculated date values on IE were incorrect (e.g., 3905 instead of 2005).  Adding +1900 is now conditional so the values will be correct on both browsers.
2005.11.07 1.2.1 added support for "tiddler" dynamic date parameter
2005.11.06 1.2.0 added support for "tiddler:title" dynamic date parameter
2005.11.03 1.1.2 when a reminder doesn't have a specified title parameter, use the title of the tiddler that contains the reminder as "fallback" text in the popup menu.  Based on a suggestion from BenjaminKudria.
2005.11.03 1.1.1 Temporarily bypass hasReminders() logic to avoid excessive overhead from generating the indexReminders() cache.  While reminders can still appear in the popup menu, they just won't be indicated by auto-styling the date number that is displayed.  This single change saves approx. 60% overhead (5 second delay reduced to under 2 seconds).
2005.11.01 1.1.0 corrected logic in hasModifieds() and hasReminders() so caching of indexed modifieds and reminders is done just once, as intended.  This should hopefully speed up calendar generators and other plugins that render multiple dates...
2005.10.31 1.0.1 documentation and code cleanup
2005.10.31 1.0.0 initial public release
2005.10.30 0.9.0 pre-release
<<<
<<miniBrowser http://dateconverter.net/thai/2016/?hl=en>>
[[My Mediawiki]]
[[Universal Licensing System]]
[[Hey Google Phrases]]
[[Ocean Energy - Wave Power Station]]
[[Additive Manufacturing - Ceramic 3D Printing Breakthrough]]
[[Why the Pope Resigned - Arrest Warrant]]
[[DNA]]
[[Moses!]]
[[Shoutcast]]
[[Economics]]
[[Why the Pope Resigned - Arrest Warrant]]
[[Airbnb]]
[[Apartments]]
[[JetRadar]]
[[Arrived in Phuket, Thailand on Sept 05, 2016]]
[[Foreign Exchange Rates]]
[[Youtube Theme Songs]]
[[Tantra]]
[[Thai Girls]]
[[Reincarnation]]
[[Blenderella]]
[[The Mega Plush]]
[[Moving Plans]]
[[Visa]]
[[Thailand Shopping]]
[[World Travel Thailand]]
[[Phones]]
[[WelcomeToTiddlyspot]] [[GettingStarted]]
[[DefaultTiddlers]]
[[Dentists in Phuket|http://phuket.thaivisa.com/dentists-in-phuket/]]
<<miniBrowser http://phuket.thaivisa.com/dentists-in-phuket/>>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BDonald%20Trump%20Snake%20lyrics%20Bloomington%20IL%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''<br>''[[Donald Trump presidential campaign, 2016|https://en.wikipedia.org/wiki/Donald_Trump_presidential_campaign,_2016]]''<br>''[[Right-wing populism|https://en.wikipedia.org/wiki/Right-wing_populism]] - [[American Samoa|https://en.wikipedia.org/wiki/American_Samoa]]'' - ''[[Admiral Harry Train|http://psychology.tiddlyspot.com/#%5B%5BAdmiral%20Harry%20Train%5D%5D]]'' - [[Nat King Cole Walkin]]<br>''[[Donald Trump Snake lyrics Bloomington IL|https://youtu.be/lXFf3pTW6aI]] - [[Donald Trump - Al Wilson - The SNAKE with lyrics|https://youtu.be/8axWyK8nGuQ]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/lXFf3pTW6aI" frameborder="0" allowfullscreen></iframe></html>
|[[Dragon Hunters 2009|https://youtu.be/Gu3FU-DCwTA]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Gu3FU-DCwTA" frameborder="0" allowfullscreen></iframe></html>|[[Ripley Believe it or Not|https://youtu.be/A8zifNFWfRg]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/A8zifNFWfRg" frameborder="0" allowfullscreen></iframe></html>|
<<miniBrowser https://en.wikipedia.org/wiki/Robert_Ripley>>
<<miniBrowser https://en.wikipedia.org/wiki/History_of_film>>
<<miniBrowser http://www.opticsrealm.com/tutorials-and-videos/geometric-optics-video-lecture/lesson-1-basics-of-light-and-how-to-manipulate-it>>
[[The Mask of Fu Manchu 1932|http://dai.ly/x21vyto]]<br><html><iframe frameborder="0" width="480" height="270" src="//www.dailymotion.com/embed/video/x21vyto" allowfullscreen></iframe><br /><a href="http://www.dailymotion.com/video/x21vyto_the-mask-of-fu-manchu-1932_shortfilms" target="_blank">The Mask of Fu Manchu 1932</a> <i>โดย <a href="http://www.dailymotion.com/Alice-Bauer" target="_blank">Alice-Bauer</a></i></html>
''[[Drinking Mushroom Shakes in Thailand|http://www.travelfreak.net/how-to-trip-on-mushrooms-in-thailand/]] - [[Track II diplomacy|https://en.wikipedia.org/wiki/Track_II_diplomacy]] - [[Homeostasis|https://en.wikipedia.org/wiki/Homeostasis]] - [[Drug prohibition law|https://en.wikipedia.org/wiki/Drug_prohibition_law]]''<br><<miniBrowser http://www.travelfreak.net/how-to-trip-on-mushrooms-in-thailand/>>
|[[E-Girls|https://youtu.be/eou_etUyGP4?list=RDeou_etUyGP4]] - [[Comparison of dating websites|Comparison of online dating websites]] - ''[[BKK Singles|http://www.bkksingles.com/]]'' - [[Foreign Exchange Rates]]<br>[[Top|Moving Plans]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/eou_etUyGP4?list=RDeou_etUyGP4" frameborder="0" allowfullscreen></iframe></html>|[[How to Get a Mail-Order Bride|https://youtu.be/O0Ohz_KQOyE?list=RDO0Ohz_KQOyE]] - Ask [[Ganesha|http://blenderartists.org/forum/showthread.php?358626-Ganesha-(Khmer-style-Thailand)&highlight=thailand]] to be a Master of Wisdom and Power. - [[Thailand Law]]<br>Also for an income exemption because of [[Collusion]] to get a [[Non-Immigrant-O-A Visa|http://www.thaiembassy.sg/consular-visa-matters/visa-requirements]], if He could agree.<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/O0Ohz_KQOyE?list=RDO0Ohz_KQOyE" frameborder="0" allowfullscreen></iframe></html>|
|[[Dance Moms|https://youtu.be/7MmBj66_PCg?list=RD7MmBj66_PCg]] - [[The Animation School - Uploaded Videos]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/7MmBj66_PCg?list=RD7MmBj66_PCg" frameborder="0" allowfullscreen></iframe></html>|[[IRISH DANCE WORLD|https://youtu.be/gPylYGoquqM?list=PLgYuIFA4rhO7wnxMoS0pviAKroGUfGOsQ]] - [[The Destruction of Da Derga's Hostel|https://en.wikipedia.org/wiki/Togail_Bruidne_D%C3%A1_Derga]] - [[Learn Thai Online]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/gPylYGoquqM?list=PLgYuIFA4rhO7wnxMoS0pviAKroGUfGOsQ" frameborder="0" allowfullscreen></iframe></html>|
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BEarthquake's%20Special%20Achievement%20Award%3A%201975%20Oscars%5D%5D]] - my mother, Ann Brendel was married to Frank Brendel.
[[Earthquake's Special Achievement Award: 1975 Oscars|https://youtu.be/8wZexQM0cYE]]
[[Frank Brendel (1914–1992) IMDb|http://www.imdb.com/name/nm0107152/]] - [[Albert Whitlock (I) (1915–1999) IMDb|http://www.imdb.com/name/nm0926087/]] - [[Glen Robinson (I) (1914–2002) IMDb|http://www.imdb.com/name/nm0732656/]]
(Frank is the first one to speak after Bob Hope's introduction.)
<html>
<iframe width="420" height="315" src="https://www.youtube.com/embed/8wZexQM0cYE" frameborder="0" allowfullscreen></iframe>
</html>

NOTE: The Oscar had ''Frank Brendel's'' name on it and a number ''1''.  It was the first Oscar ever given as a Special Achievement Award
in Special Effects by Motion Pictures, Arts, and Sciences. It should have gone to the Smithsonian Institute when Ann Brendel died
Aug 2008 - same year as [[Bobby Fischer|https://en.wikipedia.org/wiki/Bobby_Fischer]], the chess player. Motion Pictures, Arts, and Sciences had a standing offer of ''$500,000.00'' 
for it if she ever wanted to sell it back to them. [[Bimbo's Initiation]] fee.

click
[img[https://goo.gl/vVuywM][http://www.imdb.com/name/nm0107152/?ref_=ttfc_fc_cr21]]

I worked on Airport 77 and Swashbuckler with Frank Brendel - as a Journeyan I (IATSE Local 44) 
Special Effects man. He was the Coordinator. He usually only worked with his own crew.
I worked with Glen Robinson - as a Journeyan I (IATSE Local 44) Special Effects man on
King Kong, Logan's Run, and Pennies from Heaven.
I worked with Albert Whitlock - as a Journeyan I (IATSE Local 44) Special Effects man on
Billy Jack Goes To Washington, Psycho II, Swashbuckler, It Happened One Christmas, Airport '77
[[Permaview|http://moving.tiddlyspot.com/#Economics]]
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[AncestryDNA|http://scienceport.tiddlyspot.com/#AncestryDNA]] - [[New Kids on the Blockchain|https://youtu.be/A1Vbrxkqjwc]]''
''[[Bitcoin ATMs by Country|http://psychology.tiddlyspot.com/#%5B%5BBitcoin%20ATMs%20by%20Country%5D%5D]] - [[Escrow|https://en.wikipedia.org/wiki/Escrow]] - https://www.escrow.com/ - [[Battery|http://scienceport.tiddlyspot.com/#Battery]]'' 
''I would like to see a law made which would force banks to create<br>Bitcoin accounts in addition to normal accounts which can be accessed by ATM machines''
''[[An Open Letter to President Donald Trump|https://youtu.be/2N66pRtagS8]] - [[Celestial Navigation Math|https://youtu.be/XWLZKmPU17M?list=PLbYXtak5g89vpdCoPyijA2Qgk2C_xJIL-]]''
|''[[If this doesn't open your eyes nothing will|https://youtu.be/VwEBGBf_kcU]] - [[Monogamish: The new rules of marriage|https://youtu.be/0sYguTPLpHE]] - [[Chef Movie|http://putlocker9.is/movie/chef]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/VwEBGBf_kcU" frameborder="0" allowfullscreen></iframe></html>|[[Donald Trump just put his first executive order in writing|https://youtu.be/e-RSJ9L-wfo]] - [[TRUE SECRET|https://youtu.be/3GCHHwG1n1U]] - [[China, How it is|https://youtu.be/x-9hGNJsyx8?list=PLCD2898DBC1440B4C]] - [[Contest|https://youtu.be/J0ZCAbYrQ7Q]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/e-RSJ9L-wfo" frameborder="0" allowfullscreen></iframe></html>|
|[[The Future of Money: Todd Hirsch|https://youtu.be/K0n3BGId9nU]] - [[Vietnam veteran|https://en.wikipedia.org/wiki/Vietnam_veteran]] - [[JetRadar]] - [[Airbnb]] - [[Apartments]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/K0n3BGId9nU" frameborder="0" allowfullscreen></iframe></html>|[[What gives a dollar bill its value?|https://youtu.be/XNu5ppFZbHo?list=PLXeAdrQjugvEmG1yknRynilgVXFTprMym]] - [[Thailand Rob|https://www.youtube.com/channel/UCd7MMxZLnYVREjGJLXYJvCA/featured]] - [[Arrived in Phuket, Thailand on Sept 05, 2016]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/XNu5ppFZbHo?list=PLXeAdrQjugvEmG1yknRynilgVXFTprMym" frameborder="0" allowfullscreen></iframe></html>|
''[[Life After Death - Revenge After Suicide - Human Comes Back To Life After Death - Ghost Adventures|https://youtu.be/hwNmaF2AgmM]] - [[Ted_Gunderson - Illuminati, Satanism|https://youtu.be/BplUD6kQYuU]] - https://en.wikipedia.org/wiki/Ted_Gunderson''
“One's dignity may be assaulted, vandalized and cruelly mocked, but it can never be taken away unless it is surrendered.” ― Michael J. Fox.
Some really strong, and viscious ''[[KATHOEY PUNKS|https://en.wikipedia.org/wiki/Kathoey]]'' (''[[Cantharidin|https://en.wikipedia.org/wiki/Cantharidin]]'' freaks) really beat these girls up, I think. ''[[Shameless pimping robbers|http://www.returnofkings.com/71288/pimping-techniques-from-the-1930s-have-become-required-in-modern-relationships]]''. ''They're now runaways'', with no dignity. - [[E-Girls]] - ''([[Obey your master|https://youtu.be/BjmGP4jilKM]])''.
|[[Chiang Mai|https://youtu.be/hqlVlmL0Z3M?list=PLNMIFMBsJa5dghj-KyIxsPnGUyEOc430T]] - [[Elizabeth Travels|https://www.youtube.com/channel/UC4z6Vn8QlS4655oYHiCQupQ/playlists]] playlists - ''[[Practical Travel Info & Tips|http://moving.tiddlyspot.com/#%5B%5BPractical%20Travel%20Info%20%26%20Tips%5D%5D]]'' from [[Gabriel Traveler|https://www.youtube.com/user/gabejedmo/playlists]] playlists<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/hqlVlmL0Z3M?list=PLNMIFMBsJa5dghj-KyIxsPnGUyEOc430T" frameborder="0" allowfullscreen></iframe></html>|''[[Bangkok|https://youtu.be/NXgOzLtFWgs?list=PLNMIFMBsJa5f_8tJV1KOV5sR_wYYuE0um]] - I am so sorry that I sounded like a troll. I apologize. What I said wasn't funny. - [[Got Drunk|The Bruce Lee of Bartending]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/NXgOzLtFWgs?list=PLNMIFMBsJa5f_8tJV1KOV5sR_wYYuE0um" frameborder="0" allowfullscreen></iframe></html>|
''[[Permaview|http://moving.tiddlyspot.com/#%5B%5BExtending%20your%20visa%20in%20Phuket%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Extending your visa in Phuket|https://www.travelfish.org/orientation_detail/thailand/southern_thailand/phuket/phuket/155]]
<<miniBrowser https://www.travelfish.org/orientation_detail/thailand/southern_thailand/phuket/phuket/155>>
[[Phuket Immigration to reopen Patong office|http://www.thephuketnews.com/phuket-immigration-to-reopen-patong-office-40060.php]]
<<miniBrowser http://www.thephuketnews.com/phuket-immigration-to-reopen-patong-office-40060.php>>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BForeign%20Exchange%20Rates%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[Moving Plans]] - [[RETIREMENT VISA PACKAGE]]
[[Bitcoin ATMs by Country]] - ''[[Banking Tips Before You Move To Thailand|https://youtu.be/cavOm17diwk]]''
[[Bimbo's Initiation]] - ''[[Google Translate|http://translate.google.com/]]'' - [[Airbnb]] - [[JetRadar|JetRadar - Los Angeles to All Points, Thailand]] 
|[img[http://vignette1.wikia.nocookie.net/starwars/images/e/e4/Yoda_new_topps.jpg/revision/latest/scale-to-width-down/180?cb=20130131031643][http://retirecheap.asia/retire-thailand/jcs-makin-the-move-essential-checklist/]]<br><html><center>Relocation Checklist</center></html>|<<date filedate "DDD, 0hh:0mm:0ss - MMM DDth, YYYY">> -  - [[Calculators]] - [[Foreign Exchange Converter|http://www.xe.com/currencyconverter/#]] - [[Foreign Exchange Rates - Bangkok Bank|http://www.bangkokbank.com/BangkokBank/WebServices/Rates/Pages/FX_Rates.aspx]]<br><html><iframe width="800" height="200" src="http://www.xe.com/currencyconverter/#" frameborder="0" allowfullscreen></iframe><br><center><a href="https://www.airbnb.com/" target="_blank">Airbnb</a> --- <a href="http://www.lonelyplanet.com/" target="_blank">Lonely Planet</a> --- <a href="https://travel.state.gov/content/passports/en/passports/information/fees.html" target="_blank">Passports & International Travel</a> --- <a href="http://www.jetradar.com/cheapest/LAX/TH?departure=02:)06" target="_blank">JetRadar - Los Angeles to All Points, Thailand</a></center></html>|
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - ''[[WikiTravel - Taiwan|http://psychology.tiddlyspot.com/#WikiTravel]]''
|[[How to travel the world as a digital nomad and fund it by freelancing|https://youtu.be/xhvDv4bRbXU?list=PLKcmtuxFW7gy8ayOPm01SX2mRe0zWTJGz]] - [[Drop Shipping Entrepreneur|https://youtu.be/tUwnB8nFBj0]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/xhvDv4bRbXU?list=PLKcmtuxFW7gy8ayOPm01SX2mRe0zWTJGz" frameborder="0" allowfullscreen></iframe></html>|[[Everything I Wish They Had Taught Me in Art School|https://youtu.be/4j7xq6zogWQ]] - [[QRP School|http://n6xre.tiddlyspot.com/#%5B%5BQRP%20School%5D%5D]] - ''(Obey your master)''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/4j7xq6zogWQ" frameborder="0" allowfullscreen></iframe></html>|
[[GET SMART|https://youtu.be/ngazWNQkzqA?list=RDngazWNQkzqA]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/ngazWNQkzqA?list=RDngazWNQkzqA" frameborder="0" allowfullscreen></iframe></html>
[[Google Hangouts Firewall Ports|http://mikedixson.com/2013/01/google-talk-firewall-ports/]]
<<miniBrowser http://mikedixson.com/2013/01/google-talk-firewall-ports/>>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BGoogle%20Translate%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Google Translate|http://translate.google.com/]]  - [[Google Translate for Android|https://play.google.com/store/apps/details?id=com.google.android.apps.translate]] - [[Microsoft Translator|http://www.bing.com/translator/help]]
Record the audio for future use on your cell phone (when there is no internet).
[[Thai Girls]] - ''[[Buddism - Sukha|https://en.wikipedia.org/wiki/Sukha]]'' - [[Foreign Exchange Rates]] - [[Learn Thai Online]]
- click -
[img[http://i.imgur.com/WLyOGvJ.png][https://goo.gl/gfsNFA]]
[[Universal Licensing System]] - See [[unKoshered Ham Rantings!|Moses!]] - ''http://catchvideo.net/''
''[[October2017 Youtube Playlist|https://www.youtube.com/playlist?list=PLzHM9iyT6QCpsORVF008omissmzYBZTl0]] - [[My Playlists|http://inventoryport.tiddlyspot.com/#%5B%5BMy%20Playlists%5D%5D]] - [[Wish List|http://n6xre.tiddlyspot.com/#%5B%5BWish%20List%5D%5D]]''
Click to Speak with translator
# [[OK google, what time and date is it?|https://translate.google.com/?hl=en&tab=TT#auto/th/OK%20google%2C%20what%20time%20and%20date%20is%20it%3F]]
# [[OK Google, what is the weather?|https://translate.google.com/?hl=en&tab=wT#auto/th/OK%20google%2C%20what%20is%20the%20weather%3F]]
# [[OK google, what is on my schedule?|https://translate.google.com/?hl=en&tab=wT#auto/th/OK%20google%2C%20what%20is%20on%20my%20schedule%3F]]
# [[OK google, what can you do?|https://translate.google.com/?hl=en&tab=TT#auto/th/OK%20google%2C%20what%20can%20you%20do%3F]]
# [[OK google, Let’s play crystal ball.|https://translate.google.com/?hl=en&tab=TT#auto/th/OK%20google%2C%20Let%E2%80%99s%20play%20crystal%20ball.]] - Is [[Kepler's Somnium|http://www.depauw.edu/sfs/backissues/8/christianson8art.htm]] fiction? [[OK google, I’m Bored.|https://translate.google.com/?hl=en&tab=TT#auto/th/OK%20google%2C%20I%E2%80%99m%20Bored.]] - [[Shroomery Message Board|https://www.shroomery.org/forums/showflat.php/Number/1334481/fpart/all/vc/1]]
# [[Get your kicks on Route 66|https://youtu.be/dCYApJtsyd0]]. (or the [[Chicken Ranch|https://youtu.be/QaGNTksIfQE]] in [[Las Vegas|https://youtu.be/ypPRoomqJpY]] Videos) [[FAQ|http://www.a2zlasvegas.com/adult/lasvegas//brothels/crfaq.html]] - [[Tantra E-juice|http://moving.tiddlyspot.com/#%5B%5BTantra%20E-juice%5D%5D]]
# [[OK google, play lucky trivia?|https://translate.google.com/?hl=en&tab=TT#auto/th/OK%20google%2C%20play%20lucky%20trivia%3F]] - https://www.nasa.gov/eclipselive 
# [[OK Google I want to talk to Crazy House|https://translate.google.com/?hl=en&tab=TT#auto/th/OK%20Google%20I%20want%20to%20talk%20to%20Crazy%20House]] - [[OK Google, Where can I buy Moclobemide|https://translate.google.com/#auto/en/OK%20Google%2C%20Where%20can%20I%20buy%20Moclobemide]] - [[2|https://www.drugs.com/international/moclobemide.html]] - [[3|https://en.wikipedia.org/wiki/Moclobemide]]
# [[OK google, what is live spelled backwards?|https://translate.google.com/?hl=en&tab=TT#auto/th/OK%20google%2C%20what%20is%20live%20spelled%20backwards%3F]]
# [[OK Google, Flip a coin.|https://translate.google.com/?hl=en&tab=TT#auto/th/OK%20Google%2C%20Flip%20a%20coin.]] - Call it - Beds or Snails? Three times.
# [[OK google, how do you say I'm a Bunny would you like a ride in my vehicle and some dinner in French?|https://translate.google.com/?hl=en&tab=TT#auto/fr/OK%20google%2C%20how%20do%20you%20say%20I%27m%20a%20Bunny%20would%20you%20like%20a%20ride%20in%20my%20vehicle%20and%20some%20dinner%20in%20French%3F]] - [[Yes or No in French?|https://translate.google.com/?hl=en&tab=TT#auto/de/OK%20google%2C%20how%20do%20you%20say%20Yes%20or%20No%20in%20French%3F]]
# [[More Hey Google Phrases|http://n6xre.tiddlyspot.com/#%5B%5BMore%20Hey%20Google%20Phrases%5D%5D]]
[[How to Make a Google Home on Raspberry Pi without MagPi 57 Kit|http://n6xre.tiddlyspot.com/#%5B%5BHow%20to%20Make%20a%20Google%20Home%20on%20Raspberry%20Pi%20without%20MagPi%2057%20Kit%5D%5D]] - [[Anet A8 Desktop 3D Printer Prusa i3 DIY Kit|http://scienceport.tiddlyspot.com/#%5B%5BAnet%20A8%20Desktop%203D%20Printer%20Prusa%20i3%20DIY%20Kit%5D%5D]]
[[5 Best Buffets in Las Vegas RIGHT NOW|https://youtu.be/CZD7noSqnBg]] - [[How to Eat Cheap in Las Vegas for Under $10|https://youtu.be/VtQ0lyFXMtg]] - [[Day 5: $10 VS $42 BUFFET!|https://youtu.be/nO-QuEEaxHk]]
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
|<html><a href="http://www.viabox.com/register" target="_blank"><img src="http://www.viabox.com/images/250x250.gif" alt="Viabox" width="250" height="250" border="0" /></a></html>|[[Meditation]] ''Youtubes - [[If the River Was Whiskey]] - [[The Bruce Lee of Bartending]]<br>[[Amazon - SunEscape Pop Up Backpacking Tent|http://www.amazon.com/dp/B019ETO0SK?psc=1]] - Sale: $39.90 & FREE Shipping<br>[[Amazon - Intex Pool 6 Ft. X 20 In. 234 Gal|http://www.amazon.com/dp/B00A9WXUPG?psc=1]] - Price: $36.99 & FREE Shipping<br>[[Amazon - Intex Cartridge Filter Pump 330 GPH Flow Rate|http://www.amazon.com/Intex-Krystal-Cartridge-Filter-110-120V/dp/B00PHWUK2O/ref=pd_sim_sbs_86_10?ie=UTF8&dpID=41uEnne239L&dpSrc=sims&preST=_AC_UL160_SR160%2C160_&refRID=1RZVVBQENQ2Y84FEJW1M]] - Price: $34.95 & FREE Shipping<br>-click-<br>[img[http://ecx.images-amazon.com/images/I/51fSIhjrE9L.jpg][http://www.amazon.com/dp/B00A9WXUPG?psc=1]]''<br>''[[Wooden Boat Building|http://psychology.tiddlyspot.com/#%5B%5BWooden%20Boat%20Building%5D%5D]]'' - ''[[Hydroponics|http://psychology.tiddlyspot.com/#Hydroponics]]'' - ''[[Weather - Phuket, Thailand|http://psychology.tiddlyspot.com/#%5B%5BWeather%20-%20Phuket%2C%20Thailand%5D%5D]]''|

[[How Viabox Works|https://www.viabox.com/?locale=en]] - Duration of Free Storage = 180 days - [[How iPostal1 Works|https://ipostal1.com/DigitalMailbox.php?gclid=CjwKEAjwm8-6BRDgnb-Dk96UmRASJADbMycYrcufGJloVKGtsJlzAwJg-4DBjCcmtpzOGM8juLuG0xoC0wbw_wcB]] - [[How vPost works|http://th.vpost.com/our-services/how-it-works]] - ''[[Casey Neistat|http://psychology.tiddlyspot.com/#%5B%5BMY%20FIRST%20VLOG%20-%20Casey%20Neistat%5D%5D]] - https://boostedboards.com/ ''
<<miniBrowser https://www.viabox.com/faq.php>>
I have 2 questions. I now rent a hotel room in San Diego, Ca.  I want to visit Phuket, Thailand.  I am living on Social Security.
1> Can I use my San Diego address for my Forward To Address, then change the Forward To Address later when I rent an apartment in 
Thailand?
2> 180 days storage might not be long enough for me to save money for overseas shipping of my things.  Can I buy long term storage after
180 days so I can use ViaBox for permanent storage as I travel - like a Store and Forward Warehouse? And how much would it cost?
----
Hi Gary,
Yes this is possible. You will need to send us a copy of your passport so we can change the country from your account.
As for the storage maximum we can offer is 180 days only. We can try to extend the purging period for you for 1 more 
month (no guarantees on this) if you can send us a request here 1 week before the scheduled purging period so we 
can forward it to our warehouse Manager.
Please let us know if you have any other questions/requests. Thank you
Grace,
Customer Service Team
----

''[[1915- Birth of a Nation 6 minute Scene|https://youtu.be/HPmK1tPl_j0]]''<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/HPmK1tPl_j0" frameborder="0" allowfullscreen></iframe></html>

''[[Permaview|http://moving.tiddlyspot.com/#%5B%5BHow%20To%20Sell%20Your%20Used%20Stuff%20Through%20Amazon%5D%5D]] - [[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[How To Sell Your Used Stuff Through Amazon|http://www.makeuseof.com/tag/sell-stuff-amazon/]] - [[Amazon.com Around The World|http://www.amazon.com/gp/feature.html?tag=geo02a9-20&linkCode=as2&ie=UTF8&docId=487250]]
<<miniBrowser http://www.makeuseof.com/tag/sell-stuff-amazon/>>
<<miniBrowser http://www.makeuseof.com/tag/how-to-add-a-successful-amazon-store-to-your-blog/>>

|[[How to survive an airport layover without a lounge|https://youtu.be/FTwoLvgElDk]] - https://www.prioritypass.com/ - [[Admiral's Club SFO|http://www.sleepinginairports.net/airport-lounges/san-francisco-airport/admirals-club.htm]] <br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/FTwoLvgElDk" frameborder="0" allowfullscreen></iframe></html>|[[TOP 5 TIPS: SURVIVING AIRPORT LAYOVERS|https://youtu.be/aOwi0A2Ln-4]] - [[Tips page|http://grrrltraveler.com/travel-tips-3/how-to-survive-airport-layovers/]] - http://sleepinginairports.net/ <br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/aOwi0A2Ln-4" frameborder="0" allowfullscreen></iframe></html>|
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[The Bruce Lee of Bartending]]
''[[If the River Was Whiskey|https://youtu.be/H74JTyZBdko?list=PLcW9Au8gMJn_GB_Bl7uXXuIL27pLS2TqF]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/H74JTyZBdko?list=PLcW9Au8gMJn_GB_Bl7uXXuIL27pLS2TqF" frameborder="0" allowfullscreen></iframe></html>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]
Hit open
<<miniBrowser http://inventoryport.tiddlyspot.com/>>
''[[Permaview|http://moving.tiddlyspot.com/#JetRadar]] - [[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[AncestryDNA|http://scienceport.tiddlyspot.com/#AncestryDNA]]'' - [[Apartments]]
''[[JetRadar - Los Angeles to All Points, Thailand|http://www.jetradar.com/cheapest/LAX/TH?departure=02.09]] - [[JetRadar - San Diego to All Points, Thailand|http://www.jetradar.com/cheapest/SAN/TH?departure=02.09]]''
''[[JetRadar - Phuket Round Trip Bangkok, Thailand|http://www.jetradar.com/searches/AHKT0310ABKKY1]] - [[Malasia Round Trip for Visa Run|http://www.jetradar.com/searches/AHKT0211AHAN0411Y1]] - [[Flightnetwork Airline Information|http://www.flightnetwork.com/pages/airline-information/]]''
''[[Carry-On & Weight Baggage Limit Chart For 68 World Airlines|http://flyingwithfish.boardingarea.com/2009/06/28/carry-on-weight-baggage-limit-chart-for-65-world-airlines/]] - [[Worldwide Baggage Fee Chart|http://www.farecompare.com/about/worldwide-baggage-fee-chart/#/]] - [[Tourism|https://en.wikipedia.org/wiki/Tourism]] and [[Xenophilia|https://en.wikipedia.org/wiki/Xenophilia]]''

[[Up 2009 Full Movie|https://youtu.be/o8lFOVxheyE]]
Las Vegas
<<miniBrowser http://www.jetradar.com/searches/AHKT2701ALASY1>>
Confirmation Phuket to Las Vegas - [[Departing Flight Fri, Jan 27, 2017 Phuket, TH HKT - 02:00 am|https://mail.google.com/mail/u/0/#label/Travel/1594b5d389129e43]] 
Phuket, Jan 27, 2017 Phuket, TH HKT - 02:00 am to Las Vegas Fri, Jan 27, 2017 Los Angeles, CA LAX - 05:20 pm Las Vegas Mccarran intl. airport, NV LAS - 06:20 pm Fri, Jan 27, 2017

<<miniBrowser http://us.flyasiana.com/C/en/homepage.do?menuId=003006004003000&menuType=CMS>>
<<miniBrowser https://www.mccarran.com/Find/Facilities.aspx>>
[[SuperShuttle|https://booking.supershuttle.com/]]

<<miniBrowser http://www.rtcsnv.com/transit/getting-to-mccarran-airport/>>

''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[AncestryDNA|http://scienceport.tiddlyspot.com/#AncestryDNA]]'' 
''[[JetRadar - Los Angeles to All Points, Thailand|http://www.jetradar.com/cheapest/LAX/TH?departure=02.09]] - [[JetRadar - San Diego to All Points, Thailand|http://www.jetradar.com/cheapest/SAN/TH?departure=02.09]]''
''[[JetRadar - Phuket Round Trip Bangkok, Thailand|http://www.jetradar.com/searches/AHKT0310ABKKY1]] - [[Malasia Round Trip for Visa Run|http://www.jetradar.com/searches/AHKT0211AHAN0411Y1]] - [[Flightnetwork Airline Information|http://www.flightnetwork.com/pages/airline-information/]]''
''[[Carry-On & Weight Baggage Limit Chart For 68 World Airlines|http://flyingwithfish.boardingarea.com/2009/06/28/carry-on-weight-baggage-limit-chart-for-65-world-airlines/]] - [[Worldwide Baggage Fee Chart|http://www.farecompare.com/about/worldwide-baggage-fee-chart/#/]] - [[Tourism|https://en.wikipedia.org/wiki/Tourism]] and [[Xenophilia|https://en.wikipedia.org/wiki/Xenophilia]]''

[[Up 2009 Full Movie|https://youtu.be/o8lFOVxheyE]]
Las Vegas
<<miniBrowser http://www.jetradar.com/searches/AHKT2701ALASY1>>
Confirmation Phuket to Las Vegas - [[Departing Flight Fri, Jan 27, 2017 Phuket, TH HKT - 02:00 am|https://mail.google.com/mail/u/0/#label/Travel/1594b5d389129e43]] 
Phuket, Jan 27, 2017 Phuket, TH HKT - 02:00 am to Las Vegas Fri, Jan 27, 2017 Los Angeles, CA LAX - 05:20 pm Las Vegas Mccarran intl. airport, NV LAS - 06:20 pm Fri, Jan 27, 2017

<<miniBrowser http://us.flyasiana.com/C/en/homepage.do?menuId=003006004003000&menuType=CMS>>

[[Permaview|http://moving.tiddlyspot.com/#Kamagra]]
See [[Tantra E-juice]] - [[Psilocybin|http://scienceport.tiddlyspot.com/#Psilocybin]] 

<<miniBrowser http://www.pharmacy2home.com/kamagra-oral-jelly.htm>>
[[Apartments]]
[[Lake Tonopah|https://www.after55.com/listing/13819/lake-tonopah]] - [[map|https://www.google.com/maps/place/Lake+Tonopah+Senior+Apartments/@36.2062955,-115.1931398,15z/data=!4m12!1m6!3m5!1s0x80c8ea0a24df2e17:0xd3a58c08944ea546!2sAdam+%26+Eve!8m2!3d36.2183431!4d-115.2084221!3m4!1s0x80c8c23a7b0205d3:0x7c633b7681c9eb4e!8m2!3d36.194453!4d-115.173724?hl=en-US]]
<<miniBrowser https://www.after55.com/listing/13819/lake-tonopah>>
<<miniBrowser https://www.after55.com/listing/9978/attiva-valley-view>>
''[[Furnish your home with CORT|https://www.cort.com/pinnacle]]''
<<miniBrowser https://www.cort.com/pinnacle>>
<<miniBrowser https://en.wikipedia.org/wiki/Thai_alphabet>>
<<miniBrowser http://www.thaialphabet.net/>>
<<miniBrowser http://www.handspeak.com/spell/index.php?id=spell-asl>>
<<miniBrowser http://morsecode.scphillips.com/morse.html>>
[[Learn Thai with ThaiPod101.com |https://www.youtube.com/user/ThaiPod101/playlists]]
|[[Learn the Top 25 Must-Know Thai Phrases!|https://youtu.be/pbyhjgPOLYQ?list=PLD5LcdMxUGzevdE09urJylZ0AkmUtUTY7]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/pbyhjgPOLYQ?list=PLD5LcdMxUGzevdE09urJylZ0AkmUtUTY7" frameborder="0" allowfullscreen></iframe></html>|[[Learn Thai with Video|https://youtu.be/n1mxOxvrTi0?list=PL1D2792F4417E2051]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/n1mxOxvrTi0?list=PL1D2792F4417E2051" frameborder="0" allowfullscreen></iframe></html>|
|[[Thai Writing|https://youtu.be/M8tZqU_Et1I?list=PLD5LcdMxUGzfVsoq_yXyYTMdO3yPOoQ1w]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/M8tZqU_Et1I?list=PLD5LcdMxUGzfVsoq_yXyYTMdO3yPOoQ1w" frameborder="0" allowfullscreen></iframe></html>|[[Popular Thai Slang|https://youtu.be/mhXtKtF317Q]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/mhXtKtF317Q" frameborder="0" allowfullscreen></iframe></html>|
|[[Learn Thai Language Lesson|https://youtu.be/mJNrs4z_Pn0?list=PLcZvhMQ64T0yovgVsvYDvTmlfZXY8MseX]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/mJNrs4z_Pn0?list=PLcZvhMQ64T0yovgVsvYDvTmlfZXY8MseX" frameborder="0" allowfullscreen></iframe></html>|[[How to Express Your Love in Thai|https://youtu.be/g8uuy3i7EjM]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/g8uuy3i7EjM" frameborder="0" allowfullscreen></iframe></html>|
|[[Thai Listening Comprehension for Absolute Beginners|https://youtu.be/GgoyuXyoQXQ?list=PLD5LcdMxUGzfh4MS0rLHboflVYr1x7GSu]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/GgoyuXyoQXQ?list=PLD5LcdMxUGzfh4MS0rLHboflVYr1x7GSu" frameborder="0" allowfullscreen></iframe></html>|[[Thai lesson : How to get a massage in Thailand|https://youtu.be/bG8Lxdcokm0?list=PL7IcrQAW4d2FxfEoALyys4o3uB_NM-Rst]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/bG8Lxdcokm0?list=PL7IcrQAW4d2FxfEoALyys4o3uB_NM-Rst" frameborder="0" allowfullscreen></iframe></html>|
|[[Thai Alphabet Song|https://youtu.be/1Tk-x5KHJFI?list=RD1Tk-x5KHJFI]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/1Tk-x5KHJFI?list=RD1Tk-x5KHJFI" frameborder="0" allowfullscreen></iframe></html>|[[Audio Dictionary: Thai to English|https://youtu.be/DbQHMxizGgs]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/DbQHMxizGgs" frameborder="0" allowfullscreen></iframe></html>|
|[[Learn Thai (Vocabulary)|https://youtu.be/8zmnAlVi09c]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/8zmnAlVi09c" frameborder="0" allowfullscreen></iframe></html>|[[ALG Learn Thai 5-10|https://youtu.be/dZ7pLNesMso]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/dZ7pLNesMso" frameborder="0" allowfullscreen></iframe></html>|
|[[Learn Thai language with English|https://youtu.be/cpsvLRUoxLg]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/cpsvLRUoxLg" frameborder="0" allowfullscreen></iframe></html>|[[Thai Language very easy|https://youtu.be/U5LtdukYCgM]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/U5LtdukYCgM" frameborder="0" allowfullscreen></iframe></html>|
[[KRUU WEE TEACH THAI|https://youtu.be/zsjEIIkGLwE?list=LLCNPGGH7lguWWeFiHTp-OtQ]] - [[map: Patong Language School|https://www.google.co.th/?client=ubuntu&hs=cwp#q=language school phuket thailand&rflfq=1&rlha=0&rllag=7866257,98321453,5564&tbm=lcl&tbs=lf:1,lf_ui:2&fll=7.896391108447699,98.31052229424438&fspn=0.023634964901869893,0.0396971637563297&fz=15&oll=7.904297600000001,98.33710835&ospn=0.27480729422624695,0.12979399123784674&oz=11&qop=1&rlfi=hd:;si:3629149167939966033]]
<<miniBrowser http://www.phuket-languageschool.com/>>
<<miniBrowser http://psychology.tiddlyspot.com/#%5B%5BLearn%20Thai%20Online%5D%5D>>
/***
|''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);
}
//}}}
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
|[[MY FIRST VLOG - Casey Neistat|https://www.youtube.com/playlist?list=PLTHOlLMWEwVy52FUngq91krMkQDQBagYw]] - [[The Bruce Lee of Bartending]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/gnHCw87Enq4?list=PLTHOlLMWEwVy52FUngq91krMkQDQBagYw" frameborder="0" allowfullscreen></iframe></html>|[[Vlune 3 - MEETING CASEY NEISTAT?|https://youtu.be/rFj8pcos8KE?list=PLnN2bBxGARv7W6rK2AYdV4CXc1Vd88k3h]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/rFj8pcos8KE?list=PLnN2bBxGARv7W6rK2AYdV4CXc1Vd88k3h" frameborder="0" allowfullscreen></iframe></html>|
[[MainMenu]]
''[[CatchVideo|http://catchvideo.net/]]''
''[[Wordpress|https://glassparrot.wordpress.com/]]''
''[[My Playlists|http://inventoryport.tiddlyspot.com/#%5B%5BMy%20Playlists%5D%5D]]''
''[[Social Security|https://secure.ssa.gov/RIL/SiView.do]]''
''[[Medicare|https://myhealthone.com/mh1/public/mh1/Login/#/login-form]] - [[VA|https://www.myhealth.va.gov/]]''
''[[VMTN Trip Request|http://www.rtcsnv.com/transit/rtc-transit-services/veteranservices/vmtn-online-trip-request-2/]]''
''[[Bookmarks|http://almanac.tiddlyspot.com/#Bookmarks]]''
''[[Google_Search|https://www.google.com/]]''
''[[Google_Mail|https://mail.google.com/]]''
''[[10MinuteMail|http://10minutemail.com/10MinuteMail/index.html]]''
''[[Google_Calendar|https://calendar.google.com/]]''
''[[Google_Hangout_Plus|https://plus.google.com/hangouts]]''
''[[Gdrive|https://drive.google.com/#all]]''
''[[Goo.gl|https://goo.gl]]''
''[[Raspberry Pi 3 MIDI|http://mediaport.tiddlyspot.com/#%5B%5BRaspberry%20Pi%203%20MIDI%5D%5D]]''
''[[Recipes|http://inventoryport.tiddlyspot.com/#Recipes]]''
''[[Turo Car Rental|https://turo.com/search?location=3040%20E%20Charleston%20Blvd%20%233087%2C%20Las%20Vegas%2C%20NV%2089104%2C%20USA&locationType=Address&startDate=10%2F25%2F2017&startTime=10%3A00&endDate=11%2F01%2F2017&endTime=10%3A00&region=NV&country=US&category=ALL&instantBook=false&customDelivery=false&maximumDistanceInMiles=30&sortType=RELEVANCE&isMapSearch=false&latitude=36.1584026&longitude=-115.1067183&defaultZoomLevel=14]]''
''[[Uber Ride|https://www.uber.com/ride/]] - [[mUber|https://m.uber.com/]]''
''Uber PBX - [[GOGO|https://gogograndparent.com/]]''
''[[Apartments|http://moving.tiddlyspot.com/#Apartments]]''
''Gary Rust'' 
''3040 E. Charleston Blvd #3087''
''Las Vegas, Nevada'' 
''89104''
''[[Blood Pressure|https://goo.gl/FvAHkr]]
[[DefaultTiddlers]]
''[[Hangouts|https://hangouts.google.com/]] on [[Gmail|https://mail.google.com/]]<br>Main (702) 900-8019''
''[[Phones|http://moving.tiddlyspot.com/#Phones]]''
''Gary Rust on<br>[[ObiTalk|https://www.obitalk.com/info/products]]<br>510 537 368<br>([[buy worldwide|http://1outlets.com/obihai-technology-inc-obi200-1-port-voip-adapter-usb-t38-fax-support-USD-ccy/sku/11l4tHt6GUSuS28Yw2QYss/]])''
''[[Obi200 Device Guide|http://www.obihai.com/OBiDeviceAdminGuide]]''
''Google [[ARC Welder|https://chrome.google.com/webstore/detail/arc-welder/emfinbmielocnlhgmfkkmkngdoccbadn]]''
''[[Dry Ice|http://www.smartandfinal.com/cmssearch/result/?q=dry+ice&store_key=352]]''
''[[Weather Las Vegas|https://www.wunderground.com/us/nv/las-vegas]]''
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
''[[Talkatone|http://www.makeuseof.com/tag/free-phone-calls-wifidata-talkatone-android-ios/]]<br>FWD from Main<br>(702) 825-5436''
''[[SipBroker|http://www.sipbroker.com/sipbroker/action/providerWhitePages]] -  [[SB PSTN|http://www.sipbroker.com/sipbroker/action/pstnNumbers]]''
''[[Callcentric|https://www.callcentric.com/support/device/android/callcentric]] - *462 - 1-631-536-7241''
''Callcentric INUM [[International iNUM|http://www.inum.net/what-is-inum-2/local-access-numbers/]] @ (213) 221-3799<br>883510001197009''
''[[Skype|https://login.skype.com/login?client_id=578134&redirect_uri=https%3A%2F%2Fweb.skype.com%2F]]<br>Name: garyrust''
''Skype To Go No.<br>(702) 425-7809''
''[[jabber.hot-chilli.net|https://jabber.hot-chilli.net/jappix/]]<br>Name: phuket''
[[Psilocybin|http://scienceport.tiddlyspot.com/#Psilocybin]]
[[My Webpages|http://h8quadmod.tiddlyspot.com/#%5B%5BMy%20Webpages%5D%5D]]
[[Blender Crash Course|https://www.youtube.com/playlist?list=PLS24VPXMziw2bmTkMdgd0crwU2vYH5Bzu]]
''[[Blender Wiki|http://wiki.blender.org/]]''
''[[Blender Manual Localhost|http://psychology.tiddlyspot.com/#%5B%5BBlender%20Manual%20Localhost%5D%5D]]''
''[[Kiwix Localhost|http://psychology.tiddlyspot.com/#%5B%5BKiwix%20Localhost%5D%5D]]''
''[[Calculators|http://psychology.tiddlyspot.com/#Calculators]]''
''[[World Travel Thailand|http://psychology.tiddlyspot.com/#%5B%5BWorld%20Travel%20Thailand%5D%5D]]''
''[[Copy, URL to Gdrive|http://urltodrive.softgateon.net/]]''
''[[CasualSexProject|http://casualsexproject.com/]]''
[[INET-FAILURES|http://h8quadmod.tiddlyspot.com/#%5B%5BINTERNET%20FAILURES%20AT%20THE%20SANDFORD%20HOTEL%20IN%20SAN%20DIEGO%5D%5D]]
[[INET Crime Schemes|http://goo.gl/Stm6zF]]
''[[Web Tools|https://www.dmoz.org/Computers/Internet/Protocols/DNS/Web_Tools]]''
''[[Internet Speed Test|https://www.whatismyip.com/internet-speed-test/?iref=c1]]''
''[[Exede Satellite Inet|http://www.satelliteinternetsource.com/]]''
''[[DNSqueries|http://www.dnsqueries.com/en/]]''
''[[Linux man pages|http://goo.gl/XhBgid]]''
''[[FREE PROXY LIST|http://www.samair.ru/proxy/]]''
''[[Anonine VPN|http://h8quadmod.tiddlyspot.com/#%5B%5BAnonine%20VPN%5D%5D]]''
''[[CyberGhost Proxy|http://www.cyberghostvpn.com/en_us/free-proxy]]''
''[[HTML(5) Tutorial|http://www.w3schools.com/html/default.asp]]
''[[javascript|http://javascript.crockford.com/]]''
''[[javascriptkit|http://www.javascriptkit.com/cutpastejava.shtml]]''
''[[InlineJavascriptPlugin|http://tiddlytools.com/#InlineJavascriptPluginInfo]]''
[[FaceBook|http://tinyurl.com/njtafkt]]
[[photos.goo|https://photos.google.com/]]
[[flickr|https://www.flickr.com/cameraroll]]
http://imgur.com/
[[WelcomeToTiddlyspot]] [[GettingStarted]]
[[TiddlyWiki Tutorial]]
''[[TiddlyDesktop|https://github.com/Jermolene/TiddlyDesktop/]]''
''[[TiddlyDesktop Video|http://tiddlywiki.com/#Introducing%20TiddlyDesktop%20Video]]''
''[[twhelp|http://twhelp.tiddlyspot.com/]]''
''[[tiddlytools|http://tiddlytools.com/]]''
''[[tiddlyvault|http://tiddlyvault.tiddlyspot.com/]]''
''[[TiddlyWiki/Dev|http://tiddlywiki.com/dev/]]''
''[[TiddlyWiki5|https://github.com/Jermolene/TiddlyWiki5]]''
''[[TW5 Magick|http://tw5magick.tiddlyspot.com/]]''
''[[Search|https://search.disconnect.me/]]''
''[[Gethub H8QuadMod|https://github.com/garyrust/H8QuadMod]]''
[[WikiText TiddlyWiki |http://tinyurl.com/o5p7h3x]]
[[Empty TiddlyWiki 5|http://tiddlywiki.com/]]
---- 
''[[MiniBrowserPlugin|http://tiddlytools.com/#MiniBrowserPlugin]]''
''[[EasyEditPlugin|http://visualtw.ouvaton.org/VisualTW.html#EasyEditPlugin]]''
''[[InlineJavascriptPlugin|http://tiddlytools.com/#InlineJavascriptPlugin]]''
''[[AttachFilePlugin|http://www.tiddlytools.com/#AttachFilePlugin]]''
[[TiddlyMail|file:///var/www/html/tiddlymail/tiddlymail.html]] - (Local)
//[[PermaView]] (stored)//
[[MSH International|http://sea.msh-intl.com/get_quote/index.php?utm_source=Facebook&utm_medium=Social+Media&utm_campaign=US+Seniors+1]]
<<miniBrowser http://sea.msh-intl.com/get_quote/index.php?utm_source=Facebook&utm_medium=Social+Media&utm_campaign=US+Seniors+1>>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[Ship Parts]] - [[Terence McKenna - The Tree Of Knowledge - [COMPLETE 10 HOUR TALK]|https://youtu.be/OzmeBkrBcOU]] - [[Terence McKenna - The Last Word|https://youtu.be/wtkGwHnZM6M]]''
|''[[Eckhart Tolle|https://youtu.be/J3WsZp0A4og?list=PLV8dwqzRYISJcA3PjOy0sgMDUvWXuntbV]] - [[Amazon - Intex Pool 6 Ft. X 20 In. 234 Gal|http://www.amazon.com/dp/B00A9WXUPG?psc=1]]'' - ''[[Go Camping|https://goo.gl/yJNGbV]]'' - ''[[Hydroponics|http://psychology.tiddlyspot.com/#Hydroponics]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/J3WsZp0A4og?list=PLV8dwqzRYISJcA3PjOy0sgMDUvWXuntbV" frameborder="0" allowfullscreen></iframe></html>|''[[Gnosis - Meditation Techniques - Dalai Lama|https://youtu.be/q_nPcjEHU8E]] - [[Amazon - Backpacking Tent |http://www.amazon.com/dp/B019ETO0SK?psc=1]]''<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/q_nPcjEHU8E" frameborder="0" allowfullscreen></iframe></html>|
|''[[Alan Watts - Cosmic Network|https://youtu.be/QCpA6rgvb7Q?list=RDQCpA6rgvb7Q]] - [[The Essential Alan Watts ebook|http://fyktoree03.livejournal.com/23851.html]]'' - ''[[Wooden Boat Building|http://psychology.tiddlyspot.com/#%5B%5BWooden%20Boat%20Building%5D%5D]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/QCpA6rgvb7Q?list=RDQCpA6rgvb7Q" frameborder="0" allowfullscreen></iframe></html>|''[[Terence McKenna Movies|https://www.youtube.com/user/wplnts/playlists]] - [[Amscope]] - [[Vaults of Erowid]] - [[The Lycaeum]]'' - [[Moving Plans]] - ''[[Blender|http://psychology.tiddlyspot.com/#%5B%5BBlender%20Wiki%5D%5D]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/aAlaRdrcQcY?list=PLwOcdj091QTa7hTp0TJR0ILBGy_T3_mwq" frameborder="0" allowfullscreen></iframe></html>|

 
PSY
http://www.shoutcast.com/Search?query=Psy
----
Ambient Art Foundation - Shoutcast
http://www.shoutcast.com/Search?query=Ambient%20Art%20Foundation
----
Shoutcast
https://www.shoutcast.com/Search?query=Sleep%20Radio%20Stream#
----
Ambient Art Foundation
http://www.radioforest.net/radio/ambient-art-foundation/700272
----
Internet Radio
https://www.internet-radio.com
----
Obi Products
https://www.obitalk.com/info/products
----
Krazy Buffet
http://krazybuffetvegas.com/index.html
----
Pharmacy2Home
http://www.pharmacy2home.com/kamagra-oral-jelly.htm
----
Optics Realm
http://www.opticsrealm.com/tutorials-and-videos/geometric-optics-video-lecture/lesson-1-basics-of-light-and-how-to-manipulate-it
----
History of film - Wikipedia
https://en.wikipedia.org/wiki/History_of_film
----
The Mask of Fu Manchu
http://dai.ly/x21vyto
----
Robert Ripley
https://en.wikipedia.org/wiki/Robert_Ripley
----
Fu Manchu - Wikipedia
https://en.wikipedia.org/wiki/Fu_Manchu
----
Visa policy of Malaysia - Wikipedia
https://en.wikipedia.org/wiki/Visa_policy_of_Malaysia
----
Breeding crayfish
http://www.thaivisa.com/forum/topic/681592-breeding-crayfish/
----
STOP ‘SPOCKING
http://dangerousminds.net/comments/bank_of_canada_urges_star_trek_fans_to_stop_spocking_their_fivers
----
Bali
https://en.wikipedia.org/wiki/Bali
----
Smart Drugs and Language Learning
http://womenlearnthai.com/index.php/nootropics-update-smart-drugs-and-language-learning/
----
NOOTROPIL 33% ORAL SOLUTION
https://www.drugs.com/uk/nootropil-33-oral-solution-leaflet.html
----
Piracetam
https://en.wikipedia.org/wiki/Piracetam
----
Nootropic
https://en.wikipedia.org/wiki/Nootropic
----
Lamp-to-Illuminate-Book-Preview.pdf
http://www.wisdompubs.org/sites/default/files/preview/Lamp-to-Illuminate-Book-Preview.pdf
----
Vamachara
https://en.wikipedia.org/wiki/Vamachara
----
Tantra Is Not What You Think It Is
http://all-that-is-interesting.com/what-is-tantra-tantric-sex
----
Wikipedia
https://en.wikipedia.org/wiki/
----
TiddlyTools
http://www.TiddlyTools.com
----
International Morse Code
http://morsecode.scphillips.com/morse.html
----
ASL manual alphabet chart
http://www.handspeak.com/spell/index.php?id=spell-asl
----
Learn The Thai Alphabet
http://www.thaialphabet.net/
----
Kundalini
https://en.wikipedia.org/wiki/Kundalini
----
Lingam
https://en.wikipedia.org/wiki/Lingam
----
Massage parlor
https://en.wikipedia.org/wiki/Massage_parlor
----
Fermilab Office of Education & Public Outreach
http://ed.fnal.gov/
----
Shakti
https://en.wikipedia.org/wiki/Shakti
----
Erotic massage
https://en.wikipedia.org/wiki/Erotic_massage
----
Tantra massage
https://en.wikipedia.org/wiki/Tantra_massage
----
Tantra
https://en.wikipedia.org/wiki/Tantra
----
New Rules for Visa on Arrival
http://www.thaiembassy.com/thailand/new-visa-rules.php
----
Godzilla, Mothra and King Ghidorah
http://dai.ly/x2kw94d
----
Fermilab
http://ed.fnal.gov/
----
How to Build an OKR Box Mod Tutorial
http://findmyvapes.com/how-to-build-an-okr-box-mod-tutorial/
----
Dateconverter
http://dateconverter.net/thai/2016/?hl=en
----
MSH International
http://sea.msh-intl.com/get_quote/index.php?utm_source=Facebook&utm_medium=Social+Media&utm_campaign=US+Seniors+1
----
How To Build a DNA Box Mod Tutorial
http://findmyvapes.com/how-to-build-a-dna-box-mod-tutorial/
----
How to Put in Contact Lenses
http://www.wikihow.com/Put-in-Contact-Lenses
----
How to Remove Contact Lenses
http://www.wikihow.com/Remove-Contact-Lenses
----
Bhumibol Adulyadej
https://en.wikipedia.org/wiki/Bhumibol_Adulyadej
----
Make your own Astrolabe
https://in-the-sky.org/astrolabe/
----
Astrolabe - Wikipedia
https://en.wikipedia.org/wiki/Astrolabe
----
Plain Glass 30.25pcs
https://goo.gl/5dUyFbl
----
Premium Food Flavor
https://goo.gl/802TGLl
----
Dropper Straw83mm. Dia18mm. 83.18
https://goo.gl/WdllPl
----
Propylene Glycol-PG
https://goo.gl/U5D8eC
----
Glycerine
https://goo.gl/BrEYSc
----
Myanmar Visa Run
http://www.myanmarvisa.com/visarun.htm
----
Name: phuket@jabber.hot-chilli.net
https://jabber.hot-chilli.net/jappix/
----
Immigration Bureau Fee
http://www.immigration.go.th/nov2004/en/base.php?page=fee
----
Thai embassy and consulates in Penang, Malaysia
http://www.thaiembassy.com/thai-embassy/thai-embassy-and-consulates-in-penang-malaysia.php
----
TVR Visa Run Phuket to Penang
http://www.phuket-visarun.com/visa_run_penang.html
----
Hangsen Mango E-Liquid
http://www.healthcabin.net/100ml-hangsen-mango-eliquid-70pg30vg-p/11943.html
----
Thai Volunteer Service Foundation
http://thaivolunteer.org/eng/
----
United Nations Volunteers in Thailand
http://www.th.undp.org/content/thailand/en/home/operations/united-nations-volunteers.html
----
Thai alphabet
https://en.wikipedia.org/wiki/Thai_alphabet
----
Comfortable Visa Run
http://www.thethailandlife.com/fastest-thai-visa-run
----
TVR Visa Runs
http://www.phuket-visarun.com/visa_run_ranong.html
----
Sarpagandha
http://www.yourarticlelibrary.com/biology/alkaloid/rauwolfia-sources-cultivation-and-uses-with-diagram/49643/
----
How does a sundial work?
https://www.quora.com/How-does-a-sundial-work-If-the-world-is-a-sphere-like-shape-how-does-the-sundial-work-so-consistently-Does-a-sundial-prove-the-earth-is-flat
----
Better Vision Phuket
http://www.phuket.net/directory/shopping/better-vision/
----
GP Contact Lenses
http://www.contactlenses.org/qa.htm
----
MY STORAGE Self Storage
http://www.mystorageasia.com/home/home.aspx
----
Hello Phuket Co.,Ltd
http://www.hellophuket.net/
----
Airport Bus
http://www.airportbusphuket.com/index.html
----
Phuket Airport Bus Express
https://yutphuket.com/2013/10/07/phuket-airport-bus-express/
----
Getting to Airport Phuket by Bus
http://www.t-globe.com/10660
----
DHL
http://www.dhl.com/en/logistics/freight_transportation/intermodal_and_multimodal_transport.html#.V2QuNe3CcSo
----
International Sea & Air Shipping Services
http://www.internationalmoving.com/
----
Bigmove Phuket International Shipping Services
http://www.bigmovephuket.com/international-moves/
----
U-Store-it Pattaya
http://www.ustoreitpattaya.com/
----
Phuket Immigration to reopen Patong office
http://www.thephuketnews.com/phuket-immigration-to-reopen-patong-office-40060.php
----
Extending your visa in Phuket
https://www.travelfish.org/orientation_detail/thailand/southern_thailand/phuket/phuket/155
----
Learn Thai Online
http://psychology.tiddlyspot.com/#%5B%5BLearn%20Thai%20Online%5D%5D
----
Patong Language School
http://www.phuket-languageschool.com/
----
Bitcoin ATMs by Country
https://coinatmradar.com/countries/
----
A Protocol for Offline Bitcoin Over Radio Transactions
http://betteroffbitcoin.com/a-protocol-for-offline-bitcoin-over-radio-transactions/
----
N6XRE EchoLink
http://n6xre.tiddlyspot.com/#EchoLink%20Broadcastify%20%5B%5BQRP%20School%5D%5D
----
How Viabox Works (FAQ)
https://www.viabox.com/faq.php
----
How To Sell Your Used Stuff Through Amazon
http://www.makeuseof.com/tag/sell-stuff-amazon/
----
How we found our Apartment in Chiang Mai
http://christhefreelancer.com/finding-an-apartment-in-chiang-mai/
----
/***
|Name|MiniBrowserPlugin|
|Source|http://www.TiddlyTools.com/#MiniBrowserPlugin|
|Documentation|http://www.TiddlyTools.com/#MiniBrowserPluginInfo|
|Version|1.5.3|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.2|
|Type|plugin|
|Requires|PlayerPlugin (optional, recommended)|
|Description|embedded browser-in-browser with favorites lists and media support|
!!!!!Documentation
>see [[MiniBrowserPluginInfo]]
!!!!!Configuration
>Default mini browser size:
>width: <<option txtMiniBrowserWidth>> height: <<option txtMiniBrowserHeight>>
!!!!!Revisions
<<<
2011.02.08 1.5.3 added 'nocontrols' macro keyword parameter
2009.08.29 1.5.2 in load(), fixed 'noplayer' IFRAME output
2009.07.03 1.5.1 added onclick handling to 'n of m' button.  also, if noedit mode, add line numbers to bookmarks droplist items
2009.06.08 1.5.0 added optional 'noedit' mode: replaces add/del/edit buttons with next/previous navigation.
|see [[MiniBrowserPluginInfo]] for additional revision details|
2007.10.15 1.0.0 combined MiniBrowser and MediaCenter inline scripts and converted to true plugin
2006.03.01 0.0.0 inline script
<<<
!!!!!Code
***/
//{{{
version.extensions.MiniBrowserPlugin={major: 1, minor: 5, revision: 3, date: new Date(2011,2,8)};

config.shadowTiddlers.MiniBrowser='<<miniBrowser>>';
config.options.txtMiniBrowserWidth=config.options.txtMiniBrowserWidth||'100%';
config.options.txtMiniBrowserHeight=config.options.txtMiniBrowserHeight||'480';
config.macros.miniBrowser= {
	favoritesList: 'MiniBrowserList',
	handler: function(place,macroName,params,wikifier,paramString,tiddler) {
		var noPlayer=params[0]&&params[0].toLowerCase()=='noplayer'; if (noPlayer) params.shift();
		var noEdit  =params[0]&&params[0].toLowerCase()=='noedit';   if (noEdit)   params.shift();
		var expand  =params[0]&&params[0].toLowerCase()=='expand';   if (expand)   params.shift();
		var hideControls=params[0]&&params[0].toLowerCase()=='hidecontrols'; if (hideControls) params.shift();
		var noControls  =params[0]&&params[0].toLowerCase()=='nocontrols';   if (noControls)   params.shift();
		hideControls	=noControls||hideControls;	// no controls implies hide controls
		var url		=(params[0]&&!store.tiddlerExists(params[0]))?params.shift():'';
		if (!url.length) noControls=hideControls=false; // if no initial URL, force controls to show
		if (!config.macros.player) noPlayer=true; // PlayerPlugin not installed
		var w=config.options.txtMiniBrowserWidth;
		var h=config.options.txtMiniBrowserHeight;

		// create form
		var guid=new Date().getTime()+Math.random().toString(); // globally unique ID
		var html=store.getTiddlerText('MiniBrowserPlugin##html');
		html=html.replace(/%id%/g,guid)
			.replace(/%noplayer%/g,noPlayer?'true':'')
			.replace(/%noedit%/g,noEdit||readOnly?'none':'inline')
			.replace(/%shownav%/g,noEdit||readOnly?'inline':'none')
			.replace(/%hidecontrols%/g,hideControls?'none':'block')
			.replace(/%bookmarksize%/g,(expand?70:20)+'%')
			.replace(/%urlsize%/g,(expand?69.5:20)+'%')
			.replace(/%linebreak%/g,expand?'<br>':'')
			.replace(/%favorites%/g,params[0]||config.macros.miniBrowser.favoritesList);
		createTiddlyElement(place,'span').innerHTML=html;

		// init form
		function $(i){return document.getElementById(i)}; // abbrev
		$('minibrowser_controls_'+guid).style.display=hideControls?'none':'block';
		$('minibrowser_resize_'+guid).style.display=hideControls?'none':'block';
		$('minibrowser_nocontrols_'+guid).style.display=noControls?'none':'inline';
		$('minibrowser_togglecontrols_'+guid).checked=!hideControls;
		$('minibrowser_form_'+guid).url.value=url;
		$('minibrowser_form_'+guid).w.value=w;
		$('minibrowser_form_'+guid).h.value=h;
		if (noPlayer) { // hide type list no PlayerPlugin
			$('minibrowser_type_'+guid).style.display='none';
			$('minibrowser_url_'+guid).style.width=(expand?81.5:32)+'%';
		}

		// load bookmarks droplist from HR-separated tiddler contents
		var b=$('minibrowser_bookmarks_'+guid);
		while (b.options[1]) b.options[1]=null; // clear list but leave 'prompt' item
		var p; while (p=params.shift()) this.getFavorites(b,p,noEdit); // load custom bookmarks
		if (b.length<2) this.getFavorites(b,config.macros.miniBrowser.favoritesList,noEdit); // default list
		$('minibrowser_nav_'+guid).value='1 out of '+b.length;

		// load initial URL (if any)
		var place=$('minibrowser_player_'+guid);
		this.load(place,guid,'','',w,h,true,noPlayer);
		this.go($('minibrowser_form_'+guid));
	},
	getFavorites: function(list,tid,noEdit) {
		var txt=store.getTiddlerText(tid); if (!txt||!txt.trim().length) return;
		txt=this.getWikifiedData(txt);
		var parts=txt.split('\n----\n');
		for (var p=0; p<parts.length; p++) {
			var lines=parts[p].split('\n');
			var label=lines.shift()||''; // 1st line=display text
			var value=lines.shift()||''; // 2nd line=item value
			var indent=value&&value.length?'\xa0\xa0':'';
			var prefix=value.length&&noEdit?list.length+1+': ':'';
			list.options[list.length]=new Option(prefix+indent+label,value,false,false);
		}
	},
	getWikifiedData: // wikify content, then extract text WITH newlines and HRs included
	function(txt) {
		var e=createTiddlyElement(document.body,'div'); wikify(txt,e);
		var breaks=e.getElementsByTagName('br');
		for (var b=0; b<breaks.length; b++)
			breaks[b].parentNode.insertBefore(document.createTextNode('\n'),breaks[b]);
		var lines=e.getElementsByTagName('hr');
		for (var l=0; l<lines.length; l++)
			lines[l].parentNode.insertBefore(document.createTextNode('----\n'),lines[l]);
		var items=e.getElementsByTagName('li');
		for (var i=0; i<items.length; i++)
			items[i].parentNode.insertBefore(document.createTextNode('\n'),items[i]);
		var txt=getPlainText(e);
		removeNode(e);
		return txt.replace(/\r*/g,'').replace(/\n\n/g,'\n');
	},
	load: function(place,id,type,url,w,h,showcontrols,noPlayer) {
		if (!noPlayer)
			config.macros.player.loadURL(place,id,type,url,w,h,showcontrols);
		else { // force IFRAME-only display
			if (!place) place=document.getElementById(id).parentNode;
			var fmt="<iframe name='%0' id='%0' src='%1' width='%2' height='%3' \
				style='background:#fff;border:1px solid'></iframe>";
			place.innerHTML=fmt.format([id,url,w,h]);
		}
	},
	go: function(f) {
		var url=f.url.value.trim();
		if (!url.length) url=f.url.value=f.bookmarks.value.trim();
		if (!url.length) { this.done(f); return false; }
		var id=f.playerID.value;
		document.getElementById('minibrowser_player_'+id).style.display='block';
		document.getElementById('minibrowser_controls2_'+id).style.display='block';
		this.load(null,id,f.type.value,f.url.value,f.w.value,f.h.value,f.ctrls.checked,f.noPlayer.value=='true');
		var matched=false; for (var i=0; i<f.bookmarks.options.length; i++) // select matching bookmark
			if (f.bookmarks.options[i].value==url) { f.bookmarks.selectedIndex=i; matched=true; break; }
		if (!matched) f.bookmarks.selectedIndex=0;
		f.done.disabled=false;
		return false;
	},
	done: function(f) {
		var id=f.playerID.value;
		this.load(null,id,null,null,f.w.value,0,f.ctrls.checked,f.noPlayer.value=='true');
		document.getElementById('minibrowser_player_'+id).style.display='none';
		document.getElementById('minibrowser_controls2_'+id).style.display='none';
		f.done.disabled=true; 
		return false;
	},
	fit: function(place) {
		// fudge factor to account for the other controls + padding + borders.  ADJUST THIS VALUE TO FIT LAYOUT
		var trim=89;
		var t=story.findContainingTiddler(place);
		if (!t) { t=place; while (t && t.className!='floatingPanel') t=t.parentNode; } if (!t) return;
		var w='100%'; // horizontal stretching via CSS works, but vertical stretching doesn't... so:
		var h=t.offsetHeight-trim; // workaround: get containing panel/tiddler height and subtract trim height
		var f=place.form;
		this.load(null,f.playerID.value,f.type.value,f.url.value,w,h,f.ctrls.checked,f.noPlayer.value=='true');
		place.form.w.value=w; place.form.h.value=h; // update width/height input fields
	},
	add: function(place,title) {
		var v=place.value; if (!v.length) return;
		var d=prompt('Please enter a description for\n'+place.value); if (!d || !d.length) return;
		var who=config.options.txtUserName;
		var when=new Date();
		var tid=store.getTiddler(title);
		var txt='%0\n%1\n----\n%2'.format([d,v,tid?tid.text:'']);
		store.saveTiddler(title,title,txt,who,when,tid?tid.tags:[],tid?tid.fields:{});
		if (!tid) story.displayTiddler(story.findContainingTiddler(place),title);
		else story.refreshTiddler(title,1,true);
		var here=story.findContainingTiddler(place);
		if (here) story.refreshTiddler(here.getAttribute('tiddler'),1,true);
	},
	del: function(place,title) {
		var v=place.value; if (!v.length) return;
		var d=place.options[place.selectedIndex].text; if (!d.length) return;
		if (!confirm('Are you sure you want to remove this favorite?\n\n'+d+'\n'+v)) return;
		var tid=store.getTiddler(title); if (!tid) return;
		var who=config.options.txtUserName;
		var when=new Date();
		var pat='%0\n%1\n----\n'.format([d.replace(/\xa0/g,''),v]); var re=new RegExp(pat,'i');
		var txt=tid.text.replace(re,'');
		store.saveTiddler(title,title,txt,who,when,tid?tid.tags:[],tid?tid.fields:{});
		story.refreshTiddler(title,1,true);
		var here=story.findContainingTiddler(place);
		if (here) story.refreshTiddler(here.getAttribute('tiddler'),1,true);
	}
}
//}}}
/***
//{{{
!html
<form id='minibrowser_form_%id%' style='display:block;margin:0;padding:0' onsubmit='return config.macros.miniBrowser.go(this);'><!--
--><nobr><input type='hidden' name='playerID' value='%id%'><input type='hidden' name='noPlayer' value='%noplayer%'><!--
--><div id='minibrowser_controls_%id%' style='display:%hidecontrols%'><!--
--><input type='button' value='<' title='back' style='width:3%'
	onclick='try{window.frames["player_%id%"].history.go(-1)}catch(e){window.history.go(-1)}' ><!--
--><input type='button' value='>' title='forward' style='width:3%'
	onclick='try{window.frames["player_%id%"].history.go(+1)}catch(e){window.history.go(+1)}'><!--
--><input type='button' value='+' title='refresh'style='width:3%'
	onclick='try{window.frames["player_%id%"].location.reload()}catch(e){;}'><!--
--><input type='button' value='x' title='stop'style='width:3%'
	onclick='window.stop()'><!--
--><select name='bookmarks' id='minibrowser_bookmarks_%id%' size='1' style='width:%bookmarksize%'
	onchange='this.form.url.value=this.value;
		this.form.nav.value="%0 out of %1".format([this.selectedIndex+1,this.length]);
		this.form.nav.title="reload %0".format([this.options[this.selectedIndex].text]);
		return config.macros.miniBrowser.go(this.form);'><!--
--><option value=''>bookmarks...</option><!--
--></select><!--
--><span style='display:%noedit%'><!--
--><input type='button' value='add' title='add URL to the bookmarks' style='width:6%'
	favorites="%favorites%"
	onclick='config.macros.miniBrowser.add(this.form.url,this.getAttribute("favorites"));'><!--
--><input type='button' value='del' title='remove URL from the bookmarks' style='width:6%'
	favorites="%favorites%"
	onclick='config.macros.miniBrowser.del(this.form.bookmarks,this.getAttribute("favorites"));'><!--
--><input type='button' value='edit' title='edit the bookmarks list' style='width:6%'
	favorites="%favorites%"
	onclick='story.displayTiddler(null,this.getAttribute("favorites"),2)'><!--
--></span><!--
--><span style='display:%shownav%'><!--
--><input name=prev type='button' value='&#x25C4;' title='view previous bookmark' style='width:3%'
	onclick='var b=document.getElementById("minibrowser_bookmarks_%id%");
		b.selectedIndex=Math.max(b.selectedIndex-1,0); b.onchange();'><!--
--><input name='nav' id='minibrowser_nav_%id%'
	type='button' value='N out of MM' title='enter a bookmark number' style='width:12%'
	onclick='return this.form.next.click();
		var b=this.form.bookmarks;
		var i=prompt("Enter a bookmark number (1-"+b.length+")",b.selectedIndex+1);
		if (i && i<b.length) { b.selectedIndex=i-1; b.onchange(); }'><!--
--><input name=next type='button' value='&#x25BA;' title='view next bookmark' style='width:3%'
	onclick='var b=document.getElementById("minibrowser_bookmarks_%id%");
		b.selectedIndex=Math.min(b.selectedIndex+1,b.length); b.onchange();'><!--
--></span><!--
-->%linebreak%<!--
--><select name='type' id='minibrowser_type_%id%' size='1' style='width:12%'
	onchange='var opt=this.options; for (var i=0; i<opt.length; i++)
		if (i==this.selectedIndex) opt[i].text=opt[i].text.replace(/\xa0\xa0/,"&radic;");
		else opt[i].text=opt[i].text.replace(/&radic;/,"\xa0\xa0");
		if (this.selectedIndex==0) opt[1].text=opt[1].text.replace(/\xa0\xa0/,"&radic;");'><!--
--><option value=''>type...</option><!--
--><option value=''>&radic; auto-detect</option><!--
--><option value='iframe'>&nbsp;&nbsp; web page</option><!--
--><option value='windows'>&nbsp;&nbsp; windows media</option><!--
--><option value='realone'>&nbsp;&nbsp; real one</option><!--
--><option value='quicktime'>&nbsp;&nbsp; quicktime</option><!--
--><option value='flash'>&nbsp;&nbsp; flash</option><!--
--><option value='image'>&nbsp;&nbsp; jpg/gif/png</option><!--
--></select><!--
--><input type='text' name='url' id='minibrowser_url_%id%' size='60' value='' style='width:%urlsize%'
	onfocus='this.select()'><!--
--><input type='submit' value='go' title='view URL' style='width:6%'><!--
--><input type='button' value='open' title='open a separate tab/window' style='width:6%'
	onclick='if (this.form.url.value.length) window.open(this.form.url.value)'><!--
--><input type='button' value='done' name='done' disabled title='disconnect from URL' style='width:6%'
	onclick='return config.macros.miniBrowser.done(this.form);'><!--
--></div><!--
--><div id='minibrowser_player_%id%' style='display:none;text-align:center'></div><!--
--><span id='minibrowser_controls2_%id%' style='margin-top:2px;display:none;'><!--
--><div id='minibrowser_resize_%id%' style='display:%hidecontrols%;float:right'><!--
--> size: <input type='text' name='w' size='3' value='' style=''
	onfocus='this.select()'><!--
-->x<input type='text' name='h' size='3' value='' style=''
	onfocus='this.select()'><!--
--> <input type='submit' value='set' style='width:5em'
	onclick='var f=this.form;
		if(!f.w.value.trim().length) f.w.value=config.options.txtMiniBrowserWidth;
		if(!f.h.value.trim().length) f.h.value=config.options.txtMiniBrowserHeight;
		config.options.txtMiniBrowserWidth=f.w.value; config.options.txtMiniBrowserHeight=f.h.value;
		saveOptionCookie("txtMiniBrowserWidth"); saveOptionCookie("txtMiniBrowserHeight");'><!--
--><input type='submit' value='reset' style='width:5em'
	onclick='var f=this.form; f.ctrls.checked=true; f.w.value="100%"; f.h.value="480";
		config.options.txtMiniBrowserWidth=f.w.value; config.options.txtMiniBrowserHeight=f.h.value;
		saveOptionCookie("txtMiniBrowserWidth"); saveOptionCookie("txtMiniBrowserHeight");'><!--
--><input type='button' value='fit' title='resize player to fit containing window' style='width:5em'
	onclick='config.macros.miniBrowser.fit(this)'><!--
--></div><!--
 style='display:%hidecontrols%'
--><span id='minibrowser_nocontrols_%id%'><!--
--> <input type='checkbox' name='ctrls' id='minibrowser_togglecontrols_%id%' title='toggle minibrowser controls' CHECKED 
	onclick='document.getElementById("minibrowser_controls_%id%").style.display=this.checked?"block":"none";
		document.getElementById("minibrowser_resize_%id%").style.display=this.checked?"block":"none";'
><a href='' title='toggle minibrowser controls'
	onclick='this.previousSibling.click();return false;'>show controls</a><!--
--></span><!--
--></span><!--
--></nobr></form>
!end
//}}}
***/
 
/***
|Name|MiniBrowserPlugin|
|Source|http://www.TiddlyTools.com/#MiniBrowserPlugin|
|Documentation|http://www.TiddlyTools.com/#MiniBrowserPluginInfo|
|Version|1.5.3|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.2|
|Type|plugin|
|Requires|PlayerPlugin (optional, recommended)|
|Description|embedded browser-in-browser with favorites lists and media support|
!!!!!Usage
<<<
{{{<<miniBrowser noplayer noedit expand hidecontrols nocontrols URL TiddlerName TiddlerName TiddlerName...>>}}}
* ''noplayer'' (optional)<br>disables support for embedded media player (using [[PlayerPlugin]], if installed)
* ''noedit'' (optional)<br>hides bookmark //add//, //del//, and //edit// buttons
* ''expand'' (optional)<br>displays minibrowser controls on two lines instead of one for increased readability, especially when long titles or URLs are displayed.
* ''hidecontrols'' (optional)<br>hides initial display of minibrowser controls (except for 'show controls' checkbox)<br>//note: if no initial URL is specified, controls will be shown anyway//
* ''nocontrols'' (optional)<br>hides all minibrowser controls including 'show controls' checkbox<br>//note: if no initial URL is specified, controls will be shown anyway//
* ''URL'' (optional)<br>specifies an initial URL to open when the mini browser is rendered
* ''TiddlerName'', ''TiddlerName''... (optional)<br>indicates one or more tiddlers containing 'HR-separated' lists of favorites.<br>//notes: if no tiddler is specified, [[MiniBrowserList]] is used by default.  In addition, when adding/deleting favorites, the plugin automatically updates [[MiniBrowserList]], regardless of any alternative lists of favorites stored in separate tiddlers.  After changes to [[MiniBrowserList]] are made, you can then use cut/paste to manually move entries from that tiddler into other tiddlers.//
<<<
!!!!!Configuration
>Default mini browser size:
>width: <<option txtMiniBrowserWidth>> height: <<option txtMiniBrowserHeight>>
!!!!!Examples
>{{{<<miniBrowser>>}}}<br>{{smallform small{<<miniBrowser>>}}}
>{{{<<miniBrowser noedit>>}}}<br>{{smallform small{<<miniBrowser noedit>>}}}
>{{{<<miniBrowser expand>>}}}<br>{{smallform small{<<miniBrowser expand>>}}}
>{{{<<miniBrowser noedit expand>>}}}<br>{{smallform small{<<miniBrowser noedit expand>>}}}
>{{{<<miniBrowser hidecontrols http://www.TiddlyWiki.com>>}}}<br>{{smallform small{<<miniBrowser hidecontrols http://www.TiddlyWiki.com>>}}}
!!!!!Revisions
<<<
2011.02.08 1.5.3 added 'nocontrols' macro keyword parameter
2009.08.29 1.5.2 in load(), fixed 'noplayer' IFRAME output
2009.07.03 1.5.1 added onclick handling to 'n of m' button.  also, if noedit mode, add line numbers to bookmarks droplist items
2009.06.08 1.5.0 added optional 'noedit' mode to hide bookmark add/del/edit buttons.  Also, moved html def'n to section (saves space)
2008.09.30 1.4.0 removed hard-coded fontsize.  Added 'expand' option (wider controls, displayed on two lines)
2008.09.16 1.3.1 fixed getWikifiedData() when using IE (remove \r and multiple \n)
2008.08.12 1.3.0 added support for wikifying content from favorites lists to enable use of forEachTiddler or inline script output to generate lists on the fly.
2008.08.06 1.2.2 corrected size control buttons to use fixed width
2008.04.07 1.2.1 added txtMiniBrowserWidth and txtMiniBrowserHeight.  cleanup init handling (somewhat)
2008.04.06 1.2.0 added support for specifying initial URL to view (suggested by Richard Berg).  When opening a URL, select matching entry (if any) in bookmarks droplist.  Added support for hiding minibrowser controls.
2008.01.19 1.1.0 added support for optional extra favorites lists stored in separate tiddlers
2007.10.15 1.0.0 combined MiniBrowser and MediaCenter inline scripts and converted to true plugin
2006.03.01 0.0.0 inline script
<<<
[[Permaview|http://psychology.tiddlyspot.com/#Moses!]] -  [[Shoutcast]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[BaoFeng UV-5R Dual Band HandiTalkie|http://www.amazon.com/BaoFeng-UV-5R-Dual-Radio-Black/dp/B007H4VT7A/ref=sr_1_4?s=electronics&ie=UTF8&qid=1462976213&sr=1-4&keywords=baofeng+uv-5r]] - [[Baofeng UV-5R repeater|http://glassparrot.tiddlyspot.com/#%5B%5BBaofeng%20UV-5R%20repeater%5D%5D]]''
''[[Ham It Up Upconverter for SDR|http://www.amazon.com/dp/B009LQT3G6/ref=wl_it_dp_o_pd_nS_ttl?_encoding=UTF8&colid=27Y18XJ9539G3&coliid=I32X1JBZPDTZBE]] - [[TYT TYT-TH-9800 50W/40W Two Way Radio|http://www.amazon.com/dp/B00I53VUEY/ref=wl_it_dp_o_pd_nS_ttl?_encoding=UTF8&colid=27Y18XJ9539G3&coliid=I3TAJ0ZMMR6DXZ&psc=1]] - [[Pookyfish|http://glassparrot.tiddlyspot.com/#Pookyfish]] Free Internet''
''[[Broadcastify|http://www.broadcastify.com/listen/ctid/219]]'' - [[MorseCode|http://fishcode.tiddlyspot.com/#MorseCode]] - ''[[WebSDR|http://www.websdr.org/]]'' - ''[[eHamNet|http://www.eham.net/]]'' - ''[[AMPRNET|http://wiki.ampr.org/wiki/Main_Page]]'' - ''[[Winlink|http://glassparrot.tiddlyspot.com/#%5B%5BWinlink%20Digital%20Ameteur%20Radio%5D%5D]]'' - ''[[Packet Radio|http://www.tapr.org/pr_links.html]]'' - ''[[HackRF|http://glassparrot.tiddlyspot.com/#HackRF]]'' - ''[[RPi Hub|http://glassparrot.tiddlyspot.com/#%5B%5BRPi%20Hub%5D%5D]]''
Click on Tags tab to shorten the Timeline menu if your screen is too narrow. -  ''[[Moving Plans|http://psychology.tiddlyspot.com/#%5B%5BMoving%20Plans%5D%5D]] - [[SEEKER Podcasts|http://www.seeker.com/]]'' 
|''[[Morons!|http://psychology.tiddlyspot.com/#%5B%5BBimbo's%20Initiation%5D%5D]]'' They're all morons. You realize, ''[[this|https://en.wikipedia.org/wiki/Corruption]]'' means ''[[war|http://psychology.tiddlyspot.com/#%5B%5BChemical%20warfare%5D%5D]]! [[uTOHphu|http://psychology.tiddlyspot.com/#%5B%5BCult%20suicide%5D%5D]]''<br>''[[How To Install And Run A Chroot JailKit Shell|http://glassparrot.tiddlyspot.com/#%5B%5BHow%20To%20Install%20And%20Run%20A%20Chroot%20JailKit%20Shell%5D%5D]]. - [[¡Ay, caramba!|https://en.wikipedia.org/wiki/%C2%A1Ay,_caramba!]]''<br>''BLU Studio Selfie - Smartphone - GSM Unlocked'' $79.99 - click<br>[img[http://i.imgur.com/DmnCNhb.jpg][http://goo.gl/xOGu6J]]<br>Get ye back to thy [[Microscope|http://glassparrot.tiddlyspot.com/#Microscope]]. Pronto. Thow hast not seen the end. Halt. - ''[[Blend4Web|https://www.blend4web.com/en/]] - [[Gazebo Robot simulator|http://gazebosim.org/]] - [[FreeCAD|https://www.freecadweb.org/]] -  [[FreeVPN|http://n6xre.tiddlyspot.com/#FreeVPN]]''|''[[Pantheism|https://en.wikipedia.org/wiki/Pantheism]] - [[RARE 1950's Walt Disney PREDICTIVE PROGRAMMING|https://youtu.be/XRpMuk27ddA]] - [[Confucius Say|https://goo.gl/qujjR1]] - [[I Ching|http://almanac.tiddlyspot.com/#%5B%5BI%20Ching%5D%5D]]''<br>''[[จิต สู้ มาร|https://www.viddsee.com/video/spirit-fight-evil/tfyib]]  -  [[Boomers Bible|https://ia800300.us.archive.org/30/items/TheBoomerBible/Boomer_Bible.pdf]]  - A Latin maxim - sic utere tuo ut [[alterum|https://en.wikipedia.org/wiki/Homeostasis]] non laedes - advocates that<br>"no one is to use his property in such a manner as to injure that of another."'' - ''[[Boom Boom Girls|https://youtu.be/1vHgXk7TaGU]]''<br>[[HP Spectre HP Laptop|http://glassparrot.tiddlyspot.com/#%5B%5BHP%20Spectre%20HP%20Laptop%5D%5D]] - [[Programs To Learn Thai|http://artport.tiddlyspot.com/#%5B%5BChanging%20a%20Song%E2%80%99s%20Pitch%20in%20Audacity%5D%5D]] - [[Foreign Exchange Rates|http://psychology.tiddlyspot.com/#%5B%5BForeign%20Exchange%20Rates%5D%5D]] - [[Hangouts|https://plus.google.com/hangouts]] - [[Psilocybin|http://scienceport.tiddlyspot.com/#Psilocybin]]<br>[[The Devil And Miss Jones|http://glassparrot.tiddlyspot.com/#%5B%5BThe%20Devil%20And%20Miss%20Jones%5D%5D]] - [[Is Kamasutra Pornography?|https://youtu.be/czu4M978vUk]] - [[High School DxD|https://goo.gl/8WO9Eh]] - [[Learn Thai Online|http://psychology.tiddlyspot.com/#%5B%5BLearn%20Thai%20Online%5D%5D]] - [[Up|https://youtu.be/o8lFOVxheyE]]<br>''[[Science and Islam|http://thailanguage.tiddlyspot.com/#Moses!]] - [[New Computer Knows The Day You Will Die|https://youtu.be/WW1UI-d4MmY]] - [[The Tootsie Roll Tragedy|http://psychology.tiddlyspot.com/#%5B%5BTootsie%20Roll%20Tragedy%3A%20The%20Real%20Leo%20Hirschfeld%20Story%5D%5D]]''<br>''[[Seven wonders of the Buddhist world BBC Documentary|https://youtu.be/-WDG2DELq00]]'' - ''[[Buddhism|http://moving.tiddlyspot.com/#Buddhism]]'' - ''[[Mosquito repellent|http://scienceport.tiddlyspot.com/#%5B%5BMosquito%20repellent%5D%5D]] - [[Bali|http://moving.tiddlyspot.com/#Bali]]''<br>''[[Always Look On The Bright Side Of Life - HD 1080p - Monty Python Life of Brian|https://youtu.be/SJUhlRoBL8M?list=RDfUspLVStPbk]] - [[AncestryDNA|http://scienceport.tiddlyspot.com/#AncestryDNA]]''<br>''[[Ship Parts|http://psychology.tiddlyspot.com/#%5B%5BShip%20Parts%5D%5D]] - [[Anet A8 3D Printer Kit|http://scienceport.tiddlyspot.com/#%5B%5BAnet%20A8%20Desktop%203D%20Printer%20Prusa%20i3%20DIY%20Kit%5D%5D]] - [[Purgatory|https://en.wikipedia.org/wiki/Purgatory]] - [[Shiva|https://en.wikipedia.org/wiki/Shiva]]'' - ''[[Reincarnation|http://moving.tiddlyspot.com/#Reincarnation]] - [[SIDDHARTHA|http://almanac.tiddlyspot.com/#SIDDHARTHA]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/BzYKAamsQWo?list=RDBzYKAamsQWo" frameborder="0" allowfullscreen></iframe></html><br>''[[Living on a Boat|http://psychology.tiddlyspot.com/#%5B%5BLiving%20on%20a%20Boat%5D%5D]]'' - ''[[Blenderella|http://moving.tiddlyspot.com/#Blenderella]]'' - ''[[High-speed multimedia radio|http://glassparrot.tiddlyspot.com/#%5B%5BHigh-speed%20multimedia%20radio%5D%5D]]'' - ''[[Contact Lens FAQ|http://moving.tiddlyspot.com/#%5B%5BContact%20Lens%20FAQ%5D%5D]]'' - ''[[Moving Plans|http://moving.tiddlyspot.com/#%5B%5BMoving%20Plans%5D%5D]]''<br>''[[King of Thailand - Bhumibol Adulyadej|http://almanac.tiddlyspot.com/#%5B%5BKing%20of%20Thailand%20Rama%20IX%20-%20Bhumibol%20Adulyadej%5D%5D]] dies Oct. 13, 2559 BE - [[The Tibetan Book of the Dead|http://almanac.tiddlyspot.com/#%5B%5BThe%20Tibetan%20Book%20of%20the%20Dead%5D%5D]]''<br>''[[Former President of Cuba Fidel Castro|https://en.wikipedia.org/wiki/Fidel_Castro]] dies November 25, 2016 CE. - [[Last Judgment|https://en.wikipedia.org/wiki/Last_Judgment]] - [[The God|https://youtu.be/93xY06Sh7FE]]''<br>''[[Journal|http://almanac.tiddlyspot.com/#Journals]] - [[Arrived in Phuket, Thailand on 09/05/2016|http://moving.tiddlyspot.com/#%5B%5BArrived%20in%20Phuket%2C%20Thailand%20on%20Sept%2005%2C%202016%5D%5D]] - [[Ripley Believe it or Not|http://moving.tiddlyspot.com/#%5B%5BRipley%20Believe%20it%20or%20Not%5D%5D]] - [[Ship Parts|http://psychology.tiddlyspot.com/#%5B%5BShip%20Parts%5D%5D]] - [[Get I2P|https://geti2p.net/en/]]''<br>''[[Gary Rust on Facebook|https://www.facebook.com/gary.rust.75]] - [[Billy Furman on Facebook|https://www.facebook.com/billy.furman1]] - [[Thailand Rob|https://www.youtube.com/channel/UCd7MMxZLnYVREjGJLXYJvCA/featured]] - [[Sailing La Vagabonde|https://www.youtube.com/playlist?list=PLej_Gvr1c1MM4hEcyzmT06mGoIqoXHcwo]]''|
''[[TIDDLYWIKI INTERNALS PERMAVIEW|http://almanac.tiddlyspot.com/#%5B%5BTIDDLYWIKI%20INTERNALS%5D%5D]] - [[Oppenheimer: "I am become Death, the destroyer of worlds."|https://youtu.be/lb13ynu3Iac]] - [[Nuc Time-Lapse Map|http://almanac.tiddlyspot.com/#Nuclear]]''
''[[6 Secret Cities That Prove We Don't Know What's Really Going On|https://youtu.be/wYyBcOLq8bs]] - [[A Psychologists Amazing Discoveries After Near Death Experience|https://youtu.be/RZtM9lanqI4]]'' 

''https://en.wikipedia.org/ - [[DIY Electric Bike - 3d Printed|http://scienceport.tiddlyspot.com/#%5B%5BDIY%20Electric%20Bike%20-%203d%20Printed%5D%5D]] - [[Anet A8 3D Printer Kit|http://scienceport.tiddlyspot.com/#%5B%5BAnet%20A8%20Desktop%203D%20Printer%20Prusa%20i3%20DIY%20Kit%5D%5D]] - [[MakeSea 3D Printed Electric Motor|https://www.makesea.com/web/cla/~/50612/profile/-/asset_publisher/Rl6cqGtVw4Vb/content/660-watt-3d-printed-halbach-array-brushless-motor?inheritRedirect=false&redirect=https%3A%2F%2Fwww.makesea.com%2Fweb%2Fcla%2F%7E%2F50612%2Fprofile%3Fp_p_id%3D101_INSTANCE_Rl6cqGtVw4Vb%26p_p_lifecycle%3D0%26p_p_state%3Dnormal%26p_p_mode%3Dview%26p_p_col_id%3Dcolumn-1%26p_p_col_count%3D4]] - [[HP Laptop Store|http://store.hp.com/us/en/vwa/Laptops/form=Standard-laptop]] - [[Ship Parts|http://psychology.tiddlyspot.com/#%5B%5BShip%20Parts%5D%5D]]''
<<miniBrowser https://www.blenderguru.com/>>
''[[Can I run Daz Studio on Ubuntu|https://www.daz3d.com/forums/discussion/74732/solved-can-i-run-daz-studio-on-ubuntu]] - [[MakeHuman|http://www.makehuman.org/]] - [[Kinect Mocap Basics|https://sites.google.com/site/mcasualsdazscripts2/kinect-mocap-basics]] - [[mcasual|https://www.youtube.com/user/mcasual/videos]] Youtubes - [[FreeCAD Lessons for Beginners|http://psychology.tiddlyspot.com/#%5B%5BFreeCAD%20Lessons%20for%20Beginners%5D%5D]]''
<<miniBrowser https://www.daz3d.com/daz_studio>>
''[[THE SACRED BOOKS OF THE EAST|https://goo.gl/MsP8Dg]] - [[BIG BUDDHA PHUKET|http://www.phuket101.net/phuket-big-buddha/]] - [[Tantra E-juice|http://moving.tiddlyspot.com/#%5B%5BTantra%20E-juice%5D%5D]] - [[Visa|http://moving.tiddlyspot.com/#Visa]]''
<html><iframe width="560" height="315" src="https://www.youtube.com/embed/0G-C8xqNSe8?list=PLFEGb57YkU-aPxVpSQXufjg-Mhh-XFC8t" frameborder="0" allowfullscreen></iframe></html>
''[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BMoving%20Plans%5D%5D]] - [[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''  - [[West Key Kamala apartment|Airbnb]] (''[[map Lat 7.947257 Long 98.29939|https://www.google.com/maps/place/map+7.947257,+98.299393/data=!4m2!3m1!1s0x0:0x0?sa=X&ved=0ahUKEwj96qrn4tHOAhUDyGMKHQqUBi0Q8gEIGzAA]]'')  - [[Radio Communications Without A Radio - Echolink|N6XRE EchoLink]] - ''[[H.M.S. Pinafore|http://artport.tiddlyspot.com/#%5B%5BH.M.S.%20Pinafore%5D%5D]]''
[[Inventory Quote|Inventory for International Moving Quote]] - ''[[What to Pack For Southeast Asia?|https://youtu.be/O2JliZQe7rg]] - [[List of sandwiches|http://inventoryport.tiddlyspot.com/#%5B%5BList%20of%20sandwiches%5D%5D]]'' - [[Thailand Law]] - [[Drinking Magic Mushroom Shakes in Thailand]] - [[Dentists in Phuket]]
|''[[20 Seconds in Thailand|https://www.youtube.com/channel/UCd7MMxZLnYVREjGJLXYJvCA/featured]] - [[Robert Wagner|https://www.patreon.com/ThailandRob?ty=h]] retired to [[Thailand|https://en.wikipedia.org/wiki/Thailand]] from [[Merrill Lynch|https://en.wikipedia.org/wiki/Merrill_Lynch]] ie; [[Brainstormer|https://en.wikipedia.org/wiki/Brainstorm_(1983_film)]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Nwhpx_Voq3s?list=PLG0GurhlflTd7lZ45X86gNrLQ1K7jb2ke" frameborder="0" allowfullscreen></iframe></html><br>''[[FINDING AN APARTMENT IN CHIANG MAI (WITH PRICES)|https://youtu.be/Y3pDmpyEoII]]'' - ''http://moving.tiddlyspot.com/''|[[How To Sell Your Used Stuff Through Amazon]]<br><html><a href="http://www.viabox.com/register" target="_blank"><img src="http://www.viabox.com/images/250x250.gif" alt="Viabox" width="250" height="250" border="0" /></a></html><br>[[Weather - Phuket, Thailand]] - ''[[Homeostasis|https://en.wikipedia.org/wiki/Homeostasis]]''<br>''[[KAMALA MOTORBIKE RENTALS|http://motorbikehireinphuket.com/]] - [[How to|http://tielandtothailand.com/how-to-rent-a-motorbike-in-thailand/]]''<br>''[[E-Commerce Sites in Thailand|http://www.acommerce.asia/top-10-e-commerce-sites-in-thailand/]]'' - [[Mushrooms in Thailand?|Drinking Magic Mushroom Shakes in Thailand]]<br>''[[Lèse majesté in Thailand|http://psychology.tiddlyspot.com/#%5B%5BL%C3%A8se%20majest%C3%A9%20in%20Thailand%5D%5D]] - [[The Ambassador of Swing|http://www.meridian.org/jazzambassadors/benny_goodman/benny_goodman.php]]''|
|[[Foreign Exchange Rates]] - ''[[Banking Tips Before You Move To Thailand|https://youtu.be/cavOm17diwk]]''<br>[[Bitcoin|https://en.wikipedia.org/wiki/Bitcoin]] - [[Bitcoin ATMs by Country]] - Jan. 2, 2017 - [[List of shopping malls in Thailand|https://en.wikipedia.org/wiki/List_of_shopping_malls_in_Thailand]]<br>[[Bank of Thailand Suggests Bitcoin Not Illegal|http://www.coindesk.com/bank-thailand-says-bitcoin-illegal-warns-use/]] - [[How It's Made - Mosquito Coils|https://youtu.be/w7Mr7OaKzkU?list=PLczWQhFbr0VA-G4WvuhhZ0LbGQaNaOB2A]]<br>West Key Kamala apartment Rent - [[SuperShuttle|http://www.supershuttle.com/Locations/SanDiegoSAN]] - Pickup Time: Fri Sep 02 2016 4:45 PM - 5:00 PM<br>02 Sept to 02 Oct - $390 Per Month - $390.00 USD = 13,634.18 THB<br>16 November to 17 March - $578 Per Month - $578.00 USD = 20,208.86 THB - ''[[Airbnb]]''<br>$585 San Diego To Phuket Airplane - Sept. 02, 2016 ''[[JetRadar|JetRadar - Los Angeles to All Points, Thailand]] - [[Ticket|https://drive.google.com/file/d/0B0XwG15s3jNqWnNRSWdyNHU4cTA/view?usp=sharing]] - [[Thailand Spreadsheet|https://goo.gl/NToxIM]]''<br>$77 Phuket to/from Kuala Lumpur Airplane - Nov. 02-04, 2016 ''[[JetRadar|http://www.jetradar.com/searches/AHKT0211AKUL0411Y1]] - [[Soniastravels Channel|https://www.youtube.com/user/soniastravels/playlists]]''<br>$135 Passport [[Office of the US Inspector General|https://travel.state.gov/content/passports/en/passports/information/fees.html]] - [[China Southern Seat Maps|http://www.seatguru.com/airlines/China_Southern/China_Southern_Boeing_787.php?flightno=660&date=]]<br>* [[San Diego Office|https://iafdb.travel.state.gov/DetailsForm.aspx?AFID=30088&vs=0]] - [[map|https://www.google.com/maps/place/1600+Pacific+Hwy,+San+Diego,+CA+92101/@32.7219487,-117.1742964,17z/data=!3m1!4b1!4m5!3m4!1s0x80d954ad67ff9797:0xcafdc4563f46749b!8m2!3d32.7219487!4d-117.1721077]] - done Jun. 16, 2016 - [[Virgin America San Diego|https://www.virginamerica.com/cms/fly-with-us/airport-info/san-diego-san]] - [[Bags|http://virginamerica.custhelp.com/app/answers/detail/a_id/55]] - [[Bangkok Airport Guide|https://youtu.be/9XhyZaA7ZN4]]<br>[[RETIREMENT VISA PACKAGE]] - [[Thai Post Offices]] - ''[[Airline Baggage Rules|http://www.csair.com/au/en/faq/mfxltype.shtml]] - [[International|http://www.csair.com/en/orders/order/lvkexuzhiguoji/]]''<br>''https://booking.supershuttle.com/my-trips - [[Arrival Processes|https://youtu.be/u0_5f5Xv7lw]] - [[Phuket International Airport|https://youtu.be/8JnXffHfR1U?list=PL7DLm8XKQ0Xu3tBIiunnx1p1W5InTlxqj]]''|''[[How Viabox Works|https://www.viabox.com/?locale=en]] - [[Terms and Conditions|https://www.viabox.com/terms_conditions.php]]''<br>''Send a message to customer service to change''<br>''my forwarding address''<br>''[[How to Get Mail by General Delivery|http://peopleof.oureverydaylife.com/mail-general-delivery-5546.html]] Storeage for 30 days''<br>''[[UPakWeShip International Shipping Services|http://upakweship.com/]]''<br>[[Moving Services]]|
|[[Backpacking Southeast Asia|https://youtu.be/KnS6UoNNgEE]] - ''[[Getting a Thai Driving Licence|https://youtu.be/69AazhEQrDU]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/KnS6UoNNgEE" frameborder="0" allowfullscreen></iframe></html><br>[[How to survive an airport layover without a lounge]] - [[Alison's Adventures]] - [[Elizabeth Travels]]|[[20 WAYS TO TRAVEL FOR FREE! ...REALLY!|https://youtu.be/qEyL-tjWyMc]] - [[World Travel Thailand]] - [[World Travel]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/qEyL-tjWyMc" frameborder="0" allowfullscreen></iframe></html><br>[[How To Sell Your Used Stuff Through Amazon]] - ''[[Google Translate|http://translate.google.com/]]'' - [[Moving Services]]|
[[MY STORAGE Self Storage - Jungceylon Shopping Center, Patong|https://youtu.be/Oa9nrESaDEg]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Oa9nrESaDEg" frameborder="0" allowfullscreen></iframe></html>
<<miniBrowser http://www.mystorageasia.com/home/home.aspx>>
''[[Bigmove Phuket International Shipping Services|http://www.bigmovephuket.com/international-moves/]] - Click open to view in a New Tab''
<<miniBrowser http://www.bigmovephuket.com/international-moves/>>
''[[International Sea & Air Shipping Services|http://www.internationalmoving.com/]] - Click open to view in a New Tab''
<<miniBrowser http://www.internationalmoving.com/>>
[[DHL|http://www.dhl.com/en/logistics/freight_transportation/intermodal_and_multimodal_transport.html#.V2QuNe3CcSo]]
<<miniBrowser http://www.dhl.com/en/logistics/freight_transportation/intermodal_and_multimodal_transport.html#.V2QuNe3CcSo>>
|-click-<br>[[UPakWeShip Shipping Volume Calculator|http://upakweship.com/moving-tips/volume-estimator/]]<br>[img[http://i.imgur.com/stMdXib.png][http://upakweship.com/moving-tips/volume-estimator/]]|[[UPakWeShip International Shipping Services|http://upakweship.com/]] - Click open to view in a New Tab<br>-click-<br>[img[https://i.imgur.com/3jGpBXh.png][http://upakweship.com/]]|
'''[[Dasboard|https://www.wix.com/dashboard/a43f1c88-4aab-471b-988f-1f1affff55cc/home]] - [[WixEditor|https://wix.com/editor/a43f1c88-4aab-471b-988f-1f1affff55cc?editorSessionId=9ecaa826-3dc0-43b8-bab4-35a1e89075ac&referralInfo=dashboard]]'''<br>
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<a href="https://garyrust2013.wixsite.com/n6xre" target="_blank"><img
style="border: 0px solid ; width: 1010px; height: 551px;"
alt="N6XRE WixSite"
src="https://i.imgur.com/rJF973D.png"></a><br>
</body>
</html> <br>
<html><iframe src="https://pastebin.com/embed_iframe/AF9KuwKa" style="border:none;width:100%"></iframe></html>
[img[https://zxing.org/w/chart?cht=qr&chs=350x350&chld=L&choe=UTF-8&chl=BEGIN:VCARD%0AVERSION:3.0%0AN:Gary+Allen+Rust%0AORG:N6XRE%0ATEL:7025812502%0AURL:http://n6xre.duckdns.org:73/mediawiki/%0AEMAIL:garyrust2013@gmail.com%0AADR:3040+E+Charleston+Blvd++%233087+Las+Vegas\,+Nv.+89104%0ANOTE:702-900-8019+on+Google+Voice%0AEND:VCARD]]<br>
''These pagess are also hosted on my duckdns domain - listed below''<br>
<<miniBrowser http://n6xre.duckdns.org:85/Tiddlyspot/>>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
<<miniBrowser http://n6xre.tiddlyspot.com/#EchoLink%20Broadcastify%20%5B%5BQRP%20School%5D%5D>>
[[Nat King Cole Walkin|https://youtu.be/_y_acJdFd68?list=RD_y_acJdFd68]] - [[Dick Whittinghill|https://en.wikipedia.org/wiki/Dick_Whittinghill]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/_y_acJdFd68?list=RD_y_acJdFd68" frameborder="0" allowfullscreen></iframe>
</html>
[[Permalink|http://scienceport.tiddlyspot.com/#%5B%5BOcean%20Energy%20-%20Wave%20Power%20Station%5D%5D]]
''[[High-voltage direct current|https://en.wikipedia.org/wiki/High-voltage_direct_current]] - [[Uniti EV|https://www.uniti.earth/invest/]] - [[Host your wiki with Miraheze|https://meta.miraheze.org/wiki/Help_center]]''
''[[Enel Green Power’s Marine Machine, power from the sea|https://youtu.be/OgDl1PjFheY]] - [[Fusion Energy - Prof. Steven Cowley|https://youtu.be/SMxOvuSMAug]]''
''also see [[HOW THE BIGGEST OIL RIGS ARE MADE|https://youtu.be/iy1sxHyDhbk]] - [[Algae CO2 Capture|https://youtu.be/QI3Al1dpuUY]] - [[Algae Power|https://youtu.be/waPgGQNppHY]] Youtubes''
''[[Algae Biofuels and Biotech - Stephen Mayfield|https://youtu.be/jPfYjOMNGX0]] - [[Salt evaporation ponds|https://en.wikipedia.org/wiki/Salt_evaporation_pond]] and algae for biofuels.''
[[Ocean Energy - Wave Power Station|https://youtu.be/gcStpg3i5V8]] - [[2|https://youtu.be/fYfs-qYGzvs]] - [[The Boring Company|https://www.youtube.com/channel/UCUU0JfukhilijYKenOyKqdg]] - [[Lithium Extraction Process|https://youtu.be/w3CrFR1Jk1w]] - [[Starlink|https://arstechnica.com/information-technology/2016/11/spacex-plans-worldwide-satellite-internet-with-low-latency-gigabit-speed/]] - [[2|https://youtu.be/AllaFzIPaG4]]
<html><iframe width="560" height="315" src="https://www.youtube.com/embed/gcStpg3i5V8" frameborder="0" allowfullscreen></iframe></html>
[[Now You Know - In Depth - Zac & Jesse's Solution to Pollution|https://youtu.be/4ikX-Cg-TMI]] - [[Energy From Floating Algae Pods|https://youtu.be/HwKyW7e9NPw]]
[[NOVA ScienceNOW - Public Genomes, Algae Fuel - Discovery Science Space|https://youtu.be/jZO9Auxxh74]] - [[Farming the Sea|https://youtu.be/EAN-VRvD8_k]] - [[2|https://youtu.be/E-PycaZ6-PQ]] - [[3|https://youtu.be/iXqK7CeypJk]]
''Human kindness has never weakened the stamina or softened the fiber of a free people. A nation
does not have to be cruel to be tough. [[It's not that we can't do it, it's that we must do it|https://en.wikipedia.org/wiki/Attack_on_Pearl_Harbor]].'' 
1> [[Franklin D. Roosevelt|https://www.brainyquote.com/quotes/quotes/f/franklind138856.html]] - ''[[100 Gigafactories|https://youtu.be/ib1KKHGYmLQ]] - [[2|http://www.smh.com.au/world/lithium-bolivia-20170523-gwb8me.html]] - [[3|https://www.google.com/search?ei=JbsAWtSQKJq4jAPOs4ewDw&q=how+far+is+bolivia+from+puerto+rico&oq=how+far+is+bolivia+from+peurto&gs_l=psy-ab.1.1.33i21k1j33i160k1l2.46564.70106.0.76091.22.22.0.0.0.0.373.2620.7j14j0j1.22.0....0...1..64.psy-ab..0.15.1871...0j0i8i7i30k1j0i8i30k1j0i22i30k1j0i22i10i30k1j0i13k1.0.n7wOdRp918Y]] - [[4|https://www.google.com/search?ei=tcYAWviDGtu4jAOqpCk&q=does+the+amazon+river+run+through+bolivia&oq=does+the+amazon+river+bolivia+&gs_l=psy-ab.1.0.0i7i30k1l3.13975.37956.0.45461.26.24.2.0.0.0.534.3250.6j15j4-1j1.23.0....0...1.1.64.psy-ab..1.25.3248...0j0i22i30k1j35i39k1j0i7i10i30k1j0i7i5i30k1j0i8i7i30k1j0i8i7i10i30k1j0i8i30k1.0.GhyJ9jOC65o]].  [[Roll out the barrel|https://youtu.be/7KRc-ceWE2E]]. [[We'll have a barrel of fun|https://www.iridium.com/network/iridiumnext]].''
''I am neither bitter nor cynical but I do wish there was less immaturity in political thinking.'' 
2> [[Franklin D. Roosevelt|https://www.brainyquote.com/quotes/quotes/f/franklind396993.html]]
''Thanksgiving 2017 in United States of America - Thursday, November 23''
''Paleface - [[BAKED HAM|https://www.epicurious.com/recipes/food/views/baked-ham-360789]] served with wine.''
''Redskin - [[Juicy Roast Turkey Recipe|https://natashaskitchen.com/2014/11/06/juicy-roast-turkey-recipe/]] served with vodka.'' 
''Wetback - [[Menudo Sabroso|https://www.heb.com/recipe/recipe-item/menudo-sabroso/1392679750215]] served with mescal.''
''Cocoabrain - [[Soul Food Pork Chitlins & Hog Maws Recipe|https://youtu.be/23KvV52_DAA]] served with beer.'' Youtube
/***
|''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"
	});
*/
//}}}
[[Permaview|http://moving.tiddlyspot.com/#Phones]]

https://www.callcentric.com/support/device/android/callcentric
https://www.obitalk.com/obinet/pg/obhdev/speeddial

<<miniBrowser https://www.obitalk.com/info/products>>
<<miniBrowser http://www.inum.net/what-is-inum-2/local-access-numbers/>>
<<miniBrowser http://www.sipbroker.com/sipbroker/action/pstnNumbers>>

Gary Rust
3040 E. Charleston Blvd #3087
Las Vegas, Nevada
89104 - [[Phones|http://moving.tiddlyspot.com/#Phones]]
''[[Apartments|http://moving.tiddlyspot.com/#Apartments]]''
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
''[[Hangouts|https://hangouts.google.com/]] on [[Gmail|https://mail.google.com/]]<br>Main (702) 900-8019''
''[[Talkatone|http://www.makeuseof.com/tag/free-phone-calls-wifidata-talkatone-android-ios/]]<br>FWD from Main<br>(702) 430-1192''
''[[Callcentric|https://www.callcentric.com/support/device/android/callcentric]] DID<br>(845) 470-9403''
''[[Callcentric|http://www.sipbroker.com/sipbroker/action/providerWhitePages]] -  [[Network|http://www.sipbroker.com/sipbroker/action/pstnNumbers]]<br>SIPBROKERCODE<br>*462 for Callcentric<br>then 17778643649''
''Callcentric Free<br>[[International iNUM|http://www.inum.net/what-is-inum-2/local-access-numbers/]]<br>883510001197009''
''[[Skype|https://login.skype.com/login?client_id=578134&redirect_uri=https%3A%2F%2Fweb.skype.com%2F]]<br>Name: garyrust''
''Skype To Go No.<br>(702) 425-7809''
''Gary Rust on<br>[[ObiTalk|https://www.obitalk.com/info/products]]<br>510 537 368<br>([[buy worldwide|http://1outlets.com/obihai-technology-inc-obi200-1-port-voip-adapter-usb-t38-fax-support-USD-ccy/sku/11l4tHt6GUSuS28Yw2QYss/]])''
''[[Obi200 Device Guide|http://www.obihai.com/OBiDeviceAdminGuide]]''
[[Apartments]]
<<miniBrowser http://www.pinewoodcrossings.com/>>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
|[[Practical Travel Info & Tips|https://www.youtube.com/playlist?list=PL6487D054371148DB]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/qFUMN_KfYtw?list=PL6487D054371148DB" frameborder="0" allowfullscreen></iframe></html>|[[Digital Nomad Vlogs|https://www.youtube.com/playlist?list=PL6T3Gj9s-cLDeeYDb3Di8pwiDX8LsjI_A]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/zL6MIJBCQ_E?list=PL6T3Gj9s-cLDeeYDb3Di8pwiDX8LsjI_A" frameborder="0" allowfullscreen></iframe></html>|
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[Foreign Exchange Rates]] - [[Moving Plans]] - [[JetRadar|http://www.jetradar.com/new_searches/AHKT2609ABKKY1]] - [[Suratthani Train Station|http://www.thairailways.com/train-station.suratthani.html]]
[[How to get a 60 day Thailand tourist visa|https://www.dontworryjusttravel.com/asiapacific/thailand/thailand-60-day-tourist-visa/]] - 20,000.00 THB = 574.878 USD
[[VisaHQ|https://thailand.visahq.com/#!thailand-tourist-visa-over-30-days]]
[[Why I went from Phuket to Malaysia V101|https://youtu.be/tIMPsHJTuS4]] 20 Seconds in Thailand
[[KBV Phuket Visa Run to Penang, Malaysia|http://www.kbv-phuketvisarun.com/thai-visa-run/malaysia-visa-run-penang/]] 4,000.00 THB	 = 114.040 USD
[[Getting a Thai visa in Kuala Lumpur, Malaysia|https://www.travelfish.org/orientation_detail/malaysia/peninsular_malaysia/kuala_lumpur/kuala_lumpur/104]] - ''[[JetRadar|http://www.jetradar.com/searches/CHKT0211CKULY1]]'' $44 Phuket to Kuala Lumpur Airplane - Nov. 02, 2016
[[Cheap Hotels in Kuala Lumpur|https://www.tripadvisor.com/HotelsList-Kuala_Lumpur-Cheap-Hotels-zfp10572.html]] $15
http://www.thaiembassy.com/thailand/new-visa-rules.php
http://www.movetocambodia.com/practicalities/how-to-get-a-visa-for-thailand-in-phnom-penh-cambodia/
[[Tourists on 'walk-in' visa entries to get 30-day extensions|http://www.phuketgazette.net/phuket-news/Tourists-walkin-visa-entries-get-30day-extensions/31290]]
http://www.phuket-visarun.com/visa_run_penang.html
https://embassy-finder.com/thailand_in_los-angeles_usa
https://www.tilalegal.com/thai-nonimmigrant-visa
http://thaiembdc.org/tourist-visa-category-tr-multiple-metv/
http://www.thaiembassy.com/visa/thaivisa.php - http://www.thaiembassy.com/legal-guide/thai-visas.pdf
http://usa.siam-legal.com/thailand-visa/90-Day-Thailand-Visa-for-US-Citizens.php
[[Non-Immigrant Visa - Business (B), Education (ED), Family/Spouse (O), Volunteer (O), Research (RS), Religious (RA), Media (M), Official (F)|http://www.thaiconsulatela.org/service_detail.aspx?link_id=34]]
|[[Thailand Visa Application|https://youtu.be/venLdcs0sVA]] - https://www.youtube.com/user/SiamLegal/featured <br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/venLdcs0sVA" frameborder="0" allowfullscreen></iframe></html>|[[20 Seconds in Thailand VLOG 011 / Visa run to Laos|https://youtu.be/cz7d4YfL77U]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/cz7d4YfL77U" frameborder="0" allowfullscreen></iframe></html>|
|[[Thailand Immigration, VISA and VISA runs from Bangkok VLOG 039|https://youtu.be/rDlkDAYM2HU]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/rDlkDAYM2HU" frameborder="0" allowfullscreen></iframe></html>|[[Tila Visa|https://www.tilalegal.com/thai-nonimmigrant-visa]] - [[Non-Immigrant Visa - Business (B), Education (ED), Volunteer (O), Research (RS)|http://www.thaiconsulatela.org/service_detail.aspx?link_id=34]]<br><html><iframe width="560" height="315" src="https://www.tilalegal.com/thai-nonimmigrant-visa" frameborder="0" allowfullscreen></iframe></html>|
|[[Thailand's 6 Month Multiple Entry Tourist Visa|http://www.johnnyfd.com/2015/10/thailands-6-month-multiple-entry.html]]<br><html><iframe width="560" height="315" src="http://www.johnnyfd.com/2015/10/thailands-6-month-multiple-entry.html" frameborder="0" allowfullscreen></iframe></html>|[[Extending Your 30 Day On Arrival Tourist Visa|http://thetimetogoisnow.com/2014/11/extending-your-30-day-on-arrival-tourist-visa-in-thailand/]] - [[How to get a 60 day Thailand tourist visa|https://www.dontworryjusttravel.com/asiapacific/thailand/thailand-60-day-tourist-visa/]] - [[map|https://www.google.com/maps/d/viewer?hl=en_US&mid=1r81uyBYdMeM7A7W_-5L1pFWfsFQ]]<br><html><iframe width="560" height="315" src="http://thetimetogoisnow.com/2014/11/extending-your-30-day-on-arrival-tourist-visa-in-thailand/" frameborder="0" allowfullscreen></iframe></html>|
<<miniBrowser http://www.givingway.com/organization/3505b90a-d626-4900-9ca4-2d639afb2160/Phuket+Has+Been+Good+To+Us+Foundation>>
Dear Gary,
Good day!
This is your first option.
http://www.immigration.go.th/nov2004/en/base.php?page=download
Please see information below on how we can assist you with retirement visa from start to finish. 
The first part includes assistance in getting a 90-day non immigrant visa while you are in the US. 
http://www.immigration.go.th/nov2004/download/pdf/tm7.pdf
The second step is changing this to retirement visa in Thailand.

RETIREMENT VISA PACKAGE: 845 USD
Package include: Telephone consultation, initial visa application in the US, and once you arrive in 
Thailand we will process your One Year Thai Retirement Visa application inside Thailand. It also 
includes consultation in our Bangkok office and conversion of your visa at the immigration office 
in Thailand. The embassy fee (around 80 USD) and the government fees are not included.

Please see relevant info below regarding RETIREMENT VISA in THAILAND

Special Requirements:
-Must be 50 years of age or older.
-Must be able to show your financial evidence between:
BANK ACCOUNT SHOWING THB 800,000 (must be able to show the evidence 
of transfer the money to your Thai Bank account and this sum of money must be deposited 
in your bank account at least 2 months)

 OR

MONTHLY INCOME/PENSION OF AT LEAST THB 65,000 (must present a letter from your 
embassy to prove the pension and the letter from the government or social security).

PROCESS

For the processing procedure, we will first help you obtain a 90-day Non Immigrant Visa from the 
Thai embassy in the US to enter in Thailand. We will provide the documents that you need for this 
visa application. The whole process will take 5 to 7  business days. We will apply for the 
non immigrant O visa at the Thai consulate we have a good relationship with.  We will assist you 
and your family obtain the initial 90-day visas.

We will assist you with the US embassy Bangkok in getting the income affidavit or we will assist 
you in opening a Thai bank account.

It is not complicated to process the One Year Retirement Visa in Thailand. You can save times to 
process this type of visa because you do not need to show the Medical Certificate and the Criminal Certificate.

You can travel around Thailand because the immigration will accept your retirement visa application on the 
last 30 days of your 90 days Non-Immigrant visa. Therefore, you will have to visit us again to schedule our 
appointment at the immigration office.

To proceed with the conversion of your 90 days Non Immigrant Visa to One Year Retirement Visa, our 
Thai Visa specialist will accompany you to the Immigration office for processing your One Year Retirement Visa. 
You can obtain the One Year Retirement Visa with multiple entries within a day. 

Should you decide to retain our service, you can pay this online;
http://usa.siam-legal.com/thailand-visa/Thailand-Retirement-Visa-for-US-Citizens.php

Click on the APPLY NOW button located at the bottom part of the page.

Once you confirm our service by paying online, you will be receiving an e-mail correspondence that you need to 
fill out and you need to send it back to us. We will then create your documents needed for the initial visa application. 
It’s best to start the application as early as today so that we can prepare and organize your documents.

Note: Aside from the service fee which you will pay online. Please anticipate other fees such as the following:
Embassy fee in the US- 80 USD
Thai extension fee- 1900 baht 1,900.00 THB = $54.3360 USD
Re entry permit fee- 1000 baht or 3800 baht - 1,000.00 THB 	= $28.6030 USD - 3,800.00 THB = $108.686 USD
Transportation fee- This will depend where you will be residing in Thailand and the Thai immigration office involved.

Should you need more information, please send us back an e-mail.  We are more than happy to be of great 
service to you.
Have a nice day.

Sincerely,

Rex R. Baay

Consultant

SIAM LEGAL INTERNATIONAL

Unit 23-14, 23rd Floor Interchange 21 Building

399 Sukhumvit Road (corner Asoke)

North Klongtoey, Wattana

Bangkok 10110 Thailand

www.siam-legal.com

Email: rex@siam-legal.com

Tel: (+66) 2 259 8100 Ext. 404

This email communication is confidential and may be legally privileged. If you are not the intended recipient please 
notify us immediately; you should not copy or use it for any purpose nor disclose its contents to any other person. 
The information included with this electronic mail is not being transmitted by secure means. Siam Legal International 
and its affiliates bear no responsibility for unauthorized access or alteration to this communication nor for any 
consequence based on or arising from your use of information that may be accessed or altered by any person.
	
Click here to Reply or Forward
1.68 GB (9%) of 17 GB used
Manage
Terms - Privacy
Last account activity: 28 minutes ago
Details
Rex Baay
<<miniBrowser http://www.buddhanet.net/e-learning/reincarnation.htm>>
[[Buy Sarpagandha|http://www.planetayurveda.com/sarpagandha.htm]]
<<miniBrowser http://www.yourarticlelibrary.com/biology/alkaloid/rauwolfia-sources-cultivation-and-uses-with-diagram/49643/>>
''[[Universal Licensing System|http://n6xre.tiddlyspot.com/#%5B%5BUniversal%20Licensing%20System%5D%5D]] - [[A Protocol for Offline Bitcoin Over Radio Transactions|http://n6xre.tiddlyspot.com/#%5B%5BA%20Protocol%20for%20Offline%20Bitcoin%20Over%20Radio%20Transactions%5D%5D]] - [[HP Laptop Store|http://store.hp.com/us/en/vwa/Laptops/form=Standard-laptop]]''
See ''[[Anet A8 3D Printer Kit|http://scienceport.tiddlyspot.com/#%5B%5BAnet%20A8%20Desktop%203D%20Printer%20Prusa%20i3%20DIY%20Kit%5D%5D]] - [[DIY Electric Bike - 3d Printed|http://scienceport.tiddlyspot.com/#%5B%5BDIY%20Electric%20Bike%20-%203d%20Printed%5D%5D]] - [[Lilium VTOL ElectroJet|https://lilium.com/]] - [[Tesla, Inc.|https://www.tesla.com/]] - [[BCI|https://en.wikipedia.org/wiki/Brain%E2%80%93computer_interface]] - [[Railgun|https://en.wikipedia.org/wiki/Railgun]] - [[Ship Parts|http://psychology.tiddlyspot.com/#%5B%5BShip%20Parts%5D%5D]]''
''[[The Mouse That Roared|https://thepiratebay.org/torrent/4072072/The_Mouse_That_Roared_(1959)_(Peter_Sellers__Jean_Seberg)]] - [[Prophecy 80 Pound Pistol Crossbow|https://www.amazon.com/dp/B00SI8TZCK/_encoding=UTF8?coliid=I3VMAYCT3G1GQG&colid=27Y18XJ9539G3]] - [[3D Printed Theo Jansen Crossbow Tank|http://blenderorganizer.tiddlyspot.com/#%5B%5B3D%20Printed%20Theo%20Jansen%20Crossbow%20Tank%5D%5D]]''
[[Internet Radio|https://www.internet-radio.com]] - [[PhuketLiveRadio|http://www.thephuketnews.com/radio/listen.php#5KdBJpbAL5yeyc3v.97]] - https://time.is/Phuket - [[Ambient Art Foundation on RadioForest|http://www.radioforest.net/radio/ambient-art-foundation/700272]] - ''[[Thingiverse|https://www.thingiverse.com/]]''
[[Ambient Art Foundation]] - [[Psychillosis.pls|https://yp.shoutcast.com/sbin/tunein-station.pls?id=543496]] (for an external player) - http://websdr.suws.org.uk/ @ 196.00 kHz AM
<<miniBrowser https://www.shoutcast.com/Search?query=Sleep%20Radio%20Stream#>>
''[[Democratizing Bio-Sensing Tools With OpenBCI|https://youtu.be/c7v5urh06kM]] - [[UCMJ|http://n6xre.tiddlyspot.com/#%5B%5BThe%20flight%20that%20rocked%20the%20Soviet%20Union%5D%5D]] - [[THE BORG|https://en.wikipedia.org/wiki/Borg_(Star_Trek)]] - [[Rendering Photorealistic CGI|http://blenderorganizer.tiddlyspot.com/#%5B%5BThe%20Science%20of%20Rendering%20Photorealistic%20CGI%5D%5D]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/c7v5urh06kM" frameborder="0" allowfullscreen></iframe></html>
''[[A Helicopter pad on an airplane.|http://h8quadmod.tiddlyspot.com/#%5B%5BA%20Helicopter%20pad%20on%20an%20airplane%5D%5D]] The helicopter controls a submarine. The submarine is a drone sub''
''with no personnel. The submarine has a helicopter pad for inspection and repair. After a mission''
''the helicopter would be able to land back on the airplane pad. Also, remote control the helicopter.''
''[[Solar powered submarine|https://www.google.com/search?client=ubuntu&channel=fs&q=Borg&ie=utf-8&oe=utf-8#channel=fs&q=solar+powered+submarine]] - [[Submarine Robots Powered by Renewable Energy|https://youtu.be/Iu7_UkhFyn0]] - [[Circumnavigation|https://en.wikipedia.org/wiki/Circumnavigation]]''
''[[Fusion power|https://en.wikipedia.org/wiki/Fusion_power]] - [[Tesla, Inc.|https://www.tesla.com/]] should also make [[eBikes|https://www.amazon.com/gp/product/B002AQHM3U/ref=oh_aui_detailpage_o06_s00?ie=UTF8&psc=1]] and [[Lilium VTOL ElectroJet|https://lilium.com/]]s - [[SpaceX|https://en.wikipedia.org/wiki/SpaceX]]''
''[[Koenigsegg|https://youtu.be/H2mTriy9oQM]] [[Flexible-fuel|https://en.wikipedia.org/wiki/Flexible-fuel_vehicle]] (Propane?) [[Turbo-Electric|https://en.wikipedia.org/wiki/Gas_turbine_locomotive]] Charging Station Trailer for Tesla Products.''
Updated on <<date filedate "DDD, 0hh:0mm:0ss - MMM DDth, YYYY">> - ''My Home = [[N6XRE|http://n6xre.tiddlyspot.com/]] - [[N6XRE WixSite|https://garyrust2013.wixsite.com/n6xre]] - Member of [[GlobalTuners|http://www.globaltuners.com]], [[WebSDR|http://www.websdr.org/]] and [[EchoLink|http://www.echolink.org/]] - [[Boats Map|http://psychology.tiddlyspot.com/#%5B%5BMarine%20Traffic%20Map%5D%5D]]''
''[[I2P|https://en.wikipedia.org/wiki/I2P]]'' - ''[[artport|http://artport.tiddlyspot.com/]] - [[scienceport|http://scienceport.tiddlyspot.com/]] - [[mediaport|http://mediaport.tiddlyspot.com/]] - [[fishcode|http://fishcode.tiddlyspot.com/]] - [[h8quadmod|http://h8quadmod.tiddlyspot.com/]] - [[glassparrot|http://glassparrot.tiddlyspot.com/]] - [[blenderorganizer|http://blenderorganizer.tiddlyspot.com/]] - [[psychology|http://psychology.tiddlyspot.com/]] - [[moving|http://moving.tiddlyspot.com/]] - [[almanac|http://almanac.tiddlyspot.com/]] - [[thailanguage|http://thailanguage.tiddlyspot.com/]] - [[inventoryport|http://inventoryport.tiddlyspot.com/]] - [[Satellites|http://www.n2yo.com/whats-up/whats-up-now.php]]''
Moving
[[Apartments]]
''[[Sunrise Gardens is a Senior community - Quad Living 1 Bed 1 Bath $363|https://www.forrent.com/apartment-community-profile/1014466?cmp=sem-GoogleNVLasVegasLuxury-DSA&gclid=CK6d-eDrp9ECFVKVaAodUd4HDw&gclsrc=aw.ds]]''
''[[Monogamish: The new rules of marriage|https://youtu.be/0sYguTPLpHE]] - [[Chef - Trailer HD (2014)|https://youtu.be/qK-ZUFX5fnk]] - [[Chef Movie|http://putlocker9.is/movie/chef]]''
''[[Tears of Steel - Blender VFX Open Movie|https://youtu.be/R6MlUcmOul8]] - [[Living on a Boat|http://psychology.tiddlyspot.com/#%5B%5BLiving%20on%20a%20Boat%5D%5D]] - [[Vegan Recipes|http://allrecipes.com/recipes/1227/everyday-cooking/vegan/]]''
''[[Sunrise Gardens Senior Apartments|https://www.forrent.com/apartment-community-profile/1014466?cmp=sem-GoogleNVLasVegasLuxury-DSA&gclid=CK6d-eDrp9ECFVKVaAodUd4HDw&gclsrc=aw.ds]] - 3601 El Conlon Avenue, Las Vegas, NV 89102 - 702-997-8717 - Conlon is a type of [[Barley|https://en.wikipedia.org/wiki/Barley]]''
<<miniBrowser http://www.sunrisegardensapts.com/sunrise_gardens_002.htm>>
''[[Sunrise Gardens Apartments|https://www.forrent.com/apartment-community-profile/1014466?cmp=sem-GoogleNVLasVegasLuxury-DSA&gclid=CK6d-eDrp9ECFVKVaAodUd4HDw&gclsrc=aw.ds]] has a total of 249 units, 141 of which are [[Section 8 assisted living units|http://section-8-housing.credio.com/l/20795/Sunrise-Gardens-Apartments]]. 
All Section 8 assisted units on this property are one-bedroom. - also see [[Dina Titus Estates|http://www.lowincomeapartments.us/details/dina_titus_estates_89122.html]]''
[img[https://thumbs.frmonline.com/imgs/fr/propertyFiles/466/014/1/resized/3DFP_144983965606647960000037575105000.jpg][https://www.forrent.com/apartment-community-profile/1014466?cmp=sem-GoogleNVLasVegasLuxury-DSA&gclid=CK6d-eDrp9ECFVKVaAodUd4HDw&gclsrc=aw.ds]]
''Square Feet: 168 sq. ft. (12.98 ft. x 12.96 ft.) 
[[Permaview|http://moving.tiddlyspot.com/#Tantra]] - [[Coil Build Tutorial]] - [[Tantra E-juice]] - [[Kamagra]] - [[Psilocybin|http://scienceport.tiddlyspot.com/#Psilocybin]] 
''[[Shocking Secret Of Ancient Egypt - Full documentary|https://youtu.be/7oZ_-RxIffs]]'' 

[[Shakti|https://en.wikipedia.org/wiki/Shakti]] 'The Great Divine Mother' in Hinduism
[[Parvati|https://en.wikipedia.org/wiki/Parvati]] Goddess of fertility, love and devotion in Hinduism
[[Advaita Vedanta|https://en.wikipedia.org/wiki/Advaita_Vedanta]] is one of the most studied and most 
influential schools of classical Indian thought.

[[Confucius Quotes|https://goo.gl/qujjR1]] - Confucius is a yS man.
https://en.wikipedia.org/wiki/I_Ching
A yS man once said, "To curse the day your were born 
will make you incompetent as an astronomer 
who can not count past ten. Use [[logarithms|https://en.wikipedia.org/wiki/Logarithm]]" 

[[THE SACRED BOOKS OF THE EAST|https://goo.gl/MsP8Dg]] - (16 - I Ching) 

|[[Tantra: The Art Of Sacred Sexuality - Masterclass|https://youtu.be/KofY7GqzvcQ?list=PLcTZ8xyOL50GdLZ-SSaKdikG_K6RqwJtU]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/KofY7GqzvcQ?list=PLcTZ8xyOL50GdLZ-SSaKdikG_K6RqwJtU" frameborder="0" allowfullscreen></iframe></html>|[[Tantric Sexuality (M1 extended remix)|https://youtu.be/n5AVJV-9C6s?list=RDn5AVJV-9C6s]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/n5AVJV-9C6s?list=RDn5AVJV-9C6s" frameborder="0" allowfullscreen></iframe></html>|

<<miniBrowser http://all-that-is-interesting.com/what-is-tantra-tantric-sex>>
<<miniBrowser http://www.wisdompubs.org/sites/default/files/preview/Lamp-to-Illuminate-Book-Preview.pdf>>
<<miniBrowser https://en.wikipedia.org/wiki/Tantra>>
<<miniBrowser https://en.wikipedia.org/wiki/Vamachara>>
<<miniBrowser https://en.wikipedia.org/wiki/Massage_parlor>>
<<miniBrowser https://en.wikipedia.org/wiki/Erotic_massage>>
<<miniBrowser https://en.wikipedia.org/wiki/Lingam>>
<<miniBrowser https://en.wikipedia.org/wiki/Kundalini>>
SILLYNESS
|<html><iframe frameborder="0" width="560" height="315" src="//www.dailymotion.com/embed/video/x3bmyoi" allowfullscreen></iframe><br /><a href="http://www.dailymotion.com/video/x3bmyoi_blazing-stewardesses-1975-feature_shortfilms" target="_blank">Blazing Stewardesses (1975) - Feature</a> <i>by <a href="http://www.dailymotion.com/FilmGorillas" target="_blank">FilmGorillas</a></i></html>|<html><iframe frameborder="0" width="560" height="315" src="//www.dailymotion.com/embed/video/x2gtmv5" allowfullscreen></iframe><br /><a href="http://www.dailymotion.com/video/x2gtmv5_trader-hornee-feature_shortfilms" target="_blank">Trader Hornee - Feature</a> <i>by <a href="http://www.dailymotion.com/FilmGorillas" target="_blank">FilmGorillas</a></i></html>|


''[[Making your own poppers|https://www.reddit.com/r/popperpigs/comments/3fysdf/archiving_making_your_own_poppers/]] - https://xhamster.com'' 
[[Tantra]] - ''[[Psilocybin|http://scienceport.tiddlyspot.com/#Psilocybin]] - [[Smurf|http://www.urbandictionary.com/define.php?term=smurf]]''
[[Coil Build Tutorial]]
[[NotchCoilTM 0.25ohm DL. Head For Cuboid Mini|http://e-liquidthai.com/main/shop/atomizer-head-coil/cubis-atomizer-head-bf-ss316-series-heads-copy/?lang=en]]
http://e-liquidthai.com/main/shop/?lang=en
http://www.ecigelm.com/en
''[[Confucius Say|https://goo.gl/qujjR1]]''<br><html><a href="http://www.azquotes.com/quote/569278" title="Confucius quote"><img src="http://www.azquotes.com/picture-quotes/quote-to-love-a-thing-means-wanting-it-to-live-confucius-56-92-78.jpg" alt="To love a thing means wanting it to live. - Confucius"></a></html>
[[Kamagra]]
<<miniBrowser http://www.pharmacy2home.com/kamagra-oral-jelly.htm>>
WARNING: This is HARD CORE!!! It will make you feel young again.
|[[How to make your own E-Liquid|https://youtu.be/HVVETqD3O0E]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/HVVETqD3O0E" frameborder="0" allowfullscreen></iframe></html>|[[High School DxD Youtube|https://goo.gl/8WO9Eh]] - [[SIDDHARTHA|http://almanac.tiddlyspot.com/#SIDDHARTHA]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/UWdFSGj51k4?list=PL91Pi6tmjj5GJMOeu6PqB5YOHhbpOqd_N" frameborder="0" allowfullscreen></iframe></html>|
|[[Guru Rinpoche Documentary (International play)|https://youtu.be/WLBDowLIbJI]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/WLBDowLIbJI" frameborder="0" allowfullscreen></iframe></html>|[[Sexual Alchemy † The Great Arcanum Revealed † Gnostic Teachings|https://youtu.be/JU1WAaTSjgI]] - [[Destructive Sex Cults in Religions|https://youtu.be/sbKBjm2CJrs?list=PLxSys219rdyilT4P-RtdJfTaakjrEdz7u]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/JU1WAaTSjgI" frameborder="0" allowfullscreen></iframe></html>|
Have you tried
DIY [[E-Kamagra|https://goo.gl/lhSD0A]] - [[USA|http://www.pharmacy2home.com/kamagra-oral-jelly.htm]] for boys
or DIY [[E-Flibanserin|http://www.pharmacy2home.com/buy-flibanserin-online.htm]] for girls
or [[E-Cialis|https://goo.gl/hDO8rg ]] - [[Vapors Forum|https://goo.gl/7ble7C]] for morons? 
[[Trileptal|https://en.wikipedia.org/wiki/Oxcarbazepine]] for [[Paroxysmal attack|https://en.wikipedia.org/wiki/Paroxysmal_attack]]

[[Lee Oskar Harmonica Vaporizer Mod|Coil Build Tutorial]] - It's a cook book, Your Sillyness. (yS man) 
see [[Billy Furman on Facebook|https://www.facebook.com/billy.furman1]] 
 
<<miniBrowser https://en.wikipedia.org/wiki/Nootropic>>
<<miniBrowser https://en.wikipedia.org/wiki/Piracetam>>
<<miniBrowser http://womenlearnthai.com/index.php/nootropics-update-smart-drugs-and-language-learning/>>
<<miniBrowser https://www.drugs.com/uk/nootropil-33-oral-solution-leaflet.html>>


 
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BTenzin%20Gyatso%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[The Last Words of the Buddha - playlist|https://youtu.be/ihp9u9xEIkI?list=RDihp9u9xEIkI]]- [[Information Theory]] - [[Banggood|http://www.banggood.com/Wholesale-Arduino-SCM-and-3D-Printer-Acc-c-2153.html?utm_source=facebook&utm_medium=cpc_elc&utm_campaign=ar-140ar-rm-r&utm_content=tracy&utm_design=46]]'' 
|>|See Bookmarks - ''[[14th Dalai Lama (Wikipedia)|https://en.wikipedia.org/wiki/14th_Dalai_Lama]] - [[A Choir of Angels (Music Slowed 800%)|https://youtu.be/hOVdjxtnsH8?list=RDhOVdjxtnsH8]] - [[Decentralized decision-making|https://en.wikipedia.org/wiki/Decentralized_decision-making]] - [[Dorje Shugden controversy|https://en.wikipedia.org/wiki/Dorje_Shugden_controversy]] - [[CIA_Tibetan_program|https://en.wikipedia.org/wiki/CIA_Tibetan_program]] - [[Louie Louie|https://youtu.be/wx-8_GI4d2c?list=RDwx-8_GI4d2c]]''<br><<miniBrowser https://en.wikipedia.org/wiki/14th_Dalai_Lama>>|
|''[[Pleiadian Alaje|https://youtu.be/bfXwYCfJZag]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/bfXwYCfJZag" frameborder="0" allowfullscreen></iframe></html>|''[[Alaje's Music|https://youtu.be/nYYuay05Vag?list=RDnYYuay05Vag]]'' - [[Golden spiral]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/nYYuay05Vag?list=RDnYYuay05Vag" frameborder="0" allowfullscreen></iframe></html>|
|>|''[[Golden Triangle (Asia)|https://en.wikipedia.org/wiki/Golden_Triangle_(Southeast_Asia)]]'' - ''[[Tenzin Gyatso - Science, and Mind and Life Institute|https://en.wikipedia.org/wiki/Mind_and_Life_Institute]]'' - ''[[Risk|https://en.wikipedia.org/wiki/Risk]]'' - ''[[MV Freewinds|https://en.wikipedia.org/wiki/Freewinds]] [[Scientology|https://en.wikipedia.org/wiki/Church_of_Scientology]] cruise ship'' - [[Ya ba]] - [[Artificial LBD|Dementia with Lewy bodies]] - ''[[Concerta|https://en.wikipedia.org/wiki/Methylphenidate]]'' - ''[[Heavens Gate|http://www.heavensgate.com/]]'' - [[uTOHphu|Cult suicide]]<br><<miniBrowser https://en.wikipedia.org/wiki/Golden_Triangle_(Southeast_Asia)>>|
See [[Aleister Crowley - Liber LXXVII]]
''Question 1: If a person left a fruit smoothie on a buddist shrine, and a monk came along,''
''would he avoid it or would he bless the people who left it for him -- or does it even matter?''
''Question 2: Do monks drink beer and eat icecubes? (I think this might be a bad question to ask).''
''I am only asking because I have tried to make my own in the past, and it didn't work as well as I would like.''
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BThai%20Girls%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[The Bruce Lee of Bartending]]
[[Learn Thai Online]] - [[Origamy|Paper Models of Polyhedra]] - [[Foreign Exchange Rates]] - [[SINGAPORE LIVING]] - ''[[Kalama Sutta|https://en.wikipedia.org/wiki/Kalama_Sutta]] - [[Buddism - Sukha|https://en.wikipedia.org/wiki/Sukha]] - [[Full Moon Party 2015|https://youtu.be/1TVLTgGMmpo]] - [[A Trip To The Moon|http://glassparrot.tiddlyspot.com/#%5B%5BA%20Trip%20to%20the%20Moon%20-%20Georges%20M%C3%A9li%C3%A8s%201902%5D%5D]] - Everybody wants to go to the moon.''
|[[HOOTERS" Pattaya Beach Road Thailand|https://youtu.be/fRTUjf1BwOA]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/fRTUjf1BwOA" frameborder="0" allowfullscreen></iframe></html>|[[Отдых в Тайланде ТАЙКИ ЖГУТ|https://youtu.be/WZ4IKntOlvw]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/WZ4IKntOlvw" frameborder="0" allowfullscreen></iframe></html>|

''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''  - [[West Key Kamala apartment|Airbnb]]
 Janejira - email: janejira-s5ywl50pk69rj79j@host.airbnb.com 
[[Moving Plans]] - [[ViaBox|How To Sell Your Used Stuff Through Amazon]] - [[RETIREMENT VISA PACKAGE]]
[[Thai Post Offices|http://www.thailandguru.com/thailand-postal-office-couriers.html]]
<<miniBrowser http://www.thailandguru.com/thailand-postal-office-couriers.html>>
[[DHL Customs Services and Support|http://www.dhl.com/en/express/customs_support.html]]
<<miniBrowser http://www.dhl.com/en/express/customs_support.html>>
[[FedEx Customs Compliance Made Easy|https://smallbusiness.fedex.com/compliant-international-shipping.html]]
<<miniBrowser https://smallbusiness.fedex.com/compliant-international-shipping.html>>
[[Permaview|http://moving.tiddlyspot.com/#%5B%5BThailand%20Law%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[Moving Plans]]
''Use the Fit and Reset buttons on the browser for resizing the frame.''
[[Moving to Thailand : Household Goods|http://www.legal-thailand.com/moving-to-thailand-household-goods.html]] -  [[Moving Plans]]
<<miniBrowser http://www.legal-thailand.com/moving-to-thailand-household-goods.html>>
[[Advantages of Immigration Lawyers|http://www.legal-thailand.com/advantages-of-immigration-lawyers.html]] -  [[Moving Plans]]
<<miniBrowser http://www.legal-thailand.com/advantages-of-immigration-lawyers.html>>




[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BThailand%20Shopping%5D%5D]]
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[E-Commerce Sites in Thailand|http://www.acommerce.asia/top-10-e-commerce-sites-in-thailand/]] - [[Top 10 Phuket Shopping|http://www.phuket.com/shopping/top10-phuket-shopping.htm]] - [[Big C Online - Phuket|http://www.bigc.co.th/]] - [[Gemstones|http://www.sawadee.com/thailand/gems/]]''
''[[Honda PCX Thailand|http://www.bahtsold.com/view/honda-pcx-in-great-condition-260962]] - [[Motorcycle Thailand|http://www.motorcycle.in.th/page.php/Kawasaki_Motorcycle_Price_List]] - [[KAMALA MOTORBIKE RENTALS|http://motorbikehireinphuket.com/]] - [[MOTOR BIKE MODS|http://www.dragonfly75.com/motorbike/index.html]] - [[How to "Weld" Aluminum for Beginners|http://scienceport.tiddlyspot.com/#%5B%5BHow%20to%20%22Weld%22%20Aluminum%20for%20Beginners%5D%5D]]<br> [[Shift Kit (buy)|http://goo.gl/Xpkjso]] 5,487.07 ฿ = 158.00 USD - [[80cc 2 Stroke Motorized Bicycle Bike Engine|http://www.lazada.co.th/1-set-80cc-2-stroke-cycle-black-motor-muffler-motorized-bicycle-bike-engine-gas-intl-5392941.html]] 6,930 ฿ - [[COYOTE ZIGN 26-inch mountain bike version 6SPEED|http://www.lazada.co.th/coyote-zign-26-6speed-5166407.html]] 3600 ฿ - Total = 10530 ฿ = 301.667 USD''<br>''[[BBS03/BBSHD Bafang/8Fun 48V 1000W mid drive electric motor kit with 48V 14Ah Li-ion down tube battery with 5V USB output+charger|http://www.aliexpress.com/item/Bafang-8Fun-BBS03-BBSHD-48V-1000W-mid-drive-electric-motor-kit-with-48V-14Ah-MG11865-Li/32552249216.html?spm=2114.10010108.1000013.19.iWszlI&scm=1007.13339.35814.0&pvid=c47235fb-fda6-421e-bfb7-5c6ba054e508&tpp=0]] US $1,220.74''<br>''[[TRINX Folding mountain bike 26" - 21-speed|http://www.lazada.co.th/trinx-ys2621d-5519060.html]] 6500 ฿ = 187.814 USD - [[K-BIKE MAXX MOUTAIN BIKE 26" - 21 speed SHIMANO version HOLLYWOOD|http://www.lazada.co.th/k-bike-maxx-moutain-bike-26-21-speed-shimano-hollywood-26ksmtb2106-5900669.html]] 4990 ฿ = 143.061 USD''<br>''[[S-Team BIKE Folding Bicycle 20" - 6-speed|http://www.lazada.co.th/s-team-bike-folding-bike-20-6-speed-dolphin-7009515.html]] 2990 ฿ = 86.2971 USD - [[COYOTE folding bicycle 20" - 21 speed|http://www.lazada.co.th/coyote-heaven-20-6419046.html]] 3850 ฿ = 111.244 USD - [[Bicycle Aluminum Alloy Rear Rack|http://www.lazada.co.th/bicycle-aluminum-alloy-rear-rack-small-hole-intl-5048781.html]] 522 ฿ = 15.0379 USD 
[[Harbor Freight Tools|https://en.wikipedia.org/wiki/Harbor_Freight_Tools]] is a USA company - Idea: Detachable rear mounted  80cc mod to make a vertical [[Shift Kit (1)|https://youtu.be/9o7IpFrnlBs]] ([[2)|https://youtu.be/bY9BeSOfQ7s]]  [[(3)|https://youtu.be/UicCKo0Qf0Q]] chain driven 20" [[folding motorbike|http://www.lazada.co.th/coyote-heaven-20-6419046.html]], with a trailer. 
[[Blender.org|https://www.blender.org/get-involved/]] - [[FreeCAD|http://www.freecadweb.org/]] - [[GIMP|https://www.gimp.org/]] - Farm the build out to PHUKET MOTORBIKE RENTALS.  Make the Engine and Shift Kit Bracket out of wood to absorb vibration. Strengthen the 
aluminum bicycle rack by welding heavier braces to it. Make it Non-flexible. I need to draft this up.
[[Rauwolfia: Sources, Cultivation and Uses (With Diagram)|Sarpagandha]] (antidepressant)
[[Thailand Vapers|https://www.thailandvapers.com/threads/vg-vegetable-glycerin-in-thailand.8348/]] for Chemical Raw Materials

<<miniBrowser  https://goo.gl/BrEYSc>>
<<miniBrowser https://goo.gl/U5D8eC>>
<<miniBrowser https://goo.gl/WdllPl>>
[[Premium Food Flavor|https://goo.gl/802TGLl]]
[[Plain Glass Bottle 30.25pcs|https://goo.gl/5dUyFbl]]

[[The Animation School - Uploaded Videos | http://www.youtube.com/watch?v=oY0DUWq3DeE&feature=share&list=UUjZ9zWvBOBEOl31Z37qv33w]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/oY0DUWq3DeE?list=UUjZ9zWvBOBEOl31Z37qv33w" frameborder="0" allowfullscreen></iframe>
</html>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[Apartments]] - [[Airbnb]] - [[MY FIRST VLOG|MY FIRST VLOG - Casey Neistat]]
[[QUIEROFLAIR Anthony Serra|https://www.youtube.com/playlist?list=FLRNo4I1VcFL06U0JJZGhj-g]] - [[If the River Was Whiskey]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/HBq6kfIQoAw?list=FLRNo4I1VcFL06U0JJZGhj-g" frameborder="0" allowfullscreen></iframe></html>
[[THE BEST (FLAIR) INTERNATIONAL BARTENDER. UNIVERSITY OF CEBU PHILIPPINES|https://youtu.be/XKzXjx7ky3U]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/XKzXjx7ky3U" frameborder="0" allowfullscreen></iframe></html>
''[[Permaview|http://moving.tiddlyspot.com/#%5B%5BThe%20Mega%20Plush%5D%5D]] - [[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[Blenderella]]''
|[[The Mega Plush 2|https://youtu.be/ZVEWsdBTZM8]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/ZVEWsdBTZM8" frameborder="0" allowfullscreen></iframe></html>|[[The Mega Plush 3|https://youtu.be/aX-km8CICpc]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/aX-km8CICpc" frameborder="0" allowfullscreen></iframe></html>|
|[[The Mega Plush 1|https://youtu.be/c-mnBVCHHzs]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/c-mnBVCHHzs" frameborder="0" allowfullscreen></iframe></html>|[[POILUS|https://youtu.be/Cwn3Ru0o8Io]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Cwn3Ru0o8Io" frameborder="0" allowfullscreen></iframe></html>|
[[Apartments]]
[[Three Fountains|http://www.apartmentguide.com/apartments/New-Mexico/Albuquerque/Three-Fountains/3048/]] Albuquerque, NM. USA<br>From $535 / mo - Deposit: $150<br>[img[http://image.apartmentguide.com/imgr/ab306a0a2982363defaf37a4d465f1b6/850-][http://www.apartmentguide.com/apartments/New-Mexico/Albuquerque/Three-Fountains/3048/]]<br>[img[http://image1.apartmentguide.com/imgr/cc5878d081c9626183212916cc8f71d7/880-][http://www.apartmentguide.com/apartments/New-Mexico/Albuquerque/Three-Fountains/3048/]]  
/***
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 = 'moving';

// 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,{

'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"),

'TspotOptions':[
 "tiddlyspot password:",
 "<<option pasUploadPassword>>",
 ""
].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"),

'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")

});
//}}}
''[[Permaview|http://n6xre.tiddlyspot.com/#%5B%5BUniversal%20Licensing%20System%5D%5D]] - [[Groundhog Day|http://n6xre.tiddlyspot.com/#%5B%5BGroundhog%20Day%5D%5D]]''
''In house mediawiki is at''
''http://n6xre.ttl60.com:73/mediawiki/index.php/Main_Page''
''[[Celestial Navigation|https://youtu.be/fn9xMkNUMmY]] - [[Celestial Navigation at Sea|https://youtu.be/kZCwgoUxXWs]] - [[How does precision GPS work?|https://youtu.be/BGkohw9xGyk]]''
''[[Centimeter Positioning with a Smartphone-Quality GNSS Antenna|https://youtu.be/rCOvklUB5vQ]] - [[Centimeter-Accurate Mobile Positioning|https://youtu.be/_7x_Rpe_bzw]]''
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[BaoFeng UV-5R Dual Band HandiTalkie|http://www.amazon.com/BaoFeng-UV-5R-Dual-Radio-Black/dp/B007H4VT7A/ref=sr_1_4?s=electronics&ie=UTF8&qid=1462976213&sr=1-4&keywords=baofeng+uv-5r]] - [[Baofeng UV-5R repeater|http://glassparrot.tiddlyspot.com/#%5B%5BBaofeng%20UV-5R%20repeater%5D%5D]]''
''[[Ham It Up Upconverter for SDR|http://www.amazon.com/dp/B009LQT3G6/ref=wl_it_dp_o_pd_nS_ttl?_encoding=UTF8&colid=27Y18XJ9539G3&coliid=I32X1JBZPDTZBE]] - [[TYT TYT-TH-9800 50W/40W Two Way Radio|http://www.amazon.com/dp/B00I53VUEY/ref=wl_it_dp_o_pd_nS_ttl?_encoding=UTF8&colid=27Y18XJ9539G3&coliid=I3TAJ0ZMMR6DXZ&psc=1]] - [[Pookyfish|http://glassparrot.tiddlyspot.com/#Pookyfish]] Free Internet''
''[[Broadcastify|http://www.broadcastify.com/listen/ctid/219]] - [[MorseCode|http://fishcode.tiddlyspot.com/#MorseCode]] - [[WebSDR|http://www.websdr.org/]] - [[eHamNet|http://www.eham.net/]] - [[AMPRNET|http://wiki.ampr.org/wiki/Main_Page]] - [[Winlink|http://glassparrot.tiddlyspot.com/#%5B%5BWinlink%20Digital%20Ameteur%20Radio%5D%5D]] - [[Packet Radio|http://www.tapr.org/pr_links.html]] - [[HackRF|http://glassparrot.tiddlyspot.com/#HackRF]] - [[RPi Hub|http://glassparrot.tiddlyspot.com/#%5B%5BRPi%20Hub%5D%5D]]''

''[[Apartments|http://moving.tiddlyspot.com/#Apartments]] - [[HP Laptop Store|http://store.hp.com/us/en/vwa/Laptops/form=Standard-laptop]] - [[Universal Licensing System - N6XRE|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[Weather Underground Las Vegas|https://www.wunderground.com/us/nv/las-vegas]]''
''[[Dionysian Mysteries|https://en.wikipedia.org/wiki/Dionysian_Mysteries]] - [[How to make Root Beer Easy|http://inventoryport.tiddlyspot.com/#%5B%5BHow%20to%20make%20Root%20Beer%20Easy%5D%5D]] - [[3D LabPrint|http://thailanguage.tiddlyspot.com/#%5B%5B3D%20LabPrint%5D%5D]] - [[Baofeng Radio TNC Packet Radio cable|http://n6xre.tiddlyspot.com/#%5B%5BBaofeng%20Radio%20TNC%20Packet%20Radio%20cable%5D%5D]]''
''[[Aimee Nolte Music|http://mediaport.tiddlyspot.com/#%5B%5BAimee%20Nolte%20Music%5D%5D]] - [[Math Channels|http://scienceport.tiddlyspot.com/#%5B%5BMath%20Channels%5D%5D]] - [[Recipes|http://inventoryport.tiddlyspot.com/#Recipes]] - [[Wish List|http://n6xre.tiddlyspot.com/#%5B%5BWish%20List%5D%5D]] - [[If Gparted won't run use FixParts|http://n6xre.tiddlyspot.com/#%5B%5BIf%20Gparted%20won't%20run%20use%20FixParts%5D%5D]]''

<<miniBrowser http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830>>
''[[Mui Bueno Recipes - Horchata/|http://muybuenocookbook.com/2011/07/horchata/]]''
''[[Slinky loop aerial|https://www.nonstopsystems.com/radio/pdf-ant/article-antenna-slinky-RDCM-11-2010.pdf]] - [[Food Recipes|http://inventoryport.tiddlyspot.com/#Recipes]]''
''https://www.freecycle.org/''
<<miniBrowser http://www.otvinta.com/download12.html>>
'' Wikipedia [[David Carradine|https://en.wikipedia.org/wiki/David_Carradine]] - [[Ralph L. Boyce|https://en.wikipedia.org/wiki/Ralph_L._Boyce]] - [[Thaksin Shinawatra|https://en.wikipedia.org/wiki/Thaksin_Shinawatra]] trade in the [[Cayman Islands|https://en.wikipedia.org/wiki/Cayman_Islands]]''
''Thaksin Shinawatra traded 100 Billion Baht for 2942042000 US Dollars after the [[Military Coup|https://en.wikipedia.org/wiki/Category:Military_coups_in_Thailand]] 
at the time of David Carradine's death in [[Bankok, Thailand, June 3, 2009|https://en.wikipedia.org/wiki/Economy_of_Thailand#2006_to_2011]] (aged 72) reported by 
Ambassador Ralph L. Boyce. The United States never tried to recover the counterfeited money.''
''[[Tokyo Rose - JOAK|https://en.wikipedia.org/wiki/Tokyo_Rose]] - [[The Mouse That Roared|https://thepiratebay.org/torrent/4072072/The_Mouse_That_Roared_(1959)_(Peter_Sellers__Jean_Seberg)]] - [[VA gov|https://www.myhealth.va.gov/]] - [[A Helicopter pad on an airplane|http://h8quadmod.tiddlyspot.com/#%5B%5BA%20Helicopter%20pad%20on%20an%20airplane%5D%5D]] - [[uTOHphu|http://psychology.tiddlyspot.com/#%5B%5BCult%20suicide%5D%5D]]''
''[[Zardoz (1974) 720p BrRip x264 - VPPV|http://thailanguage.tiddlyspot.com/#%5B%5BZardoz%20(1974)%20720p%20BrRip%20x264%20-%20VPPV%5D%5D]] -   [[Rrustdon (ficticious)|https://youtu.be/eenZZL_bf6o]] - https://www.tesla.com/model3''
''[[Felix The Cat Japanicky 1920 1929 Funny Cartoon Short|https://youtu.be/jgqeE1ZLL1w]]''
[[Footnotes, Endnotes, and Bibliographies|http://www.semo.edu/pdf/old/CWE_Footnotes_Endnotes_and_Bibliography.pdf]]
| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |
| 07/06/2018 03:47:31 | Moving | [[/|http://moving.tiddlyspot.com/#DefaultTiddlers%20%5B%5BNetgear%20CM-500%20Cable%20Modem%5D%5D%20%5B%5BUniversal%20Licensing%20System%5D%5D]] | [[store.cgi|http://moving.tiddlyspot.com/store.cgi]] | . | [[index.html | http://moving.tiddlyspot.com/index.html]] | . |
| 10/06/2018 20:18:22 | Moving | [[/|http://moving.tiddlyspot.com/#%5B%5BUniversal%20Licensing%20System%5D%5D%20%5B%5BNetgear%20CM-500%20Cable%20Modem%5D%5D]] | [[store.cgi|http://moving.tiddlyspot.com/store.cgi]] | . | [[index.html | http://moving.tiddlyspot.com/index.html]] | . |
| 11/06/2018 23:40:42 | Moving | [[/|http://moving.tiddlyspot.com/#%5B%5BNetgear%20CM-500%20Cable%20Modem%5D%5D%20%5B%5BUniversal%20Licensing%20System%5D%5D]] | [[store.cgi|http://moving.tiddlyspot.com/store.cgi]] | . | [[index.html | http://moving.tiddlyspot.com/index.html]] | . |
| 13/06/2018 04:29:28 | Moving | [[/|http://moving.tiddlyspot.com/#%5B%5BNetgear%20CM-500%20Cable%20Modem%5D%5D%20%5B%5BUniversal%20Licensing%20System%5D%5D]] | [[store.cgi|http://moving.tiddlyspot.com/store.cgi]] | . | [[index.html | http://moving.tiddlyspot.com/index.html]] | . |
| 06/08/2018 16:55:08 | YourName | [[/|http://moving.tiddlyspot.com/#DefaultTiddlers%20%5B%5BNetgear%20CM-500%20Cable%20Modem%5D%5D]] | [[store.cgi|http://moving.tiddlyspot.com/store.cgi]] | . | [[index.html | http://moving.tiddlyspot.com/index.html]] | . |
| 25/12/2018 05:04:18 | Moving  | [[/|http://moving.tiddlyspot.com/]] | [[store.cgi|http://moving.tiddlyspot.com/store.cgi]] | . | [[index.html | http://moving.tiddlyspot.com/index.html]] | . |
| 22/01/2019 00:08:29 | Moving | [[/|http://moving.tiddlyspot.com/]] | [[store.cgi|http://moving.tiddlyspot.com/store.cgi]] | . | [[index.html | http://moving.tiddlyspot.com/index.html]] | . |
| 22/01/2019 10:27:54 | Moving | [[/|http://moving.tiddlyspot.com/]] | [[store.cgi|http://moving.tiddlyspot.com/store.cgi]] | . | [[index.html | http://moving.tiddlyspot.com/index.html]] | . |
| 07/07/2019 05:30:18 | Moving | [[/|http://moving.tiddlyspot.com/#SiteSubtitle]] | [[store.cgi|http://moving.tiddlyspot.com/store.cgi]] | . | [[index.html | http://moving.tiddlyspot.com/index.html]] | . |
| 15/07/2019 10:40:29 | Moving  | [[/|http://moving.tiddlyspot.com/#%5B%5BMy%20Mediawiki%5D%5D]] | [[store.cgi|http://moving.tiddlyspot.com/store.cgi]] | . | [[index.html | http://moving.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");


//}}}

<br><br><br>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[AncestryDNA|http://scienceport.tiddlyspot.com/#AncestryDNA]]'' 
[[KBV Visa Runs|http://www.kbv-phuketvisarun.com/phuket-visa-run-penang/]] - [[Book KBV Visa Run to Penang|http://www.kbv-phuketvisarun.com/book_phuket_visarun/]]
Our Kathu Office ( English Speaking ) Call: 076 528-577
http://www.phuket-visarun.com/visa_run_penang.html
Visa Run Phuket to Penang by VIP Mini Bus
Visa Expires 03 Dec 2016 
Visa Run Wed 30 Nov. 2016 at Big C Wed. 9:45 pm
4,500 Baht + 1500 baht visa fee + 2 photographs
''Map of [[Immigration Office Phuket Town|https://www.google.com/maps/place/Phuket+Bus+Terminal+2/@7.8995006,98.3345888,13.75z/data=!4m5!3m4!1s0x0:0x2adb5140b5c1a390!8m2!3d7.9175107!4d98.3959526]]''
<<miniBrowser http://www.phuket-visarun.com/visa_run_penang.html>>
<<miniBrowser http://www.thaiembassy.com/thai-embassy/thai-embassy-and-consulates-in-penang-malaysia.php>>
<<miniBrowser http://www.thaiembassy.com/thailand/new-visa-rules.php>>
<<miniBrowser http://www.myanmarvisa.com/visarun.htm>>
<<miniBrowser http://www.thethailandlife.com/fastest-thai-visa-run>>
<<miniBrowser http://www.th.undp.org/content/thailand/en/home/operations/united-nations-volunteers.html>>
<<miniBrowser http://thaivolunteer.org/eng/>>
<<miniBrowser https://en.wikipedia.org/wiki/Visa_policy_of_Malaysia>>
|[[Why I went from Phuket to Malaysia|https://youtu.be/tIMPsHJTuS4]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/tIMPsHJTuS4" frameborder="0" allowfullscreen></iframe></html>|[[Thailand Immigration, VISA and VISA runs from Bangkok|https://youtu.be/rDlkDAYM2HU]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/rDlkDAYM2HU" frameborder="0" allowfullscreen></iframe></html>|
|[[How to get a 1 Year Visa for Thailand|https://youtu.be/4JND6avH4-w]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/4JND6avH4-w" frameborder="0" allowfullscreen></iframe></html>|[[Visa Run Thailand Myanmar|https://youtu.be/Hlq5g0qlFNo]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Hlq5g0qlFNo" frameborder="0" allowfullscreen></iframe></html>|
|[[ Getting a 6 Month Visa To Thailand|https://youtu.be/tLdP0qJWUMs]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/tLdP0qJWUMs" frameborder="0" allowfullscreen></iframe></html>|[[HOW DO PEOPLE STAY FOR LONG PERIODS OF TIME IN THAILAND|https://youtu.be/OBNALf7ogNY]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/OBNALf7ogNY" frameborder="0" allowfullscreen></iframe></html>|
|[[BEST THAILAND VISAS FOR DIGITAL NOMADS|https://youtu.be/UZvVCBRe700]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/UZvVCBRe700" frameborder="0" allowfullscreen></iframe></html>|[[HOW TO: 60 DAY THAILAND TOURIST VISA in VIENTIANE, LAOS|https://youtu.be/gRgwk5n58V8I]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/gRgwk5n58V8" frameborder="0" allowfullscreen></iframe></html>|
|[[DIY – EPIC THAILAND VISA RUN FROM BANGKOK TO SAVANNAKHET, LAOS|https://youtu.be/s60UMP1ME4Y]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/s60UMP1ME4Y" frameborder="0" allowfullscreen></iframe></html>|[[Living on a retirement or Social Security Budget? - Rent a $130 Townhouse - Thailand|https://youtu.be/jOGDVqjHnQ8]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/jOGDVqjHnQ8" frameborder="0" allowfullscreen></iframe></html>|
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[Winlink Digital Ameteur Radio|http://glassparrot.tiddlyspot.com/#%5B%5BWinlink%20Digital%20Ameteur%20Radio%5D%5D]]''
[[Weather - Phuket, Thailand|http://www.holiday-weather.com/phuket/]] - [[Latitude and Longitude finder|http://www.worldatlas.com/aatlas/findlatlong.htm]]
The latitude and longitude of Phuket, Thailand is: 7° 57' N / 98° 20' E 
<<miniBrowser http://www.holiday-weather.com/phuket/>>
|[[Meditation]] ''Youtubes - [[If the River Was Whiskey]] - [[The Bruce Lee of Bartending]]<br>[[Amazon - SunEscape Pop Up Backpacking Tent|http://www.amazon.com/dp/B019ETO0SK?psc=1]] - Sale: $39.90 & FREE Shipping<br>[[Amazon - Intex Pool 6 Ft. X 20 In. 234 Gal|http://www.amazon.com/dp/B00A9WXUPG?psc=1]] - Price: $36.99 & FREE Shipping<br>[[Amazon - Intex Cartridge Filter Pump 330 GPH Flow Rate|http://www.amazon.com/Intex-Krystal-Cartridge-Filter-110-120V/dp/B00PHWUK2O/ref=pd_sim_sbs_86_10?ie=UTF8&dpID=41uEnne239L&dpSrc=sims&preST=_AC_UL160_SR160%2C160_&refRID=1RZVVBQENQ2Y84FEJW1M]] - Price: $34.95 & FREE Shipping<br>-click-<br>[img[http://ecx.images-amazon.com/images/I/51fSIhjrE9L.jpg][http://www.amazon.com/dp/B00A9WXUPG?psc=1]]''<br>[[Wooden Boat Building]]'' - [[Hydroponics]]'' - [[Moving Plans]]|''[[Eachine Goggles One 5 Inches 5.8G 40CH HD 1080p HDMI FPV Goggles Video Glasses|http://www.banggood.com/Eachine-Goggles-One-5-Inch-5_8G-40CH-Raceband-HD-1080p-72-Degree-HDMI-FPV-Goggles-Video-Glasses-p-1043694.html]] $129.99''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/f9ulZytCuf8" frameborder="0" allowfullscreen></iframe></html>|<html><a href="http://www.viabox.com/register" target="_blank"><img src="http://www.viabox.com/images/250x250.gif" alt="Viabox" width="250" height="250" border="0" /></a></html>|
[[Why the Pope Resigned - Arrest Warrant|https://youtu.be/eyk4n2lXhpE]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/eyk4n2lXhpE" frameborder="0" allowfullscreen></iframe></html>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[World Travel Thailand]] - [[Learn Thai Online]]
|[[Lisbon and the Algarve - Rick Steves Europe|https://youtu.be/5mjEAakFj_A?list=PL6uh7qTbHixWcjhAOIzQT1NRFxN97lEpD]] playlist<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/5mjEAakFj_A?list=PL6uh7qTbHixWcjhAOIzQT1NRFxN97lEpD" frameborder="0" allowfullscreen></iframe></html>|[[Portugal Travel Skills - Rick Steves Travel Talks|https://youtu.be/gx_83wZkt20?list=PLwTQPWHcUfhQY9AAOE7LCxP2eAiF4hsHN]] playlist<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/gx_83wZkt20?list=PLwTQPWHcUfhQY9AAOE7LCxP2eAiF4hsHN" frameborder="0" allowfullscreen></iframe></html>|
|[[10 reasons to visit Portugal|https://youtu.be/sBZkR9TFFqk]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/sBZkR9TFFqk" frameborder="0" allowfullscreen></iframe></html>|[[Madeira - Portugal - The most beautiful sights|https://youtu.be/1wMBLcWPXRo]] - [[EUROPEAN HISTORY: The Portuguese Empire!|https://youtu.be/zRo1AlJEM6I]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/1wMBLcWPXRo" frameborder="0" allowfullscreen></iframe></html>|
|[[Our 11 Reasons To Live In Costa Rica|https://youtu.be/QsTvlqdBlbc]] - http://boomersoffshore.com/ <br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/QsTvlqdBlbc" frameborder="0" allowfullscreen></iframe></html>|[[Costa Rica (Central-America) Vacation Travel Video Guide|https://youtu.be/HqICnyEyoUo]] - [[Costa Rica|https://youtu.be/Bn04STC42Pw?list=PL8DF21966FB3D9B5E]] playlist<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/HqICnyEyoUo" frameborder="0" allowfullscreen></iframe></html>|
|[[An American in Puerto Rico (The Movie)|https://youtu.be/CMiP1Uus1UE]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/CMiP1Uus1UE" frameborder="0" allowfullscreen></iframe></html>|[[FORBIDDEN PUERTO RICO|https://youtu.be/G1UrSXgrqDg?list=PLWOFUAQV6saZy-obZOFS8RWsXp4EUY47b]] - [[PUERTO RICO - A TRUTH THAT MUST BE TOLD|https://youtu.be/OPK_HShQ7co]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/G1UrSXgrqDg?list=PLWOFUAQV6saZy-obZOFS8RWsXp4EUY47b" frameborder="0" allowfullscreen></iframe></html>|
|[[Puerto Rican Summer Boat Party - Parguera|https://youtu.be/SN3pylzwxi0]] - [[Glimpse of how beautiful Rincon Puerto Rico is!|https://youtu.be/6SUTTmVm9Bg]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/SN3pylzwxi0" frameborder="0" allowfullscreen></iframe></html>|[[America's Backyard: Puerto Rico|https://youtu.be/CHRWdXWrKp4]] - [[La Perla: The Other Side of El Viejo San Juan|https://youtu.be/m4xM5y-84HE]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/CHRWdXWrKp4" frameborder="0" allowfullscreen></iframe></html>|
|[[Strain Hunters Jamaica Expedition|https://youtu.be/vyaKiWkHFlc]] - [[Drugcity Report Kingston Jamaica 2013 Documentary|https://youtu.be/iwCbuabchS4]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/vyaKiWkHFlc" frameborder="0" allowfullscreen></iframe></html>|[[Jamaica (North-America) Vacation Travel Video Guide|https://youtu.be/SgoIJe4WfDk]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/SgoIJe4WfDk" frameborder="0" allowfullscreen></iframe></html>|
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[AncestryDNA|http://scienceport.tiddlyspot.com/#AncestryDNA]]'' 
[[Talkatone|http://www.makeuseof.com/tag/free-phone-calls-wifidata-talkatone-android-ios/]] (619)361-1895 - [[World Travel]] - [[International version of QQ|http://imqq.com/]] - [[Startinchina|http://www.startinchina.com/]] - [[Thailand (Wikipedia)|Thailand]] - [[Learn Thai Online]] - [[Youtube Audio Library|https://www.youtube.com/audiolibrary/music]] - [[YouTube Help|https://support.google.com/youtube#topic=4355266]]
[[Beating Depression in Thailand V 079|https://youtu.be/_Hn26hRSnoY]] - [[Nat King Cole Walkin]] - [[Relocation Checklist|http://retirecheap.asia/retire-thailand/jcs-makin-the-move-essential-checklist/]] - [[Retire In Thailand! NOW|https://youtu.be/03EFH9IhEjg]] - [[Moving Plans]] see [[Thailand Law]] - [[California Penal Code § 422|Cal Pen Code § 422. Punishment for threats. (2011)]] - [[The Bruce Lee of Bartending]]
$77 Phuket to/from Kuala Lumpur Airplane - Nov. 02-04, 2016 ''[[JetRadar|http://www.jetradar.com/searches/AHKT0211AKUL0411Y1]] - [[RETIREMENT VISA PACKAGE]] - [[Foreign Exchange Rates|http://psychology.tiddlyspot.com/#%5B%5BForeign%20Exchange%20Rates%5D%5D]] - [[Cheap 3 Axis Handheld Gimbal|http://mediaport.tiddlyspot.com/#%5B%5BCheap%203%20Axis%20Handheld%20Gimbal%5D%5D]] - [[Return to Top of Page|Moses!]]
|[[THE REAL REASON WE ARE IN CHIANG MAI|https://youtu.be/Fol-frOBanw]] - [[PsychoTraveller|https://www.youtube.com/playlist?list=PLiQMIxtWZ9Lj8HOIzseiP_wQMQHgVy8pS]] playlists - [[Learn Thai Online]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/V1dYDbEXPJ8?list=PLG0GurhlflTc0KW5ec3Xh8M5SbneMNndP" frameborder="0" allowfullscreen></iframe></html>|[[Guz5135.Grumpy Old Man|https://youtu.be/pN6o4FRNJJc?list=PLk9bklarfCtsK2aEcMbNnf9AzBpxrbMlb]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/pN6o4FRNJJc?list=PLk9bklarfCtsK2aEcMbNnf9AzBpxrbMlb" frameborder="0" allowfullscreen></iframe></html>|
|[[8 Miles From Home - CINEMATIC THAILAND|https://www.youtube.com/playlist?list=PLBCAE752A48C5E035]] - See ''[[Blender Foundation|https://www.blender.org/foundation/]] and the'' [[Golden spiral]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/osyPNeTfXU4?list=PLBCAE752A48C5E035" frameborder="0" allowfullscreen></iframe></html>|[[Eight Miles from Home DAILY VLOGS|https://www.youtube.com/playlist?list=PLEFy_dGyZwbCtCVOhzQt5S-xmWd4lZA-B]] - [[WHY PORTUGAL? Q&A|https://youtu.be/cgj4YrrVmRQ]] - [[Lisbon and the Algarve|World Travel]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/4W2XhSRu7-0?list=PLEFy_dGyZwbCtCVOhzQt5S-xmWd4lZA-B" frameborder="0" allowfullscreen></iframe></html>|
|[[Thai lady's life|https://youtu.be/Zw1zqKMZkBA?list=PL_7vKeHYaXi7-DeEhazrMKjtEp3rviitA]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Zw1zqKMZkBA?list=PL_7vKeHYaXi7-DeEhazrMKjtEp3rviitA" frameborder="0" allowfullscreen></iframe></html>|[[Places to Live or Visit|https://www.youtube.com/playlist?list=PL9FDE688F9FD403F5]] - [[JC – Retirement Survival Expert, Author and Keynote Speaker|http://retirecheap.asia/retire-thailand/about-jc/]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PL9FDE688F9FD403F5" frameborder="0" allowfullscreen></iframe></html>|
|Sailing [[SV|http://www.acronymfinder.com/SV.html]] [[Delos|https://en.wikipedia.org/wiki/Delos]] - From The Beginning! [[Sailing Around The World|https://www.youtube.com/playlist?list=PL3ABF62604C42649F]] - [[Living on a Boat - Introduction|Living on a Boat]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/2uBS3HcAaRI?list=PL3ABF62604C42649F" frameborder="0" allowfullscreen></iframe></html>|[[Sailing Around the World on La Vagabonde|https://www.youtube.com/playlist?list=PLej_Gvr1c1MM4hEcyzmT06mGoIqoXHcwo]] - [[Living on a Boat - part 1]] - ''[[GEOFF CARTER in Thailand|https://www.youtube.com/playlist?list=PLVkRPC8agawpq7nVtJ1Jgrbw-b7KMrCkq]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/TKm2FX9kKZ4?list=PLej_Gvr1c1MM4hEcyzmT06mGoIqoXHcwo" frameborder="0" allowfullscreen></iframe></html>|
* [[Foreign Exchange Rates]] - See [[007 Lotus Esprit 'Submarine Car'|http://www.rmsothebys.com/lots/lot.cfm?lot_id=1061050]] - [[Faraday Future car 2016|http://glassparrot.tiddlyspot.com/#%5B%5BFaraday%20Future%20car%202016%5D%5D]] 
* ''[[Thailand]] - [[Internet censorship in Thailand]] - [[Lèse majesté in Thailand]] - [[Theravada Buddhism|https://en.wikipedia.org/wiki/Theravada]] - [[Buddhism practices|http://buddhismbeliefs.org/buddhism-practices]]''
* ''[[Why Thailand Rob is on Patreon|https://www.patreon.com/ThailandRob?ty=h]] - [[Tootsie Rolls|Tootsie Roll Tragedy: The Real Leo Hirschfeld Story]] - [[Patreon is recurring crowdfunding for artists and creators.|http://blog.patreon.com/]] - [[Siamese cat|https://en.wikipedia.org/wiki/Siamese_cat]] - [[Siamese Rescue|http://www.siameserescue.org/]]''
* ''[[20 Seconds in Thailand VLOG 001/ Why you see me on YouTube|https://youtu.be/EVfmXybIf3w?list=PLG0GurhlflTd7lZ45X86gNrLQ1K7jb2ke]]''
* [[Diyouware TwinTeeth: The PCB mini-factory]]
* ''[[Zhiyun Z one pro Z1 pro 3 Axis Handheld Gimbal Camera Stabilizer for Gopro 3 3+ 4,support Gopro 4 with LCD BacPac|http://www.amazon.com/dp/B00P7HCIK6/ref=dra_a_rv_mr_hn_xx_P1400_1000?tag=dradisplay-20&ascsubtag=dba7e5b1b13557bc32590c598c30f4e6_S]]'' - $168.90 & FREE Shipping on Amazon.
* ''[[HoboTraveler|http://www.hobotraveler.com/videos/]]''
* [[JetRadar - Los Angeles to All Points, Thailand]]
* [[Chiang Mai (Thailand) Vacation Travel Video Guide]]
* ''[[THAILAND - Girls, Bars, Food, Prices, Accommodation, Tips|https://youtu.be/YFzdKpyd7YQ]] - [[Cost of Buying a Used Motorcycle at Thai Prices -- Chiang Mai|https://youtu.be/1ooWJ-u_4QE]]''
* ''[[Thailand Immigration, VISA and VISA runs from Bangkok VLOG 039|https://youtu.be/rDlkDAYM2HU?list=PLG0GurhlflTd7lZ45X86gNrLQ1K7jb2ke]]''
* ''[[Visa Run between Chiang Mai, Thailand and Vientiane, Laos|https://www.youtube.com/watch?v=NVZA23V4T5w]]''
* ''[[20 Seconds in Thailand VLOG 011 / Visa run to Laos|https://youtu.be/cz7d4YfL77U]] - [[Malaysia]]''
* ''[[Thailand Visa Regulations for Retirement and Tourism|http://www.retirecheap.asia/more-videos.htm#legal]] - [[Passports & International Travel]] - [[How to apply for 6 month visa in Thailand HIPPY STYLE|https://youtu.be/WLutfp9t_nM]] - [[2|https://youtu.be/mjFQ7vyBOUA]]''
''I love Catamaran Sailboats. They sail flat when you are careful. Be [[careful|Catamaran Capsize Compilation (AC45+AC72)]]. [[Dragonfly Trimarans|https://en.wikipedia.org/wiki/Dragonfly_Trimarans]] are safer and better, and they fold. I want one.'' 
''See more boats here...''  [[Living on a Boat]] - ''part 2 Youtubes (also monohulls)''
[[5000 Nukes trained by Adm. Hyman G. Rickover are now at retirement age in 2016|https://en.wikipedia.org/wiki/Hyman_G._Rickover]]. I'm one. (Graduated at Mare Island, Valejo, Ca. 1968 - Reagans 400 ship - plans for more - [[Piss-ant Navy|http://goo.gl/5uUgZV]] 1981)
[[20 Seconds in Thailand|https://www.youtube.com/channel/UCd7MMxZLnYVREjGJLXYJvCA/featured]] - [[Mix - OMFG - I Love You|https://youtu.be/qn-X5A0gbMA?list=RDqn-X5A0gbMA]] Theme Songs
|[[EXTENDED Benny Hill Theme Remix|https://youtu.be/b3l3pIRQf0M?list=PLcXS0m58tiZIFEdxoK6zkTY0tGcTgSo0A]] - [[Queen - Don't Stop Me Now|https://youtu.be/HgzGwKwLmgM?list=RDC6-TWRn0k4I]] [[2|https://youtu.be/fJ9rUzIMcZQ?list=RDC6-TWRn0k4I]] - [[Up and the Hierarchy of Needs|https://youtu.be/Iucf76E-R2s]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/b3l3pIRQf0M?list=PLcXS0m58tiZIFEdxoK6zkTY0tGcTgSo0A" frameborder="0" allowfullscreen></iframe></html>|[[Yakety Sax|https://youtu.be/ZnHmskwqCCQ?list=RDZnHmskwqCCQ]] - [[God Bless Tiny Tim 1993|https://youtu.be/gxlCZFQfMlc]] [[2|https://youtu.be/f5RNwvEn8gE]] - [[Heresy|https://en.wikipedia.org/wiki/Heresy]] - [[Hit the road Jack|https://youtu.be/rU_EweSJfGE?list=RDrU_EweSJfGE]] - [[Christina Aguilera - Candyman|https://youtu.be/-ScjucUV8v0?list=RD-ScjucUV8v0]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/ZnHmskwqCCQ?list=RDZnHmskwqCCQ" frameborder="0" allowfullscreen></iframe></html>|
|[[Mission Impossible|https://youtu.be/XAYhNHhxN0A?list=RDXAYhNHhxN0A]] - [[Circus - Themes|https://youtu.be/zjedLeVGcfE?list=PL1TH9qdjs_UB9jnoFB_rnn6HNhqqX7mF5]] - [[Carousel-Circus Contraption|https://youtu.be/bu0-Q0h_0Vc?list=PLldepEq5ld7WNGsywRK4LWPa75o4FVl5x]] - [[Ode to my Employer|https://youtu.be/ea3V-FQsjOQi]] [[2|https://youtu.be/-5KMjk1UrDk]] [[3|https://youtu.be/KzBqYRjFfCo?list=PL1QGew_hPm3_jU0y6CQGR85qnDYcpQ6jZ]] - [[Metrazol|http://en.wikipedia.org/wiki/Pentylenetetrazol]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/XAYhNHhxN0A?list=RDXAYhNHhxN0A" frameborder="0" allowfullscreen></iframe></html>|[[Classical Music Mix|https://youtu.be/E2LM3ZlcDnk?list=PLC1JXKULf9OKH7zjrkVL2YsfVu_GUDFKZ]] - [[Bolero - Leonard Berstein|https://youtu.be/rQ0x8AVamRY?list=RDa9M2oTHa3GM]] - [[Varèse: Complete Works|https://youtu.be/xz87TReEtbY?list=PLD87B8543E5C52A21]] - [[West Side Story|https://youtu.be/e-4q-fHRqTk]] - [[Gershwin|https://youtu.be/ynEOo28lsbc?list=RDynEOo28lsbc]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/E2LM3ZlcDnk?list=PLC1JXKULf9OKH7zjrkVL2YsfVu_GUDFKZ" frameborder="0" allowfullscreen></iframe></html>|
|[[Spirit-Fight-Evil (จิต-สู้-มาร)|https://www.viddsee.com/video/spirit-fight-evil/tfyib]]<br><html><iframe width="560" height="315" src="https://www.viddsee.com/player/tfyib" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></html>|[[Sun Ra|https://youtu.be/wb49EZ1fyp4]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/wb49EZ1fyp4" frameborder="0" allowfullscreen></iframe></html>|
[[Peter Kamala|http://goo.gl/W6zV1d]] [[2|http://goo.gl/zbc8yi]] [[3|http://goo.gl/1d9MRC]] [[4|http://goo.gl/WThN8z]] - Enie, Meanie, Miney, Moe, [[The Flying Tigers|http://militaryhistory.about.com/od/naval/p/World-War-Ii-Colonel-Gregory-Pappy-Boyington.htm]] (also The American Volunteer Group {AVG} in China - August 1941)