	
	function ryn_logo_show_tooltip (caller, howFarRight,howFarUp){
		var rynToolTip = document.getElementById('ryn_logo_tooltip');
		rynToolTip.style.display='block';
		rynToolTip.style.left=howFarRight+'px';
		rynToolTip.style.bottom=howFarUp+'px';
	}
	function ryn_logo_hide_tooltip (){
		document.getElementById('ryn_logo_tooltip').style.display='none';
	}
	
	if(typeof(rynToolTipRightness) == "undefined"){
		rynToolTipRightness = 143;
	}
	if(typeof(rynToolTipUpness) == "undefined"){
		rynToolTipUpness = 166;
	}
	document.write('<a id="ryn_logo_linkback" onmouseover="ryn_logo_show_tooltip(this, rynToolTipRightness,rynToolTipUpness);" href="http://rynfootwearusa.com/why.php" onmouseout="ryn_logo_hide_tooltip ();">');
	document.write('<img alt="link to ryn footwear website" src="http://rynfootwearusa.com/account/images/red-R-black-circle_thumb_transbackground.png" style="border: none;" title="Click Me" />');
	document.write('</a>');
	document.write('<div id="ryn_logo_tooltip" style="position: relative; background: #ffeeee; display: none; width: 250px; padding: 15px; -moz-border-radius: 10px; -webkit-border-radius: 10px;">');
	document.write('<p>Click this <span style="font-variant: small-caps;">Ryn</span> logo to feel your glutes burn!<br /><span style="font-variant: small-caps;">Ryn</span> Footwear is the most advanced and technical brand of shoes ever made! <br /><span style="font-variant: small-caps;">Ryn</span> strengthens tones and aligns the human body by recreating a natural foot strike environment. <br />Training, Recovery, Health, Toning. Feel better, and be active with <span style="font-variant: small-caps;">Ryn</span> shoes</p>');
	document.write('</div>');
	

	
	
	/**WHAT TO GIVE THE PEOPLE*/
	/*
	<script type="text/javascript">
		var rynToolTipRightness = 143; //How many pixels RIGHT should the tooltip be? (negative numbers will push it LEFT)
		var rynToolTipUpness = 166;    //How many pixels UP should the tooltip be? (negative numbers will push it DOWN)
	</script>
	<script src="http://rynfootwearusa.com/account/snippets/ryn_logo_linkback.js" type="text/javascript"></script>
	
	
	<!--AND JUST IN CASE SOMETHING MUST BE APPENDED (OR PRE-PENDED) TO THE MOUSE OVER OR MOUSE OUT-->
	<script type="text/javascript">
		document.getElementById('ryn_logo_linkback').onmouseover = function (){
			ryn_logo_show_tooltip (document.getElementById('ryn_logo_linkback'), rynToolTipRightness,rynToolTipUpness);
		}
		document.getElementById('ryn_logo_linkback').onmouseout = function (){
			ryn_logo_hide_tooltip ();
		}
	</script>
	*/
