var u = $('copyurl');
if(u){
	u.value = location.href;
	u.onfocus = function(){ this.select(); };
}
