<!--
 var lttLinkDomains = Array("www.willmaster.com", "nature-talk.com", "http://Engage-Engine.com");
 
 var lttLinkToBadDomain = Array();
 lttLinkToBadDomain["example.com"] = 1;
 lttLinkToBadDomain["ukwellnesshubs.com"] = 1;
 lttLinkToBadDomain["www.ukwellnesshubs.com"] = 1;
 //lttLinkToBadDomain["127.0.0.1"] = 1;
 
 function LinkTo() {
 var title = document.title.length > 1 ? document.title : 'click here';
 var toolwidth = 400;
 try { if(ltt_W) { toolwidth = ltt_W; } } catch(err) {}
 var tawidth = 330;
 if(toolwidth < 350) { tawidth = toolwidth - 20; }
 else if(toolwidth > 450) { tawidth = toolwidth - 100; }
 
 // BEGIN WORD OF MOUTH TOOL
 document.writeln('<div id="ltt_panel" style="text-align:center; background-color:transparent; margin:15px 0 5px 0">');
 document.writeln('<style type="text/css">.text{background-color:white;}.nowrap{white-space:nowrap;}</style>');
 
 document.writeln('<br/><span class="text" style="font-size:120%; font-weight:bold; color:gray; text-align:center;">');
 document.writeln('The Word Of Mouth Tool');
 document.writeln('</span><br />');
 document.writeln('<span class="text" style="font-size:80%; font-style:italic; color:gray; text-align:center;">');
 document.writeln('Helping you share this page.');
 document.writeln('</span><hr>');
 
 // SHARE VIA WEB
 document.writeln('<span class="text">Link To This Page <a id="ltt_web" href=\'javascr'+'ipt:revealLinkToTool("web")\'><span class="nowrap">On Your Site</span></a></span>');
 document.writeln('<div id="web" style="display:none; text-align:left; background-color:#dddddd; margin-top:3px; padding:9px 0 9px 0;"><span style="background-color:#dddddd;">');
 document.writeln('Copy this code and paste it into your web page:');
 document.write('</span><form align="center" style="margin:3px 0 0 0; text-align:center;">');
 document.write('<textarea rows="3" cols="100" wrap="off" style="width:'+tawidth+'px;" onclick="select()">');
 document.write('&lt;a href="'+document.URL+'"&gt;\n'+title+'&lt;/a&gt;');
 document.write('</textarea>');
 document.write('</form>');
 document.writeln('</div>');
 
 // SHARE VIA NEWSLETTER
 document.writeln('<hr/>');
 document.writeln('<span class="text">Link To This Page <a id="ltt_ezine" href=\'javascr'+'ipt:revealLinkToTool("newsletter")\'><span class="nowrap">In Your Ezine</a></span>');
 document.writeln('<div id="newsletter" style="display:none; text-align:left; background-color:#dddddd; margin-top:3px; padding:9px 0 9px 0;"><span style="background-color:#dddddd;">');
 document.writeln('Copy this code and paste it into your ezine:');
 document.write('</span><form align="center" style="margin:3px 0 0 0; text-align:center;">');
 document.write('<textarea rows="3" cols="100" wrap="off" style="width:'+tawidth+'px;" onclick="select()">');
 document.write(title+"\n"+document.URL);
 document.write('</textarea>');
 document.write('</form>');
 document.writeln('</div>');
 
 // SHARE VIA EMAIL
 document.writeln('<hr/>');
 var pagetitle = document.title.length > 0 ? document.title : 'click here';
 var emailtitle = pagetitle;
 var re;
 try { if(EmailSubject) { emailtitle = EmailSubject;
 re = /\[\[TITLE\]\]/g;emailtitle = emailtitle.replace(re,pagetitle);
 re = /\[\[URL\]\]/g;emailtitle = emailtitle.replace(re,document.URL);
 }} catch(err) {}
 var emailurl = document.URL;
 try { if(EmailBody) { emailurl = EmailBody;
 re = /\[\[TITLE\]\]/g;emailurl = emailurl.replace(re,pagetitle);
 re = /\[\[URL\]\]/g;emailurl = emailurl.replace(re,document.URL);
 }} catch(err) {}
 document.writeln('<span class="text">Link To This Page <a id="ltt_email" onclick="revealLinkToTool(\'email\')" href="mailto:?subject='+escape(emailtitle)+'&body='+escape(emailurl)+'"><span class="nowrap">In An Email</span></a></span>');
 document.writeln('<div id="email" style="display:none; text-align:left; background-color:#dddddd; margin-top:3px; padding:9px;"><span style="background-color:#dddddd;">');
 document.writeln('Your email software is now opening a new email partially filled in for you. Provide your friend\'s email address and send it.');
 document.writeln('</span></div>');
 
 // SHARE VIA TWITTER
 document.writeln('<hr/>');
 var title = document.title.length > 1 ? document.title : 'click here';
 var url = document.URL;
 var message = 'http://twitter.com/home?status='+escape(title)+' '+escape(url);
 var test = '"'+title+'" '+url;
 var length = test.length;
 if(length > 140)
 {
 	if(url.length > 140)
 	{
 		var scripturl = 'http://word-of-mouth-advertising.com/tool/twitter/set.cgi';
 		var relayurl = 'http://word-of-mouth-advertising.com/tool/2/';
 		var relaycode = window.location.hostname;
 		now = new Date()
 		relaycode += now.getTime();
 		relaycode += Math.ceil(Math.random() * 99999);
 		relayimg = new Image();
 		relayimg.src = scripturl + '?' + relaycode + '=' + escape(url);
 		url = relayurl + relaycode;
 	}
 	if(url.length > 135)
 	{
 		message = 'http://twitter.com/home?status='+escape(url);
 	}
 	else
 	{
 		var maxlength = 139 - url.length;
 		if(title.length > maxlength)
 		{
 			title = title.substr(0,(maxlength-3))  + '...';
 		}
 		message = 'http://twitter.com/home?status='+escape(title)+' '+escape(url);
 	}
 }
 document.writeln('<span class="text">Link To This Page <a id="ltt_twitter" onclick="revealLinkToTool(\'twitter\')" target="_blank" href="'+message+'"><span class="nowrap">On Twitter</span></a></span>');
 document.writeln('<div id="twitter" style="display:none; text-align:left; background-color:#dddddd; margin-top:3px; padding:9px;"><span style="background-color:#dddddd;">');
 document.writeln('A window to your account at twitter.com is opening. The tweet text may be changed, but keep the link as is.');
 document.writeln('</span></div>');
 
 // SHARE VIA SOCIAL SITES
 document.writeln('<hr/>');
 document.writeln('<span class="text">Link To This Page <a id="ltt_social" href=\'javascr'+'ipt:revealLinkToTool("social")\'><span class="nowrap">On Social Sites</span></a></span>');
 document.writeln('<div id="social" style="display:none; background-color:#dddddd; margin-top:3px;">');
 document.writeln('<table style="background-color:#dddddd;" bgcolor="#dddddd" align="center" border="0" cellspacing="0" cellpadding="0"><tr><td style="background-color:#dddddd;"><span style="background-color:#dddddd;">');
 
 // FURL
 document.writeln('<nobr><a id="ltt_soc_furl" href="http://www.furl.net/storeIt.jsp?t='+document.title+'&u='+document.URL+'" target="_blank">');
 document.writeln('<img border="0" src="http://word-of-mouth-advertising.com/images/icons/furl.gif"');
 document.writeln('alt="add to Furl"> Furl</a></nobr><br/>');
 
 // DEL.ICIO.US
 document.writeln('<nobr><a id="ltt_soc_delicious" href="http://del.icio.us/post?v=4&noui&jump=close&url='+document.URL+'&title='+document.title+'" target="_blank">');
 document.writeln('<img border="0" src="http://word-of-mouth-advertising.com/images/icons/delicious.gif" alt="add to del.icio.us"> del.icio.us</a></nobr><br/> ');
 
 // TECHNORATI
 document.writeln('<nobr><a id="ltt_soc_technorati" href="http://technorati.com/faves?add='+document.URL+'" target="_blank">');
 document.writeln('<img border="0" src="http://word-of-mouth-advertising.com/images/icons/technorati.gif" alt="add to technorati"> Technorati</a></nobr><br/> ');
 
 // BLINKLIST
 document.writeln('<nobr><a id="ltt_soc_blinklist" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url='+document.URL+'&Title='+document.title+'" target="_blank">');
 document.writeln('<img border="0" src="http://word-of-mouth-advertising.com/images/icons/blinklist.gif" alt="add to Blinklist"> BlinkList</a></nobr><br/> ');
 
 if(toolwidth>250) { document.writeln('</span></td><td width="20">&nbsp;</td><td style="background-color:#dddddd;"><span style="background-color:#dddddd;">'); }
 
 // DIGG
 document.writeln('<nobr><a id="ltt_soc_digg" href="http://digg.com/submit?phase=2&url='+document.URL+'&title='+document.title+'" target="_blank">');
 document.writeln('<img border="0" src="http://word-of-mouth-advertising.com/images/icons/digg.gif" alt="add to Digg"> Digg</a></nobr><br/>');
 
 // GOOGLE
 document.writeln('<nobr><a id="ltt_soc_google" href="http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk='+document.URL+'&title='+document.title+'" target="_blank">');
 document.writeln('<img border="0" src="http://word-of-mouth-advertising.com/images/icons/google.gif" alt="add to Google"> Google</a></nobr><br/> ');
 
 // STUMBLEUPON
 document.writeln('<nobr><a id="ltt_soc_stumbleupon" href="http://www.stumbleupon.com/submit?url='+document.URL+'&title='+document.title+'" target="_blank">');
 document.writeln('<img border="0" src="http://word-of-mouth-advertising.com/images/icons/stumbleupon.gif" alt="add to stumbleupon"> StumbleUpon</a></nobr><br/> ');
 
 // YAHOO
 document.writeln('<nobr><a id="ltt_soc_yahoo" href="http://myweb.yahoo.com/myresults/bookmarklet?t='+document.title+'&u='+document.URL+'&ei=UTF" target="_blank">');
 document.writeln('<img border="0" src="http://word-of-mouth-advertising.com/images/icons/yahoo.gif" alt="add to My Yahoo"> My Yahoo</a></nobr><br/>');
 
 document.writeln('</span></td></tr></table>');
 document.writeln('</div><br/><br/>');
 
 // GET WORD OF MOUTH TOOL
 document.writeln('<div style="text-align:center; background-color:#dddddd; border-style:dotted; border-width:1px; padding:2px 10px 2px 10px; margin-top:15px;"><span style="background-color:#dddddd;">');
 document.writeln('<a id="ltt_getlinktotool" href=\'javascr'+'ipt:revealLinkToTool("ltt_toolcode")\'><span class="nowrap; background-color:#dddddd;">Get This Free</span> <span class="nowrap">Word Of Mouth Tool</span><br/>For Your Site</a>');
 document.writeln('</span><div id="ltt_toolcode" style="display:none; text-align:justify; background-color:#dddddd;">');
 document.writeln('<span style="background-color:#dddddd;"><br/>You can add this free Word Of Mouth Tool to your own site ');
 document.writeln('by copy and pasting a few lines of Word Of Mouth Tool code to any of your pages.');
 document.writeln('<br/><br/>');
 
 document.writeln('<center><a href = "http://word-of-mouth-advertising.com/video.html" target=window>Watch The Video</a></center><br/>');
 
 document.writeln('Your version of the Word Of Mouth Tool will be automatically aware of the title and URL of each of your pages.');
 // document.writeln('<br/><br/>');
 document.writeln('You can <a id="ltt_customize" href="http://word-of-mouth-advertising.com/tool/customize/easy.php?36-1264892534">customize</a> your Word Of Mouth Tool.<br/><br/>');
 
 document.writeln('<center><b>Copy This Code<br/> Paste To Your Site</b></center></span>');
 
 document.write('<div style="text-align:center;"><form align="center" style="margin:0;">');
 document.write('<textarea rows="8" cols="10" wrap="off" style="width:'+(tawidth-10)+'px;" onclick="select()">');
 document.write('&lt;!--BEGIN WORD OF MOUTH TOOL CODE--&gt;&lt;!--\n');
 document.write('--&gt;&lt;div id="ltt_introdiv" style="width:400px;text-align:justify; border-style:dotted; border-width:1px; padding:2px 10px 2px 10px;"&gt;&lt;!--\n');
 document.write('--&gt;&lt;a href="javascript:revealLinkToTool(\'link_to_tool\')"&gt;Click Here&lt;/a&gt; to share this page with your friends, website visitors, ezine readers, social followers and other online contacts.&lt;!--\n');
 document.write('--&gt;&lt;div id="link_to_tool" style="display:none;"&gt;&lt;script type="text/javascript" src="http://word-of-mouth-advertising.com/tool/code/js/36-1264892534.js"&gt;&lt;/script&gt;&lt;div style="font-size:smaller;text-align:center;"&gt;&lt;!--\n');
 document.write('--&gt;The <a id="link_to_tool_0" href="http://word-of-mouth-advertising.com/">Word Of Mouth Tool</a>&lt;br/&gt; is a gift from:&lt;br/&gt;&lt;a id="link_to_tool_1" href="http://www.willmaster.com"&gt;Website software that works&lt;/a&gt;&lt;br/&gt;&lt;a id="link_to_tool_2"  href="http://nature-talk.com/locations/florida/index.html"&gt;Exploring North Florida Nature&lt;/a&gt;&lt;br/&gt;&lt;a id="link_to_tool_3" href="http://Engage-Engine.com"&gt;Free Forum And Ezine Hosting&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!--\n');
 document.write('--&gt;&lt;!--CUSTOMIZE:  You can customize your Word Of Mouth Tool here:  http://word-of-mouth-advertising.com/tool/customize/easy.php?36-1264892534--&gt;&lt;!--\n');
 document.write('--&gt;&lt;!--TERMS:  You have permission to use the Word Of Mouth Tool for free, if you do not alter this Word Of Mouth Tool install code in any way.--&gt;&lt;!--\n');
 document.write('--&gt;&lt;!-- END WORD OF MOUTH TOOL CODE --&gt;\n');
 document.write('</textarea>');
 document.write('</form></div>');
 
 document.writeln('<div style="text-align:center; margin-top:10px;">');
 document.writeln('<a id="ltt_learnmore" href="http://word-of-mouth-advertising.com">Click To Learn More.</a><br/>');
 document.writeln('</div>'); // div style="text-align:center;
 document.writeln('</div>'); // div id="ltt_toolcode"
 document.writeln('</div>'); // div style="text-align:center;
 document.writeln('</div><br/>'); // div id="ltt_panel"
 }
 
 function revealLinkToTool(ltt_panel) 
 {
 	if( ! document.getElementById("web") )
 	{
 		document.getElementById(ltt_panel).style.display = "block"; 
 		return;
 	}
 	if(document.getElementById(ltt_panel).style.display == "none") 
 	{ 
 		document.getElementById("web").style.display = "none";
 		document.getElementById("newsletter").style.display = "none";
 		document.getElementById("email").style.display = "none";
 		document.getElementById("twitter").style.display = "none";
 		document.getElementById("social").style.display = "none";
 		document.getElementById("ltt_toolcode").style.display = "none";
 
 		document.getElementById(ltt_panel).style.display = "block"; 
 	}
 	else 
 	{ 
 	 	document.getElementById(ltt_panel).style.display = "none"; 
     }
 }
 
 function lttGetDomainFromURL(s)
 {
 	s = s.substr(s.indexOf('//')+2);
 	s = s.substr(0,s.indexOf('/'));
 	return s;
 }
 
 function lttReplaceContent()
 {
 	var content = '<h3>Mesage to site owner:</h3>' +
 '<p>Whoops, your Word Of Mouth Tool code is installed incorrectly, please ' +
 'install a <a href="http://word-of-mouth-advertising.com/tool/code/links/36-1264892534.txt">fresh copy,</a> ' +
 'then <a href="http://word-of-mouth-advertising.com/about/trouble-shooting.cgi">contact us</a> to let us ' +
 'know your widget has been fixed. After we hear from you, we\'ll turn your Word Of Mouth Tool widget back on.</p>';
 	var thediv = document.getElementById("ltt_panel");
 	thediv.innerHTML = '';
 	thediv.innerHTML = content;
 }
 
 if(lttLinkToBadDomain[location.hostname])
 {
 	lttReplaceContent();
 	revealLinkToTool('link_to_tool');
 }
 
 function lttRunSelfAnalysis()
 {
 	var alerts = Array();
 	lttLinkDomains[2] = lttGetDomainFromURL(lttLinkDomains[2]);
 	for(var i=0; i<lttLinkDomains.length; i++)
 	{
 		var ii = i+1;
 		var spot = document.getElementById("link_to_tool_"+ii);
 		if(spot && spot.href)
 		{
 			if( lttPrepLink(lttLinkDomains[i]) != lttPrepLink(spot.href) )
 			{ alerts.push(location.hostname + " * Invalid * link #" + ii + " * " + document.URL + " * " + lttLinkDomains[i] + " * " + spot.href); }
 		}
 		else { alerts.push(location.hostname + " * Missing * link #" + ii + " * " + document.URL + " * " + lttLinkDomains[i] + " *  MISSING"); }
 	}
 	if(alerts.length > 0)
 	{
 		alerts.unshift("Invalid link(s):\tdomain * type * link # * page URL * right link * wrong link\t-----------------------------------------------------------\t");
 		lttMessageHome( alerts.join("\t") );
 	}
 }
 
 function lttPrepLink(s)
 {
 	while( s.substr(s.length-1,1) == '/' ) { s = s.substr(0,s.length-1); }
 	return s.toLowerCase();
 }
 
 function lttMessageHome(s)
 {
 	var scriptURL = "http://word-of-mouth-advertising.com/tool/twitter/emailus.cgi";
 	varname = new Image();
 	varname.src = scriptURL + "?" + escape(s);
 }
 
 function AddPartnerIDtoLinkToToolHardCodedLink()
 {
 	if(document.getElementById("link_to_tool_0")) { document.getElementById("link_to_tool_0").href+="?36-1264892534"; }
 }
 
 LinkTo();
 var varname = new Image();
 varname.src = 'http://word-of-mouth-advertising.com/tool/tracking.cgi?36-1264892534&'+document.URL;
 setTimeout('AddPartnerIDtoLinkToToolHardCodedLink()',1500);
 setTimeout("lttRunSelfAnalysis()",5000);
 //-->
