//if  (navigator.appName != "Microsoft Internet Explorer" || 1*(navigator.appVersion.split(' '))[0]<4)

if (document.all)	null
else			location.replace('/astro/htm/wrongbrowser.htm')

if (top.pullfocus==window.name)
{	top.pullfocus=''
	window.focus()
}
