
/* - fixitscroll.js - */
// http://www.spiritit.com/portal_javascripts/fixitscroll.js?original=1
jQuery(window).bind('load',spirit_fixscroll);
function spirit_fixscroll(){var cur_height=parseInt(jQuery('#portal-content-wrapper').height());var doel_height=cur_height;var verschil=632;if(jQuery.browser.msie) verschil=640;if(cur_height>632){jQuery("#loopleftportal").height(doel_height);jQuery("#loopleft").height(doel_height-verschil)}}
