<!--
//edit the links as you would with regular html but remeber the '/" changes and follow the examples as a guide
var coldColor = "#CCFF33"
var hotColor  = "#00FFFF"
var motionPix = "0"

var a='<style>'+
'A.InstantLink:link {'+
'  color:'+coldColor+';'+
'  text-decoration:none;'+
'  padding:0 '+motionPix+' 0 0;'+
'  }'+  
'A.InstantLink:visited {'+
'  color:'+coldColor+';'+
'  text-decoration:none;'+
'  padding:0 '+motionPix+' 0 0;}'+  
'A.InstantLink:active {'+
'  color:'+coldColor+';'+
'  text-decoration:none;'+
'  padding:0 '+motionPix+' 0 0;'+
'  }'+  
'A.InstantLink:hover {'+
'  color:'+hotColor+';'+
'  text-decoration:underline overline;'+
'  padding:0 0 0 '+motionPix+';'+
'  }'+
'</style>'
if (document.all || document.getElementById){
    document.write(a)
}
document.write('<p align="center"><a><img border="0" src="http://singular-pathways.com/images/sp.jpg"><br><hr><p align="center"><font size="2" face="Century Gothic"><a class="InstantLink" href=http://singular-pathways.com> Home </a> <a>|</a><a class="InstantLink" href=http://singular-pathways.com/depression.html> Depression </a> <a>|</a><a class="InstantLink" href=http://singular-pathways.com/anxiety.html> Anxiety </a><a>|</a><a class="InstantLink" href=http://singular-pathways.com/trauma.html> Trauma </a><a>|</a><a class="InstantLink" href=http://singular-pathways.com/addictions.html> Addictions </a><a>|</a><a class="InstantLink" href=http://singular-pathways.com/couples.html> Couples </a><a>|</a><a class="InstantLink" href=http://singular-pathways.com/singles.html> Singles </a><br><a class="InstantLink" href=http://singular-pathways.com/workshops.html> Group/Workshops </a><a>|</a><a class="InstantLink" href=http://singular-pathways.com/services.html> Services/Professional Training </a><a>|</a><a class="InstantLink" href=http://singular-pathways.com/links.html> Links </a><a>|</a><a class="InstantLink" href=http://singular-pathways.com/articles.html> Articles/Books </a><a>|</a><a class="InstantLink" href=http://singular-pathways.com/methods.html> Mission/Methods </a><a>|</a><a class="InstantLink" href=http://singular-pathways.com/background.html> About Us </a><a>|</a><a class="InstantLink" href="mailto:singularpathways@msn.com"> Email </a><br><hr>');
//-->
