<!--{{{-->
<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>>
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
''[[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]]


''[[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://almanac.tiddlyspot.com/#Bookmarks]]
<html>
<!DOCTYPE NETSCAPE-Bookmark-file-1>
<!-- This is an automatically generated file. It will be read and overwritten. DO NOT EDIT! -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<TITLE>Bookmarks</TITLE>
<H1>Bookmarks</H1>
<DL><p>
  <DT><H3 PERSONAL_TOOLBAR_FOLDER="true">Bookmarks Bar</H3>
  <DL><p>
    <DT><H3>Main Toolbar</H3>
    <DL><p>
      <DT><A HREF="http://websdr.suws.org.uk/">WebSDR</A>
      <DT><A HREF="https://web.telegram.org/#/im">Telegram</A>
      <DT><A HREF="https://www.google.com/">Google</A>
      <DT><A HREF="https://drive.google.com/#all">GDrive</A>
      <DT><A HREF="https://console.cloud.google.com/home/dashboard?project=modular-analog-175501">GHome</A>
      <DT><A HREF="https://www.google.com/voice/b/0?gsessionid=qPltIWs7E97rvoJRrCgKhRcBYPnWDgOg#inbox">Voice</A>
      <DT><A HREF="https://express.google.com/">GExpress</A>
      <DT><A HREF="https://time.is/">Time</A>
      <DT><A HREF="http://en.wikipedia.org/wiki/Main_Page">Wikipedia</A>
      <DT><A HREF="http://localhost:8000/wikipedia_en_all_2016-05/">Kiwix</A>
      <DT><A HREF="http://n6xre.tiddlyspot.com/">TWn6xre</A>
      <DT><A HREF="https://www.obitalk.com/obinet/pg/obhdev/speeddial">OBiTALK</A>
      <DT><A HREF="http://www.amazon.com/">Amazon</A>
      <DT><H3>Walmart</H3>
      <DL><p>
        <DT><A HREF="https://www.walmart.com/">Walmart</A>
        <DT><A HREF="http://www.walmart.com/search/search-ng.do?_rel=grandma%27s+molasses&search_constraint=0&search_query=all+groceries+sold+online">Walmart groceries</A>
        <DT><A HREF="http://www.walmart.com/ip/Pace-Picante-Medium-Salsa-64-oz/11984482">Pace Picante Salsa - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Great-Value-Pure-Sugar-5-Lb/10314930">Get the Great Value Sugar at Walmart.com. Save money. Live better.</A>
        <DT><A HREF="http://www.walmart.com/ip/Augason-Farms-Vegetable-Stew-Mix-2-lb/21777152?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1094144&client_guid=1e21d545-8c80-428b-8ce2-cb2258c8aa94&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=22001476&guid=b2a55548-5852-4e74-9341-6c5c9e9afdb1&bucket_id=000&findingMethod=p13n">Augason Farms Vegetable Stew Mix, 2 lb - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Augason-Farms-Whole-Eggs-Dried-Egg-Product-33-oz/21777161?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1094144&client_guid=1e21d545-8c80-428b-8ce2-cb2258c8aa94&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=22001476&guid=b2a55548-5852-4e74-9341-6c5c9e9afdb1&bucket_id=000&findingMethod=p13n">Augason Farms Dried Whole Eggs - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Augason-Farms-Country-Fresh-100-Instant-Nonfat-Dry-Milk-29-oz/21777157?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1094144&client_guid=1e21d545-8c80-428b-8ce2-cb2258c8aa94&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=22001476&guid=b2a55548-5852-4e74-9341-6c5c9e9afdb1&bucket_id=000&findingMethod=p13n">Augason Farms Emergency Food Country Fresh 100% Instant Nonfat Dry Milk, 29 oz: Meal Solutions, Grains & Pasta : Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Augason-Farms-Long-Grain-White-Rice-28-lb/22001476">Augason Farms Long Grain White Rice - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Augason-Farms-Cheese-Blend-Powder-3-lbs/21777164?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1094144&client_guid=1e21d545-8c80-428b-8ce2-cb2258c8aa94&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=22001476&guid=b2a55548-5852-4e74-9341-6c5c9e9afdb1&bucket_id=000&findingMethod=p13n">Augason Farms Cheese Powder, 3 lbs - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Augason-Farms-Potato-Gems-Complete-Mashed-Potatoes-48-oz/21777155?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1094144&client_guid=1e21d545-8c80-428b-8ce2-cb2258c8aa94&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=22001476&guid=b2a55548-5852-4e74-9341-6c5c9e9afdb1&bucket_id=000&findingMethod=p13n">Augason Farms Emergency Food Supplies, Potato Gems - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Crisco-All-Vegetable-Butter-Flavor-Shortening-48-oz/10308182">Crisco Butter Shortening, All-Vegetable Butter Flavor - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Great-Value-Cheddar-Flavor-Sauce-Cheese-Sensations-16-oz/10316724">Sensations Original Cheddar Cheese Dip - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Kraft-Macaroni-Cheese-Pack-of-Five/14869676?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1001477&client_guid=adbbafbb-42bc-4141-b032-f183811c1ee0&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=14053169&guid=fd08f2d0-7fb9-4afb-816b-3f7af13362c5&bucket_id=000&findingMethod=p13n">Kraft Macaroni & Cheese Dinner Original Flavor - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Great-Value-Easy-Melt-Cheese-32-oz/10452425?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976785%3A1001341&client_guid=fe9798fb-0672-4b6c-a9b6-87057f4890ec&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=10314948&guid=ae3572a4-c378-4249-a609-2275175f18ec&bucket_id=000&findingMethod=p13n">Great Value Easy Melt Cheese - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Augason-Farms-Honey-Powder-3-lb/21777154?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1094144&client_guid=1e21d545-8c80-428b-8ce2-cb2258c8aa94&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=22001476&guid=b2a55548-5852-4e74-9341-6c5c9e9afdb1&bucket_id=000&findingMethod=p13n">Augason Farms Emergency Food Honey Powder, 3 lb: Meal Solutions, Grains & Pasta : Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Newman-s-Own-Pasta-Sauce-Sockarooni-Peppers-Spices-The-Whole-Shebang-24-oz/10535516">Newman's Own: Sockarooni Pasta Sauce, 24 Oz: Condiments, Sauces & Spices : Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/25582189?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976786%3A1076366&client_guid=a7b4bdae-a403-4115-94c9-6ee4f2077e5f&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=10535516&guid=03e7fcce-6258-4a99-b244-74dda7c9b5e6&bucket_id=000&findingMethod=p13n">Barilla Medium Shells Pasta, 1 lb (Pack of 2): Meal Solutions, Grains & Pasta : Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Swanson-White-Premium-Chunk-Chicken-Breast-12.5-oz/13281590?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1001781&client_guid=7e099912-7143-4302-95e0-c91aeac950cf&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=10291691&guid=71b2e119-d805-4d09-b428-c6dfc8f3b04c&bucket_id=000&findingMethod=p13n">Swanson: White Premium Chunk Chicken Breast, 12.5 Oz: Meal Solutions, Grains & Pasta : Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Botan-U.S.-No.-1-Extra-Fancy-Calrose-Rice-20-lb/15754578">Shop for the Botan U.S. No. 1 Calrose Rice at an always low price from Walmart.com. Save money. Live better.</A>
        <DT><A HREF="http://www.walmart.com/ip/Augason-Farms-Dinner-Mix-Variety-Pack-Set-of-6/21777150?action=product_interest&action_type=title&placement_id=irs-srp-1&strategy=PWVAV&visitor_id=49306444716&client_guid=aa13bcf8-7dde-4a81-a5f7-f1918544473f&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=8&parent_item_id=21777161%2C20532426%2C22001495%2C28485788%2C10291891%2C17194628%2C10291875%2C10291898%2C17341065%2C21836275%2C17340987%2C28367445%2C24929722%2C24879478%2C30100640%2C10291874&guid=4afc5bc8-471f-402a-8a5d-1c131e80d307&bucket_id=000&findingMethod=p13n">Augason Farms Freeze Dried Dinner Mix Variety Pack, Set of 6 - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Great-Value-Pure-Canola-Oil-48-fl-oz/10450988?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1001781&client_guid=7e099912-7143-4302-95e0-c91aeac950cf&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=10291691&guid=71b2e119-d805-4d09-b428-c6dfc8f3b04c&bucket_id=000&findingMethod=p13n">Great Value Pure Canola Oil - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Starkist-Chunk-Light-In-Water-5-Oz-Tuna-4-pk/13398023">Starkist Chunk Light Tuna In Water, (Pack of 4): Meal Solutions, Grains & Pasta : Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/La-Choy-All-Purpose-Soy-Sauce-15-oz/10292197">La Choy: Soy Sauce All Purpose, 15 Oz: Condiments, Sauces & Spices : Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Great-Value-Pinto-Beans-64-oz/10314948">Great Value Beans - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Great-Value-Unsalted-Dry-Roasted-Peanuts-Nuts-16-oz/10448400">Great Value Unsalted Roasted Peanuts - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Great-Value-Creamy-Peanut-Butter-28-oz/10315477">Great Value Creamy Peanut Butter - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Grandma-39-s-Original-Unsulphured-Molasses-12-oz/15716722">Grandma's Original Unsulphured Molasses, 12 oz: Condiments, Sauces & Spices : Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Prairie-Gold-Flour-100-Whole-Wheat-5-lb/10453124">Shop for Prairie Gold: 100% Whole Wheat Flour at an always low price from Walmart.com. Save money. Live better.</A>
        <DT><A HREF="http://www.walmart.com/ip/Pace-Chunky-Mild-Salsa-24-oz/10320080">Pace: Chunky Mild Salsa, 24 oz: Condiments, Sauces & Spices : Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Log-Cabin-All-Natural-Syrup-22-oz/15611026">Log Cabin All Natural Syrup, 22 oz: Condiments, Sauces & Spices : Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Dak-Canned-Ham-16-oz/10308362?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1001781&client_guid=a1262ea5-3b6f-4fc0-a550-ad990ef8f485&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=14940789&guid=b0d75927-8451-4d53-9cd0-7f0e4b9dd881&bucket_id=000&findingMethod=p13n">Get the Dak Canned Ham for less at Walmart.com. Save money. Live better.</A>
        <DT><A HREF="http://www.walmart.com/ip/Libby-s-Corned-Beef-12-oz/10536020?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1001781&client_guid=a1262ea5-3b6f-4fc0-a550-ad990ef8f485&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=14940789&guid=b0d75927-8451-4d53-9cd0-7f0e4b9dd881&bucket_id=000&findingMethod=p13n">Purchase the Libbys Corned Beef, 12 oz at Walmart.com. Save money. Live better.</A>
        <DT><A HREF="http://www.walmart.com/ip/Chicken-of-The-Sea-Traditional-Style-Pink-Salmon-14.75-oz/10291691?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1001347&client_guid=219d0bdd-7b86-4cd1-a0ad-d1341f36b3b5&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=10536020&guid=6b00dd20-2fbf-4768-a1ff-ff9a878e5f37&bucket_id=000&findingMethod=p13n">Chicken of the Sea Traditional Pink Salmon - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Starkist-Solid-White-Albacore-In-Water-Tuna-12-oz/10293457?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1001781&client_guid=7e099912-7143-4302-95e0-c91aeac950cf&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=10291691&guid=71b2e119-d805-4d09-b428-c6dfc8f3b04c&bucket_id=000&findingMethod=p13n">StarKist Solid White Albacore Tuna - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Hormel-Chicken-Alfredo-W-Penne-Pasta-In-Alfredo-Sauce-Compleats-Microwave-Bowls-10-oz/10290980?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1001477&client_guid=adbbafbb-42bc-4141-b032-f183811c1ee0&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=14053169&guid=fd08f2d0-7fb9-4afb-816b-3f7af13362c5&bucket_id=000&findingMethod=p13n">Hormel Chicken Pasta With Alfredo Sauce - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Hormel-Turkey-Dressing-W-Gravy-Compleats-Microwave-Bowls-10-oz/10290986?action=product_interest&action_type=title&placement_id=irs_bottom&strategy=PWBAB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1001477&client_guid=8ffdfca4-7d56-4efd-9407-a7ba15c3fde8&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=10290971&guid=83506d12-bd7a-470d-8a92-204dbe5c4291&bucket_id=000&findingMethod=p13n">Hormel Compleats Turkey & Dressing With Gravy Microwave Bowls, 10 oz: Meal Solutions, Grains & Pasta : Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Augason-Farms-Hard-White-Wheat-26-lb/22001478?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1094144&client_guid=1e21d545-8c80-428b-8ce2-cb2258c8aa94&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=22001476&guid=b2a55548-5852-4e74-9341-6c5c9e9afdb1&bucket_id=000&findingMethod=p13n">Augason Farms Hard White Wheat - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Hormel-Salisbury-Steak-W-Sliced-Potatoes-Gravy-Compleats-Microwave-Bowls-10-oz/10290971?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1007519&client_guid=ca74091a-0028-4d34-871e-01a1d2d041e0&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=10290980&guid=c25d130b-13ce-40b9-a5d0-2bf2ec3b49f8&bucket_id=000&findingMethod=p13n">Hormel Microwave Meals, Salisbury Steak W/Sliced Potatoes & Gravy Compleats - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Augason-Farms-30-Day-Emergency-Pail/20532432?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1094144&client_guid=1e21d545-8c80-428b-8ce2-cb2258c8aa94&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=22001476&guid=b2a55548-5852-4e74-9341-6c5c9e9afdb1&bucket_id=000&findingMethod=p13n">Purchase the Augson Farms Easy-To-Prepare Food pail for 30 Days at an always low price from Walmart.com. Save money. Live better.</A>
        <DT><A HREF="http://www.walmart.com/ip/Hormel-Spaghetti-W-Meat-Sauce-Compleats-Microwave-Bowls-10-oz/10290993?action=product_interest&action_type=title&placement_id=irs_bottom&strategy=PWBAB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1001477&client_guid=8ffdfca4-7d56-4efd-9407-a7ba15c3fde8&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=10290971&guid=83506d12-bd7a-470d-8a92-204dbe5c4291&bucket_id=000&findingMethod=p13n">Hormel: Spaghetti W/Meat Sauce Compleats Microwave Bowls, 10 oz: Meal Solutions, Grains & Pasta : Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Augason-Farms-Butter-Powder-36-oz/21777160?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1094144&client_guid=1e21d545-8c80-428b-8ce2-cb2258c8aa94&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=22001476&guid=b2a55548-5852-4e74-9341-6c5c9e9afdb1&bucket_id=000&findingMethod=p13n">Augason Farms Butter Powder - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Great-Value-Creamy-Peanut-Butter-40-oz/10315479">Purchase Great Value Peanut Butter at an always low price from Walmart.com. Save money. Live better.</A>
        <DT><A HREF="http://www.walmart.com/ip/Augason-Farms-Dehydrated-Chopped-Onions-23-oz/22001480?action=product_interest&action_type=title&placement_id=irs_middle&strategy=PWVUB&visitor_id=49306444716&category=0%3A976759%3A976794%3A1094144&client_guid=1e21d545-8c80-428b-8ce2-cb2258c8aa94&customer_id_enc=4ec47f7c2d8862231d5307c44646913b&config_id=0&parent_item_id=22001476&guid=b2a55548-5852-4e74-9341-6c5c9e9afdb1&bucket_id=000&findingMethod=p13n">Augason Farms Dehydrated Chopped Onions, 23 oz - Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Smucker-s-Strawberry-Jelly/10308108">Smucker's: Strawberry Jelly, 18 Oz: Condiments, Sauces & Spices : Walmart.com</A>
        <DT><A HREF="http://www.walmart.com/ip/Bumble-Bee-Albacore-Solid-White-In-Water-5-Oz-Tuna-4-Ct/14940789">Bumble Bee Solid White Albacore, 4 Ct - Walmart.com</A>
      </DL><p>
      <DT><A HREF="https://www.costco.com/warehouse-locations/las-vegas-nv-563.html?utm_source=local&utm_medium=organic&utm_campaign=gmb">Costco</A>
      <DT><A HREF="http://www.banggood.com/?utm_source=google&utm_medium=cpc&utm_content=ALL&utm_campaign=sbc-us-bg&gclid=CjwKEAjwyemvBRDFpN3E5_bs9BQSJAA5n8L2ipXeNaU65d_xqWV5z9OmxcCqvgwBkDk5zuUc60NhZRoCg73w_wcB">Banggood</A>
      <DT><A HREF="https://login.gearbest.com/m-users-a-sign.htm?type=1">GearBest</A>
      <DT><A HREF="http://www.target.com/">Target</A>
      <DT><A HREF="https://www.lowes.com/">Lowe's</A>
      <DT><A HREF="http://www.homedepot.com/">HomeDep</A>
      <DT><A HREF="http://www.ecblendflavors.com/clearomizer-replacement-head-greensound-h2l-coil-5-pack/">ECBlend</A>
      <DT><A HREF="http://www.wizardlabs.us/">Wizard Labs</A>
      <DT><A HREF="http://bikeworldlv.com/">Bike World</A>
      <DT><A HREF="http://knopper.net/knoppix/">KNOPPIX</A>
      <DT><A HREF="https://www.internet-radio.com/">InetRadio</A>
      <DT><A HREF="https://torrents.me/">torrents</A>
      <DT><A HREF="https://thepiratebay.org/">PirateBay</A>
      <DT><A HREF="http://pasteall.org/">PasteAll</A>
      <DT><A HREF="https://itsfoss.com/fix-windows-updates-stuck-0/">How To Fix Windows Updates Stuck At 0%</A>
      <DT><A HREF="https://www.mozilla.org/en-US/firefox/central/">Getting Started</A>
      <DT><H3>Chromium</H3>
      <DL><p>
        <DT><A HREF="http://www.google.com/support/forum/p/Chrome">Google Chrome Help</A>
        <DT><A HREF="http://code.google.com/chromium/">Chromium - Google Code</A>
        <DT><A HREF="http://blog.chromium.org/">Chromium Blog</A>
        <DT><A HREF="http://dev.chromium.org/for-testers/bug-reporting-guidelines">Bug Life Cycle and Reporting Guidelines (The Chromium Projects)</A>
        <DT><A HREF="http://dev.chromium.org/getting-involved">Getting Involved (The Chromium Projects)</A>
      </DL><p>
      <DT><H3>Blender</H3>
      <DL><p>
        <DT><A HREF="http://www.makehuman.org/content/download.html">Download | Makehuman</A>
        <DT><A HREF="https://www.youtube.com/watch?v=mTOBCp2k1R8">Blender Tutorial - Sculpting in Blender Part 1 of 2 - YouTube</A>
        <DT><A HREF="http://www.anatronica.com/index.html">Anatronica | Interactive 3D Human Anatomy | Explore Human Body</A>
        <DT><A HREF="https://www.youtube.com/watch?v=vjMvTJtd6OU">Blender Cloth Simulation - YouTube</A>
        <DT><A HREF="https://www.youtube.com/watch?v=K_okywY3O4c">Blender Female Update 07-15-08 Expressions - YouTube</A>
        <DT><A HREF="https://www.youtube.com/watch?v=CVPcT0dJmoY">Introduction to Camera Tracking in Blender - YouTube</A>
        <DT><A HREF="https://www.youtube.com/watch?v=Txl1X2WVX_E">How to Use Rigify in Blender 2.5 - YouTube</A>
        <DT><A HREF="https://cloud.blender.org/">BlenderCloud</A>
        <DT><A HREF="http://commons.wikimedia.org/wiki/File:BlenderDocumentation.pdf">File:BlenderDocumentation.pdf - Wikimedia Commons</A>
        <DT><A HREF="https://www.youtube.com/watch?v=MMHereecM6k">Blender 2.57 DOA Hitomi rig demo 1 - YouTube</A>
        <DT><A HREF="https://www.youtube.com/watch?v=P7NZxxsRKBY">Free Custom Human 3D Model Creation Tool - MakeHuman - YouTube</A>
        <DT><A HREF="http://kootation.com/muscles-torso.html">Muscles Torso - kootation.com</A>
        <DT><A HREF="https://www.youtube.com/playlist?list=UUsbpadEB5myydWMQ3y5Wjkw">Creating a lifelike character using MakeHuman and Blender</A>
        <DT><A HREF="http://www.youtube.com/watch?v=Txl1X2WVX_E&feature=endscreen&NR=1">How to Use Rigify in Blender 2.5 - YouTube</A>
        <DT><A HREF="https://www.youtube.com/user/AndrewPPrice?feature=watch">Andrew Price - YouTube</A>
        <DT><A HREF="https://www.youtube.com/watch?v=LCvOzCwJ9Vs">How to make a human in Blender using Makehuman - YouTube</A>
        <DT><A HREF="https://www.youtube.com/watch?v=vbvex7maHL8">3D mesh capture from video using all free programs. - YouTube</A>
        <DT><A HREF="http://www.viscoda.com/index.php/en/products/non-commercial/voodoo-camera-tracker">Voodoo Camera Tracker</A>
        <DT><A HREF="https://www.youtube.com/watch?v=pQIbjM8iHkI">Tutorial: 3D Motion Tracking in Blender 2.5 & Voodoo (Freewares) - YouTube</A>
        <DT><A HREF="https://www.youtube.com/watch?v=KXjG8jEa9SI">Sculpting a Human Head in Blender - YouTube</A>
        <DT><A HREF="https://www.youtube.com/watch?v=B9r9tKX5olY">How to do Camera Mapping in Blender - YouTube</A>
        <DT><A HREF="http://www.3dscience.com/3D_Models/Human_Anatomy/index.php?gclid=CKLpoJ-Fx7cCFZPm7Aod_x8AuA">3D Anatomy: 3D Models of the Human Anatomy</A>
        <DT><A HREF="https://www.blender.org/community/">Community — blender.org</A>
        <DT><H3>Sintel</H3>
        <DL><p>
          <DT><A HREF="https://www.youtube.com/watch?v=9pHJzSvnbDg">Walk Cycle Tutorial - Sintel - Blender 2.5 - YouTube</A>
        </DL><p>
      </DL><p>
      <DT><H3>From Google Chrome</H3>
      <DL><p>
        <DT><A HREF="http://knopper.net/knoppix/">KNOPPIX</A>
        <DT><A HREF="http://builder.blender.org/download/">BuildBot</A>
        <DT><A HREF="http://meta.wikimedia.org/wiki/Wikix">Wikix - Meta</A>
        <DT><A HREF="https://www.365dayloan.com/?hid=7066841&n=18136&fname=&lname=&email=">365DayLoan.com</A>
        <DT><A HREF="http://dotepub.com/">dotEPUB</A>
        <DT><A HREF="http://www.bartleby.com/107/">Gray, Henry. 1918. Anatomy of the Human Body</A>
        <DT><A HREF="http://blenderartists.org/forum/">BlenderArtists</A>
        <DT><A HREF="https://bay164.mail.live.com/default.aspx">Outlook</A>
        <DT><A HREF="http://www.miklor.com/uv5r/">Baofeng UV-5R, UV-B5, UV-82, Information Site, Two-Way, Ham Radio, uv5r plus - BaoFeng, Two-Way, Radios, HT, Two-Way Radio, Outdoor, hunting, camping, GMRS, FRS, Ham Radio, Mobile Transceiver, Walkie-Talkie, Radio Accessories, Shortwave Radio</A>
        <DT><A HREF="http://www.pdfescape.com/">PDFescape</A>
        <DT><H3>openSUSE</H3>
        <DL><p>
          <DT><A HREF="http://www.opensuse.org/">openSUSE</A>
          <DT><A HREF="http://wiki.opensuse.org/Portal:How_to_participate">How To participate in openSUSE</A>
          <DT><A HREF="http://forums.opensuse.org/">openSUSE Forums</A>
          <DT><A HREF="http://en.opensuse.org/documentation/">openSUSE Documentation</A>
          <DT><A HREF="http://software.opensuse.org/">openSUSE Download</A>
          <DT><A HREF="http://news.opensuse.org/">openSUSE News</A>
          <DT><A HREF="http://planet.opensuse.org/">Planet SUSE</A>
        </DL><p>
        <DT><A HREF="http://archive.org/details/silent_films">Internet Archive</A>
        <DT><A HREF="http://www.3d.sk/">Human photo references and textures for artists - 3d.sk</A>
        <DT><A HREF="https://lastpass.com/?ac=1&lpnorefresh=1">LastPass</A>
        <DT><A HREF="https://www.whatismyip.com/">MyIP</A>
        <DT><A HREF="http://photosynth.net/userprofilepage.aspx?user=garyrust&content=Synths">Photosynths</A>
        <DT><A HREF="https://www.mojomarketplace.com/scripts">Mojo</A>
        <DT><A HREF="http://www.scholarpedia.org/article/Main_Page">Scholarpedia</A>
        <DT><A HREF="file:///C:/Users/garyrust/Documents/Wikipedia/">C:\</A>
        <DT><A HREF="http://www.milfshookup.com/?ainfo=MzMxMzd8NDIwfDEyMw==&skin=139&i=9&atcc=2299">Milfs</A>
        <DT><A HREF="http://www.4poppers.com/index.php">Poppers 4 Less! Rush Poppers, Jungle Juice Poppers, English & More!</A>
        <DT><A HREF="https://soundcloud.com/pages/contact">About SoundCloud on SoundCloud - Hear the world’s sounds</A>
        <DT><A HREF="http://www.talklikeapirate.com/translator.html">Pirate</A>
        <DT><A HREF="https://www.youtube.com/watch?v=jFy56GzuEXI">[Bonus] Deshaker is Awesome - YouTube</A>
        <DT><A HREF="file:///C:/Program%20Files/ImageMagick-6.8.6-Q16/www/convert.html">ImageMagick: Command-line Tools: Convert</A>
        <DT><A HREF="http://keepvid.com/">KeepVid</A>
        <DT><A HREF="http://blog.linuxmint.com/">Blog</A>
        <DT><A HREF="https://chrome.google.com/webstore/detail/dotepub/okpfiebkkmjcnodegbbbiellepfhoglm">Chrome Web Store - dotEPUB</A>
        <DT><A HREF="https://www.google.com/?gws_rd=ssl">Google</A>
        <DT><A HREF="http://www.banggood.com/?utm_source=google&utm_medium=cpc&utm_content=ALL&utm_campaign=sbc-us-bg&gclid=CjwKEAjwyemvBRDFpN3E5_bs9BQSJAA5n8L2ipXeNaU65d_xqWV5z9OmxcCqvgwBkDk5zuUc60NhZRoCg73w_wcB">Banggood</A>
        <DT><A HREF="http://stores.ebay.com/Electronics-Cafe">Projectors</A>
        <DT><A HREF="http://www.talkatone.com/">Talkatone</A>
        <DT><A HREF="http://www.forvo.com/">Forvo</A>
        <DT><A HREF="http://home.torchbrowser.com/?systemid=448&appid=32&ua=Torch">Search</A>
        <DT><A HREF="http://www.time.gov/HTML5/">Time:</A>
        <DT><A HREF="http://10.77.70.153:8080/cgi-bin/status">10.77.70.153:8080/</A>
        <DT><A HREF="http://192.168.0.1/#">Overdrive</A>
        <DT><A HREF="http://www.gotvapes.com/index.php?main_page=product_info&cPath=148_224&products_id=1730&zenid=386c628986103b3ead9937c68dd47acb">Kanger T4 808 Slim Clear Cartomizers 1ml 2.5ohm - 1PC [gv-KangerT4-808-2.5] - $2.75 : GotVapes.com, E-cigarette Supplies - Atomizers Cartomizers Mods Juice and more</A>
        <DT><A HREF="http://www.blendswap.com/">BlendSwap</A>
        <DT><A HREF="http://www.banggood.com/Eaget-A360-Wireless-8GB-USB-Flash-Drive-Pen-Drive-Wireless-Portable-WiFi-Repeater-p-982537.html">Eaget A360 Wireless 8GB USB Flash Drive Pen Drive Wireless Portable WiFi Repeater Sale-Banggood.com</A>
        <DT><A HREF="http://planetmath.org/">planetmath</A>
        <DT><A HREF="https://ww2.cox.com/resaccount/sign-in.cox?onsuccess=http%3A%2F%2Fww2.cox.com%2Fresaccount%2Fhome.cox&onfailure=http%3A%2F%2Fww2.cox.com%2Fresaccount%2Fsandiego%2Fsign-in.cox">Cox</A>
        <DT><A HREF="https://clara.io/scenes">Clara.io</A>
        <DT><A HREF="https://www.youtube.com/watch?v=qetwzFJ64yE&wide=1">20,000 Leagues Under the Sea (1916) - YouTube</A>
        <DT><A HREF="http://www.waymarking.com/waymarks/WMFP0M_Tamai_Tower_Sakura_Square_Denver_CO">Tamai Tower, Sakura Square - Denver, CO. U.S.A. - People-Named Places on Waymarking.com</A>
        <DT><A HREF="http://www.dxzone.com/catalog/Antennas/">Antennas</A>
        <DT><A HREF="https://www.youtube.com/watch?v=BRU1o-sCnqY&list=PLC22A0E0CDB752A37">Hiromi</A>
        <DT><A HREF="http://www.bestbuy.com/">Best Buy</A>
        <DT><A HREF="https://localhost:10000/">Webmin</A>
        <DT><A HREF="http://archive.org/details/movies">Internet Archive</A>
        <DT><A HREF="http://www.mozilla.com/en-US/firefox/central/">Getting Started</A>
        <DT><A HREF="https://chrome.google.com/webstore/detail/dotepub/okpfiebkkmjcnodegbbbiellepfhoglm?hl=en-US">dotEPUB</A>
        <DT><A HREF="https://ieonline.microsoft.com/#ieslice">Suggested Sites</A>
        <DT><A HREF="http://www.shapeways.com/about/how_does_it_work?li=home-learnmore">Shapeways</A>
        <DT><A HREF="file:///C:/BACKUPS/Blender/www/BlenderTW/tw.html">Blender Organizer</A>
        <DT><A HREF="http://www.vbox.me/">Portable-VirtualBox</A>
        <DT><A HREF="http://www.walmart.com/ip/Nikon-16-MP-Nikon-L820/23204350">Nikon Compact Digital Camera, Black COOLPIX L820 - Walmart.com</A>
        <DT><A HREF="http://127.0.0.1:8888/gui/">Sync</A>
        <DT><A HREF="http://news.bbc.co.uk/go/rss/-/2/hi/default.stm">Latest Headlines</A>
        <DT><A HREF="https://mariadb.org/">Welcome to MariaDB! - MariaDB</A>
        <DT><A HREF="https://kiwiirc.com/client">Kiwi IRC</A>
        <DT><A HREF="http://ocs.ebay.com/ws/eBayISAPI.dll?CustomerSupport">Customer Support</A>
        <DT><A HREF="http://blenderorganizer.tiddlyspot.com/">Blender Organizer - a reusable non-linear personal web notebook</A>
        <DT><A HREF="https://www.google.com/">Google</A>
        <DT><A HREF="https://drive.google.com/#all">Google Drive</A>
        <DT><A HREF="https://play.google.com/">Google Play</A>
        <DT><A HREF="http://torrents.to/">torrents</A>
        <DT><A HREF="https://www2.consumercardaccess.com/main/ralpersonalized/Home">ralphs</A>
        <DT><A HREF="http://www.blender.org/">blender.org</A>
        <DT><A HREF="https://www.youtube.com/">YouTube</A>
        <DT><A HREF="http://www.amazon.com/ref=gno_logo">Amazon</A>
        <DT><A HREF="http://www.frys.com/">Fry's</A>
        <DT><A HREF="file:///C:/BACKUPS/Blender/www/html/Morse%20Code%20Translator.htm">MorseCode</A>
        <DT><A HREF="https://login.skype.com/login?application=account&username=garyrust2013&message=logged_out&return_url=https%3A%2F%2Fsecure.skype.com%2Faccount%2Flogin">Skype</A>
        <DT><A HREF="http://www.sandiego.va.gov/">VA</A>
        <DT><A HREF="http://www.babelfish.com/?aff=4122">BabelFish - Free Online Translator</A>
        <DT><A HREF="http://openlibrary.org/books/OL24780759M/Anatomy_descriptive_and_surgical">Anatomy : descriptive and surgical (Open Library)</A>
        <DT><A HREF="http://localhost:631/">Printing - CUPS</A>
        <DT><A HREF="http://fastwiki.qwrite.info/en/index.html">Fastwiki: Fast Offline wikipedia on Android/Linux/Windows</A>
        <DT><A HREF="https://chrome.google.com/webstore/category/apps">Chrome Web Store - Apps</A>
        <DT><A HREF="http://alter.org.ua/docs/net/http_caching/">HTTP Caching</A>
        <DT><A HREF="http://www.inspiredgeek.com/2011/07/03/root-nook-touch-using-touchnooter-install-go-launcher-nookcolor-tools-gmail-market-youtube-how-to/">Root Nook Touch Using TouchNooter & Install Go Launcher, NookColor Tools, Gmail, Market & YouTube [How to] — Inspired Geek</A>
        <DT><A HREF="http://www.cyberciti.biz/faq/debian-ubuntu-linux-setting-wireless-access-point/">Debian / Ubuntu Linux: Setup Wireless Access Point (WAP) with Hostapd</A>
        <DT><A HREF="http://www.cyberciti.biz/tips/linux-find-out-wireless-network-speed-signal-strength.html">8 Linux Commands: To Find Out Wireless Network Speed, Signal Strength And Other Information</A>
        <DT><A HREF="http://en.wikipedia.org/wiki/Wikipedia:Bookshelf">Wikipedia:Bookshelf - Wikipedia, the free encyclopedia</A>
        <DT><A HREF="http://wireless.kernel.org/en/users/Drivers/carl9170">carl9170 - Linux Wireless</A>
        <DT><A HREF="http://www.techsupportalert.com/content/best-free-pdf-tools.htm#Edit-PDF">Best Free PDF Tools</A>
        <DT><A HREF="http://en.wikipedia.org/wiki/Wikipedia:WBOOKS">Wikipedia:WikiProject Wikipedia-Books - Wikipedia, the free encyclopedia</A>
        <DT><A HREF="http://www.sandiego.va.gov/services/Dental_Services.asp">VA Dental</A>
        <DT><A HREF="http://192.168.2.254/portal/user-authen.php">Westkey</A>
        <DT><A HREF="http://moving.tiddlyspot.com/">TWpsy</A>
        <DT><A HREF="http://127.0.0.1:7657/home">I2P</A>
        <DT><A HREF="https://www.internet-radio.com/">Radio</A>
        <DT><A HREF="http://localhost:8080/dokuwiki/doku.php?id=start">start</A>
        <DT><A HREF="https://jabber.hot-chilli.net/">jabber</A>
        <DT><A HREF="https://www.sheepit-renderfarm.com/">Sheep it Render Farm</A>
        <DT><A HREF="https://www.google.com/voice#inbox">Voice</A>
        <DT><A HREF="https://goo.gl/eu5bw3">Facebook</A>
        <DT><A HREF="http://localhost/mediawiki/index.php/Main_Page">N6XRE</A>
        <DT><A HREF="http://h8quadmod.tiddlyspot.com/#%5B%5BBitTorrent%20Sync%20Links%5D%5D">h8quadmod - fishcode - h8quadmod - glassparrot - blenderorganizer</A>
        <DT><A HREF="http://en.wikipedia.org/wiki/Main_Page">Wikipedia</A>
        <DT><A HREF="http://weeklyads.walmart.com/hosted_services/walmart?store_code=5023">Walmart</A>
        <DT><A HREF="http://www.amazon.com/">Amazon</A>
        <DT><A HREF="https://thepiratebay.se/">PirateBay</A>
        <DT><A HREF="http://www.ecblendflavors.com/">ECBlend</A>
        <DT><A HREF="http://www.wizardlabs.us/">Wizard Labs</A>
        <DT><A HREF="http://imgur.com/">Imgur</A>
        <DT><A HREF="http://poppersbuyersclub.com/index.php/checkout/onepage/success/">PWD Rush Poppers Online Poppers for Sale | Multi Purpose Solvent Cleaners</A>
        <DT><A HREF="http://thepiratebay.se/">PirateBay</A>
        <DT><A HREF="http://www.bitcoinstore.com/">Bitcoinstore</A>
        <DT><A HREF="http://mathworld.wolfram.com/">MathWorld</A>
        <DT><A HREF="http://www.sipbroker.com/sipbroker/action/pstnNumbers">SIPBroker</A>
        <DT><A HREF="http://192.168.0.24:8000/wikipedia_en_all_nopic_01_2012/">Wikipedia</A>
        <DT><A HREF="http://en.wikisource.org/wiki/Popular_Science_Monthly/Volume_3/August_1873/Electric_Telegraphs">Morse</A>
        <DT><A HREF="http://localnode:8080/">http://localnode:8080/ is not available</A>
        <DT><A HREF="http://www.broadcastify.com/listen/ctid/219">San Diego County California Live Audio Feeds</A>
        <DT><A HREF="https://www.twittergadget.com/gadget.asp">TwitterGadget: Twitter Client</A>
        <DT><A HREF="http://www.archimedes-lab.org/">Archimedes</A>
        <DT><A HREF="http://inter800.com/">800Dir</A>
        <DT><A HREF="http://developer.android.com/training/basics/firstapp/index.html">Building Your First App | Android Developers</A>
        <DT><A HREF="https://www.yakfree.com/index.php">Yakfree</A>
        <DT><A HREF="http://glassparrot.tiddlyspot.com/">BlenderOrganizer</A>
        <DT><A HREF="http://www.techisky.com/how-to/embed-video-mkv-mp4-wmv-avi-avchd-to-acrobat-pdf.html">Embed Video to PDF</A>
        <DT><A HREF="http://wiki.mobileread.com/wiki/E-book_Reader_Matrix">MobileRead</A>
        <DT><A HREF="https://www2.virginmobileusa.com/broadbandLogin/broadbandLogin.do">Virgin</A>
        <DT><A HREF="http://support.lenovo.com/en_US/downloads/default.page?">Lenovo</A>
        <DT><A HREF="https://www2.virginmobileusa.com/mydatacard/usageHistory.do">Virgin Usage</A>
        <DT><A HREF="https://211colorado.communityos.org/sys/profile.taf?profiletype=service&recordid=52798">Sakura Square/Tamai Towers</A>
        <DT><A HREF="http://www.berkeleypottersstudio.com/firing.html">Firing Services</A>
        <DT><A HREF="http://www.w1hkj.com/index.htm">W1HKJ Software</A>
        <DT><A HREF="http://www.coolaudio.com/products.html">:: Official website of Coolaudio Semiconductors (COOLAUDIO International Limited) - www.coolaudio.com</A>
        <DT><A HREF="https://www.mozilla.org/en-US/firefox/central/">Getting Started</A>
        <DT><A HREF="http://kanotix.com/">KANOTIX</A>
        <DT><A HREF="http://portableapps.com/">PortableApps.com</A>
        <DT><A HREF="https://cloud.blender.org/">BlenderCloud</A>
        <DT><A HREF="https://www.google.com.br/webhp?ie=UTF-8&client=ubuntu&rct=j">Google</A>
        <DT><A HREF="https://oldpiratebay.org/">PirateBay</A>
        <DT><A HREF="http://www.pinzoo.com/?gclid=CjwKEAjwkcWrBRDg5u6SuPS11C0SJAChLLAHYyiPHKDca7uVaZeJSbKenMW-MlpwXKpc5OSpw4ahXBoCM6Lw_wcB">PINZOO Official Site • Compare and buy prepaid phone cards (calling cards) & wireless refill airtime minutes</A>
        <DT><A HREF="http://tinyurl.com/njtafkt">Facebook</A>
        <DT><A HREF="http://www.linuxmint.com/">Linux Mint</A>
        <DT><A HREF="http://community.linuxmint.com/">Community</A>
        <DT><A HREF="http://forums.linuxmint.com/">Forums</A>
        <DT><A HREF="https://www.facebook.com/gary.rust.75">GR</A>
        <DT><A HREF="https://www.jamendo.com/start">Jamendo</A>
        <DT><A HREF="http://localhost:8000/wikipedia_en_all_2015-05/?">Kiwix</A>
        <DT><A HREF="https://plus.google.com/hangouts">Hangouts</A>
        <DT><A HREF="http://fishcode.tiddlyspot.com/">⌂ - Home</A>
        <DT><A HREF="http://192.168.0.11/mediawiki/index.php/Kiwix_Wikipedia">Kiwix</A>
        <DT><A HREF="http://psychology.tiddlyspot.com/">TWpsy</A>
        <DT><H3>Music</H3>
        <DL><p>
          <DT><A HREF="https://www.youtube.com/watch?v=pkCQr5AMdvE&list=RDw3Zg9G13Lt4">NEW YORK Metropolitan Chillout Luxury Lounge - YouTube</A>
          <DT><A HREF="https://www.youtube.com/watch?v=BRU1o-sCnqY&list=PLC22A0E0CDB752A37">Hiromi</A>
          <DT><A HREF="https://www.youtube.com/watch?v=Ud9CpGOG1GE">Complete Piano Theory Course</A>
          <DT><A HREF="https://www.youtube.com/watch?v=jSOU-J9KHbg">How to Read Notes Fast - The Landmark System - YouTube</A>
          <DT><A HREF="https://www.youtube.com/watch?v=j-reZDyn2XE">The Rite Of Strings - YouTube</A>
          <DT><A HREF="https://www.youtube.com/watch?v=kvGYl8SQBJ0&t=1337s">Understanding Music Theory in One Hour - Animated Music Lesson - YouTube</A>
          <DT><A HREF="https://www.youtube.com/watch?v=jK-jr2AkMQ4&list=RDjK-jr2AkMQ4">Music Theory Workshop - YouTube</A>
          <DT><A HREF="https://www.youtube.com/watch?v=qpXw6rytCZw&list=RDqpXw6rytCZw&t=28">1938 Ray Noble - Cherokee (the first recorded version) - YouTube</A>
          <DT><A HREF="https://www.youtube.com/watch?v=lf9b86WWfjw&list=RDlf9b86WWfjw&t=34">Charlie Parker - Cherokee - YouTube</A>
          <DT><A HREF="https://www.youtube.com/watch?v=-ECBgxAowig&list=RD-ECBgxAowig&t=88">(257) See what’s new in KOMPLETE KONTROL | Native Instruments - YouTube</A>
          <DT><A HREF="https://www.youtube.com/watch?v=OaiiqKgXDCY&list=RDOaiiqKgXDCY&t=109">QSC K10 And Yamaha MG06X (used instead of amp or PA) Review - YouTube</A>
          <DT><A HREF="http://www.radioforest.net/">Online radio stations | RadioForest.net</A>
        </DL><p>
        <DT><A HREF="http://192.168.0.10/mediawiki/index.php/Main_Page">Main_Page</A>
        <DT><A HREF="http://www.tollfreeda.com/">TollFreeDir</A>
        <DT><A HREF="https://contacts.google.com/preview/all">Contacts</A>
        <DT><A HREF="http://localhost:8000/wikipedia_en_all_2015-05/A/Phuket_Province.html">Kiwix</A>
        <DT><A HREF="https://hangouts.google.com/">Hangout</A>
        <DT><A HREF="http://blenderaid.com/index">Blender Aid</A>
        <DT><A HREF="http://www.assurancewireless.com/Public/MorePrograms.aspx?utm_source=googlec&utm_medium=cpc&utm_term=see_if_you_qualify_for_250_mins&utm_content=KCT_-_Freeutm_campaign=Low_Efficiency_-_Brand_-_KCTbrand&gclid=CPqogaa9g70CFUVgMgod0HQAqQ&gclsrc=aw.ds">Lifeline</A>
        <DT><A HREF="http://www.winsystem.org/">Winsystem</A>
        <DT><A HREF="http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830">ULS License - Amateur License - N6XRE - RUST, GARY A</A>
        <DT><A HREF="http://twitter.com/">Twitter</A>
        <DT><A HREF="https://play.google.com/store/apps/details?id=com.hace.fastwiki&feature=also_installed">fastwiki Offline Encyclopedia - Android Apps on Google Play</A>
        <DT><A HREF="http://www.eham.net/reviews/products/22">QRP Radios</A>
        <DT><A HREF="http://www.endurance-rc.com/vreg.php">Endurance R/C - Voltage Regulators</A>
        <DT><A HREF="http://www.geekbuying.com/item/Tronsmart-MK908II-RK3188-Cortex-A9-Quad-Core-1-6GHz-Google-Android-4-2-Mini-TV-BOX-2G-8G-BT-External-Wifi-Antenna-Black-318432.html">Tronsmart MK908II RK3188T Cortex-A9 Quad Core 1.4GHz Google Android 4.2 Mini TV BOX 2G/8G Bluetooth External Wifi Antenna-Black - GeekBuying.com</A>
        <DT><A HREF="http://www.bbc.co.uk/">BBC</A>
        <DT><A HREF="http://pocketmariner.com/">Pocket Mariner</A>
        <DT><A HREF="https://www.youtube.com/watch?v=syujTp5m5Vk">How To Start Your Own Country - S1E1.avi - YouTube</A>
        <DT><A HREF="http://www.ebay.com/">eBay</A>
        <DT><A HREF="http://www.google.com/">Google</A>
        <DT><A HREF="http://www.convert-me.com/en/">Measurement Converter: Conversion of Weights and Measures</A>
        <DT><A HREF="http://www.element14.com/community/docs/DOC-69210/l/fpga-development-board-for-the-raspberry-pi">FPGA Development Board for the RASPBERRY PI | element14</A>
        <DT><A HREF="http://www.pogoplug.com/promo/microcenter">PogoPlug 10GB Free</A>
        <DT><A HREF="https://www.duolingo.com/">Duolingo | Learn Spanish, French, German, Portuguese, Italian and English for free</A>
        <DT><A HREF="http://www.rtfhsd.org/about-us/linksresources/">Homeless San Diego</A>
        <DT><A HREF="http://www.howtogeek.com/128087/how-to-run-chrome-os-in-virtualbox-and-try-out-chrome-os-before-buying-a-chromebook/">How To Run Chrome OS in VirtualBox and Try Out Chrome OS Before Buying a Chromebook</A>
        <DT><A HREF="http://www.eoearth.org/">Earth</A>
        <DT><A HREF="http://solvcosales.com/">POPPERS-Solvco</A>
        <DT><A HREF="http://vube.com/c/Movies/videos/trending?t=s">Movies - Vube.com</A>
        <DT><A HREF="http://en.pdf24.org/">Create PDF | Free PDF Creator & Converter | PDF24.org</A>
        <DT><A HREF="http://www.youtube.com/watch?v=24qUFDdZAG8">Faceshift: Markerless Motion Capture - YouTube</A>
        <DT><A HREF="http://iclone.reallusion.com/?gclid=CK-5wbTSzrkCFSVBQgodixQAiA">iClone - Real-time 3D Cartoon & Animation Software</A>
        <DT><A HREF="http://www.towerco.com/simplicityfound/tower-acquisition/index.aspx">TowerCo</A>
        <DT><A HREF="https://maps.google.com/maps?q=clear+wimax+in+92101&ie=UTF-8&ei=FglJUtugEsz0qQGAmIDgDw&ved=0CAgQ_AUoAg">1450 4th Avenue, San Diego, CA - Google Maps</A>
        <DT><A HREF="http://www.pacificahotelsd.com/Rooms_2.html">A Private Room</A>
        <DT><A HREF="http://www.senioroutlook.com/">SeniorOutlook.com - SeniorOutlook.com</A>
        <DT><A HREF="http://www.senioroutlook.com/listing/8853/village-at-lakeside-apartments">Village At Lakeside Apartments Lakeside CA - SeniorOutlook.com</A>
        <DT><A HREF="https://krogeriwireless.com/my-account/overview/?action=refresh">Overview | i-wireless</A>
        <DT><A HREF="http://www.miracledentures.com/">Snap On Dentures | Mini Implant Dentures | Dentures Mexico Dentist</A>
        <DT><A HREF="http://www.sandiego.gov/housing/">Affordable Housing Information | City of San Diego</A>
        <DT><A HREF="http://sdhc.org/">San Diego Housing Commission</A>
        <DT><A HREF="http://www.gosection8.com/">Section 8 Housing Search | Section 8 Houses For Rent | Section 8 Housing List | GoSection8.com</A>
        <DT><A HREF="http://www.codingcomputing.com/member.php">Coding Computing Forums - Registration</A>
        <DT><A HREF="http://ntt.cc/2010/08/18/10-free-premium-ebooks-for-google-android-development.html">10 Ebooks(4 Free + 6 Premium) For Google Android Development - Ntt.cc</A>
        <DT><A HREF="http://www.nytimes.com/">NY Times</A>
        <DT><A HREF="http://www.cnn.com/">CNN</A>
        <DT><A HREF="http://www.yahoo.com/">Yahoo!</A>
        <DT><A HREF="http://picasaweb.google.com/">Picasa</A>
        <DT><A HREF="http://www.wikipedia.org/">Wikipedia</A>
        <DT><A HREF="http://www.facebook.com/">Facebook</A>
        <DT><A HREF="http://en.wikipedia.org/wiki/Werner_Heisenberg">Werner Heisenberg - Wikipedia, the free encyclopedia</A>
        <DT><A HREF="http://www.igniterealtime.org/#hsql">Ignite Realtime: a real time collaboration community site</A>
        <DT><A HREF="https://play.google.com/store/apps/details?id=org.kiwix.kiwixmobile">Kiwix (Offline Wikipedia) - Android Apps on Google Play</A>
        <DT><A HREF="http://raspberrypisynthesizer.blogspot.co.uk/2012/09/playing-with-cutoff.html">Soft synths and iPads and Raspberry Pi: Playing with the filter cutoff</A>
        <DT><A HREF="http://blog.laptopmag.com/miracast-android-mini-pc">Miracast Wireless Display</A>
        <DT><A HREF="http://www.freaktab.com/forumdisplay.php?143-Linux-Picuntu-Ubuntu-ports&s=28915ef6fcaf3619e7a6be4353425fd6">Linux, Picuntu, Ubuntu ports</A>
        <DT><A HREF="http://www.armtvtech.com/armtvtechforum/viewforum.php?f=12&sid=f2cc43ce37fcc2bb64bd100e96f8b24b">www.ArmTvTech.com • View forum - Firmware</A>
        <DT><A HREF="http://www.geekbuying.com/item/Bundle-Tronsmart-MK808B-Google-TV-BOX-Mini-TV-Dongle-RK3066-Dual-Core-1G-8G---Tronsmart-TSM-01-Air-Mouse---Keyboard-317446.html">Bundle Tronsmart MK808B Google TV BOX Mini TV Dongle RK3066 Dual Core 1G/8G + Tronsmart TSM-01 Air Mouse & Keyboard - GeekBuying.com</A>
        <DT><A HREF="http://epoppers.com/index.php?dispatch=products.view&product_id=29911">English Classic NPR 30ml</A>
        <DT><A HREF="http://www.official-drivers.com/installer/drivercate.php?local=en&seed=windows">Windows Drivers & Downloads - Windows</A>
        <DT><A HREF="http://us.gateway.com/gw/en/US/content/drivers-downloads">Drivers & Downloads</A>
        <DT><A HREF="http://www.ralphstersspores.com/USA/product_info.php?products_id=15">RalphstersSpores</A>
        <DT><A HREF="http://thepiratebay.si/torrent/6716160/French_Language_Learning_Pack_(Updated">French Language Learning Pack (Updated) (download torrent) - TPB</A>
        <DT><A HREF="http://www.niresh.co/videos/category-1-installation-guides/">Hackintosh</A>
        <DT><A HREF="http://www.ted.com/playlists/148/depths_of_corruption">Depths of corruption | Playlist | TED.com</A>
        <DT><A HREF="http://www.sealandgov.org/about">About The Principality of Sealand</A>
        <DT><A HREF="http://www.mekanizmalar.com/theo_jansen.html">Theo Jansen Mechanism</A>
        <DT><A HREF="http://www.instantcheckmate.com/">Checkmate</A>
        <DT><A HREF="http://microcentertech.com/">WinBook Support</A>
        <DT><A HREF="http://chat.microcentertech.com/">Chat With WinBook Support</A>
        <DT><A HREF="http://email.microcentertech.com/">Email WinBook Support</A>
        <DT><A HREF="http://www.microcentertech.com/remote">WinBook Remote Assistance</A>
        <DT><A HREF="http://pogoplug.com/view">My Pogoplug: View</A>
        <DT><A HREF="file:///C:/Windows/Offline%20Web%20Pages/Readme.htm">Microsoft Office Download Readme</A>
        <DT><A HREF="http://www.iviewus.com/">iView</A>
        <DT><A HREF="https://kat.cr/search/xxx%20torrent/">KickassTorrents</A>
        <DT><A HREF="http://plugable.com/2016/03/14/listening-to-bluetooth-audio-on-your-raspberry-pi-3-pi-2-or-pi-zero">Listen to Bluetooth Audio on Your Raspberry Pi 3, Pi Zero, or Earlier Pi | Plugable</A>
        <DT><A HREF="http://youpornbook.com/">YouPornBook</A>
        <DT><A HREF="http://theporndude.com/top-porn-torrents-sites">16 Top Porn Torrents Sites</A>
        <DT><A HREF="http://www.tripadvisor.com/Home-m25036">Tripadvisor</A>
        <DT><A HREF="http://websdr.ewi.utwente.nl:8901/">Wide-band WebSDR in Enschede, the Netherlands</A>
        <DT><A HREF="http://www.webupd8.org/2016/04/things-to-do-after-installing-ubuntu-1604-lts-xenial-xerus.html">Things To Do After Installing Ubuntu 16.04 LTS (Xenial Xerus) ~ Web Upd8: Ubuntu / Linux blog</A>
        <DT><A HREF="http://support.lenovo.com/en_US/downloads/detail.page?&LegacyDocID=MIGR-73784">Lenovo Solution Center for Windows 8 (64-bit), 7 (64-bit) - Desktops, Notebooks, WorkStations</A>
        <DT><A HREF="http://www.hud.gov/offices/pih/pha/contacts/states/ca.cfm">PHA Contact Information - CA - HUD</A>
        <DT><A HREF="https://www.facebook.com/DtownPatientGrp">(3) Downtown Patients Group</A>
        <DT><A HREF="http://espn.com/">ESPN</A>
        <DT><A HREF="torch://downloads/">Downloads</A>
        <DT><A HREF="http://chinaposttracking.org/eub-epacket-tracking/">EUB/ePacket Tracking</A>
        <DT><A HREF="https://plus.google.com/local/San%20Diego,%20CA/s/Extended%20Stay%20Hotel?gl=us&hl=en">Extended Stay Hotel near San Diego, CA - Google+</A>
        <DT><A HREF="https://krogeriwireless.com/customer-care/faq/local-portability/can-i-keep-my-current-phone-number-if-i-switch-my-service-i">| i-wireless</A>
        <DT><A HREF="http://www.walmart.com/ip/Straight-Talk-Wireless-Home-Phone/22084643">Straight Talk Wireless Home Phone - Walmart.com</A>
        <DT><A HREF="http://www.weather.com/">Weather Channel</A>
        <DT><A HREF="http://www.msn.com/">MSN</A>
        <DT><A HREF="https://www2.virginmobileusa.com/broadbandLogin/broadbandLogin.do;jsessionid=5401FE0F87F56294476E11E7059FD35E.khk-production-prepaidweb9">Virgin My DataCard</A>
        <DT><A HREF="http://en.wikipedia.org/wiki/Orr%E2%80%93Sommerfeld_equation">Orr–Sommerfeld equation - Wikipedia, the free encyclopedia</A>
        <DT><A HREF="https://add.my.yahoo.com/?myv=1&s=Ojpvvhn3K6d">My Yahoo</A>
        <DT><A HREF="https://www.youtube.com/watch?v=AHs2Ugxo7-8&list=PLF737A78B07BD004A">The Liquid Fluoride Thorium Reactor: What Fusion Wanted To Be - YouTube</A>
        <DT><A HREF="http://www.lisaboyer.com/Claytonsite/Claytonsite1.htm">Wooden Gear Clock Plans by Clayton Boyer</A>
        <DT><A HREF="https://www.tindie.com/browse/newest/">Tindie</A>
        <DT><A HREF="http://www.openzim.org/wiki/ZIM_Readers">Readers - openZIM</A>
        <DT><A HREF="http://www.dentalarttijuana.com/index.html">For Low Prices on Tijuana dentists, Mexico dentistry, and Tijuana Dental implants in Mexico</A>
        <DT><A HREF="http://www.whatclinic.com/dentists/mexico/tijuana/dentures">Dentures Tijuana - Check Prices and Compare Reviews</A>
        <DT><A HREF="http://www.raspberrypi.org/phpBB3/viewtopic.php?f=63&t=6747">Raspberry Pi • View topic - I made a Raspberry PI Laptop</A>
        <DT><A HREF="file:///F:/etext91/aesop11.txt">file:///F:/etext91/aesop11.txt</A>
        <DT><A HREF="http://en.wikipedia.org/wiki/Category:Wikipedia_books">Category:Wikipedia books - Wikipedia, the free encyclopedia</A>
      </DL><p>
      <DT><A HREF="https://en.wikipedia.org/wiki/Main_Page">Wikipedia</A>
      <DT><A HREF="http://localhost/Gutenberg/">Index of /Gutenberg</A>
      <DT><A HREF="http://birds.audubon.org/">Audubon</A>
      <DT><A HREF="https://www.google.com/?gws_rd=ssl">Google</A>
      <DT><A HREF="http://localhost/mediawiki/Main_Page#Earth.27s_rotation.2C_Gradians.2C_Types_of_maps.2C_and_Decimal_time">PRS600</A>
      <DT><A HREF="http://superuser.com/questions/83007/configuring-proxy-settings-for-google-chrome-on-linux">Configuring proxy settings for Google Chrome on Linux - Super User</A>
      <DT><A HREF="http://localhost/EmbedYoutube/">EmbedYoutube</A>
      <DT><A HREF="https://www.youtube.com/">YouTube</A>
      <DT><A HREF="http://psychology.tiddlyspot.com/">Psychology</A>
      <DT><A HREF="http://127.0.0.1:7657/home">I2P</A>
      <DT><A HREF="http://www.radioforest.net/radio/ambient-art-foundation/700272">AmbArt</A>
      <DT><A HREF="https://www.poppers.com/">Poppers.com</A>
      <DT><A HREF="http://glassparrot.tiddlyspot.com/">BlenderOrganizer</A>
      <DT><A HREF="https://drive.google.com/drive/#all">Google Drive</A>
      <DT><A HREF="http://blenderorganizer.tiddlyspot.com/">http://blenderorganizer.tiddlyspot.com/</A>
      <DT><A HREF="https://www.youtube.com/watch?v=np2sDf-nnGQ&feature=youtu.be">Five hours of pure Mckenna - YouTube</A>
      <DT><A HREF="http://popperspronto.com/">PoppersPronto</A>
      <DT><A HREF="http://www.blender.org/">blender.org</A>
      <DT><A HREF="http://localhost:8000/wikipedia_en_all_2015-05/A/Nuclear_reactor.html">Main Page</A>
      <DT><A HREF="http://www.modelshipbuildingsecrets.com/resources.html">Model Ship Building</A>
      <DT><A HREF="https://thepiratebay.se/">PirateBay</A>
      <DT><A HREF="http://radioteamojazz.radiostream321.com/">TeAmoJazz</A>
      <DT><A HREF="https://plus.google.com/hangouts">Hangouts</A>
      <DT><A HREF="https://www.youtube.com/watch?v=iyQFnzcLE5A">20,000 Leagues Under the Sea (1954) - Toccata and Fugue in D minor - YouTube</A>
      <DT><A HREF="http://www.online-stopwatch.com/talking-clock/">TkClock</A>
      <DT><A HREF="http://www.broadcastify.com/listen/ctid/219">broadcastify</A>
      <DT><A HREF="https://www.facebook.com/gary.rust.75">Gary Rust</A>
      <DT><A HREF="https://www.whatismyip.com/">MyIP</A>
      <DT><A HREF="http://portableapps.com/">PortableApps.com</A>
      <DT><A HREF="https://goo.gl/eu5bw3">Facebook</A>
      <DT><A HREF="http://openlibrary.org/books/OL24780759M/Anatomy_descriptive_and_surgical">Anatomy</A>
      <DT><A HREF="http://tinyurl.com/njtafkt">Facebook</A>
      <DT><A HREF="http://www.shapeways.com/about/how_does_it_work?li=home-learnmore">Shapeways</A>
      <DT><A HREF="http://localnode:8080/">http://localnode:8080/ is not available</A>
      <DT><A HREF="file:///C:/BACKUPS/Blender/www/html/Morse%20Code%20Translator.htm">MorseCode</A>
      <DT><A HREF="http://www.talkatone.com/">Talkatone</A>
      <DT><A HREF="http://192.168.0.1/#">Overdrive</A>
      <DT><A HREF="http://www.sandiego.va.gov/">VA</A>
      <DT><A HREF="https://ieonline.microsoft.com/#ieslice">Suggested Sites</A>
      <DT><A HREF="http://www.berkeleypottersstudio.com/firing.html">Firing Services</A>
      <DT><A HREF="http://www.amazon.com/ref=gno_logo">Amazon</A>
      <DT><A HREF="https://cloud.blender.org/">BlenderCloud</A>
      <DT><A HREF="https://www.google.com.br/webhp?ie=UTF-8&client=ubuntu&rct=j">Google</A>
      <DT><A HREF="http://blenderaid.com/index">Blender Aid</A>
      <DT><A HREF="http://home.torchbrowser.com/?systemid=448&appid=32&ua=Torch">Search</A>
      <DT><A HREF="http://dotepub.com/">dotEPUB</A>
      <DT><A HREF="http://www.pdfescape.com/">PDFescape</A>
      <DT><A HREF="http://www.w1hkj.com/index.htm">W1HKJ Software</A>
      <DT><A HREF="https://www2.virginmobileusa.com/broadbandLogin/broadbandLogin.do">Virgin</A>
      <DT><A HREF="https://soundcloud.com/pages/contact">About SoundCloud on SoundCloud - Hear the world’s sounds</A>
      <DT><A HREF="http://wiki.mobileread.com/wiki/E-book_Reader_Matrix">MobileRead</A>
      <DT><A HREF="http://forums.linuxmint.com/">Forums</A>
      <DT><A HREF="http://fastwiki.qwrite.info/en/index.html">Fastwiki: Fast Offline wikipedia on Android/Linux/Windows</A>
      <DT><A HREF="http://builder.blender.org/download/">BuildBot</A>
      <DT><A HREF="http://thepiratebay.se/">PirateBay</A>
      <DT><A HREF="http://blog.linuxmint.com/">Blog</A>
      <DT><A HREF="http://planetmath.org/">planetmath</A>
      <DT><A HREF="file:///C:/BACKUPS/Blender/www/BlenderTW/tw.html">Blender Organizer</A>
      <DT><A HREF="https://www.365dayloan.com/?hid=7066841&n=18136&fname=&lname=&email=">365DayLoan.com</A>
      <DT><A HREF="http://www.3d.sk/">Human photo references and textures for artists - 3d.sk</A>
      <DT><A HREF="http://keepvid.com/">KeepVid</A>
      <DT><A HREF="https://www2.consumercardaccess.com/main/ralpersonalized/Home">ralphs</A>
      <DT><A HREF="http://ocs.ebay.com/ws/eBayISAPI.dll?CustomerSupport">Customer Support</A>
      <DT><A HREF="http://developer.android.com/training/basics/firstapp/index.html">Building Your First App | Android Developers</A>
      <DT><A HREF="http://www.coolaudio.com/products.html">:: Official website of Coolaudio Semiconductors (COOLAUDIO International Limited) - www.coolaudio.com</A>
      <DT><A HREF="https://chrome.google.com/webstore/detail/dotepub/okpfiebkkmjcnodegbbbiellepfhoglm">Chrome Web Store - dotEPUB</A>
      <DT><A HREF="https://www.youtube.com/watch?v=jFy56GzuEXI">[Bonus] Deshaker is Awesome - YouTube</A>
      <DT><A HREF="http://community.linuxmint.com/">Community</A>
      <DT><A HREF="http://127.0.0.1:8888/gui/">Sync</A>
      <DT><A HREF="https://www.mojomarketplace.com/scripts">Mojo</A>
      <DT><A HREF="http://www.pinzoo.com/?gclid=CjwKEAjwkcWrBRDg5u6SuPS11C0SJAChLLAHYyiPHKDca7uVaZeJSbKenMW-MlpwXKpc5OSpw4ahXBoCM6Lw_wcB">PINZOO Official Site • Compare and buy prepaid phone cards (calling cards) & wireless refill airtime minutes</A>
      <DT><A HREF="https://login.skype.com/login?application=account&username=garyrust2013&message=logged_out&return_url=https%3A%2F%2Fsecure.skype.com%2Faccount%2Flogin">Skype</A>
      <DT><A HREF="http://www.gotvapes.com/index.php?main_page=product_info&cPath=148_224&products_id=1730&zenid=386c628986103b3ead9937c68dd47acb">Cartomizers</A>
      <DT><A HREF="http://www.winsystem.org/">Winsystem</A>
      <DT><A HREF="http://www.bestbuy.com/">Best Buy</A>
      <DT><A HREF="https://clara.io/scenes">Clara.io</A>
      <DT><A HREF="http://www.assurancewireless.com/Public/MorePrograms.aspx?utm_source=googlec&utm_medium=cpc&utm_term=see_if_you_qualify_for_250_mins&utm_content=KCT_-_Freeutm_campaign=Low_Efficiency_-_Brand_-_KCTbrand&gclid=CPqogaa9g70CFUVgMgod0HQAqQ&gclsrc=aw.ds">Lifeline</A>
      <DT><A HREF="http://www.scholarpedia.org/article/Main_Page">Scholarpedia</A>
      <DT><A HREF="file:///C:/Program%20Files/ImageMagick-6.8.6-Q16/www/convert.html">ImageMagick: Command-line Tools: Convert</A>
      <DT><A HREF="http://meta.wikimedia.org/wiki/Wikix">Wikix - Meta</A>
      <DT><A HREF="http://www.blendswap.com/">BlendSwap</A>
      <DT><A HREF="http://www.walmart.com/ip/Nikon-16-MP-Nikon-L820/23204350">Nikon Compact Digital Camera, Black COOLPIX L820 - Walmart.com</A>
      <DT><A HREF="file:///C:/Users/garyrust/Documents/Wikipedia/">C:\</A>
      <DT><A HREF="http://www.techisky.com/how-to/embed-video-mkv-mp4-wmv-avi-avchd-to-acrobat-pdf.html">Embed Video to PDF</A>
      <DT><A HREF="http://stores.ebay.com/Electronics-Cafe">Projectors</A>
      <DT><A HREF="http://www.sandiego.va.gov/services/Dental_Services.asp">VA Dental</A>
      <DT><A HREF="http://www.tollfreeda.com/">TollFreeDir</A>
      <DT><A HREF="http://localhost/mediawiki/index.php/Main_Page">N6XRE</A>
      <DT><A HREF="http://archive.org/details/movies">Internet Archive</A>
      <DT><A HREF="http://www.babelfish.com/?aff=4122">BabelFish - Free Online Translator</A>
      <DT><A HREF="https://lastpass.com/?ac=1&lpnorefresh=1">LastPass</A>
      <DT><A HREF="https://211colorado.communityos.org/sys/profile.taf?profiletype=service&recordid=52798">Sakura Square/Tamai Towers</A>
      <DT><A HREF="https://www2.virginmobileusa.com/mydatacard/usageHistory.do">Virgin Usage</A>
      <DT><A HREF="http://localhost:8080/dokuwiki/doku.php?id=start">start</A>
      <DT><A HREF="http://192.168.0.10/mediawiki/index.php/Main_Page">Main_Page</A>
      <DT><A HREF="http://www.forvo.com/">Forvo</A>
      <DT><A HREF="http://www.dxzone.com/catalog/Antennas/">Antennas</A>
      <DT><A HREF="http://www.bartleby.com/107/">Gray, Henry. 1918. Anatomy of the Human Body</A>
      <DT><A HREF="http://en.wikisource.org/wiki/Popular_Science_Monthly/Volume_3/August_1873/Electric_Telegraphs">Morse</A>
      <DT><A HREF="http://photosynth.net/userprofilepage.aspx?user=garyrust&content=Synths">Photosynths</A>
      <DT><A HREF="http://www.linuxmint.com/">Linux Mint</A>
      <DT><A HREF="http://support.lenovo.com/en_US/downloads/default.page?">Lenovo</A>
      <DT><A HREF="http://www.waymarking.com/waymarks/WMFP0M_Tamai_Tower_Sakura_Square_Denver_CO">Tamai Tower, Sakura Square - Denver, CO. U.S.A. - People-Named Places on Waymarking.com</A>
      <DT><A HREF="https://ww2.cox.com/resaccount/sign-in.cox?onsuccess=http%3A%2F%2Fww2.cox.com%2Fresaccount%2Fhome.cox&onfailure=http%3A%2F%2Fww2.cox.com%2Fresaccount%2Fsandiego%2Fsign-in.cox">Cox</A>
      <DT><A HREF="http://192.168.0.24:8000/wikipedia_en_all_nopic_01_2012/">Wikipedia</A>
      <DT><A HREF="https://www.yakfree.com/index.php">Yakfree</A>
      <DT><A HREF="http://www.mozilla.com/en-US/firefox/central/">Getting Started</A>
      <DT><A HREF="http://www.milfshookup.com/?ainfo=MzMxMzd8NDIwfDEyMw==&skin=139&i=9&atcc=2299">Milfs</A>
      <DT><A HREF="https://www.jamendo.com/start">Jamendo</A>
      <DT><A HREF="https://chrome.google.com/webstore/detail/dotepub/okpfiebkkmjcnodegbbbiellepfhoglm?hl=en-US">dotEPUB</A>
      <DT><A HREF="https://mariadb.org/">Welcome to MariaDB! - MariaDB</A>
      <DT><A HREF="https://www.twittergadget.com/gadget.asp">TwitterGadget: Twitter Client</A>
      <DT><A HREF="http://archive.org/details/silent_films">Internet Archive</A>
      <DT><A HREF="http://kanotix.com/">KANOTIX</A>
      <DT><A HREF="http://10.77.70.153:8080/cgi-bin/status">10.77.70.153:8080/</A>
      <DT><A HREF="http://www.frys.com/">Fry's</A>
      <DT><A HREF="http://inter800.com/">800Dir</A>
      <DT><A HREF="http://www.talklikeapirate.com/translator.html">Pirate</A>
      <DT><A HREF="https://www.youtube.com/watch?v=qetwzFJ64yE&wide=1">20,000 Leagues Under the Sea (1916) - YouTube</A>
      <DT><A HREF="http://news.bbc.co.uk/go/rss/-/2/hi/default.stm">Latest Headlines</A>
      <DT><A HREF="http://poppersbuyersclub.com/index.php/checkout/onepage/success/">PWD Rush Poppers Online Poppers for Sale | Multi Purpose Solvent Cleaners</A>
      <DT><A HREF="http://www.bitcoinstore.com/">Bitcoinstore</A>
      <DT><A HREF="https://kiwiirc.com/client">Kiwi IRC</A>
      <DT><A HREF="https://bay164.mail.live.com/default.aspx">Outlook</A>
      <DT><A HREF="http://www.vbox.me/">Portable-VirtualBox</A>
      <DT><A HREF="http://www.4poppers.com/index.php">Poppers 4 Less! Rush Poppers, Jungle Juice Poppers, English & More!</A>
      <DT><A HREF="http://www.walmart.com/store/5638/weekly-ads?store_code=5023">Walmart</A>
      <DT><A HREF="https://www.facebook.com/EtherealExposition">Ethereal Exposition</A>
      <DT><A HREF="http://blenderartists.org/forum/">BlenderArtists</A>
      <DT><A HREF="http://www.archimedes-lab.org/">Archimedes</A>
      <DT><A HREF="http://www.sipbroker.com/sipbroker/action/pstnNumbers">SIPBroker</A>
      <DT><A HREF="http://www.miklor.com/uv5r/">Baofeng UV-5R, UV-B5, UV-82, Information Site, Two-Way, Ham Radio, uv5r plus - BaoFeng, Two-Way, Radios, HT, Two-Way Radio, Outdoor, hunting, camping, GMRS, FRS, Ham Radio, Mobile Transceiver, Walkie-Talkie, Radio Accessories, Shortwave Radio</A>
      <DT><A HREF="http://h8quadmod.tiddlyspot.com/#%5B%5BBitTorrent%20Sync%20Links%5D%5D">h8quadmod - fishcode - h8quadmod - glassparrot - blenderorganizer</A>
      <DT><A HREF="https://localhost:10000/">Webmin</A>
      <DT><A HREF="https://play.google.com/">Google Play</A>
      <DT><A HREF="http://www.banggood.com/Eaget-A360-Wireless-8GB-USB-Flash-Drive-Pen-Drive-Wireless-Portable-WiFi-Repeater-p-982537.html">Eaget A360 Wireless 8GB USB Flash Drive Pen Drive Wireless Portable WiFi Repeater Sale-Banggood.com</A>
      <DT><A HREF="http://imgur.com/">Imgur</A>
      <DT><A HREF="http://www.time.gov/HTML5/">Time:</A>
      <DT><A HREF="http://mathworld.wolfram.com/">MathWorld</A>
      <DT><A HREF="http://localhost:8000/wikipedia_en_all_2015-05/?">Kiwix</A>
      <DT><A HREF="https://translate.google.com/">GTranslate</A>
      <DT><A HREF="http://www.google.com/">Google</A>
    </DL><p>
    <DT><H3>Imported From Firefox</H3>
    <DL><p>
      <DT><H3>Quick Searches</H3>
      <DL><p>
        <DT><A HREF="http://www.google.com/search?q=%s">Google Quicksearch</A>
        <DT><A HREF="http://dictionary.reference.com/search?q=%s">Dictionary.com Quicksearch</A>
        <DT><A HREF="http://www.urbandictionary.com/define.php?term=%s">Urban Dictionary</A>
        <DT><A HREF="http://www.openzim.org/wiki/ZIM_Readers">Readers - openZIM</A>
        <DT><A HREF="http://www.wikipedia.org/">Wikipedia</A>
        <DT><A HREF="http://www.yahoo.com/">Yahoo!</A>
        <DT><A HREF="https://add.my.yahoo.com/?myv=1&s=Ojpvvhn3K6d">My Yahoo</A>
        <DT><A HREF="http://chinaposttracking.org/eub-epacket-tracking/">EUB/ePacket Tracking</A>
        <DT><A HREF="http://en.wikipedia.org/wiki/Special:Search?search=%s">Wikipedia Quicksearch</A>
        <DT><A HREF="http://www.google.com/search?q=stocks:%s">Stock Symbol Quicksearch</A>
        <DT><A HREF="https://www.overstock.com/">Overstock: The Best Deals Online : Furniture, Bedding, Jewelry & More</A>
        <DT><A HREF="http://192.168.1.101/dashboard/">XAMPP</A>
      </DL><p>
      <DT><H3>Wikipedia</H3>
      <DL><p>
        <DT><A HREF="http://en.wikipedia.org/wiki/Orr%E2%80%93Sommerfeld_equation">Orr–Sommerfeld equation - Wikipedia, the free encyclopedia</A>
        <DT><A HREF="http://en.wikipedia.org/wiki/Werner_Heisenberg">Werner Heisenberg - Wikipedia, the free encyclopedia</A>
        <DT><A HREF="http://en.wikipedia.org/wiki/Wikipedia:Bookshelf">Wikipedia:Bookshelf - Wikipedia, the free encyclopedia</A>
        <DT><A HREF="https://en.wikipedia.org/wiki/Circle_of_fifths">Circle of fifths - Wikipedia</A>
        <DT><A HREF="http://en.wikipedia.org/wiki/Wikipedia:WBOOKS">Wikipedia:WikiProject Wikipedia-Books - Wikipedia, the free encyclopedia</A>
      </DL><p>
      <DT><H3>YouTube</H3>
      <DL><p>
        <DT><A HREF="https://www.youtube.com/watch?v=4drucg1A6Xk">Portal: No Escape (Live Action Short Film by Dan Trachtenberg) - YouTube</A>
        <DT><A HREF="http://www.youtube.com/watch?v=24qUFDdZAG8">Faceshift: Markerless Motion Capture - YouTube</A>
        <DT><A HREF="http://www.ted.com/playlists/148/depths_of_corruption">Depths of corruption | Playlist | TED.com</A>
        <DT><A HREF="https://www.youtube.com/watch?v=syujTp5m5Vk">How To Start Your Own Country - S1E1.avi - YouTube</A>
        <DT><A HREF="https://www.youtube.com/watch?v=ZejkWra-Mfc">(257) ROCK64 4K USB 3.0 SBC - YouTube</A>
        <DT><A HREF="https://www.youtube.com/watch?v=AHs2Ugxo7-8&list=PLF737A78B07BD004A">The Liquid Fluoride Thorium Reactor: What Fusion Wanted To Be - YouTube</A>
        <DT><A HREF="https://www.youtube.com/live_dashboard">YouTube - Dashboard</A>
      </DL><p>
      <DT><H3>Mozilla Firefox</H3>
      <DL><p>
        <DT><A HREF="http://www.mozilla.com/en-US/firefox/community/">Get Involved</A>
        <DT><A HREF="http://www.mozilla.com/en-US/firefox/help/">Help and Tutorials</A>
        <DT><A HREF="http://www.mozilla.com/en-US/firefox/customize/">Customize Firefox</A>
        <DT><A HREF="http://www.mozilla.com/en-US/firefox/about/">About Us</A>
        <DT><A HREF="https://www.mozilla.org/en-US/firefox/customize/">Customize Firefox</A>
        <DT><A HREF="https://support.mozilla.org/en-US/products/firefox">Help and Tutorials</A>
        <DT><A HREF="https://www.mozilla.org/en-US/firefox/help/">Help and Tutorials</A>
        <DT><A HREF="http://www.mozilla.com/en-US/about/">About Us</A>
        <DT><A HREF="https://www.mozilla.org/en-US/about/">About Us</A>
        <DT><A HREF="https://www.mozilla.org/en-US/contribute/">Get Involved</A>
      </DL><p>
      <DT><A HREF="https://addons.mozilla.org/en-US/firefox/bookmarks/">Get Bookmark Add-ons</A>
      <DT><H3>Resources</H3>
      <DL><p>
        <DT><H3>Amazon</H3>
        <DL><p>
          <DT><A HREF="http://www.amazon.com/Favorite-Working-London-Sextant-Shipping/dp/B008A8U11C/ref=sr_1_52?ie=UTF8&qid=1381941977&sr=8-52&keywords=sextant">Amazon.com: A Favorite 4in Working Brass a Favorite Ross London Sextant with Box Free Us 48 Shipping By Canyon Gold: Sports & Outdoors</A>
          <DT><A HREF="http://www.amazon.com/RedSkyTrader-28147-Navigational-Instruments/dp/B0010B93DS/ref=sr_1_13?ie=UTF8&qid=1381941546&sr=8-13&keywords=sextant">Amazon.com - Navigational Instruments</A>
          <DT><A HREF="http://www.amazon.com/Red-Green-Moving-Party-Laser-Projector/dp/B005LATR0I/ref=sr_1_1?ie=UTF8&qid=1381943937&sr=8-1&keywords=lazer">Amazon.com: OEM Mini Red-Green Moving Party Laser Stage DJ Light Projector: Camera & Photo</A>
          <DT><A HREF="http://www.amazon.com/Bosch-GLM-80-60-265-Foot/dp/B005AZZPJQ/ref=sr_1_2?s=hi&ie=UTF8&qid=1381947368&sr=1-2&keywords=Bosch+Laser+Distance+and+Angle+Measurer+GLM+80">Amazon.com: Bosch GLM 80 + R 60 Combo Kit with 265-Foot Distance Measurer and 24-Inch Digital Level: Home Improvement</A>
          <DT><A HREF="http://www.amazon.com/Bosch-GPL3-3-Point-Alignment-Self-Leveling/dp/B001U89QDI/ref=pd_rhf_dp_s_cp_3?ie=UTF8&refRID=0W0XXE7R9CFVMYS3J0V7">Bosch GPL3 3-Point Laser Alignment with Self-Leveling - Amazon.com</A>
          <DT><A HREF="http://www.amazon.com/Bosch-DLR130K-Digital-Distance-Measurer/dp/B001U89QBU/ref=pd_bxgy_hi_text_y">Amazon.com: Bosch DLR130K Digital Distance Measurer Kit: Home Improvement</A>
          <DT><A HREF="http://www.amazon.com/StarStruck-Navigation-Celestial-Application-Complement/dp/B006LB6ROU/ref=sr_1_33?ie=UTF8&qid=1381941855&sr=8-33&keywords=sextant">Amazon.com: StarStruck Navigation for Android 2.1 and later, Celestial Navigation Application to Complement Sextants: Appstore for Android</A>
        </DL><p>
        <DT><H3>Mushrooms</H3>
        <DL><p>
          <DT><A HREF="http://www.ralphstersspores.com/USA/product_info.php?products_id=15">RalphstersSpores</A>
        </DL><p>
        <DT><H3>Ubuntu and Free Software links</H3>
        <DL><p>
          <DT><A HREF="http://www.ubuntu.com/">Ubuntu</A>
          <DT><A HREF="http://wiki.ubuntu.com/">Ubuntu Wiki (community-edited website)</A>
          <DT><A HREF="https://answers.launchpad.net/ubuntu/+addquestion">Make a Support Request to the Ubuntu Community</A>
          <DT><A HREF="http://www.debian.org/">Debian (Ubuntu is based on Debian)</A>
          <DT><A HREF="https://one.ubuntu.com/">Ubuntu One - The personal cloud that brings your digital life together</A>
        </DL><p>
        <DT><A HREF="http://www.broadcastify.com/listen/ctid/219">San Diego County California Live Audio Feeds</A>
        <DT><A HREF="http://www.pogoplug.com/promo/microcenter">PogoPlug 10GB Free</A>
        <DT><A HREF="http://www.instantcheckmate.com/">Checkmate</A>
        <DT><A HREF="http://espn.com/">ESPN</A>
        <DT><A HREF="http://epoppers.com/index.php?dispatch=products.view&product_id=29911">English Classic NPR 30ml</A>
        <DT><A HREF="http://www.towerco.com/simplicityfound/tower-acquisition/index.aspx">TowerCo</A>
        <DT><A HREF="http://ntt.cc/2010/08/18/10-free-premium-ebooks-for-google-android-development.html">10 Ebooks(4 Free + 6 Premium) For Google Android Development - Ntt.cc</A>
        <DT><A HREF="http://thepiratebay.si/torrent/6716160/French_Language_Learning_Pack_(Updated">French Language Learning Pack (Updated) (download torrent) - TPB</A>
        <DT><A HREF="http://www.sealandgov.org/about">About The Principality of Sealand</A>
        <DT><A HREF="http://www.nytimes.com/">NY Times</A>
        <DT><A HREF="http://www.rtfhsd.org/about-us/linksresources/">Homeless San Diego</A>
        <DT><A HREF="http://www.gotvapes.com/index.php?main_page=product_info&cPath=148_224&products_id=1730&zenid=386c628986103b3ead9937c68dd47acb">Kanger T4 808 Slim Clear Cartomizers 1ml 2.5ohm - 1PC [gv-KangerT4-808-2.5] - $2.75 : GotVapes.com, E-cigarette Supplies - Atomizers Cartomizers Mods Juice and more</A>
        <DT><A HREF="http://www.weather.com/">Weather Channel</A>
        <DT><A HREF="http://twitter.com/">Twitter</A>
        <DT><A HREF="http://www.convert-me.com/en/">Measurement Converter: Conversion of Weights and Measures</A>
        <DT><A HREF="http://www.mekanizmalar.com/theo_jansen.html">Theo Jansen Mechanism</A>
        <DT><A HREF="http://vube.com/c/Movies/videos/trending?t=s">Movies - Vube.com</A>
        <DT><A HREF="http://microcentertech.com/">WinBook Support</A>
        <DT><A HREF="http://sdhc.org/">San Diego Housing Commission</A>
        <DT><A HREF="https://kat.cr/search/xxx%20torrent/">KickassTorrents</A>
        <DT><A HREF="http://localhost/BlenderManual/html/genindex.html">Index — Blender Reference Manual</A>
        <DT><A HREF="http://www.miracledentures.com/">Snap On Dentures | Mini Implant Dentures | Dentures Mexico Dentist</A>
        <DT><A HREF="http://www.cnn.com/">CNN</A>
        <DT><A HREF="http://chat.microcentertech.com/">Chat With WinBook Support</A>
        <DT><A HREF="http://www.tripadvisor.com/Home-m25036">Tripadvisor</A>
        <DT><A HREF="https://www.duolingo.com/">Duolingo | Learn Spanish, French, German, Portuguese, Italian and English for free</A>
        <DT><A HREF="http://theporndude.com/top-porn-torrents-sites">16 Top Porn Torrents Sites</A>
        <DT><A HREF="http://www.hud.gov/offices/pih/pha/contacts/states/ca.cfm">PHA Contact Information - CA - HUD</A>
        <DT><A HREF="http://www.senioroutlook.com/listing/8853/village-at-lakeside-apartments">Village At Lakeside Apartments Lakeside CA - SeniorOutlook.com</A>
        <DT><A HREF="https://plus.google.com/local/San%20Diego,%20CA/s/Extended%20Stay%20Hotel?gl=us&hl=en">Extended Stay Hotel near San Diego, CA - Google+</A>
        <DT><A HREF="http://youpornbook.com/">YouPornBook</A>
        <DT><A HREF="https://www2.virginmobileusa.com/broadbandLogin/broadbandLogin.do;jsessionid=5401FE0F87F56294476E11E7059FD35E.khk-production-prepaidweb9">Virgin My DataCard</A>
        <DT><A HREF="http://www.ebay.com/">eBay</A>
        <DT><A HREF="http://en.wikipedia.org/wiki/Category:Wikipedia_books">Category:Wikipedia books - Wikipedia, the free encyclopedia</A>
        <DT><A HREF="http://www.pacificahotelsd.com/Rooms_2.html">A Private Room</A>
        <DT><A HREF="http://www.bbc.co.uk/">BBC</A>
        <DT><A HREF="http://www.gosection8.com/">Section 8 Housing Search | Section 8 Houses For Rent | Section 8 Housing List | GoSection8.com</A>
        <DT><A HREF="https://www.facebook.com/DtownPatientGrp">(3) Downtown Patients Group</A>
        <DT><A HREF="http://www.facebook.com/">Facebook</A>
        <DT><A HREF="https://krogeriwireless.com/customer-care/faq/local-portability/can-i-keep-my-current-phone-number-if-i-switch-my-service-i">| i-wireless</A>
        <DT><A HREF="http://www.dentalarttijuana.com/index.html">For Low Prices on Tijuana dentists, Mexico dentistry, and Tijuana Dental implants in Mexico</A>
        <DT><A HREF="http://www.sandiego.gov/housing/">Affordable Housing Information | City of San Diego</A>
        <DT><A HREF="https://play.google.com/store/apps/details?id=org.kiwix.kiwixmobile">Kiwix (Offline Wikipedia) - Android Apps on Google Play</A>
        <DT><A HREF="http://www.senioroutlook.com/">SeniorOutlook.com - SeniorOutlook.com</A>
        <DT><A HREF="https://maps.google.com/maps?q=clear+wimax+in+92101&ie=UTF-8&ei=FglJUtugEsz0qQGAmIDgDw&ved=0CAgQ_AUoAg">1450 4th Avenue, San Diego, CA - Google Maps</A>
        <DT><A HREF="http://www.whatclinic.com/dentists/mexico/tijuana/dentures">Dentures Tijuana - Check Prices and Compare Reviews</A>
        <DT><A HREF="http://www.eoearth.org/">Earth</A>
        <DT><A HREF="http://www.walmart.com/ip/Straight-Talk-Wireless-Home-Phone/22084643">Straight Talk Wireless Home Phone - Walmart.com</A>
        <DT><A HREF="http://www.msn.com/">MSN</A>
        <DT><A HREF="http://solvcosales.com/">POPPERS-Solvco</A>
        <DT><A HREF="http://pocketmariner.com/">Pocket Mariner</A>
        <DT><A HREF="https://www.youtube.com/watch?v=frTOl_nxjYg">BORA BORA OVERWATER BUNGALOW TOUR! - YouTube</A>
        <DT><A HREF="http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830">ULS License - Amateur License - N6XRE - RUST, GARY A</A>
        <DT><A HREF="http://mmsnews.is/mms-newsletters/258-the-genesis-ii-church-stopped-again-genesis2church-org-suspended-and-people-are-listening-11-15-2014">The Genesis II Church stopped again (genesis2church.org suspended) and people are listening! (11-15-2014) - MMS News, Newsletters - Genesis II Church - Jim Humble - Master Mineral Solution - MMSNEWS.IS</A>
      </DL><p>
      <DT><H3>Developement</H3>
      <DL><p>
        <DT><A HREF="http://www.igniterealtime.org/#hsql">Ignite Realtime: a real time collaboration community site</A>
        <DT><A HREF="http://www.element14.com/community/docs/DOC-69210/l/fpga-development-board-for-the-raspberry-pi">FPGA Development Board for the RASPBERRY PI | element14</A>
        <DT><A HREF="http://alter.org.ua/docs/net/http_caching/">HTTP Caching</A>
        <DT><A HREF="file:///C:/Windows/Offline%20Web%20Pages/Readme.htm">Microsoft Office Download Readme</A>
        <DT><A HREF="http://www.codingcomputing.com/member.php">Coding Computing Forums - Registration</A>
        <DT><A HREF="http://iclone.reallusion.com/?gclid=CK-5wbTSzrkCFSVBQgodixQAiA">iClone - Real-time 3D Cartoon & Animation Software</A>
        <DT><A HREF="http://www.endurance-rc.com/vreg.php">Endurance R/C - Voltage Regulators</A>
        <DT><A HREF="http://picasaweb.google.com/">Picasa</A>
        <DT><A HREF="http://en.pdf24.org/">Create PDF | Free PDF Creator & Converter | PDF24.org</A>
        <DT><A HREF="https://play.google.com/store/apps/details?id=com.hace.fastwiki&feature=also_installed">fastwiki Offline Encyclopedia - Android Apps on Google Play</A>
        <DT><A HREF="http://www.inspiredgeek.com/2011/07/03/root-nook-touch-using-touchnooter-install-go-launcher-nookcolor-tools-gmail-market-youtube-how-to/">Root Nook Touch Using TouchNooter & Install Go Launcher, NookColor Tools, Gmail, Market & YouTube [How to] — Inspired Geek</A>
        <DT><A HREF="http://www.official-drivers.com/installer/drivercate.php?local=en&seed=windows">Windows Drivers & Downloads - Windows</A>
        <DT><A HREF="http://blog.laptopmag.com/miracast-android-mini-pc">Miracast Wireless Display</A>
        <DT><A HREF="http://www.raspberrypi.org/phpBB3/viewtopic.php?f=63&t=6747">Raspberry Pi • View topic - I made a Raspberry PI Laptop</A>
        <DT><A HREF="http://plugable.com/2016/03/14/listening-to-bluetooth-audio-on-your-raspberry-pi-3-pi-2-or-pi-zero">Listen to Bluetooth Audio on Your Raspberry Pi 3, Pi Zero, or Earlier Pi | Plugable</A>
        <DT><A HREF="http://www.techsupportalert.com/content/best-free-pdf-tools.htm#Edit-PDF">Best Free PDF Tools</A>
        <DT><A HREF="http://wireless.kernel.org/en/users/Drivers/carl9170">carl9170 - Linux Wireless</A>
        <DT><A HREF="http://www.cyberciti.biz/tips/linux-find-out-wireless-network-speed-signal-strength.html">8 Linux Commands: To Find Out Wireless Network Speed, Signal Strength And Other Information</A>
        <DT><A HREF="http://localhost:631/">Printing - CUPS</A>
        <DT><A HREF="http://www.iviewus.com/">iView</A>
        <DT><A HREF="http://www.geekbuying.com/item/Bundle-Tronsmart-MK808B-Google-TV-BOX-Mini-TV-Dongle-RK3066-Dual-Core-1G-8G---Tronsmart-TSM-01-Air-Mouse---Keyboard-317446.html">Bundle Tronsmart MK808B Google TV BOX Mini TV Dongle RK3066 Dual Core 1G/8G + Tronsmart TSM-01 Air Mouse & Keyboard - GeekBuying.com</A>
        <DT><A HREF="http://www.microcentertech.com/remote">WinBook Remote Assistance</A>
        <DT><A HREF="http://www.geekbuying.com/item/Tronsmart-MK908II-RK3188-Cortex-A9-Quad-Core-1-6GHz-Google-Android-4-2-Mini-TV-BOX-2G-8G-BT-External-Wifi-Antenna-Black-318432.html">Tronsmart MK908II RK3188T Cortex-A9 Quad Core 1.4GHz Google Android 4.2 Mini TV BOX 2G/8G Bluetooth External Wifi Antenna-Black - GeekBuying.com</A>
        <DT><A HREF="http://pogoplug.com/view">My Pogoplug: View</A>
        <DT><A HREF="http://www.niresh.co/videos/category-1-installation-guides/">Hackintosh</A>
        <DT><A HREF="http://www.freaktab.com/forumdisplay.php?143-Linux-Picuntu-Ubuntu-ports&s=28915ef6fcaf3619e7a6be4353425fd6">Linux, Picuntu, Ubuntu ports</A>
        <DT><A HREF="http://raspberrypisynthesizer.blogspot.co.uk/2012/09/playing-with-cutoff.html">Soft synths and iPads and Raspberry Pi: Playing with the filter cutoff</A>
        <DT><A HREF="http://www.armtvtech.com/armtvtechforum/viewforum.php?f=12&sid=f2cc43ce37fcc2bb64bd100e96f8b24b">www.ArmTvTech.com • View forum - Firmware</A>
        <DT><A HREF="http://support.lenovo.com/en_US/downloads/detail.page?&LegacyDocID=MIGR-73784">Lenovo Solution Center for Windows 8 (64-bit), 7 (64-bit) - Desktops, Notebooks, WorkStations</A>
        <DT><A HREF="http://www.cyberciti.biz/faq/debian-ubuntu-linux-setting-wireless-access-point/">Debian / Ubuntu Linux: Setup Wireless Access Point (WAP) with Hostapd</A>
        <DT><A HREF="https://krogeriwireless.com/my-account/overview/?action=refresh">Overview | i-wireless</A>
        <DT><A HREF="http://us.gateway.com/gw/en/US/content/drivers-downloads">Drivers & Downloads</A>
        <DT><A HREF="http://email.microcentertech.com/">Email WinBook Support</A>
        <DT><A HREF="http://www.lisaboyer.com/Claytonsite/Claytonsite1.htm">Wooden Gear Clock Plans by Clayton Boyer</A>
        <DT><A HREF="http://websdr.ewi.utwente.nl:8901/">Wide-band WebSDR in Enschede, the Netherlands</A>
        <DT><A HREF="http://www.banggood.com/Eaget-A360-Wireless-8GB-USB-Flash-Drive-Pen-Drive-Wireless-Portable-WiFi-Repeater-p-982537.html">Eaget A360 Wireless 8GB USB Flash Drive Pen Drive Wireless Portable WiFi Repeater Sale-Banggood.com</A>
        <DT><A HREF="https://www.tindie.com/browse/newest/">Tindie</A>
        <DT><A HREF="http://www.howtogeek.com/128087/how-to-run-chrome-os-in-virtualbox-and-try-out-chrome-os-before-buying-a-chromebook/">How To Run Chrome OS in VirtualBox and Try Out Chrome OS Before Buying a Chromebook</A>
        <DT><A HREF="http://www.eham.net/reviews/products/22">QRP Radios</A>
      </DL><p>
      <DT><H3>Bookmarks bar</H3>
      <DL><p>
        <DT><A HREF="https://www.google.com/">Google</A>
        <DT><A HREF="http://192.168.0.1/#">Overdrive</A>
        <DT><A HREF="https://drive.google.com/#all">Google Drive</A>
        <DT><A HREF="http://www.archimedes-lab.org/">Archimedes</A>
        <DT><A HREF="http://www.amazon.com/">Amazon</A>
        <DT><A HREF="http://en.wikipedia.org/wiki/Main_Page">Wikipedia</A>
        <DT><A HREF="http://www.eoearth.org/">Earth</A>
        <DT><A HREF="http://planetmath.org/">planetmath</A>
        <DT><A HREF="http://inter800.com/">800Dir</A>
        <DT><A HREF="https://localhost:10000/">Webmin 1.650 on Microknoppix (Debian Linux 7.0)</A>
        <DT><A HREF="https://www.yakfree.com/index.php">Yakfree</A>
        <DT><A HREF="http://www.milfshookup.com/?ainfo=MzMxMzd8NDIwfDEyMw==&skin=139&i=9&atcc=2299">Milfs</A>
        <DT><A HREF="http://openlibrary.org/books/OL24780759M/Anatomy_descriptive_and_surgical">Anatomy</A>
        <DT><A HREF="https://www.youtube.com/watch?v=BRU1o-sCnqY&list=PLC22A0E0CDB752A37">Hiromi</A>
        <DT><A HREF="http://ocs.ebay.com/ws/eBayISAPI.dll?CustomerSupport">Customer Support</A>
        <DT><A HREF="http://www.gotvapes.com/index.php?main_page=product_info&cPath=148_224&products_id=1730&zenid=386c628986103b3ead9937c68dd47acb">Cartomizers</A>
        <DT><A HREF="http://blenderorganizer.tiddlyspot.com/">Blender Organizer - a reusable non-linear personal web notebook</A>
        <DT><A HREF="file:///C:/BACKUPS/Blender/www/BlenderTW/tw.html">Blender Organizer</A>
        <DT><A HREF="https://bay164.mail.live.com/default.aspx">Outlook</A>
        <DT><A HREF="http://stores.ebay.com/Electronics-Cafe">Projectors</A>
        <DT><A HREF="http://www.blender.org/">blender.org</A>
        <DT><A HREF="http://www.techisky.com/how-to/embed-video-mkv-mp4-wmv-avi-avchd-to-acrobat-pdf.html">Embed Video to PDF</A>
        <DT><A HREF="http://wiki.mobileread.com/wiki/E-book_Reader_Matrix">MobileRead</A>
        <DT><A HREF="http://www.amazon.com/ref=gno_logo">Amazon</A>
        <DT><A HREF="http://www.pdfescape.com/">PDFescape</A>
        <DT><A HREF="http://www.frys.com/">Fry's</A>
        <DT><A HREF="http://builder.blender.org/download/">BuildBot</A>
        <DT><A HREF="https://chrome.google.com/webstore/detail/dotepub/okpfiebkkmjcnodegbbbiellepfhoglm?hl=en-US">dotEPUB</A>
        <DT><A HREF="http://www.shapeways.com/about/how_does_it_work?li=home-learnmore">Shapeways</A>
        <DT><A HREF="https://login.skype.com/login?application=account&username=garyrust2013&message=logged_out&return_url=https%3A%2F%2Fsecure.skype.com%2Faccount%2Flogin">Skype</A>
        <DT><A HREF="http://www.mozilla.com/en-US/firefox/central/">Getting Started</A>
        <DT><A HREF="https://www.365dayloan.com/?hid=7066841&n=18136&fname=&lname=&email=">365DayLoan.com</A>
        <DT><A HREF="http://torrents.to/sites/general">torrents</A>
        <DT><A HREF="http://glassparrot.tiddlyspot.com/">BlenderOrganizer</A>
        <DT><A HREF="http://www.tastybrew.com/">TastyBrew.com | Homebrew Recipes & Resources</A>
        <DT><A HREF="http://www.tollfreeda.com/">TollFreeDir</A>
        <DT><A HREF="http://developer.android.com/training/basics/firstapp/index.html">Building Your First App | Android Developers</A>
        <DT><A HREF="http://www.bartleby.com/107/">Gray, Henry. 1918. Anatomy of the Human Body</A>
        <DT><A HREF="file:///C:/Program%20Files/ImageMagick-6.8.6-Q16/www/convert.html">ImageMagick: Command-line Tools: Convert</A>
        <DT><A HREF="https://play.google.com/">Google Play</A>
        <DT><A HREF="http://dotepub.com/">dotEPUB</A>
        <DT><A HREF="http://www.bestbuy.com/">Best Buy</A>
        <DT><A HREF="http://www.sandiego.va.gov/">VA</A>
        <DT><A HREF="http://keepvid.com/">KeepVid</A>
        <DT><A HREF="http://www.babelfish.com/?aff=4122">BabelFish - Free Online Translator</A>
        <DT><A HREF="http://www.3d.sk/">Human photo references and textures for artists - 3d.sk</A>
        <DT><A HREF="http://fastwiki.qwrite.info/en/index.html">Fastwiki: Fast Offline wikipedia on Android/Linux/Windows</A>
        <DT><A HREF="https://mariadb.org/">Welcome to MariaDB! - MariaDB</A>
        <DT><A HREF="http://meta.wikimedia.org/wiki/Wikix">Wikix - Meta</A>
        <DT><A HREF="http://www.walmart.com/ip/Nikon-16-MP-Nikon-L820/23204350">Nikon Compact Digital Camera, Black COOLPIX L820 - Walmart.com</A>
        <DT><A HREF="http://en.wikisource.org/wiki/Popular_Science_Monthly/Volume_3/August_1873/Electric_Telegraphs">Morse</A>
        <DT><A HREF="http://www.scholarpedia.org/article/Main_Page">Scholarpedia</A>
        <DT><A HREF="http://archive.org/details/silent_films">Internet Archive</A>
        <DT><A HREF="http://mathworld.wolfram.com/">MathWorld</A>
        <DT><A HREF="file:///C:/Users/garyrust/Documents/Wikipedia/">C:\</A>
        <DT><A HREF="https://www.youtube.com/">YouTube</A>
        <DT><A HREF="http://www.walmart.com/browse/no-contract-phones-plans/instant-prepaid-minutes-data/virgin-mobile/1105910_1072335_1081104/YnJhbmQ6VmlyZ2luIE1vYmlsZQieie?_refineresult=true&povid=cat1072335-env460189-moduleBR092613-lLinkBRZone1ShelfCarousel7VirginMobile&_mm=">Walmart</A>
        <DT><A HREF="http://knopper.net/knoppix/">KNOPPIX</A>
        <DT><A HREF="file:///C:/BACKUPS/Blender/www/html/Morse%20Code%20Translator.htm">MorseCode</A>
        <DT><A HREF="http://www.nitro-solv.com/poppers-big-bottles">POPPERS-Big Bottles</A>
        <DT><A HREF="https://chrome.google.com/webstore/detail/dotepub/okpfiebkkmjcnodegbbbiellepfhoglm">Chrome Web Store - dotEPUB</A>
        <DT><A HREF="https://www2.consumercardaccess.com/main/ralpersonalized/Home">ralphs</A>
        <DT><A HREF="http://localhost:8080/jamwiki-1.3.2/en/StartingPoints">JAMWiki</A>
        <DT><A HREF="http://www.sandiego.va.gov/services/Dental_Services.asp">VA Dental</A>
        <DT><A HREF="http://www.4poppers.com/index.php">Poppers 4 Less! Rush Poppers, Jungle Juice Poppers, English & More!</A>
      </DL><p>
      <DT><H3>Other Bookmarks</H3>
      <DL><p>
        <DT><A HREF="https://www.mozilla.org/en-US/contribute/">Get Involved</A>
        <DT><A HREF="http://www.mozilla.com/en-US/about/">About Us</A>
        <DT><A HREF="https://www.mozilla.org/en-US/firefox/customize/">Customize Firefox</A>
        <DT><A HREF="http://meta.wikimedia.org/wiki/Wikix">Wikix - Meta</A>
        <DT><A HREF="https://www.mozilla.org/en-US/firefox/help/">Help and Tutorials</A>
        <DT><A HREF="https://www.mozilla.org/en-US/about/">About Us</A>
        <DT><A HREF="https://www.viabox.com/account.php">Viabox : The Global Leader in Package Forwarding</A>
        <DT><A HREF="http://www.mozilla.com/en-US/firefox/customize/">Customize Firefox</A>
        <DT><A HREF="http://www.mozilla.com/en-US/firefox/help/">Help and Tutorials</A>
        <DT><A HREF="http://www.mozilla.com/en-US/firefox/community/">Get Involved</A>
        <DT><A HREF="http://knopper.net/knoppix/">KNOPPIX</A>
        <DT><A HREF="https://www.whatismyip.com/">MyIP</A>
        <DT><A HREF="https://play.google.com/store/apps/details?id=com.hace.fastwiki&feature=also_installed">fastwiki Offline Encyclopedia - Android Apps on Google Play</A>
        <DT><A HREF="http://www.mekanizmalar.com/theo_jansen.html">Theo Jansen Mechanism</A>
        <DT><A HREF="http://www.whatclinic.com/dentists/mexico/tijuana/dentures">Dentures Tijuana - Check Prices and Compare Reviews</A>
        <DT><A HREF="http://www.endurance-rc.com/vreg.php">Endurance R/C - Voltage Regulators</A>
        <DT><A HREF="http://support.lenovo.com/en_US/downloads/detail.page?&LegacyDocID=MIGR-73784">Lenovo Solution Center for Windows 8 (64-bit), 7 (64-bit) - Desktops, Notebooks, WorkStations</A>
        <DT><A HREF="http://www.openzim.org/wiki/ZIM_Readers">Readers - openZIM</A>
        <DT><A HREF="torch://downloads/">Downloads</A>
        <DT><A HREF="http://en.wikipedia.org/wiki/Category:Wikipedia_books">Category:Wikipedia books - Wikipedia, the free encyclopedia</A>
        <DT><A HREF="http://www.raspberrypi.org/phpBB3/viewtopic.php?f=63&t=6747">Raspberry Pi • View topic - I made a Raspberry PI Laptop</A>
        <DT><A HREF="http://www.rtfhsd.org/about-us/linksresources/">Homeless San Diego</A>
        <DT><A HREF="http://www.bbc.co.uk/">BBC</A>
        <DT><A HREF="http://www.ebay.com/">eBay</A>
        <DT><A HREF="http://www.convert-me.com/en/">Measurement Converter: Conversion of Weights and Measures</A>
        <DT><A HREF="http://www.pogoplug.com/promo/microcenter">PogoPlug 10GB Free</A>
        <DT><A HREF="http://en.pdf24.org/">Create PDF | Free PDF Creator & Converter | PDF24.org</A>
        <DT><A HREF="https://chrome.google.com/webstore/detail/dotepub/okpfiebkkmjcnodegbbbiellepfhoglm">Chrome Web Store - dotEPUB</A>
        <DT><A HREF="http://www.techsupportalert.com/content/best-free-pdf-tools.htm#Edit-PDF">Best Free PDF Tools</A>
        <DT><A HREF="http://www.3d.sk/">Human photo references and textures for artists - 3d.sk</A>
        <DT><A HREF="http://en.wikipedia.org/wiki/Wikipedia:WBOOKS">Wikipedia:WikiProject Wikipedia-Books - Wikipedia, the free encyclopedia</A>
        <DT><A HREF="http://www.dentalarttijuana.com/index.html">For Low Prices on Tijuana dentists, Mexico dentistry, and Tijuana Dental implants in Mexico</A>
      </DL><p>
      <DT><H3>ASUS E-Service</H3>
      <DL><p>
        <DT><A HREF="http://www.asus.com/">ASUS Homepage</A>
        <DT><A HREF="https://account.asus.com/">ASUS Member</A>
      </DL><p>
      <DT><A HREF="torch://downloads/">Downloads</A>
      <DT><A HREF="http://192.168.0.12/mediawiki/index.php/Main_Page">Raspberry Pi</A>
      <DT><A HREF="http://distrowatch.com/">DistroWatch</A>
      <DT><A HREF="http://segfault.linuxmint.com/">Segfault</A>
    </DL><p>
    <DT><H3>Bookmarks Bar</H3>
    <DL><p>
      <DT><A HREF="http://tplinkwifi.net/">TL-MR3420</A>
      <DT><A HREF="http://192.168.1.102:8000/wikipedia_en_all_2016-05/?">Kiwix</A>
    </DL><p>
    <DT><A HREF="http://192.168.10.101/dashboard/">XAMPP (Local)</A>
  </DL><p>

</DL><p>
</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
<<<
[[My Mediawiki]]
[[Universal Licensing System]]
[[Bookmarks]]
[[Hey Google Phrases]]
[[Moving Plans]]
[[TIDDLYWIKI INTERNALS]]
[[Mix wiki-style formatting syntax within HTML]]
[[WelcomeToTiddlyspot]] [[GettingStarted]]
[[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]]
[[Permaview|http://almanac.tiddlyspot.com/#%5B%5BI%20Ching%5D%5D]] 
|''[[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>|click on picture of Yin and Yang for Wikipedia <br>[img[http://www.ctmaa.com/sites/default/files/images/Yin%20Yang%20Ba%20Gua%20symbol.jpg][https://en.wikipedia.org/wiki/Yin_and_yang]]<br>[[Tian|https://en.wikipedia.org/wiki/Tian]] (天) is a key concept of heaven in China|

|[[How To Consult The I Ching|https://youtu.be/PMj-wgSrJAY]] - [[Easy iChing: How to Read the iChing Book Of Changes|https://youtu.be/stxiQb7Raa0]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/PMj-wgSrJAY" frameborder="0" allowfullscreen></iframe></html>|''[[1 I Ching - Simple Demonstration and Explanation|https://youtu.be/N_5HBwkJ728]] - [[Terence McKenna - Timewave Zero|https://youtu.be/k9vkoDkeaVM]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/N_5HBwkJ728" frameborder="0" allowfullscreen></iframe></html>|
|[[I-Ching...The 64 Hexagrams and Meanings|https://youtu.be/moZcx2jPg_I?list=PLHyVK0lgrycBBGZ_vQf7KKv2Nnq5DxkAd]] - [[Terence Mckenna - How Evolution Occurs|https://youtu.be/LQKd3Fuuv5M]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/moZcx2jPg_I?list=PLHyVK0lgrycBBGZ_vQf7KKv2Nnq5DxkAd" frameborder="0" allowfullscreen></iframe></html>|[[Scientist vs Mystic - A Conversation about Cosmos, Brain and Reality - David Eagleman and Sadhguru|https://youtu.be/aaCTs8oeAh8]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/aaCTs8oeAh8" frameborder="0" allowfullscreen></iframe></html>|
[[PDF of The sacred books of the East - I Ching|http://holybooks.lichtenbergpress.netdna-cdn.com/wp-content/uploads/16.SacredBooksEast.VarOrSch.v16.Muller.China_.Legge_.SacBksChina.TxtConfuc.p2.YiKing.Oxf_.1882..pdf]]
<<miniBrowser http://holybooks.lichtenbergpress.netdna-cdn.com/wp-content/uploads/16.SacredBooksEast.VarOrSch.v16.Muller.China_.Legge_.SacBksChina.TxtConfuc.p2.YiKing.Oxf_.1882..pdf>>
<<miniBrowser https://en.wikipedia.org/wiki/I_Ching>>
<<miniBrowser https://en.wikipedia.org/wiki/Hexagram_(I_Ching)>>
[[Permalink|http://almanac.tiddlyspot.com/#Journals]]
# [[8:13 AM - Thursday, November 17, 2559 BE (GMT+7) - Time in Thailand]]
<<miniBrowser https://en.wikipedia.org/w/index.php?title=Rama_IX>>
/***
|''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);
}
//}}}
[[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)//
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
----
King of Thailand Rama IX - Bhumibol Adulyadej
https://en.wikipedia.org/w/index.php?title=Rama_IX
----
The Tibetan Book of the Dead
http://holybooks.lichtenbergpress.netdna-cdn.com/wp-content/uploads/The-Tibetan-Book-of-the-Dead.pdf
----
Hexagram (I Ching)
https://en.wikipedia.org/wiki/Hexagram_(I_Ching)
----
List of hexagrams of the I Ching
https://en.wikipedia.org/wiki/List_of_hexagrams_of_the_I_Ching
----
I Ching
https://en.wikipedia.org/wiki/I_Ching
----
I Ching
http://holybooks.lichtenbergpress.netdna-cdn.com/wp-content/uploads/16.SacredBooksEast.VarOrSch.v16.Muller.China_.Legge_.SacBksChina.TxtConfuc.p2.YiKing.Oxf_.1882..pdf
----
TIDDLYWIKI INTERNALS 3
http://softwareas.com/tiddlywiki-internals-3-of-3-key-javascript-classes-and-files
----
TIDDLYWIKI INTERNALS 2
http://softwareas.com/tiddlywiki-internals-2-of-3-list-of-javascript-files
----
TIDDLYWIKI INTERNALS 1
http://softwareas.com/tiddlywiki-internals-1-of-3-architectural-concepts/
----
Wikipedia
https://en.wikipedia.org/wiki/
----
TiddlyWiki.com - official release
http://www.TiddlyWiki.com
----
TiddlyWiki.org - wiki, tickets, source control
http://www.TiddlyWiki.org
----
GoogleGroup: TiddlyWiki - user/author discussion
http://groups.google.com/group/TiddlyWiki/
----
GoogleGroup: TiddlyWikiDev - core/plugin discussion
http://groups.google.com/group/TiddlyWikiDev/
----
TiddlyVault - index of add-ons from many sources
http://TiddlyVault.TiddlySpot.com
----
TiddlySpot - instant TiddlyWiki hosting!!
http://www.TiddlySpot.com
----
TiddlyTools - plugins, scripts, templates, etc.
http://www.TiddlyTools.com
----
del.icio.us - find popular TiddlyWiki sites
http://del.icio.us/tag/tiddlywiki
----
<<tiddler BookmarkList>>
----
<<tiddler MiniBrowserList_osmosoft>>
----
<<tiddler MiniBrowserList_tech>>
----
<<tiddler MiniBrowserList_news>>
----
<<tiddler MiniBrowserList_media>>
----
<<tiddler MiniBrowserList_flash>>
flash games...

----
Rag Doll
http://www.planetdan.net/pics/misc/georgerag.swf
----
Asteroids
http://www.80smusiclyrics.com/games/asteroids.swf
----
PacMan
http://www.80smusiclyrics.com/games/pacman.swf
----
Tetris
http://www.80smusiclyrics.com/games/tetris2.swf
----
Simon
http://www.80smusiclyrics.com/games/simon.swf
flickr photos...

----
HDR Pool (public collection)
http://www.flickr.com/groups/hdr/pool/show/
----
favorite videos...

----
"PovertyUSA" - WATCH THIS!
http://www.nccbuscc.org/cchd/povertyusa/tour.swf
----
Jack W counts (1yr old)
http://wolfram.org/media/jack_20050310_cleaned.mov
----
webcams...

----
Times Square
http://www.earthcam.com/usa/newyork/timessquare/asx/tsq_stream.asx
----
Monterey Bay
http://www.mbayaq.org/media/STRM/mba_mbay.asx
----
Wrightsville Beach, North Carolina
http://www.aroundtownnc.com/wvx/beachcam.wvx
----
Koningsplein, Amsterdam
"""mms://rembrandt.terena.nl/stream2"""
----
Corsica
http://195.6.173.164/liensmedias/webcam.asx
----
Kulak's Woodshed: Live/Recorded acoustic music
http://www.kulakswoodshed.com/high.asx
----
news...

----
BBC News24 - Live
http://www.bbc.co.uk/newsa/n5ctrl/live/nb/rm/video/now2_nb.ram
----
BBC News - London Summary
http://www.bbc.co.uk/london/realmedia/news/tvnews.ram
----
BBC Entertainment News
http://www.bbc.co.uk/newsa/n5ctrl/summaries/entertain/bb_liquid_news.ram
----
Bloomberg Business News
http://www.bloomberg.com/streams/video/LiveBTV200.ram
----
movies (AmericaFree.TV)...

----
Classic Comedy
http://www.americafree.tv/unicast_mov/AmericaFreeTVComedy.mov
----
Classic Movies
http://www.americafree.tv/unicast_mov/AmericaFreeTVClassics.mov
----
"B" Movies
http://www.americafree.tv/unicast_mov/AmericaFreeTVDimensionB.mov
----
science/education/govt...

----
PBS: Annenberg/CPB
http://www.scctv.net/annenberg_broadband.asx
----
NASA TV
http://science.ksc.nasa.gov/video/nasatv/nasatv.asx
----
C-SPAN 1
http://play.rbn.com/play.asx?url=cspan/cspan/wmlive/cspan1v.asf&proto=mms?mswmext=.asx
----
C-SPAN 2
http://play.rbn.com/play.asx?url=cspan/cspan/wmlive/cspan2v.asf&proto=mms?mswmext=.asx
----
C-SPAN 3
http://play.rbn.com/play.asx?url=cspan/cspan/wmlive/cspan3v.asf&proto=mms?mswmext=.asx
news and events...

----
News - CNN
http://www.cnn.com
----
News - BBC
http://news.bbc.co.uk
----
Comics
http://www.unitedmedia.com/comics/
----
Television
http://www.tvguide.com/listings/default.aspx
----
Weather
http://www.wunderground.com/US/CA/Sunnyvale.html
----
Earthquakes
http://quake.wr.usgs.gov/recenteqs/latest.htm
----
Maps
http://maps.google.com
BT/Osmosoft...

----
Jeremy Ruston
http://jermolene.wordpress.com/
----
Andrew Back
http://carrierdetect.com/
----
Fred Dohr
http://fnd.lewcid.org/blog/
----
James Shi
http://curiousjames.wordpress.com/
----
Jon Lister
http://jaybyjayfresh.com/
----
Nick Webb
http://www.erraticmusings.com/
----
Paul Downey
http://blog.whatfettle.com/
----
Phil Hawksworth
http://www.hawksworx.com/journal/
----
Phil Whitehouse
http://philwhitehouse.blogspot.com/
----
Simon McManus
http://simonmcmanus.com/
technical references...

----
Javascript QuickRef (DevGuru)
http://www.devguru.com/technologies/javascript/
----
CSS QuickRef (DevGuru)
http://www.devguru.com/technologies/css2/
----
CSS compatibility chart
http://www.webdevout.net/browser-support-css
----
Unicode Character Charts
http://www.alanwood.net/unicode/
----
UTF-8 Encoding (Wikipedia)
http://en.wikipedia.org/wiki/UTF-8
----
HTML Character entities (W3)
http://www.w3.org/TR/REC-html40/sgml/entities.html
----
Mozilla Developer Center
http://developer.mozilla.org/
----
Gecko DOM Reference
http://developer.mozilla.org/en/docs/Gecko_DOM_Reference
----
IP Lookup...

----
ARIN - North America
http://www.arin.net
----
RIPE - Europe
http://www.ripe.net
----
APNIC - Asia/Pacific
http://www.apnic.net
----
LACNIC - Latin America/Caribbean
http://www.lacnic.net
----
AFRINIC - Africa
http://www.afrinic.net
/***
|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|HTMLFormattingPluginInfo|
|Source|http://www.TiddlyTools.com/#HTMLFormattingPlugin|
|Documentation|http://www.TiddlyTools.com/#HTMLFormattingPluginInfo|
|Version|2.4.1|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|documentation|
|Description|documentation for HTMLFormattingPlugin|
The ~HTMLFormatting plugin allows you to freely ''mix wiki-style formatting syntax within HTML formatted content'' by extending the action of the standard TiddlyWiki formatting handler.
!!!!!Usage
<<<
The shorthand Wiki-style formatting syntax of ~TiddlyWiki is very convenient and enables most content to be reasonably well presented. However, there are times when tried-and-true HTML formatting syntax allows more more precise control of the content display.

When a tiddler is about to be displayed, ~TiddlyWiki looks for tiddler content contained within {{{<html>}}} and {{{</html>}}} markers.  When present, the TiddlyWiki core simply passes this content directly to the browser's internal "rendering engine" to process as ~HTML-formatted content.  However, TiddlyWiki does not also process the HTML source content for any embedded wiki-formatting syntax it may contain.  This means that while you can use HTML formatted content, you cannot mix wiki-formatted content within the HTML formatting.

This plugin extends the TiddlyWiki core processing so that, after the HTML formatting has been processed, all the pieces of text occuring within the HTML block are then processed one piece at a time, so that normal wiki-style formatting can be applied to the individual text pieces.

Note: To bypass this extended processing for a specific section of HTML content, embed ''{{{<nowiki>}}}'' //anywhere// inside the {{{<html>...</html>}}} delimiters, and wiki formatting will not be applied to that content.
<<<
!!!!!Line breaks
<<<
One major difference between Wiki formatting and HTML formatting is how "line breaks" are processed. Wiki formatting treats all line breaks as literal content to be displayed //as-is//. However, because HTML normally ignores line breaks and actually processes them as simple "word separators" instead, many people who write HTML include extra line breaks in their documents, just to make the "source code" easier to read.

Even though you can use HTML tags within your tiddler content, the default treatment for line breaks still follows the Wiki-style rule (i.e., all new lines are displayed as-is). When adding HTML content to a tiddler (especially if you cut-and-paste it from another web page), you should take care to avoid adding extra line breaks to the text.

If removing all the extra line breaks from your HTML content would be a big hassle, you can quickly //override the default Wiki-style line break rule// so that the line breaks use the standard HTML rules, by placing ''{{{<hide linebreaks>}}}'' //anywhere// within the HTML content.  This automatically converts all line breaks to spaces before rendering the content, so that the literal line breaks will be processed as simple word-breaks instead.

Alternatively, if you //always// want to omit all line breaks from the rendered output, you can set this option:
><<option chkHTMLHideLinebreaks>> ignore all line breaks
which can also be 'hard coded' into your document by adding the following to a tiddler, tagged with <<tag systemConfig>>
>{{{config.options.chkHTMLHideLinebreaks=true;}}}

Note: this does //not// alter the actual tiddler content that is stored in the document, just the manner in which it is displayed. Any line breaks contained in the tiddler will still be there when you edit its content. Also, to include a literal line break when the ''<{{{hide linebreaks}}}>'' tag is present, you will need to use a ''<{{{br}}}>'' or ''<{{{p}}}>'' HTML tag instead of simply typing a line break.
<<<
!!!!!How it works
<<<
The TW core support for HTML does not let you put ANY wiki-style syntax (including TW macros) *inside* the {{{<html>...</html>}}} block.  Everything between {{{<html>}}} and {{{</html>}}} is handed to the browser for processing and that is it.

However, not all wiki syntax can be safely passed through the browser's parser. Specifically, any TW macros inside the HTML will get 'eaten' by the browser since the macro brackets, {{{<<...>>}}} use the "<" and ">" that normally delimit the HTML/XML syntax recognized by the browser's parser.

Similarly, you can't use InlineJavascript within the HTML because the {{{<script>...</script>}}} syntax will also be consumed by the browser and there will be nothing left to process afterward.  Note: unfortunately, even though the browser removes the {{{<script>...</script>}}} sequence, it doesn't actually execute the embedded javascript code that it removes, so any scripts contained inside of <html> blocks in TW are currently being ignored. :-(

As a work-around to allow TW *macros* (but not inline scripts) to exist inside of <html> formatted blocks of content, the plugin first converts the {{{<<}}} and {{{>>}}} into "%%(" and ")%%", making them "indigestible" so they can pass unchanged through the belly of the beast (the browser's HTML parser).

After the browser has done its job, the wiki syntax sequences (including the "undigested" macros) are contained in #text nodes in the browser-generated DOM elements.  The plugin then recursively locates and processes each #text node, converts the %%( and )%% back into {{{<<}}} and {{{>>}}}, passes the result to wikify() for further rendering of the wiki-formatted syntax into a containing SPAN that replaces the previous #text node.  At the end of this process, none of the encoded %%( and )%% sequences remain in the rendered tiddler output.
<<<
!!!!!Revisions
<<<
2010.05.07 2.4.1 added chkHTMLHideLinebreaks option
2009.01.05 2.4.0 in wikifyTextNodes(), pass w.highlightRegExp and w.tiddler to wikify() so that search term highlighting and tiddler-relative macro processing will work
2008.10.02 2.3.0 added use of {{{<nowiki>}}} marker to bypass all wikification inside a specific HTML block
2008.09.19 2.2.0 in wikifyTextNodes(), don't wikify the contents of STYLE nodes (thanks to MorrisGray for bug report)
2008.04.26 [*.*.*] plugin size reduction: more documentation moved to HTMLFormattingInfo
2008.01.08 [*.*.*] plugin size reduction: documentation moved to HTMLFormattingInfo
2007.12.04 [*.*.*] update for TW2.3.0: replaced deprecated core functions, regexps, and macros
2007.06.14 2.1.5 in formatter, removed call to e.normalize().  Creates an INFINITE RECURSION error in Safari!!!!
2006.09.10 2.1.4 update formatter for 2.1 compatibility (use this.lookaheadRegExp instead of temp variable)
2006.05.28 2.1.3 in wikifyTextNodes(), decode the *value* of TEXTAREA nodes, but don't wikify() its children.  (thanks to "ayj" for bug report)
2006.02.19 2.1.2 in wikifyTextNodes(), put SPAN element into tiddler DOM (replacing text node), BEFORE wikifying the text content.  This ensures that the 'place' pasced to any macros is correctly defined when the macro is evaluated, so that calls to story.findContainingTiddler(place) will work as expected. (Thanks for bug report from GeoffSlocock)
2006.02.05 2.1.1 wrapped wikifier hijack in init function to eliminate globals and avoid FireFox 1.5.0.1 crash bug when referencing globals
2005.12.01 2.1.0 don't wikify #TEXT nodes inside SELECT and TEXTAREA elements
2005.11.06 2.0.1 code cleanup
2005.10.31 2.0.  replaced hijack wikify() with hijack config.formatters["html"] and simplified recursive WikifyTextNodes() code
2005.10.09 1.0.2 combined documentation and code into a single tiddleb
2005.08.05 1.0.1 moved HTML and CSS definitions into plugin code instead of using separate tiddlers
2005.07.26 1.0.1 Re-released as a plugin. Added <{{{html}}}>...</{{{nohtml}}}> and <{{{hide newlines}}}> handling
2005.06.26 1.0.0 Initial Release (as code adaptation - pre-dates TiddlyWiki plugin architecture!!)
<<<
[[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]]|
'''[[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/>>
[[Permaview|http://almanac.tiddlyspot.com/#Nuclear]]
|[[A Time-Lapse Map of Every Nuclear Explosion Since 1945|https://youtu.be/LLCF7vPanrY]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/LLCF7vPanrY" frameborder="0" allowfullscreen></iframe></html>|[[Nuclear Fusion: the energy Source of the Future|https://youtu.be/hrvgsk8eX24]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/hrvgsk8eX24" frameborder="0" allowfullscreen></iframe></html>|
|[[Technology Update: Way to New Energy (E67)|https://youtu.be/4RDMxKdylJw]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/4RDMxKdylJw" frameborder="0" allowfullscreen></iframe></html>|[[The Donald Trump TRAIN Wall?! - Fast Forward|https://youtu.be/R1Ig7tMFibQ]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/R1Ig7tMFibQ" frameborder="0" allowfullscreen></iframe></html>|

|I wish love was always merciful and hate was always invalid. - I don't know why mortality has become so captivating that it emphasizes the exigency<br>of the devil's own luck.- [[HILLARY CLINTON SEX, DRUGS, MONEY AND MURDER|https://goo.gl/JptuQr]] - click on picture for TRUMP'S BULLET TRAIN WALL AND<br>THE DEMISE OF HELLERY - [[The Wiccan Rede (Full Version)|https://goo.gl/Q5f9Nf]] - I'm a [[Panthiest|https://en.wikipedia.org/wiki/Pantheism]]. I am adverse to [[predestiny|https://en.wikipedia.org/wiki/Predestination]]. - This picture would make a good T-shirt.<br>[img[https://goo.gl/cpgKfs][https://youtu.be/XmheUK9jcRw]]<br>We want to live in Never - Never - Land. We are the Boom Boom Girls. We're schizophrenic, [[BuyPolar|http://www.urbandictionary.com/define.php?term=Buy-Polar]] opposites. Please buy us a present, and Nuk Us.|[[TRUMP'S BULLET TRAIN WALL|https://youtu.be/R1Ig7tMFibQ]]<br>What about making 10 hotels, one hour apart, all along<br> the wall for legal tourism and business conventions<br>between the USA and Mexico? This could be a very good<br>idea, and be even more beneficial than NASA. What about<br>a high speed Bullet Train Box-loader Automobile Ferry<br>System? Ie: Hundreds of electric trains with advanced<br>autopilots running 24/7. Traffic would remain at 350 MPH<br>no matter how many trains were using the track. The track<br>is the motor, not the train. No noise. No traffic jams. Linear<br>Induction Trains should be able to switch tracks<br>electrically without mechanically moving any tracks<br>that they run on. Also they would act to expand the<br>energy grid for distributing electricity. They might<br>even have wings for load leveling. Electric cars could<br>charge their batteries while on the train. This would<br>be more valuable than a coast to coast freeway, and<br>reduce aircraft and automobile pollution. Money well<br>spent. Lots of jobs. Especially for Detroit. It is<br>cheaper to lease a computer than to own too many.<br>The same should be true for high tech transportation<br>and housing which constantly changes as the technology<br>improves. Why get stuck in the immoral past? Be sexier.<br>[[Live long and prosper|http://dangerousminds.net/comments/bank_of_canada_urges_star_trek_fans_to_stop_spocking_their_fivers]]. Create something new, now.<br>It will be recognizable, just like [[music|https://www.internet-radio.com/]].<br>7:27 PM Monday, November 28, 2559 BE (GMT+7)<br>Time in Thailand<br>=========================================<br>PS. - [[Trump-Size Idea - Build Something Inspiring|https://goo.gl/nUJrMr]]<br>[[Kathryn Haun - TEDx - Using blockchain to fight fraud|https://youtu.be/507wn9VcSAE]] - [[2|https://youtu.be/WnEYakUxsHU]]<br> Fifty trench diggers (Nevada Mining Gear) could dig<br>a Mexican/American Canal, along the Mexican/American<br>boarder, like the Panama Canal, from California to<br>Florida for the equipment cost of five Nuclear Submarines.<br>It would be the perfect place to build futuristic<br>Bullet Train Automobile Ferry Systems, Water and<br>Power Distribution Stations, Fuel Pipelines, and Hotels.<br>''[[Hyperloop|https://en.wikipedia.org/wiki/Hyperloop]]''<br>[[ITER - the world's largest puzzle|https://youtu.be/2Y2CBJIp2j8]] Youtube - [[Wikipedia|https://en.wikipedia.org/wiki/ITER]]<br>[[The Energy Crisis is Over!|https://youtu.be/rAODrTHZSI8]] Youtube<br>Power from sea water. On-site water purification.<br>1:42 PM Tuesday, November 29, 2559 BE (GMT+7)<br>Time in Thailand|
[[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://almanac.tiddlyspot.com/#SIDDHARTHA]]

* ''Book [[Siddhartha by Hermann Hesse|http://www.gutenberg.org/ebooks/2500]]''

[[Siddhartha - FULL Audio Book - by Hermann Hesse|https://youtu.be/5-Y8S2nV-u4]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/5-Y8S2nV-u4" 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/]]''
[[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]]''
Almanac
<<miniBrowser http://softwareas.com/tiddlywiki-internals-1-of-3-architectural-concepts/>>
<<miniBrowser http://softwareas.com/tiddlywiki-internals-2-of-3-list-of-javascript-files>>
<<miniBrowser http://softwareas.com/tiddlywiki-internals-3-of-3-key-javascript-classes-and-files>>
[[Permaview|http://almanac.tiddlyspot.com/#%5B%5BThe%20Tibetan%20Book%20of%20the%20Dead%5D%5D]]

[[I Ching]]
[[SIDDHARTHA]] 
[[ Tantra E-juice|http://moving.tiddlyspot.com/#%5B%5BTantra%20E-juice%5D%5D]]
|[[The Tibetan Book of the Dead A Way of Life|https://youtu.be/0gloEua0RSs]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/0gloEua0RSs" frameborder="0" allowfullscreen></iframe></html>|[[The Blue Buddha: Lost Secrets of Tibetan Medicine|https://youtu.be/WGCFH6cJlqU]] - [[Terence McKenna (Youtube)|https://www.youtube.com/results?search_query=Terence+McKenna]] - [[HEFFTER R & D|https://heffter.org/]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/WGCFH6cJlqU" frameborder="0" allowfullscreen></iframe></html>|
|[[The Tibetan Book of the Dead (Audiobook)|https://youtu.be/E1MZwriqVvw]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/E1MZwriqVvw" frameborder="0" allowfullscreen></iframe></html>|[[Emerald Tablets of Thoth with Scrolling Text and No Comments|https://youtu.be/gb5jelb4Hx8]] - [[Terence McKenna (Wikipedia)|https://en.wikipedia.org/wiki/Terence_McKenna]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/gb5jelb4Hx8" frameborder="0" allowfullscreen></iframe></html>|
|[[The Hermetic Teachings of Tehuti|https://youtu.be/kYTJwgXjb7w]] - [[Terence McKenna - Alchemy, Magic & the Hermetic Tradition|https://youtu.be/OBZBtdaAxcM]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/kYTJwgXjb7w" frameborder="0" allowfullscreen></iframe></html>|[[The Kybalion with Emerald Tablets|https://youtu.be/xI5XIQtG4W4]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/xI5XIQtG4W4" frameborder="0" allowfullscreen></iframe></html>|

<<miniBrowser http://holybooks.lichtenbergpress.netdna-cdn.com/wp-content/uploads/The-Tibetan-Book-of-the-Dead.pdf>>
/***
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 = 'almanac';

// 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 |
| 12/04/2018 11:17:31 | Almanac | [[/|http://almanac.tiddlyspot.com/#%5B%5BUniversal%20Licensing%20System%5D%5D]] | [[store.cgi|http://almanac.tiddlyspot.com/store.cgi]] | . | [[index.html | http://almanac.tiddlyspot.com/index.html]] | . |
| 07/06/2018 03:49:12 | Almanac | [[/|http://almanac.tiddlyspot.com/#DefaultTiddlers%20%5B%5BNetgear%20CM-500%20Cable%20Modem%5D%5D%20%5B%5BUniversal%20Licensing%20System%5D%5D]] | [[store.cgi|http://almanac.tiddlyspot.com/store.cgi]] | . | [[index.html | http://almanac.tiddlyspot.com/index.html]] | . |
| 10/06/2018 20:19:57 | Almanac | [[/|http://almanac.tiddlyspot.com/#%5B%5BUniversal%20Licensing%20System%5D%5D%20%5B%5BNetgear%20CM-500%20Cable%20Modem%5D%5D]] | [[store.cgi|http://almanac.tiddlyspot.com/store.cgi]] | . | [[index.html | http://almanac.tiddlyspot.com/index.html]] | . |
| 11/06/2018 23:42:38 | Almanac  | [[/|http://almanac.tiddlyspot.com/#%5B%5BNetgear%20CM-500%20Cable%20Modem%5D%5D%20%5B%5BUniversal%20Licensing%20System%5D%5D]] | [[store.cgi|http://almanac.tiddlyspot.com/store.cgi]] | . | [[index.html | http://almanac.tiddlyspot.com/index.html]] | . |
| 13/06/2018 04:30:36 | Almanac  | [[/|http://almanac.tiddlyspot.com/#%5B%5BNetgear%20CM-500%20Cable%20Modem%5D%5D%20%5B%5BUniversal%20Licensing%20System%5D%5D]] | [[store.cgi|http://almanac.tiddlyspot.com/store.cgi]] | . | [[index.html | http://almanac.tiddlyspot.com/index.html]] | . |
| 06/08/2018 16:56:39 | YourName | [[/|http://almanac.tiddlyspot.com/#DefaultTiddlers%20%5B%5BNetgear%20CM-500%20Cable%20Modem%5D%5D]] | [[store.cgi|http://almanac.tiddlyspot.com/store.cgi]] | . | [[index.html | http://almanac.tiddlyspot.com/index.html]] | . |
| 22/01/2019 00:09:58 | Almanac | [[/|http://almanac.tiddlyspot.com/]] | [[store.cgi|http://almanac.tiddlyspot.com/store.cgi]] | . | [[index.html | http://almanac.tiddlyspot.com/index.html]] | . |
| 22/01/2019 10:28:50 | Almanac | [[/|http://almanac.tiddlyspot.com/]] | [[store.cgi|http://almanac.tiddlyspot.com/store.cgi]] | . | [[index.html | http://almanac.tiddlyspot.com/index.html]] | . |
| 07/07/2019 05:31:26 | Almanac | [[/|http://almanac.tiddlyspot.com/#SiteSubtitle]] | [[store.cgi|http://almanac.tiddlyspot.com/store.cgi]] | . | [[index.html | http://almanac.tiddlyspot.com/index.html]] | . |
| 15/07/2019 10:42:02 | Almanac | [[/|http://almanac.tiddlyspot.com/#%5B%5BMy%20Mediawiki%5D%5D]] | [[store.cgi|http://almanac.tiddlyspot.com/store.cgi]] | . | [[index.html | http://almanac.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");


//}}}