var theAddress = '<a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;'+'&#105;&#110;&#102;&#111;@'+'&#112;&#101;&#116;&#116;&#105;&#110;&#97;&#114;&#111;&#46;&#99;&#111;&#109;'+'">'+'&#105;&#110;&#102;&#111;&#64;&#112;&#101;&#116;&#116;&#105;&#110;&#97;&#114;&#111;&#46;&#99;&#111;&#109;'+'</a>';

var stonecreekAddress = '<a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;'+'&#108;&#109;&#105;&#116;&#99;&#104;&#101;&#108;&#108;&#102;&#108;@'+'&#121;&#97;&#104;&#111;&#111;&#46;&#99;&#111;&#109;'+'">'+'&#108;&#109;&#105;&#116;&#99;&#104;&#101;&#108;&#108;&#102;&#108;&#64;&#121;&#97;&#104;&#111;&#111;&#46;&#99;&#111;&#109;'+'</a>';


var today = new Date()
var year = today.getYear()
if(year<1000) year+=1900


function openFeature(url, name) {
if (typeof(popupWin) != "object"){
popupWin = window.open(url,name, "width=520,height=450,resizable");
} else {
if (!popupWin.closed){
popupWin.location.href = url;
} else {
popupWin = window.open(url,name, "width=520,height=450,resizable");
}
}
popupWin.focus();
}


