var aktiv=window.setInterval("reload()",600000);

function reload()
{
	window.location.reload();
}


function openStream( which )
{
	var addOn = ( which ) ? which : "";
	
	if ( which && which == 99 )
	{
		alert( "File will be available soon. Please make sure you have QuickTime enabled." );
		return false;	
		
	}
	
	if ( which  )
	{
		window.open( 'quicktime' + addOn + '.html','popup','width=325,height=265,scrollbars=no,resizable=no,copyhistory=no,toolbar=no,status=yes') 
	
		return false;	
		
	}
	
	
	window.open( 'quicktime' + addOn + '.html','popup','width=325,height=265,scrollbars=no,resizable=no,copyhistory=no,toolbar=no,status=yes') 
	return false;
}