
/* - ++resource++mio.themehousing.javascripts/housing.js - */
// http://housing.uwosh.edu/portal_javascripts/++resource++mio.themehousing.javascripts/housing.js?original=1
jQuery(document).ready(function(){if(document.getElementById('mainImage')!=null){var banner=document.getElementById('mainImage');banner.style.cursor='pointer';banner.onclick=goHome}});
function goHome(){window.location='/'}

