var myRegExp = /aids/;
var string1 = window.location.href;
var matchPos1 = string1.search(myRegExp);

if(matchPos1 != -1)
	document.write("<a href='http://www.fau.edu/aids'>FAU Aids Committee</a>");
	
var myRegExp = /today/;
var string1 = window.location.href;
var matchPos1 = string1.search(myRegExp);

if(matchPos1 != -1)
	document.write("<a href='http://www.fau.edu/today'>Today and Beyond Wellness</a>");
	
		
var myRegExp = /ropes/;
var string1 = window.location.href;
var matchPos1 = string1.search(myRegExp);

if(matchPos1 != -1)
	document.write("<a href='http://www.fau.edu/ropes'>Ropes</a> ");
	
var myRegExp = /triathlon/;
var string1 = window.location.href;
var matchPos1 = string1.search(myRegExp);

if(matchPos1 != -1)
	document.write("<a href='http://www.fau.edu/today/triathlon'> / Triathlon</a> ");

var myRegExp = /shac/;
var string1 = window.location.href;
var matchPos1 = string1.search(myRegExp);

if(matchPos1 != -1)
	document.write("<a href='http://www.fau.edu/shs/shac'>SHAC</a> ");