// JavaScript Document

function GoMainFeature() {
	document.location.href="/store";	
}

function GoSubfeature1() {
	document.location.href="artists.php";	
}

function GoSubfeature2() {
	document.location.href="blog.php";		
}