//
// Redirect to the Web Site Freight Estimator Page
//
//alert(location.search);
//alert(document.referrer);
var dest = "http://www.ideagroup.net/specials/index.php";
//alert(dest);
	document.location.replace(dest);
	