if ( window != window.top ){ top.location.href = location.href; }

//onload Initialization list
function initlist()
{
	var tl = new TopList( getElementById("toplist"), getElementById( "toptext" ) );

	roundOff( getElementById( "topcontainer" ) );
}

