function process(URL,link)
{
	document.write('<a href="' + URL + '" class="buyLink">' + link + '</a>');
}