﻿d=document;
function linker(link, link2, link3){
d.write('<a href="http://'+link+'" target=_blank title="'+link2+'">'+link3+'</a>');
}

