<!--
//edit the links as you would with regular html but remeber the '/" changes and follow the examples as a guide
var coldColor = "#FF0066"
var hotColor  = "#FFFF00"
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="left"><font size="2" face="Century Gothic"><br><a class="InstantLink" href=http://aidsactionbaltimore.org>Home</a><br><a class="InstantLink" href=http://aidsactionbaltimore.org/about.htm>About AAB</a><br><a class="InstantLink" target="_blank" href=http://aidsactionbaltimore.org/rg.pdf>AAB Local Resource Guide</a><br><a class="InstantLink" href=http://aidsactionbaltimore.org/links.htm>National Resources</a><br><a class="InstantLink" href=http://aidsactionbaltimore.org/trials.htm>Clinical Trials Search</a><br><a class="InstantLink" href=http://aidsactionbaltimore.org/articles.htm>Other HIV Articles</a><br><a class="InstantLink" href=http://aidsactionbaltimore.org/advocacy.htm>AAB Advocacy</a><br><a class="InstantLink" href=http://aidsactionbaltimore.org/events.htm>Upcoming Events</a><br><a class="InstantLink" href=http://aidsactionbaltimore.org/aidsconf.htm>XVI Intl AIDS Conference</a><br><br><img border="0" src="http://aidsactionbaltimore.org/logo_bar_new.gif" width="180" height="17"><p align="left"><font face="Arial Narrow"size="2"><font color="#EEEEEE"><a>AIDS Action Baltimore, Inc.</a><br><a>10 East Eager Street</a><br><a>Baltimore, Maryland 21202</a><br><a>Phone: 410 837-2437</a><br><a>Fax: 410 837-2438</a><br><a class="InstantLink" href="mailto:BaltoAIDS@aol.com">BaltoAIDS@aol.com</a>');
//-->