function selectedNav(){

/* HOME */
if( location.href == 'http:\/\/pearlmattenson.com\/' ) {
		document.getElementById('homeButton').className = 'visible';

}
if( location.href == 'http:\/\/www.pearlmattenson.com\/' ) {
		document.getElementById('homeButton').className = 'visible';

}
if( location.href == 'http:\/\/pearlmattenson.com\/index.shtml' ) {
		document.getElementById('homeButton').className = 'visible';
}

if( location.href == 'http:\/\/www.pearlmattenson.com\/index.shtml' ) {
		document.getElementById('homeButton').className = 'visible';
}


/* MEET ME */
if( location.href == 'http:\/\/pearlmattenson.com\/meet_me.shtml' ) {
		document.getElementById('meetButton').className = 'visible';
}
if( location.href == 'http:\/\/www.pearlmattenson.com\/meet_me.shtml' ) {
		document.getElementById('meetButton').className = 'visible';
}
if( location.href == 'http:\/\/pearlmattenson.com\/core_beliefs.shtml' ) {
		document.getElementById('meetButton').className = 'visible';
}
if( location.href == 'http:\/\/www.pearlmattenson.com\/core_beliefs.shtml' ) {
		document.getElementById('meetButton').className = 'visible';
}



/* WHO I SERVE */
if( location.href == 'http:\/\/pearlmattenson.com\/who_i_serve.shtml' ) {
		document.getElementById('serveButton').className = 'visible';
}
if( location.href == 'http:\/\/www.pearlmattenson.com\/who_i_serve.shtml' ) {
		document.getElementById('serveButton').className = 'visible';
}
if( location.href == 'http:\/\/pearlmattenson.com\/leaders.shtml' ) {
		document.getElementById('serveButton').className = 'visible';
}
if( location.href == 'http:\/\/www.pearlmattenson.com\/leaders.shtml' ) {
		document.getElementById('serveButton').className = 'visible';
}
if( location.href == 'http:\/\/pearlmattenson.com\/teams.shtml' ) {
		document.getElementById('serveButton').className = 'visible';
}
if( location.href == 'http:\/\/www.pearlmattenson.com\/teams.shtml' ) {
		document.getElementById('serveButton').className = 'visible';
}
if( location.href == 'http:\/\/pearlmattenson.com\/couples.shtml' ) {
		document.getElementById('serveButton').className = 'visible';
}
if( location.href == 'http:\/\/www.pearlmattenson.com\/couples.shtml' ) {
		document.getElementById('serveButton').className = 'visible';
}
if( location.href == 'http:\/\/pearlmattenson.com\/getting_started.shtml' ) {
		document.getElementById('serveButton').className = 'visible';
}
if( location.href == 'http:\/\/www.pearlmattenson.com\/getting_started.shtml' ) {
		document.getElementById('serveButton').className = 'visible';
}
if( location.href == 'http:\/\/pearlmattenson.com\/clients.shtml' ) {
		document.getElementById('serveButton').className = 'visible';
}
if( location.href == 'http:\/\/www.pearlmattenson.com\/clients.shtml' ) {
		document.getElementById('serveButton').className = 'visible';
}


/* WHAT I OFFER */
if( location.href == 'http:\/\/pearlmattenson.com\/what_i_offer.shtml' ) {
		document.getElementById('offerButton').className = 'visible';
}
if( location.href == 'http:\/\/www.pearlmattenson.com\/what_i_offer.shtml' ) {
		document.getElementById('offerButton').className = 'visible';
}
if( location.href == 'http:\/\/pearlmattenson.com\/altshift.shtml' ) {
		document.getElementById('offerButton').className = 'visible';
}
if( location.href == 'http:\/\/www.pearlmattenson.com\/altshift.shtml' ) {
		document.getElementById('offerButton').className = 'visible';
}



/* RESOURCES */
if( location.href == 'http:\/\/pearlmattenson.com\/leadership_agility.shtml' ) {
		document.getElementById('resourcesButton').className = 'visible';
}
if( location.href == 'http:\/\/www.pearlmattenson.com\/leadership_agility.shtml' ) {
		document.getElementById('resourcesButton').className = 'visible';
}



/* PS */
if( location.href == 'http:\/\/pearlmattenson.com\/ps.shtml' ) {
		document.getElementById('psButton').className = 'visible';
}
if( location.href == 'http:\/\/www.pearlmattenson.com\/ps.shtml' ) {
		document.getElementById('psButton').className = 'visible';
}
if( location.href == 'http:\/\/pearlmattenson.com\/ps_signup.shtml' ) {
		document.getElementById('psButton').className = 'visible';
}
if( location.href == 'http:\/\/www.pearlmattenson.com\/ps_signup.shtml' ) {
		document.getElementById('psButton').className = 'visible';
}



/* CONTACT */
if( location.href == 'http:\/\/pearlmattenson.com\/contact.shtml' ) {
		document.getElementById('contactButton').className = 'visible';
}
if( location.href == 'http:\/\/www.pearlmattenson.com\/contact.shtml' ) {
		document.getElementById('contactButton').className = 'visible';
}



else {
		document.write('');
}
}