// URL Fixer
if (location.hostname.indexOf('www.') == -1) location.hostname = 'www.' + location.hostname;
