function imageSwap (image, link) {
document.getElementById('locationimage').innerHTML='<a href="' + link + '" rel="ColorPic""><img src="' + image + '" alt="Needspace?" /></a>';
$("a[rel='ColorPic']").colorbox();
}
