<!--
//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('<hr><font size="2" face="Century Gothic"><p align="center"><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><p align="right"><font color="#FFDD00"><font face="Century Gothic" size="3"><a><b>CALL OR EMAIL FOR A FREE CONSULTATION</b></a></font><br><font face="Century Gothic" size="2"><a>Phone: 410.435.3755</a><br><a class="InstantLink" href="mailto:singularpathways@msn.com">Email: singularpathways@msn.com</a><br></font><img border="0" src="http://singular-pathways.com/images/sp2.jpg"><br><font face="Century Gothic" size="2" color="#FFDD00"><a>208 East Melrose Avenue, Baltimore, MD 21212</a>');
//-->


