// Define the image attributes
var imgSub = {
  src: 'http://newmedia.innovationutah.com/assets/images/UstarBanner-BIGb.jpg',
  alt: 'A new resource for life science business incubation and workforce development',
  width: 218,
  height: 214,
  link: 'http://www.innovationutah.com/TOIP/salt_lake_county/BIG.html'
};

// Write image to document
document.write(''+
'<a href="'+imgSub.link+'"><img src="'+imgSub.src+'" alt="'+imgSub.alt+'" title="'+imgSub.alt+'" width="'+imgSub.width+'" height="'+imgSub.height+'" /></a>');
