<!--
var root = "";

// DEFINE ROOT DIRECTORY
if(top.location.href.indexOf("thomasregister")>0) {

	/* NEED ABSOLUTE PATH HERE TO RETURN TO SITE LATER */
	root = "http://www.everlubeproducts.com/";
	//root = "http://localhost/everlubeR/New 16/";
	//root = "http://174.123.165.230/";
	//root = "http://www.shopgreenridge.com/everlube/";// added by josiah
	//root = "http://localhost/everlubeR/new8/";// added by josiah
	
	
} else {
	
	/* RELATIVE TO ROOT OF SITE */
	//root = "";
	root = "http://www.everlubeproducts.com/";
	//root = "http://174.123.165.230/";
	//root = "http://www.shopgreenridge.com/everlube/";// added by josiah
	//root = "http://localhost/everlubeR/new8/"; // added by josiah
	
}

// -->