<!--
  try {
	document.execCommand("BackgroundImageCache", false, true);
  } catch(err) {

  }

  function teaserContainerOvrSmall( obj ) {
	  obj.style.cursor='pointer';
	  obj.style.margin='0px 2px 2px 0px';
  }

  function teaserContainerOutSmall( obj ) {
	  obj.style.cursor='pointer';
	  obj.style.margin='1px 1px 1px 1px';	  
  }
  
  
  function teaserContainerOvrLarge( obj ) {
	  obj.style.cursor='pointer';
	  obj.style.margin='0px 2px 2px 0px';
  }

  function teaserContainerOutLarge( obj ) {
	  obj.style.cursor='pointer';
	  obj.style.margin='1px 1px 1px 1px';	  
  }
  
  function teaserContainerUp( linkID ) {
	  location.href = '/' + linkID;
  }
  
// -->