
//lets us set the target even in strict xhtml
function setTarget(link,value) {
	link.target = value;
}

