function selectedNav(){

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

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

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


/* PAINTINGS */
if( location.href == 'http:\/\/www.cherylkingstudios.com\/paintings.shtml' ) {
		document.getElementById('paintingsButton').className = 'selected';
}
if( location.href == 'http:\/\/cherylkingstudios.com\/paintings.shtml' ) {
		document.getElementById('paintingsButton').className = 'selected';
}
/* PAINTINGS : FIGURATIVE */
if( location.href == 'http:\/\/www.cherylkingstudios.com\/figurative.shtml' ) {
		document.getElementById('paintingsButton').className = 'selected';
}
if( location.href == 'http:\/\/cherylkingstudios.com\/figurative.shtml' ) {
		document.getElementById('paintingsButton').className = 'selected';
}
/* PAINTINGS : PORTRAIT */
if( location.href == 'http:\/\/www.cherylkingstudios.com\/portrait.shtml' ) {
		document.getElementById('paintingsButton').className = 'selected';
}
if( location.href == 'http:\/\/cherylkingstudios.com\/portrait.shtml' ) {
		document.getElementById('paintingsButton').className = 'selected';
}
/* PAINTINGS : NUDE */
if( location.href == 'http:\/\/www.cherylkingstudios.com\/nude.shtml' ) {
		document.getElementById('paintingsButton').className = 'selected';
}
if( location.href == 'http:\/\/cherylkingstudios.com\/nude.shtml' ) {
		document.getElementById('paintingsButton').className = 'selected';
}
/* PAINTINGS : DOG */
if( location.href == 'http:\/\/www.cherylkingstudios.com\/dog.shtml' ) {
		document.getElementById('paintingsButton').className = 'selected';
}
if( location.href == 'http:\/\/cherylkingstudios.com\/dog.shtml' ) {
		document.getElementById('paintingsButton').className = 'selected';
}
/* PAINTINGS : CAT */
if( location.href == 'http:\/\/www.cherylkingstudios.com\/cat.shtml' ) {
		document.getElementById('paintingsButton').className = 'selected';
}
if( location.href == 'http:\/\/cherylkingstudios.com\/cat.shtml' ) {
		document.getElementById('paintingsButton').className = 'selected';
}
/* PAINTINGS : ANIMAL */
if( location.href == 'http:\/\/www.cherylkingstudios.com\/animal.shtml' ) {
		document.getElementById('paintingsButton').className = 'selected';
}
if( location.href == 'http:\/\/cherylkingstudios.com\/animal.shtml' ) {
		document.getElementById('paintingsButton').className = 'selected';
}
/* PAINTINGS : LANDSCAPE */
if( location.href == 'http:\/\/www.cherylkingstudios.com\/landscape.shtml' ) {
		document.getElementById('paintingsButton').className = 'selected';
}
if( location.href == 'http:\/\/cherylkingstudios.com\/landscape.shtml' ) {
		document.getElementById('paintingsButton').className = 'selected';
}
/* PAINTINGS : PRINTS */
if( location.href == 'http:\/\/www.cherylkingstudios.com\/prints.shtml' ) {
		document.getElementById('paintingsButton').className = 'selected';
}
if( location.href == 'http:\/\/cherylkingstudios.com\/prints.shtml' ) {
		document.getElementById('paintingsButton').className = 'selected';
}


/* BIOGRAPHY */
if( location.href == 'http:\/\/www.cherylkingstudios.com\/biography.shtml' ) {
		document.getElementById('bioButton').className = 'selected';
		document.getElementById('bioText').className = 'bioTextVisible';
}
if( location.href == 'http:\/\/cherylkingstudios.com\/biography.shtml' ) {
		document.getElementById('bioButton').className = 'selected';
		document.getElementById('bioText').className = 'bioTextVisible';
}

/* EVENTS */
if( location.href == 'http:\/\/www.cherylkingstudios.com\/events.shtml' ) {
		document.getElementById('eventsButton').className = 'selected';
}
if( location.href == 'http:\/\/cherylkingstudios.com\/events.shtml' ) {
		document.getElementById('eventsButton').className = 'selected';
}

/* GALLERIES */
if( location.href == 'http:\/\/www.cherylkingstudios.com\/galleries.shtml' ) {
		document.getElementById('galleriesButton').className = 'selected';
}
if( location.href == 'http:\/\/cherylkingstudios.com\/galleries.shtml' ) {
		document.getElementById('galleriesButton').className = 'selected';
}

/* LINKS */
if( location.href == 'http:\/\/www.cherylkingstudios.com\/links.shtml' ) {
		document.getElementById('linksButton').className = 'selected';
}
if( location.href == 'http:\/\/cherylkingstudios.com\/links.shtml' ) {
		document.getElementById('linksButton').className = 'selected';
}

/* ORDER */
if( location.href == 'http:\/\/www.cherylkingstudios.com\/order.shtml' ) {
		document.getElementById('orderButton').className = 'selected';
		document.getElementById('orderText').className = 'orderTextVisible';
}
if( location.href == 'http:\/\/cherylkingstudios.com\/order.shtml' ) {
		document.getElementById('orderButton').className = 'selected';
		document.getElementById('orderText').className = 'orderTextVisible';
}

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



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