/* This script loads frames the right way
 * Author: Jeena Paradies <info@jeenaparadies.net>
 * Version: 0.1
 * Date: 2006-08-29
 */


/*
function fl_checkFramecall () {
	var fl_Adressanhang = location.search;
	alert("search: " + window.location.search);
	if(fl_Adressanhang)
		frames.index.location.href = fl_Adressanhang.substring( 1, fl_Adressanhang.length );	
}

function fl_checkFrameset() {
	if(!parent.player)
		location.href = "http://logtone-solutions.test/?" + location.pathname;
}

addLoadEvent ( fl_checkFramecall() );
addLoadEvent ( fl_checkFrameset() );
*/