﻿var
  loc = location.href;
	if(loc.indexOf("3dsuperb") == -1) {
	  window.location = loc.replace(/(\w+)\.webvdecor/i, "www.3dsuperb");
	}
