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 out(username)
{
  image = new Image();
  image.src= '{$list_url}/index.php?a=out&u=' + username;
}