
function printLinks(urlLink,urlName)
{
document.write("<li><a href=",urlLink,">",urlName.valueOf(),"</a></li>");
 }
 

