function socialhover(id,pic){
	id.src = "/pics/"+pic+".jpg";
}

function socialhoverout(id,pic){
	id.src = "/pics/"+pic+".jpg";
}
