//function that sets a message in the status bar
function setMessage()
{
	str = "Welcome to Cage's music homepage...";
	window.status = str;
}
