﻿jQuery(function() {
	if(jQuery.browser.msie) {
		var tmpBody = document.body;
		
		tmpBody.onscroll = function() { 
			tmpBody.style.overflow = "hidden"; tmpBody.style.overflow = "";
		};
	}
	
	jQuery('#teaserHeadline').each(function() {
		
		shrinkText('teaserHeadline', 70, 24);
	});
});
