/* 
Code to verify what the environment is being used
*/
var url_info = window.location.href;

if (url_info.indexOf("http://v73.") == "-1")
{
//alert("It is not Vignette");
document.write("<base href='http://www.colgatewisp.com.au/ColgateOralCare/Toothbrush/Wisp/AU/HomePage/'/>");
} else {
//alert("Is is Vignette");
document.write("<base href='http://v73.colgate.com/ColgateOralCare/Toothbrush/Wisp/AU/HomePage/'/>");
}
