// JavaScript Document

/*
* @authors:		Alessandro Mazzola, Fabrizio Natoli
* @company:		Marconi Channel WebTV
* @release:		2.0
* @date:			08/06/2011
*/

if ( typeof document.body.style.maxHeight === 'undefined' )
{
	
	window.location.replace ( '../html/alert_ie.html' );
	
}
