// JavaScript Document

function hyperlink(d){
	location.href = d;
	//window.open(d,'_blank');
}
