function showStatus(msg){
	if(msg == '')
		window.status = 'VintageTwister.com';
	else
		window.status = msg;
	return true;

// can have custom showstatus message = Home
//<a href="../../../index.php" onmouseover="return showStatus('Home');" onmouseout="return showStatus('');">
//<img src="../../../template/global_image/sorenson_logo_209x30.gif" width="209" height="30" border="0" /></a>

}