function installAudioPlayer()
{
	if (top.window.frames.length<=0)
	{
		window.top.document.location.href="/static/TomAstor/audioplayer.aspx?contentPage=" + document.location.href;
	}
}
