// Provide link to home only if we are not in a frame
if(parent.frames.length == 0)
{
	document.write('<p align="center">',
'<a href="http://www.chicagogamelan.org/">',
'<IMG SRC="http://www.chicagogamelan.org/graphics/Ardjuna.gif" width="117" height="131" border="2" alt="Home">',
'<br>Home</a></p>');
}

