$('#home_btn').click(function () {
	document.location.href = "home.php";
});

$('#gallery_btn').click(function () {
	document.location.href = "gallery.php";
});

$('#profile_btn').click(function () {
	document.location.href = "profile.php";
});

$('#contact_btn').click(function () {
	document.location.href = "contact.php";
});

$('#artist_bio_btn').click(function () {
	document.location.href = "bio.php";
});

$('.port_link').click(function () {
	document.location.href = "portraits.php";
});
