function wr(s)
	{
		document.write(s);
	} 

function callurl(url, alt)
	{
		wr('<a href="' + url + '" target="_blank">'+ alt + '</a>');

	} 