var p = window.location.pathname;
		var h = location.href;
		if (p != "/" && p.indexOf("") == -1 && p.charAt(p.length - 1) != '/')
			h += '/';

		if (location.hostname == "180classic.com")
			h = h.replace("180classic.com", "www.180classic.com");

		if (h != location.href)
			location.replace(h);

function noSpm(user,domain) {
 locationstring = "mailto:" + user + "@" + domain;
 window.location = locationstring;
 }