function check_browser()
{
	browsertype=navigator.userAgent.toLowerCase();
	
	
	if(browsertype.indexOf('msie')<0)
	{
		alert("Versions for other Browsers are in process, use IE for the moment");
		window.location="http://www.e-commkitchen.com"
	}
}