// JavaScript Document
//alert("bob")
function swap(n,v){
	//name,n  value,v 
	document.getElementById(n).href = v;
	 
	}