function linkout(url) {
	// alert(url);
	window.open(url);
}