var dob='19072004';
var mymail="jsexpert";
mymail+="@";
mymail+="gmail.com";
var subject="Site: "+title;
var doby=dob.substring(4,8);


function copyrigh(){
	document.write("<p align=\"right\" class=\"clopy\">Powered by ");
	document.write("<a href=\"mailto:"+mymail+"?subject="+subject+"\">Stash&reg</a>");
	y=thisYear-doby;
	if (y<=0){
		document.write(" "+doby+".</p>");
	}
	else{
		document.write(" "+doby+"-"+thisYear+".</p>");
	}
}

