window.onload = initRedirect;



function initRedirect() {
	window.location = "http://72.243.221.12/SuperSaver_Site/";
	return false;
}

