var homeURL = "http://www.trommeln.yogas-music.de/";

function init(windowurl)
{
	// no frame out of frameset
	if(!parent.frames[1]) this.location.href = homeURL;
	
	// submit URL
	
	tellWhoIam(windowurl.toString());
}

function tellWhoIam(windowurl)
{
	try
	{
		parent.index.showLink(windowurl);
	}
	catch (e)
	{
		window.setTimeout("tellWhoIam('"+windowurl+"')", 200);
	}
}

function mailhide(preApe, postApe)
{
	var Ape = preApe+"@"+postApe;
	return(document.write("<a href='mailto:"+Ape+"'>"+Ape+"</a>"));
}  


// Workaround for MS browser active content problem
	
	function writeAct(source,isloop)
	{
		document.write('<embed src="'+source+'" width="0" height="0" loop="'+isloop+'" autostart="true">\n');
		
	}
	