// This file is not necessary.
// Add a scat attribute to the main body tag for the HTML
// of any category you want redirected (in the description).
// Eg....
// <body .... scat="US_Drinks">
// Will redirect that category to US Drinks search folder.
/*
var s;
s = window.location.toString().toLowerCase();
s = s.split("/catalogue/")[1];
// Centrally maintained list of virtual categories...
if (s=="test/") window.location = "/search.html?command=productsearch&descriptiontext=vcat_Australia";
*/