function makeLink(href)
{
var link = "<a target='_blank' href='"+href+"'>more</a>";
return link;
}