function p(q) {
	if (!q == '') {
	document.getElementById('feature').setAttribute('src', 'http://www.hellandheavennet.com/layout/v12/menu-'+q+'.jpg') 
	} else {
	document.getElementById('feature').setAttribute('src', 'http://www.hellandheavennet.com/layout/v12/feature.jpg')
	}
}

function no_frame() {
	if (top.location != location) {
		top.location.href = document.location.href ;
	}
}
