/*
*******************************************************************
This script will redirect to category landing pages.  
These are only for ENWARE.
If you have any problems, Please talk to WAN

*/
var href = document.location.href;

if (href.indexOf("/estore/category.aspx?id=75") > 0) {
	document.location.href="http://www.enware.com.au/Safety-and-environmental/default.aspx"
}

if (href.indexOf("/estore/category.aspx?id=77") > 0) {
	document.location.href="http://www.enware.com.au/Care-products1/default.aspx"
}


/********************************************************************/
