<!--



var str=location.href;
var oldStr=str;



//alert(str.search(/freewebs/i));

if ((str.search(/freewebs/i)) >= 0){

// document.write(str.replace("freewebs.com/dpchristmaslights","dpchristmaslights.webs.com"));
str = (str.replace("freewebs.com/dpchristmaslights","dpchristmaslights.webs.com"));
str = (str.replace("freewebs.com/defaults","defaults.webs.com"));

document.write("This page has moved to: <a href=\""+ str+"\">"+str+"</a>");
alert("Hi there! You seem to have found an old link." + '\n' + "(" + oldStr + ")" + '\n' + '\n' + "If you click OK, you will be taken to:" + '\n' + str + '\n' + '\n' + '\n' +"You might get another message after this that is" + '\n' + "warning you that you are going to a new page." + '\n' + "This is fine. Just click OK again.");
window.location = str;
}
-->
