<!--
if(navigator.appVersion.substring(0,1) == "4") {
	var Ref = window.location.href;
	if(Ref.length == (Ref.lastIndexOf("/")+1)) 
		window.location.href = window.location.pathname + "index.html";
	else 
		window.location.href = window.location.pathname + "l";
}
//-->
